Re: [WiX-users] bootstrapper VERSION_INFO

2012-12-17 Thread Bob Arnson
On 17-Dec-12 19:57, up2date cyborg wrote: > Maybe I should not post this on the wix-user list?! Please file a bug so it doesn't get lost. -- sig://boB http://joyofsetup.com/ -- LogMeIn Rescue: Anywhere, Anytime Remote s

Re: [WiX-users] bootstrapper VERSION_INFO

2012-12-17 Thread up2date cyborg
problem comes from: wix37-sources\src\DTF\Libraries\Resources\VersionStringTable.cs (line 81) where verValue.Data is set, and in VersionInfo.cs (line 83): this.isString = false; so we lose the info that verValue is a string. Could it be fixed before final release of WiX 3.7? to reproduce while deb

Re: [WiX-users] bootstrapper VERSION_INFO

2012-12-17 Thread up2date cyborg
I found why: when wix updates the bootstraper resource versioninfo, for strings, the "wType" is not set correctly, wType is 0 instead of 1. see http://msdn.microsoft.com/en-us/library/windows/desktop/ms646987(v=vs.85).aspx Modifying with an hexadecimal editor the wType from 0 to 1 makes the string

[WiX-users] bootstrapper VERSION_INFO

2012-12-17 Thread up2date.cyb...@gmail.com
Hi, To the WiX developers: I was running Process Explorer (sysinternals) and I saw that the Description and Company Name columns only contains one character (the first one set in @Bundle/Name and @Bundle/Manufacturer). On all the processes running on my computer, only the bootstrapper (created