Introduction
This guide provides instructions for installing the Sanas app with Noise Cancellation (NC) on a Windows computer. Sanas app is available on multiple platforms. Need help installing the Sanas app on another platform? Find all the platform-specific installation guides here.
Installation methods for Windows
Sanas supports the following methods for installing the Sanas app on Windows:
App installer: This method is suitable for individual machine installation.
Windows CLI: This method is recommended for remote or mass application deployment on connected Windows computers managed by a centralized team.
Before we start;
Ensure you have access to the Sanas Portal to download the application.
You will need the necessary permissions if deploying the app on connected computers.
Method 1: Running app Installer
Note: You need not to update the Installer ID while Installing the Sanas app version 4.1.X and above during installation. If required, you can update the installer ID later to use the Auto-activation for Sanas app.
Download the Sanas app.
Log in to the Sanas Portal with your credentials, and navigate to the Download App page.
Download the Windows app in your desired format (.exe or .msi). App downloading starts automatically.
Run the app installer.
Locate the app installer on your computer that we’ve installed in the previous step.
Double-click on the installer and run it. You’ll see the setup wizard window.
Click Next to proceed.
Acknowledge the license agreement, then click Next.
Click Next to proceed with the default installation location, or click Change to modify the installation directory if necessary.
Wait until the installation process completes. Once completed, the Sanas app will be automatically launched.
📔 Note: By default, you’ll find the User Activation Key enabled for app activation. If required, update the Installer ID to enable auto-activation.
Download the Sanas app.
Log in to the Sanas Portal with your credentials, and navigate to the Download App page.
Download the Windows app in your desired format (.exe or .msi). App downloading starts automatically.
Copy the Installer ID and save it on your computer. We will need this ID during the app installation process.
Run the app installer.
Locate the app installer on your computer that we’ve downloaded in the previous step.
Double-click on the installer and run it. You’ll see the setup wizard window.
Click Next to proceed.
Acknowledge the license agreement, then click Next.
Enter the Installer ID that you’ve copied during Step 1.c, then click Next.
Click Next to proceed with the default installation location, or click Change to modify the installation directory if necessary.
Wait until the installation process completes. Once completed, the Sanas app will be automatically launched.
Method 2: Deploying through Windows CLI
Download the Sanas app.
Log in to the Sanas Portal with your credentials, and navigate to the Download App page.
Download the Windows app in your desired format (.exe or .msi). App downloading starts automatically.
Copy the Installer ID and save it securely if you wish to set Auto activation as the preferred app activation mode in step 3.
Launch the Windows CLI as administrator.
Run the command below based on your preference:
Keep Auto activation as the preferred app activation mode
ℹ️ Important: Before proceeding with the below installation ensure Auto activation is selected as pefered app activation for the Workspace. See configure app activation mode for instructions.Command for .msi installer
msiexec /i <path_to_.msi_installer> /q installerid="Installer Id"
Example :
msiexec /i "C:\Users\John\Downloads\Sanas-4.0.12-x64.msi" /q installerid="XXXX-XXXX-XXXX"
Command for .exe installer
<path_to_.exe_installer> /q /installerid="Installer Id"
Example:
C:\Users\John\Downloads\Sanas-4.0.12-x64.exe /q /installerid="XXXX-XXXX-XXXX"
Keep User Activation Key (UAK) as the preferred app activation mode
Tip: Update the Installer ID later to switch to auto-activation if required.
Command for .msi installer
msiexec /i <path_to_.msi_installer> /q
Example:
msiexec /i C:\Users\John\Downloads\Sanas-4.0.12-x64.msi /q
Command for .exe installer<path_to_.exe_installer> /q
Example:
C:\Users\John\Downloads\Sanas-4.0.12-x64.exe /q
Wait until the installation process completes. Once completed, the Sanas app will be automatically launched.
Download the Sanas app.
Log in to the Sanas Portal with your credentials, and navigate to the Download App page.
Download the Windows app in your desired format (.exe or .msi). App downloading starts automatically.
Copy the Installer ID and save it securely. We need this ID during app installation.
Launch the Windows CLI as administrator.
Run the below installation command based on your preference:
Command for .exe installer
<path_to_.exe_installer> /q /installerid="<enter_your_installer_id>"
Example: .\Sanas.NoiseCancellation-V2-2.24.XXXX.X-nc-prod.exe /q /installerid="XXXX-XXXX-XXXX-XXXX"
Where to find the Installer ID? You can find your app Installer ID on the Download app page.
Command for .msi installer
msiexec /i <path_to_.msi_installer> /q INSTALLERID="<enter_your_installer_id>"
Example: msiexec /i Sanas.NoiseCancellation-V2-2.24.XXXX.X-nc-prod.msi /q INSTALLERID="XXXX-XXXX-XXXX-XXXX"
Where to find the Installer ID? Get your app Installer ID from the Download app page.
Wait until the installation process completes. Once completed, the Sanas app will be automatically launched.
📔 Note: Auto-activation is the defaut app activation mode for Sanas app with NC.
🎉 Start using your Sanas app today!We recommend to follow our app user guide to get started with Sanas app in less than 5 minutes.
(Optional) Update Installer ID
Follow the instructions below to update the Installer ID on the already installed Sanas app. Updating the Installer ID parameter is essential to use the auto-activation mode.
ℹ️ Important: In additon to updating the Installer ID, you’ll also need to update the app activation mode to Auto Activation.
What is an Installer ID, and why is it needed?
An Installer ID is a unique workspace identifier that helps Sanas to identify the Workspace and pre-configure the Sanas application before the user starts using it. Updating the Installer ID becomes essential when you wish to set up the credential-less app activation mode called Auto activation for users.
To get your Installer ID:
Navigate to the Download app page on the Sanas Portal, and ensure you’ve selected your desired Workspace.
Copy the Installer ID and save it securely.
Updating the Installer ID for the already installed Sanas app
ℹ️ Important: The parameters mentioned in the command below are case-sensitive; ensure you copy them correctly.
Launch the Windows CLI as administrator on your computer.
Run the command below to update the Installer ID:
reg add "HKLM\SOFTWARE\Sanas.ai\Sanas" /v InstallerId /t REG_SZ /d "<Installer Id>" /f
Example:
reg add "HKLM\SOFTWARE\Sanas.ai\Sanas" /v InstallerId /t REG_SZ /d "XXXX-XXXX-XXXX" /f
Verify the update by navigating to the installation registry (
HKEY_LOCAL_MACHINE/SOFTWARE/Sanas.ai/Sanas
), and ensure the value of the Installer ID parameter is present.Close the current Sanas app session if already running, and re-launch it. The app should activate now with Auto-activation.
Support
Need help? Get in touch with our Support Team for assistance.