Loading
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

  • Community Manager (Flexera Software)

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

Loading
Another way to set registry flags for InstallScript projects?