Hi, I've come across a problem with the DIFXAPP extension when targeting 64bit machines but I believe it is applicable to most extensions.
the DIFXAPP extention seems to only include the 32bit version of the DIFXAPP.dll. From DIFxAppExtention.wxproj """ DIFxAppDll=$(ProjectDir)x86\DIFxApp.dll; DIFxAppADll=$(ProjectDir)x86\DIFxAppA.dll; """ So when building a 64bit MSI the 32bit DLL gets included and the following error occurs. """ DIFXAPP: ERROR - You need to use the 64-bit version of DIFXAPP.DLL to install drivers on this machine. """ I'm not sure what needs to be done. It seems to me that either both 32 and 64 bit wxlibs should be shipped with both 32bit and 64bit toolchains or include the 32bit and 64bit dlls in the wxlib. Hope someone can help me with this. I could possibly write a patch if I knew the correct thing to do. Cheers Garth ------------------------------------------------------------------------- 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