How can I write an installer for 32 and 64 bit
- by tom greene
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?