WiX installer that always installs to "Program Files" directory on both x86 and x64

Posted by James Newton-King on Stack Overflow See other posts from Stack Overflow or by James Newton-King
Published on 2010-05-15T04:25:30Z Indexed on 2010/05/15 4:34 UTC
Read the original article Hit count: 209

Filed under:
|
|

I have a .NET application that runs on both x86 and x64. I'd like to have a 32 bit WiX installer that will work on both platforms but I'd like it to install to /Program Files/ rather than /Program Files (x86)/ on 64 bit operating systems.

How do you go about doing this?

© Stack Overflow or respective owner

Related posts about wix

Related posts about x86