VMware Horizon Community
Donutsrule5
Contributor
Contributor
Jump to solution

Thinapp Folder Macro Question

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?

Reply
0 Kudos
1 Solution

Accepted Solutions
Cievo
Commander
Commander
Jump to solution

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,

***Good question is half of the answer...***

View solution in original post

Reply
0 Kudos
2 Replies
Cievo
Commander
Commander
Jump to solution

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,

***Good question is half of the answer...***
Reply
0 Kudos
Donutsrule5
Contributor
Contributor
Jump to solution

Thank you sir.

Reply
0 Kudos