Not according to the help file, in the "Binder Variables" topic
bind.assemblyFileVersion.FileID is listed. Is the help file wrong or is
there still a bug?

I changed to bind.fileVersion.FileID and it works. Thanks for the help.

Neil

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: 13 July 2008 19:11
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Assembly file versions in wixlibs

Neil Sleightholm wrote:
> Thanks, I added the following:
>
> <File Id="File.dll" Name="File.dll" KeyPath="yes" Source=File.dll"
> Assembly=".net">
>   <AssemblyName Id="fileVersion"
> Value="!(bind.assemblyFileVersion.File.dll)" />
> </File>
>   

There's no such binder variable. Use fileversion.{0} where {0} is the 
file id.

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



------------------------------------------------------------------------
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to