Re: [WiX-users] File version

2013-10-31 Thread Walter Dexter
> Sent: Thursday, October 31, 2013 10:18 AM > > To: "General discussion about the WiX toolset." > > > > Subject: Re: [WiX-users] File version > > > > Thanks a lot, Chris. I was 99.9% sure that was the case. > > > > It's a Java program. The

Re: [WiX-users] File version

2013-10-31 Thread Christopher Painter
ous that the mountain will not move, I break out my bag of > tricks to keep the train moving. I prefer not to though. > > > From: "Walter Dexter" > Sent: Thursday, October 31, 2013 10:18 AM > To: "General discussion about

Re: [WiX-users] File version

2013-10-31 Thread Phil Wilson
break out my bag of > tricks to keep the train moving. I prefer not to though. > > > From: "Walter Dexter" > Sent: Thursday, October 31, 2013 10:18 AM > To: "General discussion about the WiX toolset." > > Subject: R

Re: [WiX-users] File version

2013-10-31 Thread Christopher Painter
to though. From: "Walter Dexter" Sent: Thursday, October 31, 2013 10:18 AM To: "General discussion about the WiX toolset." Subject: Re: [WiX-users] File version Thanks a lot, Chris. I was 99.9% sure that was the case. It's a Java program. They ha

Re: [WiX-users] File version

2013-10-31 Thread Walter Dexter
> From: "Walter Dexter" > Sent: Thursday, October 31, 2013 12:17 AM > To: "General discussion for Windows Installer XML toolset." > > Subject: [WiX-users] File version > > Hi, folks. > > Sorry to ask such naive (and honestly, non-WiX) questio

Re: [WiX-users] File version

2013-10-31 Thread Christopher Painter
scussion for Windows Installer XML toolset." Subject: [WiX-users] File version Hi, folks. Sorry to ask such naive (and honestly, non-WiX) questions, but... when installing from an MSI, Windows Installer makes decisions on EXE files based on the file version resource in the file, right?

[WiX-users] File version

2013-10-30 Thread Walter Dexter
Hi, folks. Sorry to ask such naive (and honestly, non-WiX) questions, but... when installing from an MSI, Windows Installer makes decisions on EXE files based on the file version resource in the file, right? I have a vendor releasing software to me where they've set the Product version in their

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Alain Forget
cussion for Windows Installer XML toolset. Cc: 'Rob Mensching' Subject: Re: [WiX-users] File version always 1.0.0.0 On 01/06/2013 16:40, Alain Forget wrote: >Name="MyBundle Installer" > UpgradeCode="MY-GUID" > Version="$

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Bruce Cran
On 01/06/2013 16:40, Alain Forget wrote: >Name="MyBundle Installer" > UpgradeCode="MY-GUID" > Version="$(var.PRODUCTVERSION)" > Copyright="Copyright © Us" > IconSourceFile="lib/logo.ico" > Manufacturer="Us" > Condition="Privileged AND (VersionNT = v6.1 OR

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Alain Forget
oft.com/wix/UtilExtension"; > -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: June 1, 2013 11:23 To: afor...@cmu.edu; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File version a

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Rob Mensching
for...@cmu.edu; General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] File version always 1.0.0.0 > > I downloaded the wix38.exe which uses the latest WiX toolset to build and > it seems to set both of the version numbers correctly. Not sure why you'd > se

Re: [WiX-users] File version always 1.0.0.0

2013-06-01 Thread Alain Forget
Sent: June 1, 2013 00:33 To: afor...@cmu.edu; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File version always 1.0.0.0 I downloaded the wix38.exe which uses the latest WiX toolset to build and it seems to set both of the version numbers correctly. Not sure why

Re: [WiX-users] File version always 1.0.0.0

2013-05-31 Thread Rob Mensching
I downloaded the wix38.exe which uses the latest WiX toolset to build and it seems to set both of the version numbers correctly. Not sure why you'd see different behavior. Maybe a bug in an old version of WiX toolset (assuming your using an older version). On Fri, May 31, 2013 at 3:26 PM, Alain F

[WiX-users] File version always 1.0.0.0

2013-05-31 Thread Alain Forget
When setting my Bundle's version to X.Y.Z (using the Version attribute), the resulting .exe's Product Version is correctly X.Y.Z, but looking at the .exe's Properties' Details tab (or even hovering over the icon or filename), the File Version always seems to display 1.0.0.0 . To my knowledge, we

Re: [WiX-users] File Version for patches

2008-06-17 Thread Lyle Hollenbeck
Lyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Tuesday, June 17, 2008 11:53 AM To: WIX Users List Subject: Re: [WiX-users] File Version for patches Are you saying that you built a patch with an updated version of the file and applyin

Re: [WiX-users] File Version for patches

2008-06-17 Thread Wilson, Phil
] [mailto:[EMAIL PROTECTED] On Behalf Of Lyle Hollenbeck Sent: Monday, June 16, 2008 12:50 PM To: WIX Users List Subject: [WiX-users] File Version for patches Can some one explain how file version numbers relate to patches? My original file version number is 5.10.1040.08 and the new file version number is

[WiX-users] File Version for patches

2008-06-16 Thread Lyle Hollenbeck
Can some one explain how file version numbers relate to patches? My original file version number is 5.10.1040.08 and the new file version number is 5.10.1040.09 and the patch did not make any changes. If I change my new file version number to 5.10.1041 the changes take. This is confusing to me s