How can I write an installer for 32 and 64 bit

Posted by tom greene on Stack Overflow See other posts from Stack Overflow or by tom greene
Published on 2010-04-09T18:23:43Z Indexed on 2010/04/09 19:13 UTC
Read the original article Hit count: 232

Filed under:
|
|

I have a .NET app which works in 32 and 64 bit. I would like to write one single installer that installs to c:\program files, not c:\program files(x86) regardless of the platform.

From this link: http://msdn.microsoft.com/en-us/library/w1behyzx(v=VS.90).aspx it doesn't look possible. Is it the case?

© Stack Overflow or respective owner

Related posts about installer

Related posts about 64bit