Re: [WiX-users] Set Product version in Product.wxs file

2014-02-11 Thread Phil Wilson
This isn't completely accurate: " am doing this but I feel this is not the way to make the build automated because instead of changing the Product version in Product.wxs we have to change the assembly version of actual exe OR if we make the assembly version of actual exe to increment automatically

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-11 Thread Phill Hogland
Take a look at this thread: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-installer-upgrade-does-not-work-td7589150.html#a7589177 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Set-Product-version-in-Product-wxs-file-tp7592487

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-11 Thread David Connet
On 2/10/2014 8:22 PM, Chetan Rajakumar wrote: > Hi Dave, > > Can you please let me know what all changes you are making for this. > Please let me know what code you are writing in python script, Is this Script > placed in Wix Installer project? > How you are setting command line parameters which u

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
. -Original Message- From: David Connet [mailto:d...@agilityrecordbook.com] Sent: Monday, February 10, 2014 8:07 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Set Product version in Product.wxs file On 2/10/2014 5:48 AM, Chetan Rajakumar wrote: > Hi All, > >

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
build the solution then this assembly version will gets changed. Thanks and Regards, Chetan. -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Monday, February 10, 2014 8:22 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Set Product

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Brian Enderle
I know this doesn't do exactly what you want but we use the product version of the actual EXE to assign the product version to the MSI. THis way we only need to update the project version and the installer version is automatically updated. Be sure to replace the items in <> with your info. FYI,

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread David Connet
On 2/10/2014 5:48 AM, Chetan Rajakumar wrote: > Hi All, > > Below is my requirement: > I have a Version.txt file kept under WixInstaller project and I have below > text in Version.txt: > BuildVersion=1.2.3.4 > Now I have to read the above BuildVersion from the Version.txt and Update the > value o

[WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
Hi All, Below is my requirement: I have a Version.txt file kept under WixInstaller project and I have below text in Version.txt: BuildVersion=1.2.3.4 Now I have to read the above BuildVersion from the Version.txt and Update the value of Product Version in Product.wxs file. Something like below: