Qt Installer Framework to differentiate 32 vs 64 @ApplicationsDir@ variable
-
When I use @ApplicationsDir@ variable in config file's <TargetDir> element it refers to "Program Files (x86)".
Since I'm working on Windows 8.1 64-bit and installing 64-bit application I'd expect it to be "Program Files" which is default folder for 64 bit applications.
Is there a way to pickup the right folder depending on the platform 32 vs 64?