Go to documentation repository
...
| Code Block |
|---|
CmdLine= /quiet |
When you run the Setup.exe executable file, the installation of WEB Report System PSIM starts in quiet mode.
When you are in the WEB Report System 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 WEB Report System PSIM |
/uninstall | Removal of WEB Report System PSIM |
/r | Repair of WEB Report System PSIM |
/repair | Repair of WEB Report System PSIM |
/qn | Installation/update of WEB Report System PSIM |
/quiet | Installation/update of WEB Report System 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 WEB Report System PSIM in quiet mode, the computer will restart. After the restart, the installation process continues automatically. |
Example of running the WEB Report System 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 WEB Report System PSIM (/r).
The program repairs WEB Report System PSIM in quiet mode (/quiet).
Automatic system restart during repair is disabled (/norestart).
Example of running the WEB Report System 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 WEB Report System PSIM (/x /uninstall).
The program uninstalls WEB Report System PSIM in quiet mode (/quiet).
Automatic system restart during uninstallation is disabled (/norestart).
| Note | ||
|---|---|---|
| ||
You must specify the parameters of the database connection. |
Overwrites all necessary files (m).
...