Re: [WiX-users] Upgrade confusion

2013-10-14 Thread dirt
...@awoms.com] > Sent: Monday, October 14, 2013 9:21 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Upgrade confusion > > When a bootstrapper v1.0.1 downloads and installs an update (v1.0.2) > it logs "Automatically closing the window since update successful

Re: [WiX-users] Upgrade confusion

2013-10-14 Thread Hoover, Jacob
--Original Message- From: dirt [mailto:d...@awoms.com] Sent: Monday, October 14, 2013 9:21 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade confusion When a bootstrapper v1.0.1 downloads and installs an update (v1.0.2) it logs "Automatically closing the window since

Re: [WiX-users] Upgrade confusion

2013-10-14 Thread dirt
When a bootstrapper v1.0.1 downloads and installs an update (v1.0.2) it logs "Automatically closing the window since update successful" and opens the v1.0.2 bootstrapper with this in the log at the top: "This bundle is being run by a related bundle as type 'Update'." From what I can tell in th

Re: [WiX-users] Upgrade confusion

2013-10-11 Thread dirt
How am I to detect that the bootstrapper has been invoked via an Update and thus should suppress the UI and auto-invoke the Install sequence? I dont see anything when comparing the 1.0.1 and 1.0.2 logs to indicate that an Update could be detected. There is one line at the top of the v1.0.2 log:

Re: [WiX-users] Upgrade confusion

2013-10-11 Thread dirt
Thank you for the clarification. I have made progress and here is an updated scenario, I am not sure why the update is not auto-installing but instead waiting for me to click Install (at step 2) = Product ID = * Product UpgradeCode = 029B...BD97 Bootstrapper UpgradeCode = f031...56b3 =

Re: [WiX-users] Upgrade confusion

2013-10-10 Thread Nicolás Alvarez
2013/10/10 dirt : > (Product ID and UpgradeCode are static, the Version (revision) is > incremented on each build.) That's the definition of a minor upgrade. If you want a major upgrade, you have to change product ID (ProductCode) too -- Nicolás

Re: [WiX-users] Upgrade confusion

2013-10-10 Thread Phill Hogland
For MajorUpgrade behavior you must change both the Product ID and the version. The UpgradeCode should remain unchanged. Also the version of the MSI must change in the first three quad-dots. The version of the bundle can be changed in any part of the version string. http://wixtoolset.org/documen