Johnny Lau Posted July 12, 2007 Posted July 12, 2007 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. -John Lau
zorphnog Posted July 12, 2007 Posted July 12, 2007 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.
Johnny Lau Posted July 13, 2007 Author Posted July 13, 2007 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 -John Lau
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now