Hi,

Try to use util:FileSearch for check mfc100.dll version for deploying VCREdist.

SystemFolder works fine on x86 + x64:
 <util:FileSearch Id="MFC100_Version_x86"
Variable="MFC100_Version_x86" Path="[SystemFolder]\mfc100.dll"
Result="version"/>

Doesn't work:
<util:FileSearch Id="MFC100_Version_x64" Variable="MFC100_Version_x64"
Path="[System64Folder]\mfc100.dll" Result="version"/>

Didn't find System64Folder in Burn Built-in Variables but should exist
for such cases I suppose?
Did I miss something ?

Thanks and best regards,
Tobias

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to