cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cbarlow
Level 7

Another way to set registry flags for InstallScript projects?

I noticed that you can only set certain registry flags (such as Install Only) in Windows Installer projects. So if I have an InstallScript project, and I want to create registry keys that are always installed but never uninstalled (like HKEY_CURRENT_USER\Software), am I pretty much stuck unless I convert my project to a Windows Installer project?

Thanks,

Clark
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

If you're using script, one option is to place your registry code between Disable(LOGGING) and Enable(LOGGING).
0 Kudos