Jump to content

Recommended Posts

Posted

Hi, I am trying to do multiple dependencies in WPI. For example, I want AppA check box to be gray if .Net framework 1.1 is not installed “OR” The check box for .Net framework is not checked.

So, that means I want AppA check box not to be gray if .Net framework 1.1 is installed or will be installing it at the same time.

Anything will helps, Thanks a lot. :rolleyes:

-John Lau


Posted

What you need to do is a mix between a dependency and a gcond. The gcond of AppA should be a check for a file or or registry entry that is specific to .NET Framework 1.1. The dependency of AppA should be the unique ID of your .NET Framework configuration entry.

Posted

Thank you so much for the help, but I am still not completely understands how to do it. I have only used WPI for a week.

So far I can only make one condition using gcond, and I am not sure how to mix it up with dependency, can you please give me some example, or is there a link that has some good information for me to follow?

Thanks again for helping this newbie :rolleyes:

-John Lau

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...