Deploying Block 64 Discovery Agent via SolarWinds Patch Manager
This guide walks you through deploying the Block 64 Discovery Agent MSI using SolarWinds Patch Manager. While primarily designed for patch management, Patch Manager also supports deployment of custom MSI packages to Windows endpoints.
Prerequisite: Retrieve the Enrollment Token
Before proceeding, ensure you have your unique Enrollment Token, which links each installed agent to your Block 64 environment.
You can retrieve this token from the Block 64 Dashboard or by contacting Block 64 Support.
⚠️ Each enrollment token is unique to your environment. Using an incorrect token will result in failed agent registration. Contact your Block 64 Engagement Lead or Partner to obtain the correct token.
Step 1: Prepare the MSI File
Obtain the Block 64 Discovery Agent MSI file (Discovery Agent.msi
) and place it in a location accessible to SolarWinds Patch Manager (e.g., a shared network folder).
Step 2: Create a New Package in SolarWinds Patch Manager
-
Launch the SolarWinds Patch Manager Console
-
Navigate to:
Patch Manager > Custom Packages > New Package
-
Select MSI File as the package type
-
Browse and upload the
Discovery Agent.msi
file
Step 3: Configure the Package for Deployment
Fill in the following details in the Package Properties section:
-
Package Name:
Block 64 Discovery Agent Deployment
-
Command Line Arguments:
ENROLLMENT_TOKEN="your_token_here" /qn
Replace
"your_token_here"
with your unique token. -
Publisher:
Block 64
-
Install Behavior:
Install for System
-
Run Mode:
Silent
(ensures no user interaction during install)
Step 4: Assign the Package to Target Devices
-
Select the devices or groups to which the agent should be deployed
-
Choose one of the following under Deployment Scheduling:
-
Deploy Now: for immediate installation
-
Schedule: to deploy at a specific time/date
-
Monitoring Deployment
1. Check Deployment Results
Go to:Patch Manager Console > History
Here, you can view deployment statuses, errors, and warnings.
2. Confirm Installation on Endpoints
Verify installation by navigating to:Control Panel > Programs and Features
on each target device.
Look for Block 64 Discovery Agent in the list of installed programs.
Uninstallation Steps
To remove the Block 64 Discovery Agent:
-
Create a New Package in Patch Manager
-
Use the following uninstall command in the Command Line section:
msiexec /x "path\to\Slingshot.msi" /qn
Replace
"path\to\Slingshot.msi"
with the correct path to your MSI file. -
Assign this package to the same target devices used during the original installation.
Need Assistance?
If you encounter any issues or require help during deployment or uninstallation, please contact Block 64 Support.