This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Import reg Keys (*)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2012
08:40 AM
Import reg Keys (*)
A query regarding the importing reg keys in the Installshield. The reg file contains one key value to be deleted and other to remain as it is after deployment.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Workshare\Options\7.00\Protect\ProtectAdmin]
"AllowUserToOverridePDFSetting"="False"
"DisplayAdvancedOptions"=-
I just want to impot the reg file into installshield , where I have to keep one of the key value and delete the other key value pair, which has - sign.
When I import the reg file , it gives me an error saying as invalid registry key.
Please advise.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Workshare\Options\7.00\Protect\ProtectAdmin]
"AllowUserToOverridePDFSetting"="False"
"DisplayAdvancedOptions"=-
I just want to impot the reg file into installshield , where I have to keep one of the key value and delete the other key value pair, which has - sign.
When I import the reg file , it gives me an error saying as invalid registry key.
Please advise.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2012
08:46 AM
I guess that InstallShield doesn't support the "delete" entry in .reg files.
[incorrect reply removed - see below]
[incorrect reply removed - see below]
Stefan Krueger
InstallSite.org
InstallSite.org
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2012
12:11 PM
thanks a lot, Stefan.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2012
03:47 PM
I have to correct myself (thanks to https://twitter.com/#!/installtips/status/167990596819103745 for the reminder): you can add a row to the RemoveRegistry table in DirectEditor to delete a registry entry during installation.
Stefan Krueger
InstallSite.org
InstallSite.org