Skip to main content

Scani5 Agent Installation (Windows)

Step-by-step guide to install the Scani5 Agent on Windows using either the installation wizard, CLI, or Active Directory deployment.

Table of Contents

  1. Manual Installation (Wizard)
  2. Manual Installation (CLI)
  3. Active Directory Installation

1. Manual Installation (Wizard)

Follow these steps to install the Scani5 Agent manually on an individual Windows system.

Before You Start

When installing Node.js, enable all dependency-related checkboxes.

Step 1: Open the extracted release folder

Select the Release folder inside the extracted package and double-click the .msi installer.

Step 1 - Open installer Step 1 - Installer wizard

Step 2: Choose install location

Browse and select an installation path, or keep the default path. Set install scope to Everyone.

Step 2 - Installation path

Step 3: Enter organization hash

Enter the valid organization hash provided during registration.

Step 3 - Org hash prompt

Step 4: Continue and complete installation

Click Next to proceed. After successful installation, click Close.

Step 4 - Installation progress Step 4 - Installation completion Step 4 - Success screen

Step 5: Verify tray application

After installation, the agent runs from the system tray. Open it from the tray to confirm the application screen.

Step 5 - Tray application Step 5 - Agent screen

2. Manual Installation (CLI)

Use this approach for silent installation or script-based deployment.

Step 1: Open terminal as Administrator

Run Command Prompt (or another terminal) with Administrator privileges.

Step 2: Navigate to installer location

cd "C:\Scani5\Scani5 - Agent Extracted\Release"

Step 3: Run silent install command

Replace the organization hash value with your actual hash.

msiexec /i Scani5.msi ORG_HASH="---provided Org. Hash value---" /quiet /norestart /l*v C:\Logs\install.log

CLI installation command CLI installation result

3. Active Directory Installation

Use Group Policy startup scripts to deploy Scani5 Agent across domain-joined systems.

Step 1: Share the installer directory

Right-click the installer folder and open Properties > Sharing.

AD step 1

Step 2: Share with users

Click Share.

AD step 2

Select Everyone, then click Share.

AD step 3

The installer directory is now network-accessible.

AD step 4

Step 3: Copy full network path to MSI

Get the shared folder path from File Explorer. Example:

\\WIN-H96P7S4SCEH\Installer\Scani5.msi

AD step 5

Step 4: Create PowerShell installation script

Create a .ps1 file (for example Scani5Install.ps1) and add:

msiexec /i "\\server\share\Scani5.msi" ORG_HASH="Scani5 Org Hash value" /quiet /norestart

AD step 6

Step 5: Open AD and GPO tools

Open Server Manager.

AD step 7

Go to Tools > Active Directory Users and Computers.

AD step 8

Verify target PCs in the intended Organizational Unit (OU), such as test.

AD step 9

Step 6: Create and edit GPO

In Server Manager, go to Tools > Group Policy Management.

AD step 10

Create and link a new GPO in the domain.

AD step 11

Name the policy (example: test) and click OK.

AD step 12

Right-click the created policy and click Edit.

AD step 13

Step 7: Add startup script

Go to:

Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown) > Startup

AD step 14

Open Startup Properties, choose PowerShell Scripts, and click Add.

AD step 15

Click Browse.

AD step 16

Select Scani5Install.ps1 and click Open.

AD step 17

Confirm with OK.

AD step 18

Click Apply, then OK.

AD step 19

Step 8: Enable script execution

Go to:

Computer Configuration > Administrative Templates > Windows Components > Windows PowerShell > Turn on Script Execution

AD step 20

Set to Enabled and choose Allow all scripts, then click Apply and OK.

AD step 21

Verify that script execution is enabled.

AD step 22

Step 9: Trigger policy from client machine

On a client PC, open Command Prompt.

AD step 23

Run policy update and restart if needed.

AD step 24

After restart, wait a few minutes. Scani5 Agent should be installed and running.

AD step 25

Installation Complete

Scani5 Agent is installed and ready to run on Windows systems.