I'm trying to do an office-like installer.

I successfully have checkbox to easy select some features and a advance
button that go to feature tree selection page.

But I can't figure out how to use the checkbox feature selection page on
Change mode.

What I would need at least is a way to detect if a feature was installed.
The feature tree is able to do this, I just want to query if was installed
or not some specific features.

I try this but it only works at installation mode

<Control Id="ChkFeatureFoo" Type="CheckBox" [...] CheckBoxValue="1"
Property="InstallFoo">
</Control>

And for refreshing the checkbox status:
         <Publish Property="InstallFoo" Value="1"><![CDATA[&FooFeature=
3]]></Publish>
         <Publish Property="InstallFoo"><![CDATA[&FooFeature<>
3]]></Publish>

Thanks,
Brian J. Cardiff
-------------------------------------------------------------------------
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