Søren Schimkat wrote:
I have a working GUI for installing my product, and now I would like to create a GUI for modifying / changing the installation options - you know .. remove the whole pakage .. or just add or remove selected features.

My problem is: How do I specify which GUI´s to use - base on wheter the product is installed or not.

You need to add dialogs that get run based on the Installed property. For example, the WixUI maintenance dialog is triggered on the following condition:

Installed AND NOT RESUME AND NOT Preselected

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
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