My app requires a MS SQL ODBC msi to be run during the install. This MSI comes in two versions; one for x86 and one for x64. In the script how do i optionally install based on system architecture?
I found PROCESSOR_ARCHITECTURE in the help files but cannot find a way to use it in the script. It doesn't appear to be a variable in the Get System Info function