Go to documentation repository
It is possible to install You can install, repair, update, and remove DetectorPack PSIM in a quiet (silent) mode. For this
To start installation, select one of the following options:
Specify in the In the setup.ini file file located in the installation directory with the DetectorPack PSIM distribution package (see Installation), enter:
| Code Block |
|---|
[Startup] CmdLine=/quiet |
When you run the Setup.exe executable file, the installation of DetectorPack PSIM starts in quiet mode.
When you are in the DetectorPack 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 line | Description |
|---|---|
/x | Removal of DetectorPack PSIM |
/uninstall | Removal of DetectorPack PSIM |
/r | Repair of DetectorPack PSIM |
/repair | Repair of DetectorPack PSIM |
/qn | Installation/update of DetectorPack PSIM |
/quiet | Installation/update of DetectorPack 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 |
| Info | ||
|---|---|---|
| ||
During installation of DetectorPack PSIM in quiet mode, the computer will restart. After the restart, the installation process continues automatically. |
setup.exe /quiet /norestart
This action launches the setup.exe file with the following parameters:
The program installs DetectorPack PSIM
In the DetectorPack PSIM installation directory specify the following command in the Windows command line:
| Code Block |
|---|
setup.exe /quiet |
in quiet mode (/quiet).
Automatic system restart during installation/update is disabled (/norestart).
Example of running the DetectorPack 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 DetectorPack PSIM (/r).
The program repairs DetectorPack PSIM in quiet mode (/quiet).
Automatic system restart during repair is disabled (/norestart).
Example of running the DetectorPack 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 DetectorPack PSIM (/x /uninstall).
The program uninstalls DetectorPack PSIM in quiet mode (/quiet).
Automatic system restart during uninstallation is disabled (/norestart).
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 DetectorPack 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 DetectorPack PSIM (/i Product.msi).
The program installs/updates DetectorPack PSIM in quiet mode (/quiet).
Automatic system restart during installation/update is disabled (/norestart).
Example of running the DetectorPack PSIMuninstaller 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 DetectorPack PSIM (/x Product.msi).
The program installs/updates DetectorPack PSIM in quiet mode (/qn).
Automatic system restart during uninstallation is disabled (/norestart).
Example of running the DetectorPack 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 DetectorPack PSIM (/fvomus Product.msi):
Overwrites all necessary files (m).
Installation, repair, update, and removal of DetectorPack PSIM in quiet mode are complete.