This article applies to the following Morphisec Security Center on-prem server versions:
5.3, 5.5
and the following Morphisec Protector versions:
5.3, 5.4
1. To create an SCCM package for Morphisec Protector: Copy MorphisecProtectorInstaller.exe to a shared network drive that is accessible by the SCCM server.
Note: In this document, the location of the Protector installation executable is assumed to be:
\\<SCCM-Server>\sccm_apps\Morphisec\<Protector Version Folder>\Protector\<installer.exe>
2. Launch the SCCM application, then click the General menu item on the left.
3. Select Manually specify the application information, then click Next.
4. In the Name field, type an informative name for the Morphisec application (e.g. Morphisec Protector). Then click Next twice.
5. Click the Deployment Type menu item on the left, then click Add. The Create Deployment Type Wizard opens:
6. In the Type field, select Windows Installer (*.msi file) from the dropdown menu.
7. Select Manually specify the deployment type information, then click Next.
8. Click the General Information menu item on the left.
9. In the Name field, type an informative name for the Morphisec package, then click Next.
10. Click the Content menu item on the left.
11. Click the Browse button to the right of the Content location field, browse to the shared folder that contains the MorphisecProtectorInstaller.exe file, then click Select Folder.
12. In the Specify the command used to install this content area, copy and paste the following command into the Installation program field:
MorphisecProtectorInstaller.exe /TOKEN:<Token provided by Morphisec> /exenoui /qn SERVER_ADDRESS=myorg.com SERVER_PORT=443
13. In the Configuration Manager can remove installations of this content if an uninstall program is specified below area, copy and paste the following command into the Uninstall program field:
msiexec.exe /x {Product code found in the Protector details.txt file} QUIETUNINSTALLPASSWORD=<Uninstall Token Provided By Morphisec> /qn /norestart
Note: Add the QUIETUNINSTALLPASSWORD parameter after the product code. Process Explorer must be closed before uninstalling the Protector.
14. Select the Run installation and uninstall program as 32-bit process on 64-bit clients checkbox, then click Next.
15. Select the Configure rules to detect the presence of this deployment type radio button.
16. Click Add Clause. The Detection Rule window opens.
17. In the Setting Type field, select Windows Installer from the dropdown menu. In the Product code field, paste the product code as it appears in the Protector details.txt file.
18. Click the second MSI product code radio button to add a condition.
- In the MSI Property field, select Version from the dropdown menu.
- In the Operator field, select Equals from the dropdown menu.
- In the Value field, type the Morphisec Protector version.
19. Click OK, then click Next.
20. Click the User Experience menu item on the left.
21. In the Installation behavior field, select Install for system from the dropdown menu.
22. In the Logon requirement field, select Whether or not a user is logged on from the dropdown
menu.
23. In the Installation program visibility field, select Hidden from the dropdown menu.
24. Click Next four times, then click Close. The following success confirmation appears:
25. Click Close, then click Next twice. The following success confirmation appears:
26. Click Close.
Deploying the Morphisec SCCM Package
1. Right-click the SCCM application you created, then click Display. The Deploy Software Wizard opens:
2. Next to the Collection field, click Browse.
3. Browse to the collection on which you want to install the Protector, then click OK.
Note: To learn more about SCCM collections and how to create them, click here.
4. Click Next.
The Morphisec Protector package is deployed on the collection you selected.
The Morphisec installation package returns a status code with one of the following values:
- 0 - Successful installation
- 3010 - Installation ended successfully, but a reboot is required.
- This usually happens during an upgrade to the Morphisec version. Any running applications that are already protected by Morphisec continue to be protected by the older version until they are restarted, and the newer version is launched. You can choose whether to reboot the machine after an upgrade, restart applications manually, or wait until the applications need to be restarted for some other reason. When running the command line installer, ensure this return code is handled correctly.
- Any error code
Comments
0 comments
Article is closed for comments.