|
-
February 9th, 2008, 03:25 PM
#1
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.
-
February 10th, 2008, 11:52 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|