I created an installer for some of my games, and I want the uninstaller to be able to ask me if I want to save my game files.
Things like this: when I execute uninstall. The exe asked me’Do you wa
Tag: Innosetup
Inno-setup – Add a registry key using functions in Innosetup
How to use the value in the function to add a registry key in innosetup. I want to set
the IsServer value in the registry as the return value of InstallAsServer
[Code]
[Registry]
Root: HKLM;