Re: [WiX-users] Setting the version number...

2012-11-06 Thread Goran
Thanks, that worked fine. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Setting-the-version-number-tp5942903p7581782.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Setting the version number...

2012-11-06 Thread Dirk Ziegelmeier
See http://wix.sourceforge.net/manual-wix3/light.htm Section "Package Properties" Dirk On Tue, Nov 6, 2012 at 12:39 PM, Goran wrote: > Has there been an improvement regarding this issue? We can use !bind > without > any problems from the msi wxs file, but I could not find a way to get > vers

Re: [WiX-users] Setting the version number...

2012-11-06 Thread Goran
Has there been an improvement regarding this issue? We can use !bind without any problems from the msi wxs file, but I could not find a way to get version from the wxi (or from the bundle, if we are able to reference the version of msi package)? -- View this message in context: http://windows-i

Re: [WiX-users] Setting the version number...

2012-10-16 Thread Steven Ogilvie
ching [mailto:r...@robmensching.com] Sent: October-16-12 5:54 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting the version number... Merge Modules "modularize" the identifiers (append the .G_U_I_D). So you must do that too. On Tue, Oct 16,

Re: [WiX-users] Setting the version number...

2012-10-16 Thread Rob Mensching
Merge Modules "modularize" the identifiers (append the .G_U_I_D). So you must do that too. On Tue, Oct 16, 2012 at 2:15 PM, StevenOgilvie wrote: > Hi Rob, > > I have a wxi variable file with: > > > then my product.wxs file with: > Name="$(var.ProductName)" >Language="1

Re: [WiX-users] Setting the version number...

2012-10-16 Thread StevenOgilvie
Hi Rob, I have a wxi variable file with: then my product.wxs file with: Must be an easy way to read a fileversion and use that as your productversion? Steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Setting-the-v

Re: [WiX-users] Setting the version number...

2011-01-21 Thread Rob Mensching
Yeah, sorry, there are some anachronisms in the binder variables that are not stored in my memory correctly because I spend too much time thinking about how they need to be fixed. On Fri, Jan 21, 2011 at 12:20 AM, Rune Moberg wrote: > On Thu, Jan 20, 2011 at 2:01 PM, Rob Mensching > wrote: > >

Re: [WiX-users] Setting the version number...

2011-01-21 Thread Rune Moberg
On Thu, Jan 20, 2011 at 2:01 PM, Rob Mensching wrote: > If you don't want to generate another file (this is what WiX does), then my > new favorite trick is to do: > > Product/@Version="!(wix.FileVersion.SomeFileIdInYourMsi)" Had I read your e-mail yesterday, I would have slept much better last ni

Re: [WiX-users] Setting the version number...

2011-01-20 Thread Rob Mensching
files are updated > automatically from the master build number. > > -Original Message- > From: Rune Moberg [mailto:jjfl...@gmail.com] > Sent: 20 January 2011 11:20 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Setting the version

Re: [WiX-users] Setting the version number...

2011-01-20 Thread David Watson
-users] Setting the version number... On Thu, Jan 20, 2011 at 10:21 AM, Dandre wrote: > assemblyinfo.cs files and update the version numbers. Then using a wix > include file using the variable holding version 1.0.0.0 we update that > file and so all installers referring to that include

Re: [WiX-users] Setting the version number...

2011-01-20 Thread Rune Moberg
On Thu, Jan 20, 2011 at 10:21 AM, Dandre wrote: > assemblyinfo.cs files and update the version numbers. Then using a wix > include file using the variable holding version 1.0.0.0 we update that > file and so all installers referring to that include file will get I was hoping to avoid generating y

Re: [WiX-users] Setting the version number...

2011-01-20 Thread David Watson
s that we deploy automatically with True Update. Dave -Original Message- From: Dandre [mailto:dandre...@gmail.com] Sent: 20 January 2011 09:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting the version number... Hi Rune I haven't checke

Re: [WiX-users] Setting the version number...

2011-01-20 Thread Dandre
Hi Rune I haven't checked your links but what we use is the Tfs build server's ability to download the new source from repo, look for all assemblyinfo.cs files and update the version numbers. Then using a wix include file using the variable holding version 1.0.0.0 we update that file and s