Re: [WiX-users] Upgrade issue

2015-02-27 Thread Jeremiahf
You owe us all a beer! JK! Glad you figured it out. J On Fri, Feb 27, 2015 at 4:52 PM, Steve-Ogilvie wrote: > Sigh... > > False alarm.. I am an IDIOT... > > I put code in to ensure a 2nd running Bootstrapper isn't running... duh... > so on uninstall of the Bootstrapper it quits (because it is t

Re: [WiX-users] Upgrade issue

2015-02-27 Thread Steve-Ogilvie
Sigh... False alarm.. I am an IDIOT... I put code in to ensure a 2nd running Bootstrapper isn't running... duh... so on uninstall of the Bootstrapper it quits (because it is the 2nd one) and doesn't remove it self... Guess I didn't think of upgrades... will have to think of how to distinguish b

Re: [WiX-users] Upgrade issue

2015-02-27 Thread Jeremiahf
Or whatever the context is. I don't have my code in front of me. Sorry for the chatter. J On Fri, Feb 27, 2015 at 4:46 PM, Jeremiahf wrote: > What does your InstallExecuteSequence look like? Do you have > RemoveOldVersion in it? > > On Fri, Feb 27, 2015 at 4:08 PM, Steve-Ogilvie > wrote: > >>

Re: [WiX-users] Upgrade issue

2015-02-27 Thread Jeremiahf
What does your InstallExecuteSequence look like? Do you have RemoveOldVersion in it? On Fri, Feb 27, 2015 at 4:08 PM, Steve-Ogilvie wrote: > I could really use some help with this... > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrad

Re: [WiX-users] Upgrade issue

2015-02-27 Thread Steve-Ogilvie
I could really use some help with this... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrade-issue-tp7599324p7599393.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Once again, the “new” build was a one off build with the version number changed to make it a major upgrade… Version changed: Old 15.1.4.x New 15.2.4.x GUID changes every build Upgrade Code remains the same steve -- View this message in context: http://windows-installer-xml-wi

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
hidden email] Subject: Re: [WiX-users] Upgrade issue This happens when the bundle's version doesn't change. Nir -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel an

Re: [WiX-users] Upgrade issue

2015-02-25 Thread John Cooper
henry.com -Original Message- From: Nir Bar [mailto:nir@panel-sw.co.il] Sent: Wednesday, February 25, 2015 2:49 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade issue This happens when the bundle's version doesn&

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public The version changed from 15.1.4.x to 15.2.4.x and the GUID changed and the upgradecode remained the same... This message has been marked as Public by Steven Ogilvie on February-25-15 3:53:03 PM. The above classification labels were added to the message by TITUS Message C

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
m: Phill Hogland [mailto:[hidden email]] Sent: Wednesday, February 25, 2015 11:56 AM To: [hidden email] Subject: Re: [WiX-users] Upgrade issue I had some similar problem <http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RollbackBoundry-Can-t-Upgrade-or-uninstall-bundle-td759.htm

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Nir Bar
This happens when the bundle's version doesn't change. Nir -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all th

Re: [WiX-users] Upgrade issue

2015-02-25 Thread John Cooper
ocoo...@jackhenry.com -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Wednesday, February 25, 2015 11:56 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade issue I had some similar problem <http://windows-installer-xml-wix-toolset.687559.n2.nab

Re: [WiX-users] Upgrade issue [P]

2015-02-25 Thread Steve-Ogilvie
Classification: Public Hey Phil, I am not using at all I have 1 EXE (SQL Server Express 2012 CU2) and 1 MSI only (but I have to MsiPackage's one for a silent install and one for non silent) The only PackageGroupRef I have is for .NET i.e.

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Phill Hogland
I had some similar problem a few weeks back, and while Bob's suggestions were helpful, I set aside that problem to work on some other fires, and did not return to com

[WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Hi folks, I have an installer (MSI) with a bootstrapper, installs and uninstalls perfectly The GUID is set to * and the upgrade code is the same each build. (the version of the MSI/Bootstrapper and binaries that we are installing is 15.1.4.x) To test that an Upgrade will work, I have built our bi

Re: [WiX-users] Upgrade issue

2015-02-25 Thread Steve-Ogilvie
Hey Phil, I am not using at all I have 1 EXE (SQL Server Express 2012 CU2) and 1 MSI only (but I have to MsiPackage’s one for a silent install and one for non silent) The only PackageGroupRef I have is for .NET i.e.

Re: [WiX-users] upgrade issue

2009-09-10 Thread Wilson, Phil
inuen...@gmail.com] Sent: Thursday, September 10, 2009 12:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] upgrade issue We have different installers for product A , B , C , D Now we have developed a pack installer which will install all of the products. what I did is , I created each product

[WiX-users] upgrade issue

2009-09-10 Thread MYFLEX
We have different installers for product A , B , C , D Now we have developed a pack installer which will install all of the products. what I did is , I created each product as a feature in the pack installer. Now what I want is , how can I upgrade "A" or "B" or "C" Products with my pack installer

[WiX-users] Upgrade Issue

2008-02-27 Thread Sneha Gharpure
Hi, I am trying to implement upgrade in the installer. The application for which the installer is built is a web based application. This requires creating application pools, virtual directories in the IIS. Following is the code that I added for upgrades So, UPGRADE_FROM_CURREN