Re: [WiX-users] how to force uninstall before install

2009-07-24 Thread Jim Hewes
This is what I do (although I might be missing something since it's been a while since I had my head into this). This doesn't force users to manually uninstall, but rather it automatically uninstalls the previous version. So it may not be what you want. 1. Increment the installer version number.

Re: [WiX-users] how to force uninstall before install

2009-07-24 Thread Aris J. Green
You might try either using the LaunchConditions table to block the install, or use the Upgrage table and UpgradeCode to uninstall the product at the beginning of the install. These are MSI table, but have corresponding Wix elements. As always, the Wix Reference and the downloaded Windows Installe

Re: [WiX-users] how to force uninstall before install

2009-07-24 Thread Alexander Shevchuk
Search for "Major Upgrade". Alex -Original Message- From: jo...@msli.com [mailto:jo...@msli.com] Sent: Friday, July 24, 2009 8:59 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] how to force uninstall before install I am going thought the process of