PROXY Pro Deployment Tool User Guide
×
Menu
  • 5. Using MSIEXEC with Group Policy and/or SCCM

5. Using MSIEXEC with Group Policy and/or SCCM

We welcome customers to perform the actual deployment of PROXY Pro via their own preferred means.  For those utilizing an enterprise-class solution like SCCM, Altiris, Kace (etc), PROXY Pro can be deployed like any other .MSI package. While you are welcome to perform the actual deployment using these means, it is highly recommended that you generate the transform file (containing the Host settings) with the PROXY Pro Deployment Tool.  Once generated, please reference the below baseline msiexec installation command.  It installs the 64-bit Host silently, with no interface, and suppresses the otherwise automatic reboot:
 
msiexec /qn /I Host.msi TRANSFORMS="Host32.mst" /norestart
msiexec /qn /I Host-x64.msi TRANSFORMS="Host64.mst" /norestart