Re: [WiX-users] Getting notification of an upgrade

2011-09-29 Thread Rob Mensching
.@robmensching.com] > Sent: 29 September 2011 15:59 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Getting notification of an upgrade > > If you use the MajorUpgrade element, it should set the WIX_UPGRADE_DETECTED > property. If you do your

Re: [WiX-users] Getting notification of an upgrade

2011-09-29 Thread Rob Mensching
verses what is done automatically, or what is provided as > pre-canned bits by WiX. > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: 29 September 2011 20:54 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-use

Re: [WiX-users] Getting notification of an upgrade

2011-09-29 Thread Tom Quarendon
ginal Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: 29 September 2011 15:59 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Getting notification of an upgrade > > If you use the MajorUpgrade element, it should se

Re: [WiX-users] Getting notification of an upgrade

2011-09-29 Thread Tom Quarendon
. Subject: Re: [WiX-users] Getting notification of an upgrade If you use the MajorUpgrade element, it should set the WIX_UPGRADE_DETECTED property. If you do your own major upgrade authoring, you can create a property of your own choosing. On Wed, Sep 28, 2011 at 1:58 PM, Tom Quarendon wrote: > I

Re: [WiX-users] Getting notification of an upgrade

2011-09-29 Thread Rob Mensching
If you use the MajorUpgrade element, it should set the WIX_UPGRADE_DETECTED property. If you do your own major upgrade authoring, you can create a property of your own choosing. On Wed, Sep 28, 2011 at 1:58 PM, Tom Quarendon wrote: > I've been playing with understanding upgrading in MSI/WiX, but