Re: [WiX-users] This 32BitComponent uses 64BitDirectory issue

2010-06-21 Thread Pally Sandher
You're trying to put Components marked as 32-bit into 64-bit only locations. For "RegistryValues" and "EulaPdf" I'm guessing all you need to do is remove the Win64="no" attribute. For the Visual C++ 8.0 Merge Modules, simply put them under TARGETDIR (see -> http://wix.sourceforge.net/manual-wix3/i

Re: [WiX-users] This 32BitComponent uses 64BitDirectory issue

2010-06-21 Thread Jeffrey Bindinga
Hi Ahmad, You are using a folder that's for 64 bits files and are installing files that are marked as 32 bits. You can fix this by either using a 32 bits folder, or change the component to 64 bits. Cheers, Jeffrey Bindinga Software Developer at CyberTech International -Original Message--