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?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.