I have created a custom feature selection dialog with checkboxes using these instructions: http://www.advancedinstaller.com/user-g ... ature.html
The "Files and Folders" are currently arranged as follows.
Target Computer
> Application Folder
> > Folder 1 [This folder contains files]
> > Folder 2 [This folder contains files]
> > Folder 3 [This folder contains files]
> > Folder 4 [This folder is empty]
I have the files in Folder 1 tied to checkbox 1 on the custom feature selection dialog.
I have the files in Folder 2 tied to checkbox 2.
I have the files in Folder 3 tied to checkbox 3.
Right now Folder 4 is always getting created. But I only want it created if checkbox 3 on the custom feature selection dialog is checked. How do I go about doing that?
Your help is greatly appreciated!