Using Inno Setup 6.2, I have icons set up for my app. Based on Components selection, I need to dynamically add switches to the app's cmd line in the icons. Is there a way to do this?
Change icon/shortcuts's command line arguments based on Inno Setup components
40 Views Asked by SteveS At
1
If the logic is simple, use
Componentsparameter:You can reduce code repetition using preprocessor.
If the logic is more complicated, use:
WizardIsComponentSelectedfunction to query the components selected.