Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-18 Thread Alain Forget
+1 for MajorUpgrade -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: April 18, 2013 06:44 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7 BTW this is covered in the WiX manual

Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-18 Thread Pally Sandher
sion for Windows Installer XML toolset. Subject: Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7 Thanks everybody! On Wed, Apr 17, 2013 at 11:19 PM, Phil Wilson wrote: > .. And this example describes it: > > http://www.joyofsetup.com/2010/01/16/major-upgrades-now-easier-than

Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-17 Thread Hans ter Horst
oduct. > > Phil > > -Original Message- > From: Steven Ogilvie [mailto:steven.ogil...@titus.com] > Sent: Wednesday, April 17, 2013 12:22 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7 >

Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-17 Thread Phil Wilson
PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7 Classification: Public Sounds like a MajorUpgrade... Removes the older version, installs the new version... Steve -Original Message- From: Hans ter

Re: [WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-17 Thread Steven Ogilvie
] Tutorial about handling upgrades in Wix 3.7 Is there a tutorial or a reference post available that explains the principles of how to write an installer that first uninstalls an older version before installing the version included in the MSI but that would leave newer versions unaffected unless

[WiX-users] Tutorial about handling upgrades in Wix 3.7

2013-04-17 Thread Hans ter Horst
Is there a tutorial or a reference post available that explains the principles of how to write an installer that first uninstalls an older version before installing the version included in the MSI but that would leave newer versions unaffected unless a FORCE parameter is supplied on the interface?