Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrades NOT working on a new install Not sure what you mean by extra code, this is what an upgrade looks like. Using afterInstallValidate will uninstall and then install, using afterInstallExecute will replace files (not a good

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Neil Sleightholm
suggested down below :) less code for sure :) Steve -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: December-20-12 4:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrades NOT working on a new install Correction -

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Neil Sleightholm
] Upgrades NOT working on a new install Correction - use it will be simpler. -Original Message- From: Neil Sleightholm Sent: 20 December 2012 21:06 To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] Upgrades NOT working on a new install Use

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
s code for sure :) Steve -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: December-20-12 4:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrades NOT working on a new install Correction - use it will be simpler.

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
NOT working on a new install Correction - use it will be simpler. -Original Message- From: Neil Sleightholm Sent: 20 December 2012 21:06 To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] Upgrades NOT working on a new install Use - Product/@Id

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Neil Sleightholm
Correction - use it will be simpler. -Original Message- From: Neil Sleightholm Sent: 20 December 2012 21:06 To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] Upgrades NOT working on a new install Use - Product/@Id="*" - Remove the Id fr

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Neil Sleightholm
r to debug. Neil -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: 20 December 2012 19:26 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrades NOT working on a new install Okay, I now have: Whe

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread John Ludlow
>> From: Steven Ogilvie [mailto:steven.ogil...@titus.com] >> Sent: Thursday, December 20, 2012 12:13 PM >> To: General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-users] Upgrades NOT working on a new install >> >> Okay I changed the

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
> To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Upgrades NOT working on a new install > > Okay I changed the ProductCode to be "*" as well as the Package Id="*" > First MSI had a version number of 4.0.1.25 second MSI has

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Castro, Edwin G. (Hillsboro)
ndows Installer XML toolset. > Subject: Re: [WiX-users] Upgrades NOT working on a new install > > Okay I changed the ProductCode to be "*" as well as the Package Id="*" > First MSI had a version number of 4.0.1.25 second MSI has a version number > of 4.1.2

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
Channels Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com > -Original Message- > From: Steven Ogilvie [mailto:steven.ogil...@titus.com] > Sent: Thursday, December 20, 2012 11:26 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-use

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Castro, Edwin G. (Hillsboro)
x: 503-617-0291 www.fiserv.com > -Original Message- > From: Steven Ogilvie [mailto:steven.ogil...@titus.com] > Sent: Thursday, December 20, 2012 11:26 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Upgrades NOT working on a new ins

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Steven Ogilvie
[mailto:n...@x2systems.com] Sent: December-20-12 1:47 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrades NOT working on a new install You seem to have the MajorUpgrade element and also the Upgrade element, MajorUpgrade replaces the need for manually aut

Re: [WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread Neil Sleightholm
let WiX do it. Neil -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: 20 December 2012 18:26 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Upgrades NOT working on a new install Hi all, I have implemented upgrades by doing the following (I have an includ

[WiX-users] Upgrades NOT working on a new install....

2012-12-20 Thread StevenOgilvie
Hi all, I have implemented upgrades by doing the following (I have an include file that has the product/package properties which I define and include the include file :)... then: where I have the following defined: and have a productcode and upgradecode that I don't change... c