Installer question: "Program Files" or "Program Files (x86)"? -
I am installing a .NET (C #) application which is 100% managed code. The installer (InnoSetup) always wants to install the "x64 x64" program in Vista x64, which I believe because the installer itself is only 32 bit (Please correct me if I am wrong) These are my questions:
< Ol>Thank you!
-
Probably not in that (x86) folder due to this in older applications It is easy to find (if necessary) because they give it reference of the environmental variable.
-
Yes, unless your EXE is marked as "any CPU", it should be compiled as 64 bits.
-
It would be obvious that this is 64 bits.
Comments
Post a Comment