question of the century :)
the same situation with Orca, it has version 3.1.3790.0000, 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.0000
*">

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

Reply via email to