You can install, repair, update, and remove Auto PSIM in quiet mode.

To start installation, select one of the following options:

  1. In the setup.ini file located in the directory with the Auto PSIM distribution package (see Installation of the Auto PSIM software package), enter:
    [Startup]
    CmdLine=/quiet

    When you run the Setup.exe executable file, the installation of Auto PSIM starts in quiet mode.
  2. When you are in the Auto PSIM distribution directory, use the Windows command line to specify the parameters of the setup.exe file. The parameters of the setup file are listed in the table.
    Parameters of the setup.exe file in the command lineDescription

    /x 

    Removal of Auto PSIM

    /uninstall

    Removal of Auto PSIM

    /r

    Repair of Auto PSIM

    /repair

    Repair of Auto PSIM

    /qn

    Installation/update of Auto PSIM

    /quiet

    Installation/update of Auto PSIM

    /norestart

    Disable automatic system restart during installation

    /debug

    Logging

    /LANG=”en”

    Select the English language for the installation program

    /CMD="[commands]"

    Property values ​​for the base installation program, where commands is [Property]="[Value]" or [Property]='[Value]'. The available properties of the installation program are listed in the table below
    Immediately after you run the command, the installation of Auto PSIM starts in quiet mode.
    When the setup.exe process completes in Windows Task Manager, the installation finishes as well. 

    During installation of Auto PSIM in quiet mode, the computer will restart. After the restart, the installation process continues automatically.

    Example of running the Auto PSIM installation/update in quiet mode with the setup.exe file
    setup.exe /quiet /norestart
    This action launches the setup.exe file with the following parameters:
    The program installs Auto PSIM in quiet mode (/quiet).
    Automatic system restart during installation/update is disabled (/norestart).

    Example of running the Auto PSIM repair in quiet mode with the setup.exe file
    setup.exe /r /quiet /norestart
    This action launches the setup.exe repair file with the following parameters:
    The program repairs Auto PSIM (/r).
    The program repairs Auto PSIM in quiet mode (/quiet).
    Automatic system restart during repair is disabled (/norestart).

    Example of running the Auto PSIM uninstaller in quiet mode with the setup.exe file
    setup.exe /x /uninstall /quiet /norestart
    This action launches the setup.exe uninstaller with the following parameters:
    The program uninstalls Auto PSIM (/x /uninstall).
    The program uninstalls Auto PSIM in quiet mode (/quiet).
    Automatic system restart during uninstallation is disabled (/norestart).

  3. You can use the Windows system utility Msiexec.exe to determine the parameters of the Product.msi installation file in the Windows command line.

    Example of running the Auto PSIM installation/update in quiet mode with the Msiexec.exe utility
    msiexec /i Product.msi /qn /norestart
    This action launches the MSI installation file with the following parameters:
    The program installs/updates Auto PSIM (/i Product.msi).
    The program installs/updates Auto PSIM in quiet mode (/quiet).
    Automatic system restart during installation/update is disabled (/norestart).

    Example of running the Auto PSIM uninstaller in quiet mode with the Msiexec.exe utility
    msiexec /x Product.msi /qn /norestart
    This action launches the MSI installation file with the following parameters:
    The program uninstalls Auto PSIM (/x Product.msi).
    The program installs/updates Auto PSIM in quiet mode (/qn).
    Automatic system restart during uninstallation is disabled (/norestart).

    Example of running the Auto PSIM repair in quiet mode with the Msiexec.exe utility
    msiexec /fvomus Product.msi /qn /norestart
    This action launches the MSI installation file with the following parameters:
    Automatic system restart during installation/update is disabled (/norestart).
    The program repairs Auto PSIM (/fvomus Product.msi):

    1. Reinstalls the product (/f).
    2. Starts execution from the original package and caching of the local MSI database (v).
    3. Installs if an older version is installed (o).
    4. Overwrites all necessary files (m).

    5. Overwrites all registry entries for the current user (u).
    6. Overwrites all registry entries for the local computer and runs all shortcuts (s).

Installation, repair, update, and removal of Auto PSIM in quiet mode are complete.