Robert O'Brien wrote:
> Any insights on how I might still use a $(var.Platform) derived value for the 
> Win64 attribute and also suppress the generic warning generated by every 
> instance where I do this so that my project build doesn't break building when 
> the treat warnings as errors quality assurance project setting is in place.
>   

The error comes from the XML editor's Intellisense engine; it isn't an 
error from the WiX compiler. However, it's unnecessary; you can have the 
compiler supply the default value for the Win64 attribute when the 
InstallerPlatform .wixproj property is x64 or ia64/intel64.

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



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to