Re: [WiX-users] Major Upgrades and Burn

2013-01-03 Thread Rob Mensching
Uhh, don't do that? Burn doesn't support it today. "a" is a pretty brutal setting, it would downgrade files and such. On Thu, Jan 3, 2013 at 8:25 AM, Gustavo Gustavo wrote: > Hmm, yep, it really works. But, what if I need to pass in > REINSTALLMODE=vamus and not vomus? Setting a MsiProperty doe

Re: [WiX-users] Major Upgrades and Burn

2013-01-03 Thread Gustavo Gustavo
Hmm, yep, it really works. But, what if I need to pass in REINSTALLMODE=vamus and not vomus? Setting a MsiProperty does not do the trick. Em 03/01/2013 12:35, "Rob Mensching" escreveu: Burn should automatically detect when you are doing an minor upgrade and pass the appropriate switches for you.

Re: [WiX-users] Major Upgrades and Burn

2013-01-03 Thread Rob Mensching
Burn should automatically detect when you are doing an minor upgrade and pass the appropriate switches for you. On Thu, Jan 3, 2013 at 3:57 AM, Gustavo Gustavo wrote: > Hi, > > I need to implement minor upgrades - same ProductCode for my software > releases. > > The problem is that when it's a

Re: [WiX-users] Major Upgrades, Burn and determining, which actions to do

2012-09-27 Thread Rob Mensching
1. IIRC, (I try to avoid CopyFile so I could be mistaken) uninstalling an MSI does not remove the copied content. You could create a quick MSI to verify. 2. I highly recommend making your scripts idempotent. Thus, you can always run them and if they've already been applied, they do nothing. Makes

Re: [WiX-users] Major Upgrades and Versions

2010-01-15 Thread Bruce Cran
On Thu, 14 Jan 2010 15:16:05 -0500 "Castro, Edwin G. (Hillsboro)" wrote: > We have an automated build that runs continually. We'd like each MSI > produced to behave as a major upgrade so that we can apply any newer > MSI on a target environment easily. Our build process fixes the first > two part

Re: [WiX-users] Major Upgrades and Versions

2010-01-14 Thread Matt Walker
I would think that as long as the ProductVersion, the ProductCode and the PackageCode changes and the Upgrade table contains the versions to be upgraded in the Min/Max version fields, it should act as a Major Upgrade. Matt Walker Installation Development 200 Kelly Road | Quakertown, PA 18951 Ph

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-10-06 Thread Jonathan Hartley
o:tart...@tartley.com] > Sent: Wednesday, September 30, 2009 9:07 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] major upgrades just reinstall, overwriting previous > > Ah, good question. The version that ultimately ends up installed is &g

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Blair
ress bar as the only widely noticeable side effect. -Original Message- From: Jonathan Hartley [mailto:tart...@tartley.com] Sent: Wednesday, September 30, 2009 9:07 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] major upgrades just reinstall, overwriti

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Jonathan Hartley
Ah, good question. The version that ultimately ends up installed is indeed the new version. A moment reflecting on your response makes me think that maybe I have confused myself by expecting to see some change to the UI during an upgrade, as opposed to during a fresh install, and perhaps this i

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Rob Hamflett
> It does not remove the old version. It overwrites the old install, and after > it is done, there is only one item listed in 'Add or Remove Programs'. I'm not sure I understand this. What do you mean by "it does not remove the old version?" Because you then say that it overwrites the old

Re: [WiX-users] major upgrades just reinstall, overwriting previous

2009-09-30 Thread Jonathan Hartley
Incidentally, my Component Guids are all hard coded and constant. Jonathan Hartley wrote: > Hi all. > > I'm trying to add major updates. (Actually I'm migrating our Wix config > from 2 to 3, and I can't see what I did to break major updates in the > process.) > > I followed the tutorials and rea

Re: [WiX-users] Major Upgrades

2009-04-16 Thread Don Benson
Windows Installer defines the UPGRADINGPRODUCTCODE property when a product is being removed as part of a major upgrade. A typical condition you might use is "NOT UPGRADINGPRODUCTCODE". - Don Benson - On Thu, Apr 16, 2009 at 8:00 AM, Jeff Reed wrote: > I apologize about the previous post. I didn

Re: [WiX-users] Major Upgrades without version change

2009-03-12 Thread Castro, Edwin (Hillsboro)
eral discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Major Upgrades without version change > > That is one view of version numbers but it doesn't work for me. It > relies on there being a single source of the build number, if two > builds are started

Re: [WiX-users] Major Upgrades without version change

2009-03-12 Thread Neil Sleightholm
ples approaches. Neil -Original Message- From: Castro, Edwin (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: 12 March 2009 20:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major Upgrades without version change System.Version defines the f

Re: [WiX-users] Major Upgrades without version change

2009-03-12 Thread Castro, Edwin (Hillsboro)
ilto:n...@x2systems.com] > Sent: Thursday, March 12, 2009 1:31 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Major Upgrades without version change > > I don't think that is that case as my RemoveExistingProducts is > scheduled at

Re: [WiX-users] Major Upgrades without version change

2009-03-12 Thread Neil Sleightholm
Sleightholm X2 Systems Limited n...@x2systems.com <mailto:n...@x2systems.com> From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] Sent: Thu 12/03/2009 00:06 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major Upg

Re: [WiX-users] Major Upgrades without version change

2009-03-11 Thread Wheeler, Blaine (DSHS/DCS)
t. Subject: Re: [WiX-users] Major Upgrades without version change Good point, that could even be considered a useful feature "downgrades" without an uninstall. Neil -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 11 March 2009 17:20 To: General di

Re: [WiX-users] Major Upgrades without version change

2009-03-11 Thread Neil Sleightholm
Good point, that could even be considered a useful feature "downgrades" without an uninstall. Neil -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 11 March 2009 17:20 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Majo

Re: [WiX-users] Major Upgrades without version change

2009-03-11 Thread Bob Arnson
Neil Sleightholm wrote: > This works but is it a really bad thing to do? > It means that it's still possible to install an "earlier" version. If they're never released, it's only a problem for your internal folks. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] major upgrades and component states

2008-10-05 Thread Bob Arnson
Ian Elliott (Excell Data Corporation) wrote: > If I condition out the component that contains the scripts, it doesn't get > installed during major upgrade. I see in the log that ComponentRegister then > registers that component as State=-7. When you finally uninstall, the > component does not ge