Single Package Managed Install for 32 and 64 bit SEP
1. Export the 32 and 64 bit installers from SEPM. Both will be named setup.exe, and can not be renamed. Put 32 bit in SEP32 folder, 64 bit in SEP64 folder, and DO NOT rename executable.
2. Create a batch file and name it SEPM-Install.bat with the following content:
IF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT)
start /wait SEP64\setup.exe
start /wait SEP32\setup.exe
3. Save at the level with the ./SEP32 and ./SEP64 directories, then zip all 3 into one file; I called mine SEP12-1-5337.zip This is what you will upload to KACE.
4. You can use this in a script or a managed install to detect the Program Files (x86) folder (allowing you to determine OS architecture) and install the correct version. I trialed the %processor_architecture% variable instead, but had inconsistent results because the KACE user agent is 32 bit. Call the batch in the in the script or install options to execute.
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty:
Very Easy
Platform(s): Windows