Skip to content

Windows Agent Deployment Methods

HuLoop supports two enterprise-grade deployment methods for rolling out the Discovery Agent to multiple Windows desktops:

You can also install the agent manually or use CLI options, which are covered in the next section.

Deploying the Agent via SCCM

For detailed instructions on creating an application package in Software Center, refer to Microsoft’s official guide:
Create Applications in Configuration Manager

Use this method if your organization manages software distribution using Microsoft SCCM.

Before You Begin:

Make sure you have:

  • The HuLoop Agent .msi installer file
  • Required installation parameters (like server and admin URLs)
  • SCCM admin privileges

Step-by-Step Instructions

  1. Create a New Application Package
    In the SCCM console, go to:

Software Library Application Management Applications Create Application

  1. Choose Installer Type
    • Select Windows Installer (*.msi file)
    • Browse and upload the HuLoop Agent MSI file
  2. Add Installation Parameters
    In the command line, add parameters to pass installation values:

msiexec /i “KypMsi_Discovery.msi” /quiet /log “C:\KypInstall.log” SERVERURL=”https://ipd.customer.com/engine” ADMINURL=https://ipd.customer.com/admin

ParameterPurpose
SERVERURLIPD engine endpoint
ADMINURLAdmin portal endpoint
/quietSilent installation (no user interaction)
/logOptional log file location
IG_antivirus_exclusion_remotesigned
SCCM Application Deployment Wizard – Program Configuration
  1. Distribute the Application
    Assign the application to the software distribution group or collection.
  2. Test and Monitor Deployment
    • Open Software Center on a client machine.
    • The agent should appear in the application list.
    • Click Install and wait for completion.
Note: You can verify installation by checking for the green agent icon in the system tray.
IG_deploy_via_sccm
SCCM deployment configuration for HuLoop Agent

Installing the Agent from Software Center

If your IT department has deployed the HuLoop IPD Agent via Microsoft System Center Configuration Manager (SCCM), end users can install the agent directly from the Software Center using the following steps:

  1. Click Start, and open Software Center.
  2. Go to the Applications tab.
  3. Click on KypAiClient (or the name assigned to the HuLoop Agent package).
  4. Click Install.

Installation will run silently using the parameters pre-configured by your IT department.

IG_Software_Center_showing_KypAiClient_available_for_installation
Software Center showing KypAiClient available for installation

Once you click Install, the agent installation will begin automatically.

After successful installation, you will see a confirmation message. The agent will launch automatically within a few minutes.

Deploying the Agent via Microsoft Intune

Use this method if your organization manages devices with Microsoft Endpoint Manager.

Before You Begin:

You’ll need:

  • The HuLoop Agent .msi file
  • A .intunewin package (convert using Microsoft’s packaging tool)
  • Access to Microsoft Endpoint Manager portal

Step-by-Step Instructions

  1. Convert MSI to .intunewin
    If needed, convert the MSI using Microsoft’s Intune Win32 Content Prep Tool.
  2. Open Microsoft Endpoint Manager
    • Navigate to: Apps Windows Add
IG_agent_deploy_intune_add
Navigating to ‘Apps > All apps’ in Microsoft Endpoint Manager to begin Win32 app setup.
  1. Choose App Type
    • Select Windows app (Win32)
IG_agent_deploy_intune_choose_app
Selecting ‘Windows app (Win32)’ as the app type for HuLoop Agent deployment
  1. Upload the .intunewin File
    • Upload the converted package
    • Add basic app details: name, description, publisher
IG_agent_deploy_intune_upload_intunewin
Uploading the HuLoop Agent .intunewin package and providing basic app details
  1. Set Installation Commands
    Use the same silent command as with SCCM:

msiexec /i “KypMsi_Discovery.msi” /quiet
SERVERURL=”https://ipd.customer.com/engine”
ADMINURL=”https://ipd.customer.com/admin”

IG_agent_deploy_intune_set_installation_command
Configuring msiexec silent install command and restart behavior in the Program section
  1. Define OS architecture and minimum supported Windows version.
IG_agent_deploy_intune_define_os
Configuring OS architecture and version requirements for device targeting
  1. Define Detection Rules
    • Use MSI Product Code detection
    • Intune will auto-populate the MSI code
IG_agent_deploy_intune_define_detection_rule
Configuring detection rules in Intune using MSI product code
  1. Assign Deployment
    • Choose “Required” to enforce installation on all selected devices
    • Assign to a device or user group
IG_agent_deploy_intune_assign_deployment
Assigning the HuLoop Agent app as a ‘Required’ deployment for selected devices
  1. Monitor Progress
    • Go to Apps Monitor to track deployment status

Use manual detection rules only if MSI detection is unavailable. Avoid using scripts unless necessary.

IG_agent_deploy_intune_monitor_progress
Intune detection rule setup for HuLoop Agent

Last updated: Sep 09, 2025
Back To Top