Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and "Installed"/"NOT Installed" properties

2009-08-27 Thread little.forest
Thanks Bob. I tried "WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT AND NOT Installed", but it still doesn't work. I mean, I install it, then run msi again and choose 'Remove', in the final page of the uninstallation, the "Launch Application" option is still showing up. Here is the code: WIXUI_E

Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and

2009-05-11 Thread Bob Arnson
Michael Zemanek wrote: > You have sort of wrong logic in here. Both controls are initially > visible and then shown by condition (=always visible). > Either change the controls (...) or > change your condition to Installed > WixUI does the former. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and

2009-05-11 Thread Michael Zemanek
You have sort of wrong logic in here. Both controls are initially visible and then shown by condition (=always visible). Either change the controls (...) or change your condition to Installed little.forest wrote: > > NOT Installed > > > NOT Installed > ---

Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and "Installed"/"NOT Installed" properties

2009-05-09 Thread Bob Arnson
little.forest wrote: > NOT InstalledWIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT AND NOT Installed Check your ControlCondition table in Orca. -- sig://boB http://joyofsetup.com/ -- The NEW KODAK i700 Series Scanners deliver

Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and "Installed"/"NOT Installed" properties

2009-05-08 Thread little.forest
Sorry, the email was accidently sent out when I tried to post the link. Okay, I searched and found this solution: http://www.dizzymonkeydesign..com/blog/misc/adding-and-customizing-dlgs-in-wix-3/ In this post, the author proposed to put the checkbox on the bottom the page to make it align with ot