FDC Agent MDM deployment
Complete the following steps for FDC Agent MDM deployment.
Mass deployment script - e.g. SCCM/PDQ. For mass software distribution, it is recommended to use the following deployment script available. Contact support@getvisibility.com for the script.
Actions Performed by the Script:
- Kill all agent processes: Terminate any running agent processes to ensure a clean installation environment.
- Stop all services: Halts all related services to prevent any interference during installation.
- Kill explorer.exe: Shut down explorer.exe to avoid file-locking issues.
- Uninstall previous versions: Removes earlier installations to eliminate potential conflicts.
- Cleanup registry: Clears registry entries associated with previous versions and plugin deployment.
- Fresh install: Installs the new version of the software cleanly.
Important Considerations: The use of this script is crucial due to specific issues related to the behavior of .msi installers:
- The installer may opt for a Repair operation instead of an Upgrade.
- Files marked for deletion after a reboot can disrupt the installation process and even completely break the installation.
Deployment via this script requires an installerConfig.json file to address configurations specific to your environment.
Installation through SCCM
Prerequisites:
- SCCM Server: Ensure SCCM is installed and operational.
- Access to the SCCM Server: Administrative rights are needed.
- GV Agent MSI File: Have the MSI file of the GV Agent ready for deployment.