[WiX-users] Upgrade table issue

2012-02-08 Thread Mena Samy
i wrote this code but my installer file recognize that there exists another version installed and give me error that I have to uninstall first while i need installer to do that automatically remove or upgrade any help. -- Thanks, Men

Re: [WiX-users] Upgrade Table

2010-03-24 Thread Bob Arnson
On 3/24/2010 1:15 PM, Uma Harano wrote: > So if I do not want to have upgrades for my installations, how do I author > this table? > Change your question: So if I do not want to have upgrades for my installations, how do I pass this test? The test case appears to indicate that you must sup

Re: [WiX-users] Upgrade Table

2010-03-24 Thread Uma Harano
ndher [mailto:pally.sand...@iesve.com] Sent: Wednesday, March 24, 2010 3:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade Table If you're referring to the Microsoft platform testing, those tests are flawed. They failed an MSI of ours due to having a null

Re: [WiX-users] Upgrade Table

2010-03-24 Thread Pally Sandher
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Uma Harano [mailto:uhar...@esri.com] Sent: 23 March 2010 17:17 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Upgrade Table Hi,

[WiX-users] Upgrade Table

2010-03-23 Thread Uma Harano
Hi, I have read that the Upgrade Table must be populated based on the Server 2008 certification guidelines. My setup msi program is not designed to do upgrades of previous versions. Should I still populate the Upgrade table? If so, what Upgrade code should I use? (Since it is not designed to upg