Re: [WiX-users] version numbering

2007-07-03 Thread Bob Arnson
Simon Dahlbacka wrote: And no, I don't have any good answer to your question other than looking in docs and "trial and horror" On 7/3/07, * Patrick Steele* <[EMAIL PROTECTED] > wrote: Ah! I see. Ok so how do I know what version I require? I'm usi

Re: [WiX-users] version numbering

2007-07-03 Thread Simon Dahlbacka
ire? I'm using Wix v3. -- *From:* Simon Dahlbacka [mailto:[EMAIL PROTECTED] *Sent:* 03 July 2007 14:19 *To:* Patrick Steele *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] version numbering yes, the @InstallerVersion attribute refers to the version of *Wi

Re: [WiX-users] version numbering

2007-07-03 Thread Simon Dahlbacka
valid, as it expects a valid integer value. Any sugestions please short of hardcoding it? Thanks, Patrick -- *From:* Bob Arnson [mailto:[EMAIL PROTECTED] *Sent:* 02 July 2007 16:30 *To:* John Vottero *Cc:* Patrick Steele; wix-users@lists.sourceforge.net *Subject:* Re: [Wi

Re: [WiX-users] version numbering

2007-07-03 Thread Patrick Steele
? Thanks, Patrick From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 02 July 2007 16:30 To: John Vottero Cc: Patrick Steele; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] version numbering John Vottero wrote: We use environment variables, like

Re: [WiX-users] version numbering

2007-07-02 Thread Bob Arnson
John Vottero wrote: We use environment variables, like this: ...Name="JAMS Version $(env.Version)" Version="$(env.Version)" You can also use preprocessor variables passed in on the command line using $(var.name) syntax. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] version numbering

2007-07-02 Thread John Vottero
We use environment variables, like this: ...Name="JAMS Version $(env.Version)" Version="$(env.Version)" From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Steele Sent: Monday, July 02, 2007 10:59 AM To: wix-users@lists.sourceforge.net Subject:

[WiX-users] version numbering

2007-07-02 Thread Patrick Steele
Hi, I have my version number hardcoded in multiple locations throughout my wxs file eg Is it possible for me to parameterise this, something along the lines of eg By the way, the code above works for the Description fields but NOT for the Title fields :( Or is there a better way

Re: [WiX-users] Version numbering - 0 vs 00, 1 vs 01 vs 10 and so on

2006-10-19 Thread Bob Arnson
Sigurd Stenersen wrote: > Is there any difference between 1.0.0 and 1.00.00 ? > > How about the sorting of 1.1.0, 1.01.0, 1.10.0, 1.9.0 ? > MSI treats each field as its own integer. So "00" == "0" == 0. That also means that 1.10 > 1.1. -- sig://boB http://bobs.org

[WiX-users] Version numbering - 0 vs 00, 1 vs 01 vs 10 and so on

2006-10-19 Thread Sigurd Stenersen
Is there any difference between 1.0.0 and 1.00.00 ? How about the sorting of 1.1.0, 1.01.0, 1.10.0, 1.9.0 ? Sigurd - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with