Re: [WiX-users] Need help with WIX unistall

2008-09-22 Thread Neil Enns
n for Windows Installer XML toolset. Subject: Re: [WiX-users] Need help with WIX unistall Ensure your Product/@Id, Product/@UpgradeCode and Upgrade elements follow the MSI SDK suggestions for Major Upgrades. -Original Message- From: Nimisha Saboo [mailto:[EMAIL PROTECTED] Sent: Monday, Septemb

Re: [WiX-users] Need help with WIX unistall

2008-09-22 Thread Rob Mensching
Ensure your Product/@Id, Product/@UpgradeCode and Upgrade elements follow the MSI SDK suggestions for Major Upgrades. -Original Message- From: Nimisha Saboo [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 09:55 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Need help

[WiX-users] Need help with WIX unistall

2008-09-22 Thread Nimisha Saboo
Hi, I have a Wix project, which currently allows multiple installs of my application, although I have done nothing to enable this. What this means is: I install my application, and then again click on the msi. Ideally, it should start an uninstall of my application, but currently it starts anothe