So I have a 32 bit MSI package that installs in Program Files
on 32 bit machines and Program Files (x86)
on 64 bit machines.
I am attempting to add a shortcut to this app via GP, but I'm not sure how to handle the discrepancy in the path. %PROGRAMFILES%
works on the 32 bit machine, but I need to use %PROGRAMFILES(X86)%
for it to work on the 64b machines.
Is there a environment variable that I can use, or how is this handled?