How to specify condition?
Hi!
I've created the installation project using VS 2005. This project has Checkboxes (A) dialog window with two checkboxes CHECKBOXA1 and CHECKBOXA2. How should I specify condition field of my items to prevent them installation in case of some checkbox is unchecked.
Please help.
Thank you for your consideration.
Re: How to specify condition?
Thanks, I have found the answer yet.
It's answer:
For example, your setup project contains a Checkboxes dialog with a checkbox called CheckBox1, and CheckBox1Property is CHECKBOXA1. To determine whether the user has selected CheckBox1, you could set the Condition Property to the expression CHECKBOXA1=1.
// Full explanation is here
http://msdn2.microsoft.com/en-us/lib...tc(VS.80).aspx