Update the Installer ID on a User's Computer

Update the Installer ID on a User's Computer

Introduction

Installer IDs are unique identifiers assigned to each group and the Sanas Account. When updated on a user's machine, the Installer ID helps Sanas pre-configure the app based on the user’s group configuration and enables auto-provisioning when using app authentication modes such as Auto-activation and Single-Sign On. Installer IDs are relevant only for Sanas App users.

Learn more about the available authentication modes for the Sanas App users.

How it works

The Installer ID serves two purposes during App activation:

Ensure the Auto Provisioning toggle is enabled on the intended groups. Navigate to Settings > Configuration > Application Authentication > Ensure SSO or Auto-activation is configured > Ensure the Automatic User Creation toggle is enabled .

.png?sv=2026-02-06&spr=https&st=2026-07-18T06%3A53%3A34Z&se=2026-07-18T07%3A05%3A34Z&sr=c&sp=r&sig=3adExud70h7WQHW4gEOR58VoT%2FDsl61pu4N5%2Ft%2Bya9Q%3D)

Locate the Installer ID

Each group has a unique Installer ID. To find it:

  1. Log in to the Sanas Portal (opens in new tab) with your credentials.
  2. Navigate to the Get Sanas page.
  3. Select the group for which you need the Installer ID.
  4. Copy the Installer ID and save it securely.

.png?sv=2026-02-06&spr=https&st=2026-07-18T06%3A53%3A34Z&se=2026-07-18T07%3A05%3A34Z&sr=c&sp=r&sig=3adExud70h7WQHW4gEOR58VoT%2FDsl61pu4N5%2Ft%2Bya9Q%3D)

Before you begin

Update the Installer ID

The Installer ID can be updated at two stages:

Choose the applicable stage, platform, and method below.

During the Sanas App installation

Note: The below command can also run through endpoint management software to update installer IDs on centrally managed user machines.

Windows

Method 1: App installer
Enter the installer ID in its respective field when prompted during installation.

Method 2: Command

Note: Replace the placeholders <file_path> and <installer_ID> with the actual values.
For example, here is a sample command for msi file type:

msiexec /i "C:\Users\Acme_inc\Downloads\Sanas-5.2.11-x64.msi" installerid="XXXX-XXXX-XXXX" /q
msiexec /i "<file_path>" installerid="<installer_ID>" /q
"<file_path>" /installerid="<installer_ID>" /q
& "<file_path>" /installerid="<installer_ID>" /q

Post Sanas App installation

Note: The below command can also run through endpoint management software to update installer IDs on centrally managed user machines.

Windows

Note: Replace the placeholders <installer_ID> with the actual value.

reg add "HKLM\SOFTWARE\Sanas.ai\Sanas" /v InstallerId /t REG_SZ /d "<installer_ID>"
macOS

Note: Replace the placeholders <file_path> and <installer_ID> with the actual values.

sudo defaults write /Library/Preferences/ai.sanas.SanasApp.plist InstallerId "<installer_ID>"

Support

Need help? Get in touch with our Support Team for assistance.