Hi,
I am trying to create a Deployment Project with Visual Studio 2005 based on a checkbox condition.
If a checkbox isselected during the installation, the setup would create a new folder (that I have called 'src') under the installation path, and copy some file structureinside it. I have added these files to the project by drag&drop them to File System à ‘src�folder on my Deployment Project.
The problem that I am experiencing is that even though I set 'src' condition property to evaluate the checkbox (Condition: 'CHECKBOXA1 = 1', AlwaysCreate:'False', Transitive:'False'), the setup will always create the folder and its content no matter the value of the checkbox. I guess that this is happening because the condition is not evaluated for EVERY file/folder within ‘src�
They happen to be more than a hundred items so I was wondering if there is any way of making the condition recursively, so it only has to be checkedat the ‘src�folder.
Thank you in advance
Juan.