The following line
<Component Guid='{THE_GUID}' Id='GlobalScopePackages' >
Generates the following error:
Error 4 ICE80: This 64BitComponent GlobalScopePackages uses 32BitDirectory blablabla c:\development\...\file.wxs
Error is described on this page
http://msdn.microsoft.com/en-us/library/aa369034(VS.85).aspx
How do I fix this or suppress the warning? Is it safe to simply supress the warning?
You can also set
Win64="no"in the<Component />tag of the components which are not 64-bit.But I can confirm you can ignore this.