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
- :
- How to import a *.reg file into an ism project remotely?
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
‎Apr 19, 2012
12:23 PM
How to import a *.reg file into an ism project remotely?
Hi and thanks for the help,
So here's what I need to do-
I have a regular *.ism project ready to go. I have an external program that I use to set up a lot of "stuff" and then call IsCmdBld.exe to build the setup file from the command line. The problem is, the registry settings in the ism file are changed for each new software build. I want to be able to automatically import a new registry file, without having to load up the *.ism project and use the reg import wizard.
So my question is, is there a way to import a registry file, or add registry entries, into an ism project through the command line or remotely in any way? Or do I have to actually open the project in InstallShield and import the registry settings manually?
Thanks!
So here's what I need to do-
I have a regular *.ism project ready to go. I have an external program that I use to set up a lot of "stuff" and then call IsCmdBld.exe to build the setup file from the command line. The problem is, the registry settings in the ism file are changed for each new software build. I want to be able to automatically import a new registry file, without having to load up the *.ism project and use the reg import wizard.
So my question is, is there a way to import a registry file, or add registry entries, into an ism project through the command line or remotely in any way? Or do I have to actually open the project in InstallShield and import the registry settings manually?
Thanks!
(2) Replies

Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 20, 2012
02:02 AM
You can use ImportRegFile method of ISWiComponent object by Automation Interface.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2012
09:08 AM
Awesome, thanks, looks like that'll work great.
Is there a way to delete the current registry settings in the ism file before I import? I don't want to merge the new settings -- I want to actually remove all old settings, then import all new ones.
Thanks again!
Is there a way to delete the current registry settings in the ism file before I import? I don't want to merge the new settings -- I want to actually remove all old settings, then import all new ones.
Thanks again!
