Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-13 Thread Heath Stewart
You need to add to a patch family. I recommend using a unique patch family only for that purpose. Note that if you have other components in the same entry section (i.e., element fragment) they will be included as well. It's best to always put anything that can be in a fragment in a fragment (like

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-12 Thread Bob Arnson
On 11-Jan-12 03:00, Ulrich Proeller wrote: > The switch "-sf" in the pyro command was added the get rid of a duplicate key > error. That's likely the root cause of your problem. Fix the underlying bug before trying workarounds. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-12 Thread Ulrich Proeller
treff: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version It all looks reasonable. I'd probably go back and examine the text file in the 2 MSIs that you're building the patch from. It could be a build problem. Do an administrative install of both MSIs an

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-11 Thread Peter Shirtcliffe
om: Ulrich Proeller [mailto:ulr...@prosa.biz] Sent: 11 January 2012 11:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version I think that the patch doesn't include this text file. At least ORCA

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-11 Thread Ulrich Proeller
Shirtcliffe [mailto:pshirtcli...@sdl.com] Gesendet: Mittwoch, 11. Januar 2012 11:23 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version Add a propertyref to the ProductVersion property. If your text file

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-11 Thread Ulrich Proeller
indows Installer XML toolset. Betreff: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version Add a propertyref to the ProductVersion property. If your text file is in a separate component from the exe then add a componentref to that too. Orca will only show 2 table

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-11 Thread Peter Shirtcliffe
2012 07:08 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version First, you can use Orca to see what the patch is modifying. After that, I epxect the WiX v3.6 warnings were that it didn't find anythi

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-11 Thread Ulrich Proeller
07:08 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version First, you can use Orca to see what the patch is modifying. After that, I epxect the WiX v3.6 warnings were that it didn't find anythin

Re: [WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-10 Thread Rob Mensching
First, you can use Orca to see what the patch is modifying. After that, I epxect the WiX v3.6 warnings were that it didn't find anything updated. Maybe post the set of steps you followed to build the patch? On Tue, Jan 10, 2012 at 11:01 AM, Ulrich Proeller wrote: > Hi All, > > I am trying to cre

[WiX-users] Applying a patch (.msp) doesn't increase the product version

2012-01-10 Thread Ulrich Proeller
Hi All, I am trying to create a patch (minor upgrade) to my WIX project which is expected to do three things: 1. Change the version number of my product (1.2.6.0 => 1.2.7.0) 2. Replace an managed exe where just the version number has changed (1.2.6.0 => 1.2.7.0) 3. Replace a