Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-19 Thread Rob Mensching
Understood.  We just standardized on the Version class for all versions 
everywhere since that was supposed to always get the right thing.  This is 
honestly, the first time in 9 years that I've ever had anyone ask to keep the 
insignificant zeros.  smile/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 17:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Rob,

This Fusion processing related to putting assemblies in GAC?
What we are seeing is that the value of ProductVersion property is getting 
normalized, not assembly version.

Alex



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Wednesday, June 18, 2008 5:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Yes, the version gets normalized down to numbers without extra zeroes.  There 
are bugs in the Fusion processing of version where they incorrectly treat 
versions as strings and it was found that removing insignificant zeroes from a 
version string would avoid them.  At least, that's what my memory is telling me.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 11:05
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

I see what you mean.  I just did a quick test with product version set to 
001.000.000..
When I opened msi with Orca, ProductVersion is set to 1.0.0.0.  If I manually 
change the product version back to what I have in the WiX file than I can see 
all zeros in the ARP.

So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
leading zeros.


Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-19 Thread Alexander Shevchuk
Reminds me from There's something about Mary.  Once you guys will fix it I 
will be able to give my users only 3 zeros in the product version instead of 4 
in my competitor's product version.  :-)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Thursday, June 19, 2008 10:34 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Understood.  We just standardized on the Version class for all versions 
everywhere since that was supposed to always get the right thing.  This is 
honestly, the first time in 9 years that I've ever had anyone ask to keep the 
insignificant zeros.  smile/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 17:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Rob,

This Fusion processing related to putting assemblies in GAC?
What we are seeing is that the value of ProductVersion property is getting 
normalized, not assembly version.

Alex



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Wednesday, June 18, 2008 5:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Yes, the version gets normalized down to numbers without extra zeroes.  There 
are bugs in the Fusion processing of version where they incorrectly treat 
versions as strings and it was found that removing insignificant zeroes from a 
version string would avoid them.  At least, that's what my memory is telling me.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 11:05
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

I see what you mean.  I just did a quick test with product version set to 
001.000.000..
When I opened msi with Orca, ProductVersion is set to 1.0.0.0.  If I manually 
change the product version back to what I have in the WiX file than I can see 
all zeros in the ARP.

So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
leading zeros.


Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy

[WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Maxim Vyazovsky
Hi all,

If I set version number like this:
  Product Name=XXX 7.5.6.001' Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001*' Manufacturer='XXX,
Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

after installation process in support information I see version without
leading zeroes - *7.5.6.1*
Can somebody explain how to leave leading zeroes?
-- 
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Neil Enns
You can't, assembly version numbers are stored as numbers by the OS, so leading 
zeros are stripped.

Neil

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 8:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX and Support Information in Add or Remove Programs 
panel

Hi all,

If I set version number like this:
  Product Name=XXX 7.5.6.001' Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001*' Manufacturer='XXX,
Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

after installation process in support information I see version without
leading zeroes - *7.5.6.1*
Can somebody explain how to leave leading zeroes?
--
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Maxim Vyazovsky
hm,
http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
what about this?
On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED] wrote:

 You can't, assembly version numbers are stored as numbers by the OS, so
 leading zeros are stripped.

 Neil

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
 Sent: Wednesday, June 18, 2008 8:31 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WiX and Support Information in Add or Remove
 Programs panel

 Hi all,

 If I set version number like this:
  Product Name=XXX 7.5.6.001 http://7.5.6.1/'
 Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001 http://7.5.6.1/*'
 Manufacturer='XXX,
 Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

 after installation process in support information I see version without
 leading zeroes - *7.5.6.1*
 Can somebody explain how to leave leading zeroes?
 --
 Thanks,
 Max
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Neil Enns
No idea how they did that. The second one isn't even a valid Windows file 
version number. It must be a text string that comes from somewhere else, 
although the Windows Installer property reference doesn't list any properties 
for the version number.

Neil

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 9:13 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

hm,
http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
what about this?
On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED] wrote:

 You can't, assembly version numbers are stored as numbers by the OS, so
 leading zeros are stripped.

 Neil

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
 Sent: Wednesday, June 18, 2008 8:31 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WiX and Support Information in Add or Remove
 Programs panel

 Hi all,

 If I set version number like this:
  Product Name=XXX 7.5.6.001 http://7.5.6.1/'
 Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
Language='1033' Codepage='1252' Version='*7.5.6.001 http://7.5.6.1/*'
 Manufacturer='XXX,
 Inc.'
UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'

 after installation process in support information I see version without
 leading zeroes - *7.5.6.1*
 Can somebody explain how to leave leading zeroes?
 --
 Thanks,
 Max
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




--
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Maxim Vyazovsky
question of the century :)
the same situation with Orca, it has version 3.1.3790., and all zeroes
are shown in the support info.
i decompiled Orca with dark.exe and can see that:
Product Id={85F4CBCB-9BBC-4B50-A7D8-E1106771498D} Language=1033
Manufacturer=Microsoft Corporation Name=Orca
UpgradeCode={1AA03E10-2B19-11D2-B2EA-006097C99860} Version=*3.1.3790.
*

so, if somebody knows the solution, please share it ;)



On Wed, Jun 18, 2008 at 7:22 PM, Neil Enns [EMAIL PROTECTED] wrote:

 No idea how they did that. The second one isn't even a valid Windows file
 version number. It must be a text string that comes from somewhere else,
 although the Windows Installer property reference doesn't list any
 properties for the version number.

 Neil

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
 Sent: Wednesday, June 18, 2008 9:13 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WiX and Support Information in Add or Remove
 Programs panel

 hm,
 http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
 what about this?
 On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED]
 wrote:

  You can't, assembly version numbers are stored as numbers by the OS, so
  leading zeros are stripped.
 
  Neil
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:
  [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
  Sent: Wednesday, June 18, 2008 8:31 AM
  To: wix-users@lists.sourceforge.net
  Subject: [WiX-users] WiX and Support Information in Add or Remove
  Programs panel
 
  Hi all,
 
  If I set version number like this:
   Product Name=XXX 7.5.6.001 http://7.5.6.1/ http://7.5.6.1/'
  Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
 Language='1033' Codepage='1252' Version='*7.5.6.001 http://7.5.6.1/
 http://7.5.6.1/*'
   Manufacturer='XXX,
  Inc.'
 UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'
 
  after installation process in support information I see version without
  leading zeroes - *7.5.6.1*
  Can somebody explain how to leave leading zeroes?
  --
  Thanks,
  Max
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 



 --
 Thanks,
 Max
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
Thanks,
Max
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Maxim Vyazovsky
Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.
On Wed, Jun 18, 2008 at 8:11 PM, Alexander Shevchuk 
[EMAIL PROTECTED] wrote:

 Well, according to *the source*:

 - Version data type (
 http://msdn.microsoft.com/en-us/library/aa372488(VS.85).aspx):

 The Version data type is a text string containing a valid version string.
 A version string has the format:
 x.x.x.x
 where x is a digit.


 - ProductVersion property (
 http://msdn.microsoft.com/en-us/library/aa370859(VS.85).aspx):

 The value of the ProductVersion property is the version of the product in
 string format.
 The format of the string is as follows:
 major.minor.build
 Note that Windows Installer uses only the first three fields of the product
 version. If you include a fourth field in your product version, the
 installer ignores the fourth field.


 Because MSDN does not say anything about stars in the version string, the
 question really is - why dark.exe puts them in the Version attribute?


 Alex





 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
  Sent: Wednesday, June 18, 2008 9:29 AM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] WiX and Support Information in Add or Remove
 Programs panel

 question of the century :)
 the same situation with Orca, it has version 3.1.3790., and all zeroes
 are shown in the support info.
 i decompiled Orca with dark.exe and can see that:
 Product Id={85F4CBCB-9BBC-4B50-A7D8-E1106771498D} Language=1033
 Manufacturer=Microsoft Corporation Name=Orca
 UpgradeCode={1AA03E10-2B19-11D2-B2EA-006097C99860}
 Version=*3.1.3790.
 *

 so, if somebody knows the solution, please share it ;)



 On Wed, Jun 18, 2008 at 7:22 PM, Neil Enns [EMAIL PROTECTED]
 wrote:

  No idea how they did that. The second one isn't even a valid Windows file
  version number. It must be a text string that comes from somewhere else,
  although the Windows Installer property reference doesn't list any
  properties for the version number.
 
  Neil
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:
  [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
  Sent: Wednesday, June 18, 2008 9:13 AM
  To: General discussion for Windows Installer XML toolset.
  Subject: Re: [WiX-users] WiX and Support Information in Add or Remove
  Programs panel
 
  hm,
  http://i.piccy.kiev.ua/i2/45/c7/aea71120584104c1c6b99d3ba93e.jpeg
  what about this?
  On Wed, Jun 18, 2008 at 7:01 PM, Neil Enns [EMAIL PROTECTED]
  wrote:
 
   You can't, assembly version numbers are stored as numbers by the OS, so
   leading zeros are stripped.
  
   Neil
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:
   [EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
   Sent: Wednesday, June 18, 2008 8:31 AM
   To: wix-users@lists.sourceforge.net
   Subject: [WiX-users] WiX and Support Information in Add or Remove
   Programs panel
  
   Hi all,
  
   If I set version number like this:
Product Name=XXX 7.5.6.001 http://7.5.6.1/ http://7.5.6.1/ 
 http://7.5.6.1/'
Id='{BB52FB21-F007-40ef-A73E-6717AE770446}'
  Language='1033' Codepage='1252' Version='*7.5.6.001http://7.5.6.1/
 http://7.5.6.1/
  http://7.5.6.1/*'
Manufacturer='XXX,
   Inc.'
  UpgradeCode='ebb5dec0-edce-4531-9d2b-668c8a7e0ba7'
  
   after installation process in support information I see version without
   leading zeroes - *7.5.6.1*
   Can somebody explain how to leave leading zeroes?
   --
   Thanks,
   Max
  
 -
   Check out the new SourceForge.net Marketplace.
   It's the best place to buy or sell services for
   just about anything Open Source.
   http://sourceforge.net/services/buy/index.php
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
  
  
 -
   Check out the new SourceForge.net Marketplace.
   It's the best place to buy or sell services for
   just about anything Open Source.
   http://sourceforge.net/services/buy/index.php
   ___
   WiX-users mailing list
   WiX-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wix-users
  
 
 
 
  --
  Thanks,
  Max
  -
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php

Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Alexander Shevchuk
I see what you mean.  I just did a quick test with product version set to 
001.000.000..
When I opened msi with Orca, ProductVersion is set to 1.0.0.0.  If I manually 
change the product version back to what I have in the WiX file than I can see 
all zeros in the ARP.

So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
leading zeros.


Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Rob Mensching
Yes, the version gets normalized down to numbers without extra zeroes.  There 
are bugs in the Fusion processing of version where they incorrectly treat 
versions as strings and it was found that removing insignificant zeroes from a 
version string would avoid them.  At least, that's what my memory is telling me.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 11:05
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

I see what you mean.  I just did a quick test with product version set to 
001.000.000..
When I opened msi with Orca, ProductVersion is set to 1.0.0.0.  If I manually 
change the product version back to what I have in the WiX file than I can see 
all zeros in the ARP.

So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
leading zeros.


Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Bob Arnson
Alexander Shevchuk wrote:
 So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
 leading zeros.
   

Please file a bug. The compiler core uses the Version class to validate 
version information; it parses the string down to their component 
integers, which loses the leading zeros.

-- 
sig://boB
http://joyofsetup.com/



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX and Support Information in Add or Remove Programs panel

2008-06-18 Thread Alexander Shevchuk
Rob,

This Fusion processing related to putting assemblies in GAC?
What we are seeing is that the value of ProductVersion property is getting 
normalized, not assembly version.

Alex



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Wednesday, June 18, 2008 5:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Yes, the version gets normalized down to numbers without extra zeroes.  There 
are bugs in the Fusion processing of version where they incorrectly treat 
versions as strings and it was found that removing insignificant zeroes from a 
version string would avoid them.  At least, that's what my memory is telling me.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander 
Shevchuk
Sent: Wednesday, June 18, 2008 11:05
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

I see what you mean.  I just did a quick test with product version set to 
001.000.000..
When I opened msi with Orca, ProductVersion is set to 1.0.0.0.  If I manually 
change the product version back to what I have in the WiX file than I can see 
all zeros in the ARP.

So, it seems like it is WiX's problem.  It changes ProductVersion by removing 
leading zeros.


Alex


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxim Vyazovsky
Sent: Wednesday, June 18, 2008 10:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX and Support Information in Add or Remove 
Programs panel

Thank you Alex,
dark doesn't insert asterisks in the version.
it's incorrect formatting, i wanted simply highlight version with bold in my
email client, but here
http://www.nabble.com/WiX-and-Support-Information-in-%22Add-or-Remove-Programs%22-panel-td17985802.htmli
see version between stars.

so do not pay attention on these asterisks.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users