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

2008-06-19 Thread Alexander Shevchuk
ED] 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

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

2008-06-19 Thread Rob Mensching
-- 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 proc

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

2008-06-18 Thread Alexander Shevchuk
: 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 pro

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 lea

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

2008-06-18 Thread Rob Mensching
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.n

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

2008-06-18 Thread Maxim Vyazovsky
wow!11 I edited version with Orca before, but the result was not good, I tried now again and it works! Probably in the previous time I ran the wrong MSI. Thank you Alex! On Wed, Jun 18, 2008 at 9:04 PM, Alexander Shevchuk < [EMAIL PROTECTED]> wrote: > I see what you mean. I just did a quic

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

2008-06-18 Thread Alexander Shevchuk
[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

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

2008-06-18 Thread Maxim Vyazovsky
gt; 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

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

2008-06-18 Thread Alexander Shevchuk
ge- 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

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

2008-06-18 Thread Maxim Vyazovsky
. > > 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

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

2008-06-18 Thread Neil Enns
om: [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.pi

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---

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: [