Hi,
Do we need to have two scripts one for 32 and one for 64bit when using the built in macros?
I am creating a installer for a program but first I check to see if the program is already installed by looking for the main exe in the program files dir by using @ProgramFilesDir.
If I run my script in 32bit on a 64bit computer it does not find the exe, but if I run the script in 64bit on my 64bit computer it finds the exe.
I really don't want to create two install scripts on for