July 12, 200719 yr 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
July 12, 200719 yr 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.
July 13, 200719 yr Author 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
Create an account or sign in to comment