So I took your advice and tried to separate my 32-bit and 64-bit components. 
Now the 32-bit components install into [ProgramFilesFolder] and the platform 
independent ones into [ProgramFiles64Folder]. However, now when I compile my 
32-bit MSI, it cribs that I'm using duplicate folder IDs (true, since they both 
resolve to the location on 32-bit). Any thoughts ?

-Arvind


-----Original Message-----
From: Bob Arnson [mailto:[email protected]]
Sent: Tuesday, July 21, 2009 10:12 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How do I register a 32bit dll on a 64bit OS ?

Arvind Aiyar wrote:
> It's a x64 MSI. I used the Win64=no setting and sure enough I got ICE80 
> errors :-(, but the registration seems to have worked. Any ideas on how to 
> get rid of the ICE errors - "This 32BitComponent XXXXX uses 64BitDirectory 
> XXXXX"
>

32-bit components should go to 32-bit directories.

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to