János Brezniczky wrote:
> According to this topic I'd like to ask whether it is a good or bad 
> choice if I use an embedded DLL (<Binary>) implenting the 
> functionality to tackle with the running executable issue. It becomes 
> interesting when it comes to deploying the application to 64 bit 
> platforms. I mean in this case, would it be a must to provide a 64 bit 
> version of the DLL, too?

No, because MSI automatically detects the bitness of a DLL and runs an 
appropriate custom action server. Therefore it's safe to use 32-bit CA 
DLLs unless you need to provide a 64-bit version for specific functionality.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to