cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mark900
Level 2

.Reg files - how insert then at the setup ?

Hi,

Please,

How can I use a .reg file at my install routine ?

Thanks in advance.
Labels (1)
0 Kudos
(2) Replies
abrasha
Level 4

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.
0 Kudos
SherylSikora
Level 6 Flexeran
Level 6 Flexeran

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".)
0 Kudos