Hey everyone,

 

Which action evaluates which features to be installed? In my different
features I use conditions to decide what to be installed or not
(<Condition Level="1">NAME = "test"</Condition>, installed If
NAME=test), and depending on if the property gets set with a
RegistrySearch or in my own UI, I get different results, worth to
mention is that I try to read the settings from the registry using a
RegistrySearch, then I use conditions in my features to decide what to
be installed or not, then I have a component which is permanent to write
down the values in the registry (so that the registrysearch can find it
at a later stage) and so that the user don't have to enter the values
over and over again...

 

If I do a first install, and no values present in the registry, none of
my features with conditional installation gets installed.

If I let that installation run thru, and then go into maintenance and do
a repair, then it reads the values from the registry and my features
gets installed.

 

Can it be a bug in my custom UI? I have my PROPERTYS defined, but maybe
I need to announce that I've set or changed them? I though that
Property="NAME" on my Edit was enough to change them aswell? Maybe I
need to invoke a action to re-evaluate my properties/features after the
UI have been shown?

 

I'm using wix 2.0.4611.0..

 

Any suggestions?

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to