Click to See Complete Forum and Search --> : Inno setup script ... need help


Pitrs81
April 27th, 2009, 05:53 AM
Hello,

I need help with Inno setup script. Generally I have some files to install in [Files] section. But I need to have ability to decide what files from that section will be installed during the installation process.

For example I have some simple test function in [code] section and on base of its result I need to decide to install or not install one of the files from [Files] section.

Is there any way how to do this?