Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Rob Mensching
Oh, thanks, how very sloppy of me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Sleightholm Sent: Friday, July 18, 2008 11:21 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Neil Sleightholm
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number Correct. At this point, I tend towards "$(bind.FileVersion.)" instead of "$(bind.assemblyFileVersion.)" because FileVersion is always available. -Original Message- Fro

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Rob Mensching
ly 18, 2008 09:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number In addition I think I am correct in saying that !(bind.assemblyFileVersion.xxx) is not set unless you use the -fv option. It is a good idea though, I think I

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Neil Sleightholm
Mensching Sent: 18 July 2008 17:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number Note, only the "assembly" binder variables require GAC'ing. If you use "$(bind.FileVersion.FileId)" then that will always wor

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Neil Sleightholm
ailto:[EMAIL PROTECTED] On Behalf Of Adam Connelly Sent: 18 July 2008 15:15 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number Thanks for the replies. I ended up using a wix pre-processor directive, like Neil suggested. I had to wr

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Rob Mensching
o: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number This was my approach for a long time as well, but last week I changed to using a binder variable. The core application we install is always stamped with an assemblyversion by the

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Steve Baker
t;[EMAIL PROTECTED]> Sent: Friday, July 18, 2008 10:33 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Automatically setting version number This was my approach for a long time as well, but last week I changed to using a binder variable. The core application we

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Neil Enns
; > > > > > Neil > > Neil Sleightholm > X2 Systems Limited > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > From: [EMAIL PROTECTED] on behalf of Adam Connelly > Sent: Fri 18/07/2008 11:30 > To: wix

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Adam Connelly
> Neil > > Neil Sleightholm > X2 Systems Limited > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > From: [EMAIL PROTECTED] on behalf of Adam Connelly > Sent: Fri 18/07/2008 11:30 > To: wix-users@lists.sourceforge.net &

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Christopher Karper
ghtholm > X2 Systems Limited > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > From: [EMAIL PROTECTED] on behalf of Adam Connelly > Sent: Fri 18/07/2008 11:30 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users]

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Neil Sleightholm
TED]> From: [EMAIL PROTECTED] on behalf of Adam Connelly Sent: Fri 18/07/2008 11:30 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Automatically setting version number Hi, I've got a CI setup that automatically generates a x.x.x.x style version number. I've got all my asse

[WiX-users] Automatically setting version number

2008-07-18 Thread Adam Connelly
Hi, I've got a CI setup that automatically generates a x.x.x.x style version number. I've got all my assemblies versioned properly (with a generated shared SolutionInfo.cs file), and I set the msi output name as MyMSI-x.x.x.x.msi and now I want to set the Version attribute of the Product tag.