Hi, 
 I have created a Wix project in Visual Studio 2008. I have few 64bit dlls 
and have statement like below: 

<Component Id='myid' Guid='muguid' Win64='yes'> 

When I try to build the project- it showing error message like this:This 
package contains 64 bit component 'mycomp' but the Template Summary Property 
does not contain Intel64 or x64. 

I tried to set the template summary page using the [EMAIL PROTECTED] or 
Platforms field like this: 
   Platform="x64" or Platforms="x64;1033" and in this case I am 
getting the error message like this: 

"An unexpected Win32 exception with error code 0x654 occurred: This 
installation package could not be opened.  Contact the application vendor 
to verify that this is a valid Windows Installer package" 

I tried to set the project property to x64, but couldn't. When I go to 
MyWixProject-> Property, in the build configuration, I can see only x86, Any 
CPU, All Platform options and I tried with all these options. ( I am not 
getting the option x64 as platform. I don't know this is the cause or not. I 
have Wix version 3.0.) 

Please let me know if you have any idea. 

Thanks a lot for your help in advance.

if (Nabble.searchterms != null && Nabble.searchterms.length > 0) {
        Nabble.hilt(Nabble.searchterms, Nabble.get("nabble.msgtxt17935741"));
}



      
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to