- 21 Oct 2024
- 1 Minute to read
- PDF
Installing EXE using CLI
- Updated on 21 Oct 2024
- 1 Minute to read
- PDF
Installing Sanas Noise Cancellation EXE via CLI
This guide provides step-by-step instructions for installing the Sanas Noise Cancellation file through the Command Line Interface (CLI) in Administrator mode.
Open CMD in Admin Mode
Launch the Command Prompt as an Administrator to ensure proper permissions for the installation process.
Navigate to the Sanas File Location
Use File Explorer or any file management tool to navigate to the directory where the Sanas file is located. This step is crucial for the CLI to identify and execute the installation package.
Execute Installation Command
In the Command Prompt, execute the following command.
.\Sanas.NoiseCancellation-V2-2.24.XXXX.X-nc-prod.exe /q /installerid=<InstallerId>
Note1: InstallerID can found on ‘App Releases’ Section on Sanas Admin Portal by the name ‘App Installation Key’ as shown below:-
Note2: The
INSTALLERID
argument differs between.msi
and.exe
command-line installations:
For
.exe
: Use/installerid=
or/INSTALLERID=
For
.msi
: UseINSTALLERID=
(without the/
)