I need the application to be able to determine whether the system it is being used on is x86 or x64 so it can be pointed in the correct program files directory depending on the architecture of the system. Because I really don't want to have two lines of code searching two different places (one with an x86 after the program files, and one without). Any ideas? Thank you kindly.
↧