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
this? - Show it if it's a fresh install or Repair; Do not show it if it's a Remove. Thanks in advance. /Brian From: little.forest To: wix-users@lists.sourceforge.net Sent: Friday, May 8, 2009 1:24:36 PM Subject: [WiX-users] WiX 3.0: Install/Repair/Remo

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

2009-05-08 Thread little.forest
We're using WiX version 3.0.4805.0. We have a question: Which property can we use to identify the Install, Repair or Remove operations? I tried "Installed" and "NOT Installed". I thought "NOT Installed" means "fresh installation" operation; "Installed" means eitherĀ "Repair" or "Remove" operatio