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

Exporting Registry Keys


1 reply to this topic

brianw

brianw
  • Members
  • 7 posts

Posted 14 August 2002 - 19:41

Is there a way to have installshield Export out a set of registry keys?
_Brian Welch
MCPx5

hambone

hambone
  • Members
  • 206 posts

Posted 20 August 2002 - 15:10

hey there,

a 'quick and dirty' method would be to include a CMD file that calls the RegEdit programme...

e.g.
regedit /e %computername%-Uninstall.rg0  "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"

( all on one line, with the keyname in quotes... )

you could also use a script that uses the RegistryValue method of the Installer Object...