Re: [WiX-users] How do I force an uninstall that does not meet the conditions?

2010-11-12 Thread Christopher Painter
To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Sent: Thu, November 11, 2010 9:03:38 PM Subject: Re: [WiX-users] How do I force an uninstall that does not meet the conditions? DOH!  MODE not MOVE         msiexev /I foo.msi REINSTALL=ALL REINSTALLMODE=vomus

[WiX-users] How do I force an uninstall that does not meet the conditions?

2010-11-11 Thread Ryan Taylor
I believe that I have created an installation that I cannot uninstall due to a thoughtless condition. Behold!! !-- Check Conditions -- Condition Message=PowerShell 2.0 or greater is required ![CDATA[NOT Installed OR POWERSHELLVERSION = 2.0]] /Condition I want the installer to fail if

Re: [WiX-users] How do I force an uninstall that does not meet the conditions?

2010-11-11 Thread Christopher Painter
: [WiX-users] How do I force an uninstall that does not meet the conditions? I believe that I have created an installation that I cannot uninstall due to a thoughtless condition.  Behold!! !-- Check Conditions -- Condition Message=PowerShell 2.0 or greater is required         ![CDATA[NOT Installed

Re: [WiX-users] How do I force an uninstall that does not meet the conditions?

2010-11-11 Thread Ryan Taylor
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How do I force an uninstall that does not meet the conditions? Is this on a dev box or deployed? If dev box, the easiest way out of this problem is to fix the msi and recache it with msiexec /i foo.msi REINSTALL=ALL

Re: [WiX-users] How do I force an uninstall that does not meet the conditions?

2010-11-11 Thread Ryan Taylor
: Thursday, November 11, 2010 9:59 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How do I force an uninstall that does not meet the conditions? This is dev box. I patched the installer and ran msiexec /I foo.msi REINSTALL=ALL REINSTALLMOVE=vomus However, I

[WiX-users] How do I force a uninstall...

2008-03-14 Thread RICHES Ollie
I have read the documentation about using 'RemoveExistingProducts' and I can't get the functionality I require - I'm receiving the following message in the log file during install 'MSI (s) (24:D8) [11:39:42:658]: Skipping RemoveExistingProducts action: current configuration is maintenance mode

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Calin Iaru
regards, Calin From: RICHES Ollie Sent: Friday, March 14, 2008 12:48 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How do I force a uninstall... I have read the documentation about using 'RemoveExistingProducts' and I can't get the functionality I require - I'm receiving

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Alexander Shevchuk
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RICHES Ollie Sent: Friday, March 14, 2008 4:48 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How do I force a uninstall... I have read the documentation about using 'RemoveExistingProducts' and I can't get the functionality

Re: [WiX-users] How do I force a uninstall...

2008-03-14 Thread Wilson, Phil
Ollie Sent: Friday, March 14, 2008 4:48 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How do I force a uninstall... I have read the documentation about using 'RemoveExistingProducts' and I can't get the functionality I require - I'm receiving the following message in the log file