[WiX-users] Best way to create a simple installer with bootstraper for Installer 4.5 and .NET Framework

2012-01-24 Thread Ulrich Proeller
I am wondering, what is the recommended way to bundle my .msi file with the Windows Installer 4.5 redistributable and the .NET 4.0 framework using the WIX 3.5 toolset. I have currently added a GenerateBootstrapper/ section to my .wixproj file: GenerateBootstrapper 

Re: [WiX-users] More than one transformation (.mst file) for Pyro.exe?

2012-01-15 Thread Ulrich Proeller
, Ulrich Proeller wrote: I'm using a command line similar to this one: pyro.exe patch.wixmsp -t RTM patch1.wixmst patch2.wixmst -out patch.msp -sf You have to repeat the -t switch for each transform. -- sig://boB http://joyofsetup.com

[WiX-users] More than one transformation (.mst file) for Pyro.exe?

2012-01-14 Thread Ulrich Proeller
more than one transformation or not? Mit freundlichen Grüßen / Yours sincerely Ulrich Proeller PROSA GmbH Hartwaldstraße 27 86415 Mering Germany Fon: +49 8233 30510 Fax: +49 8233 30502 Mobile: +49 170 5417282 www.prosa-gmbh.dehttp://www.prosa-gmbh.de/ ulr...@prosa.bizmailto:ulr...@prosa.biz PROSA

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

2012-01-12 Thread Ulrich Proeller
of the text file from each admin install. -Original Message- From: 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

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

2012-01-12 Thread Ulrich Proeller
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 and the version of the text file from each admin install. -Original Message- From: Ulrich Proeller [mailto:ulr

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

2012-01-11 Thread Ulrich Proeller
? On Tue, Jan 10, 2012 at 11:01 AM, Ulrich Proeller ulr...@prosa.biz wrote: 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

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

2012-01-11 Thread Ulrich Proeller
then add a componentref to that too. Orca will only show 2 tables because the rest of the changes are in 2 transforms embedded in the patch. Use the View Patch menu item in Orca after loading the base MSI to get a better idea of what it changes. -Original Message- From: Ulrich Proeller

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

2012-01-11 Thread Ulrich Proeller
a property like any other and often seems not to be mentioned specially. That confused me when I wrote my first patch. -Original Message- From: Ulrich Proeller [mailto:ulr...@prosa.biz] Sent: 11 January 2012 11:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX

[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