Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

You can run the Axxon PSIM installation in the quiet mode (without a user interface).

Note

During the installation process, the system can restart. The installation continues automatically after the system restarts.

Note

When you install in the quiet mode on Windows 7 and Windows Server 2008 R2, all Windows updates must be installed. After that, use the HotFix available here or here. As a result, when you install drivers, there are no messages about the unreliable publisher.

When the Redist.exe process completes in Windows Task Manager, it indicates that the installation is complete.

This installation type is performed by specifying parameters for the setup.exe installation file in the Windows command line. The file parameters are listed in the table.

The parameters of the setup.exe file in the command line

                       Description

/?

Call of the Help window

/help

Call of the Help window

/x /removeall

Removal of Axxon PSIM without saving the configuration

/x /uninstall

Removal of Axxon PSIM with configuration saved

/r

Repair of Axxon PSIM

/repair

Repair of Axxon PSIM

/qn

Installation/update of Axxon PSIM

/quiet

Installation/update of Axxon PSIM

/norestart

Disable of the auto restart of the system while it is being installed

/LANG=”en”

Selection of the English language as the language of the installation wizard

/INSTALLTYPE="Client"

Selection of the Workplace for monitoring installation type

/INSTALLTYPE="Server"

Selection of the Server installation type

/INSTALLTYPE="Admin"

Selection of the Administrator's workstation installation type

/ADD="[]"

A list of components required for installation. It is used if a component that isn't installed by default must be installed. Possible values are given in the list below

/REMOVE="[]"

A list of components that must not be installed. Possible values are given in the list below

/CMD="[commands]"

Values of functions for basic installation wizard. Where "commands" means [Function] =\"[Value]\" or [Function] ='[Value]'. Available functions of installation wizard are given in the list below

/debug

Enable detailed logging

/noOSCheck

Don't check OS version

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

Installation of the Bosch VideoSDK driver (see the note below):

no—don't install

yes—install
/saveaddonsDon't delete any vertical solutions

Attention!

In some cases, the Bosch VideoSDK installation results in opening the command line window, which must be closed to proceed with the installation.

Note

In the help window of the installation wizard, there are two examples identical in function that differ in the method used to write the /CMD parameter (see table above, the value of the /CMD parameter).

Possible values of the /ADD and /REMOVE parameters:

  • BaseAxxonPSIM;
  • IPDriverPack_x86;
  • IPDriverPack_x64;
  • Acrobat;
  • dotnetfx35_x86;
  • JRE_ amd64;
  • MsXml;
  • Redist2005_x86;
  • SQLServer_amd64;
  • WindowsInstaller_ amd64;
  • WindowsPowerShell20_x amd64;
  • Guardant_ amd64;
  • Dotnet40;
  • Redist2010_x64;
  • ReportViewer.

Features of the installation wizard:

Features of the installation wizard

Description

CREATE_QUICKLAUNCH_SHORTCUT='1'

Create quick launch shortcut (used by default)

CREATE_QUICKLAUNCH_SHORTCUT='0'

Don't create quick launch shortcut

CREATE_DESKTOP_SHORTCUT='1'

Create shortcut on the desktop (used by default)

CREATE_DESKTOP_SHORTCUT='0'

Don't create shortcut on the desktop

ADDLOCAL='[]'

A list of components for installation.

Available values:

  • Utils—the utilities included in Axxon PSIM are installed.
  • AxxonSoft VideoDrivers—AxxonSoft company drivers are installed.
  • Wav—audio notification files are installed.

Without the ADDLOCAL='[]' command, all components are installed.

Example. ADDLOCAL='Wav'—Axxon PSIM and audio notification files are installed

REMOVE='[]'

A list of components that don't need to be installed. 

Available values:

  • Utils—the utilities included in Axxon PSIM aren't installed.
  • AxxonSoft VideoDrivers—AxxonSoft company drivers aren't installed.
  • Wav—audio notification files aren't installed.

Without the REMOVE='[]' command, all components are installed.

Example. REMOVE = 'Utils'—Axxon PSIM drivers and audio notification files are installed. The utilities aren't installed

Features of the Server and Administrator's workstation installation types

INSTALL_AS_SERVICE='1'

Installation as a Service

PATHTOKEYFILE='[%SourceDir%]'

The path to the Key folder with the activation key

LANGUAGE='[en]'

Selection of the language of Axxon PSIM

SQL_AUTHTYPE='Windows'

Selection of the Windows accounts user authentication method

SQL_AUTHTYPE='Sql'

Selection of the SQL authentication user authentication method

SQL_USERNAME='[psim]'

Set the username for the SQL authentication method

SQL_PASSWORD='[]'

Set the password for the SQL authentication method

General features

DB_PSIM_NAME='[PSIM]'

Specification of the main database. It isn't relevant when SQL_AUTHTYPE='Windows'

DB_TITLES_NAME='[titles]'

Specification of the titles database. It isn't relevant when SQL_AUTHTYPE='Windows'

SQL_INSTANCE='[(local)\SQLEXPRESS]'

Specification of the database server. It isn't relevant when SQL_AUTHTYPE='Windows'

Example of running the Axxon PSIM installation wizard in a quiet mode:

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)\SQLEXPRESS2014\" DB_PSIM_NAME=\"PSIMNew\" DB_TITLES_NAME=\"titlesNew\" INSTALLDIR=\"%ProgramFiles%\PSIMNew\" REMOVE=\"Wav,Utils\""

As a result, the setup.exe installation file runs with the following parameters:

  1. The installation wizard installs Axxon PSIM in a quiet mode (/quiet).
  2. The installation wizard language is English (/LANG="en").
  3. The installation type is Administrator's workstation (/INSTALLTYPE="Admin").
  4. The following components aren't installed: Adobe Acrobat, Guardant drivers (/REMOVE="Acrobat Guardant_x86").
  5. Installation is performed with the following features (/CMD=):
    1. Without creating a quick launch shortcut (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\").
    2. Axxon PSIM is installed as a Service (INSTALL_AS_SERVICE=\"1\").
    3. The language of installed Axxon PSIM is German (LANGUAGE=\"de\").
    4. The authentication method is SQL authentication (SQL_AUTHTYPE=\"Sql\").
    5. Login is username (SQL_USERNAME=\"username\").
    6. Password is pass (SQL_PASSWORD=\"pass\").
    7. The database server is (local)\SQLEXPRESS2014 (SQL_INSTANCE=\"(local)\SQLEXPRESS2014\").
    8. The main database is PSIMNew (DB_Axxon PSIM_NAME=\"PSIMNew\").
    9. The titles database is titlesNew (DB_TITLES_NAME=\"titlesNew\").
    10. The installation path is %ProgramFiles%\PSIMNew (INSTALLDIR=\"%ProgramFiles%\PSIMNew\").
    11. Utilities and audio notification files aren't installed (REMOVE=\"Wav,Utils\").

  • No labels