Installing MSI file using CLI
  • 11 Oct 2024
  • 1 Minute to read
  • PDF

Installing MSI file using CLI

  • PDF

Article summary

Installing Sanas Noise Cancellation MSI through CLI

This article provides step-by-step instructions for installing the Sanas Noise Cancellation MSI file through the Command Line Interface (CLI) in Admin mode.

  • Open CLI/Command Prompt in Admin Mode

    To begin installation, open the Command Line Interface (CLI) in Administrator mode to ensure proper permissions.

  • Locate Sanas MSI File

    Navigate to the directory where the Sanas MSI file is located. This step is essential for the CLI to locate and execute the installation package.

  • Execute Command

    Execute the following command to install the Sanas Noise Cancellation MSI file using the provided Installer ID.

    msiexec /i Sanas.AccentTranslator-V2-2.24.1001.7-sea-dev.msi /q INSTALLERID=<InstallerId> /L*V install.txt
    

    This is the method for silent mode installation.

    Run the following command for a UI mode installation:

    msiexec /i Sanas.NoiseCancellation-V2-2.24.1002.13.msi /L*V install.txt
    

    This will launch the installer in UI mode since the /q (quiet) flag was not provided, following the standard flow as outlined earlier.

    For a silent mode installation, use the following:

    msiexec /i Sanas.NoiseCancellation-V2-2.24.1002.13.msi /q /L*V install.txt
    

    This will run the installer in silent mode, but it will fail because the /INSTALLERID= flag was not included.

    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: Use INSTALLERID= (without the /)


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.