So basically I no longer need to include the Win64 attribute except in cases 
where the value for a specific component has to be a specific value regardless 
of what the Platform setting is?

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 18, 2008 10:36 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] using a variable for Component Win64 attribute value 
still generating generic warning not uniquely suppressible in wixproj | build | 
suppress specific warnings field

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


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