CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Posts
    11

    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.

  2. #2
    Join Date
    Feb 2008
    Posts
    11

    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
  •  





Click Here to Expand Forum to Full Width

Featured