Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Renameing registry keys


2 replies to this topic

dtasanas

dtasanas
  • Full Members
  • 83 posts

Posted 20 September 2004 - 19:02

i'm trying to figure out how to rename a registry key within MSI during install. could use a CA or any other trick. does anyone have any ideas?

Edited by dtasanas, 20 September 2004 - 19:03.

Don Tasanasanta[br]Configuration/Installation Eng

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 September 2004 - 20:16

I don't think there's a WinAPI for renaming registry keys, so you would proably have to copy it.

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 21 September 2004 - 04:40

Yes, stefan is correct. There is not an api function for this. You need to copy the data, create a new entry, then delete the old one.