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
- :
- .Reg files - how insert then at the setup ?
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
‎Mar 24, 2009
08:26 PM
.Reg files - how insert then at the setup ?
Hi,
Please,
How can I use a .reg file at my install routine ?
Thanks in advance.
Please,
How can I use a .reg file at my install routine ?
Thanks in advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2009
12:49 PM
Hi,
1. The best way is to import your REG-file to Component ("Registry Data" of component and so on)
2. There are number of registry functions in InstallScript, like RegDBCreateKeyEx (see help)
3. execute REG.exe-utility with your reg-file from InstallScript (LaunchApp function) or using CustomAction.
1. The best way is to import your REG-file to Component ("Registry Data" of component and so on)
2. There are number of registry functions in InstallScript, like RegDBCreateKeyEx (see help)
3. execute REG.exe-utility with your reg-file from InstallScript (LaunchApp function) or using CustomAction.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2009
06:13 PM
If you are using a Basic MSI project, you can also use the option "REG File To Merge At Build" located in the component settings.
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)