I've seen a lot of software give users an option to install software with the typical settings, or to allow the users to choose what settings they prefer (like whether they want a desktop icon or not). How can I do this with Inno Setup?
|
feedback
|
|
There's a sample of doing just this with the Inno Setup install. See the Inno Setup 5\Examples\Components.iss file that comes with Inno Setup itself. The example shows creating "Full", "Compact", and "Custom" installation options in a single Setup.exe file. | |||
|
feedback
|