This assumes you have two installer files, install-x86.exe and install-x64.exe.
You will then create a batch file, which we will name install.cmd, and place in the same folder as the two installers mentioned above.
The contents of this batch will be similar to the following:
--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
Make any changes as necessary to the batch file and save. Then zip the three files (install.cmd, install-x86.exe, and install-x64.exe) into a single zip file. Make sure you are zipping the three files and not the folder they are in.
Attach this zip file to your software inventory item.
Now, in your Managed Install, change Default Installation to Override Default Installation. Put a checkmark in the box in front of Don't Prepend msiexec.exe and enter the name of the batch file in box below Full Command Line:, ie install.cmd. Click Save.
When your Managed Install runs, it will automatically unzip the file and run the batch file. The batch will then run the correct installer according to the OS architecture.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center