Go to documentation repository
...
This installation type is performed by setting the setup.exe install file parameters in the OS Windows command prompt. The install file parameters are given in the table below.
The install file parameter in the command prompt | Description |
/? | Help window call |
/help | Help window call |
/x /removeall | The Axxon PSIM software deletion without saving the configuration |
/x /uninstall | The Axxon PSIM software deletion saving the configuration |
/r | The Axxon PSIM software repair |
/repair | The Axxon PSIM software repair |
/qn | The Axxon PSIM software installation/update |
/quiet | The Axxon PSIM software installation/update |
/norestart | Disabling the auto restart of the system while it is being installed |
/LANG=”en” | English language selection of installation program |
/INSTALLTYPE="Client" | Selecting the Monitor workstation installation type |
/INSTALLTYPE="Server" | Selecting the Server installation type |
/INSTALLTYPE="Admin" | Selecting the Admin workstation installation type |
/ADD="[]" | A list of components required for installation. It is used if a component that isn't installed by default is to be installed. Possible values are given in the next table |
/REMOVE="[]" | A list of components that aren't to be installed. Possible values are given in the next table |
/CMD="[commands]" | Values of functions for a basic installation program. Where commands mean [Function] =\"[Value]\" or [Function] ='[Value]'. Available functions of installation program are given in the last table in the section |
| /debug | Enable verbose logging |
| /noOSCheck | Suppress checking OS version |
| /dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Installation of the Bosch VideoSDK driver (see Note): no—don't install; yes—install |
| /saveaddons | Don't delete any vertical solutions |
...
setup.exe /quiet /LANG="en" /INSTALLTYPE="Admin" /REMOVE="Acrobat Guardant_x86" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" INSTALL_AS_SERVICE=\"1\" LANGUAGE=\"de\" SQL_AUTHTYPE=\"Sql\" SQL_USERNAME=\"username\" SQL_PASSWORD=\"pass\" SQL_INSTANCE=\"(local)\SQLEXPRESS2014SQLEXPRESS2019\" DB_PSIM_NAME=\"PSIMNew\" DB_TITLES_NAME=\"titlesNew\" INSTALLDIR=\"%ProgramFiles%\PSIMNew\" REMOVE=\"Wav,Utils\""
...