Click to See Complete Forum and Search --> : How to specify condition?


Askold
February 9th, 2008, 02:25 PM
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.

Askold
February 10th, 2008, 10:52 AM
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/library/025bcetc(VS.80).aspx