Looking through the documentation, I found the macro for %ProgramFilesDir%, but what if you have Program Files x86 on a 64-bit box. Is there a folder macro for that?
Nowadays you are not able to virtualize 64b applications so %ProgramFilesDir% points to:
- C:\Program Files on 32b OS
- C:\Program Files (x86) on 64b OS
When ThinApp will be ready for 64b applications it will, probably, be two Macros on 64b OS (one pointing to Program Files and another to Program Files (x86).
Have a nice day,
Nowadays you are not able to virtualize 64b applications so %ProgramFilesDir% points to:
- C:\Program Files on 32b OS
- C:\Program Files (x86) on 64b OS
When ThinApp will be ready for 64b applications it will, probably, be two Macros on 64b OS (one pointing to Program Files and another to Program Files (x86).
Have a nice day,
Thank you sir.