Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The install file parameter in the command prompt

                       Description

/?

Help window call

/help

Help window call

/x

The Axxon PSIM software deletion saving the configuration

/removeall

The Axxon PSIM software deletion without saving the configuration

/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=”ru”

Russian language selection of installation program

/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 necessary for installation. Is used if a component that is not installed by default is to be installed. Possible values are given in the next table

/REMOVE="[]"

A list of components that are not to be installed. Possible values are given in the next table

/CMD="[commands]"

Values of functions for 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

Supress checking OS version

/dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\""

Installation of Bosch VideoSDK driver (see Note):

no – do not install;

yes – install.
/saveaddonsDo not delete any vertical solutions

...

Example of running the Axxon PSIM system installation program in a hidden mode:

setup.exe /quiet /LANG="ruen" /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)\SQLEXPRESS2014\" DB_Axxon PSIM_NAME=\"Axxon PSIMNew\" DB_TITLES_NAME=\"titlesNew\" INSTALLDIR=\"%ProgramFiles%\Axxon PSIMNew\" REMOVE=\"Wav,Utils\""

...

  1. Installation program will install the Axxon PSIM software in a hidden mode (/quiet);
  2. Installation program language – RussianEnglish(/LANG="ruen");
  3. Installation type – «Administrator workstation» (/INSTALLTYPE="Admin");
  4. The following components are not installed: Adobe Acrobat, Guardant drivers . (/REMOVE="Acrobat Guardant_x86");
  5. Installation is performed with following features (/CMD=):
    1. Without creating the quick launch shortcut (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\");
    2. The Axxon PSIM software is installed as a service (INSTALL_AS_SERVICE=\"1\");
    3. Language of installed Axxon PSIM software is German (LANGUAGE=\"de\");
    4. Authentication method – «SQL authentication » (SQL_AUTHTYPE=\"Sql\");
    5. Login – username (SQL_USERNAME=\"username\");
    6. Password – pass (SQL_PASSWORD=\"pass\");
    7. Database server – (local)\SQLEXPRESS2014 (SQL_INSTANCE=\"(local)\SQLEXPRESS2014\");
    8. Main database – Axxon PSIMNew  AxxonPSIMNew (DB_Axxon PSIM_NAME=\"Axxon PSIMNewAxxonPSIMNew\");
    9. Titles database – titlesNew (DB_TITLES_NAME=\"titlesNew\");
    10. Installation path – %ProgramFiles%\Axxon PSIMNew AxxonPSIMNew (INSTALLDIR=\"%ProgramFiles%\Axxon PSIMNewAxxonPSIMNew\");
    11. Utilities and voice notification files are not installed (REMOVE=\"Wav,Utils\").