Versions Compared

Key

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

...

Installation program features

Description

CREATE_QUICKLAUNCH_SHORTCUT='1'

Create quick launch shortcut (is used by default)

CREATE_QUICKLAUNCH_SHORTCUT='0'

Do not create quick launch shortcut

CREATE_DESKTOP_SHORTCUT='1'

Create shortcut on the desktop (is used by default)

CREATE_DESKTOP_SHORTCUT='0'

Do not create shortcut on the desktop

ADDLOCAL='[]'

A list of components for installation.

Available values:

1) Utils – the utilities included in the Axxon PSIM system are installed;

2) AxxonSoft VideoDrivers – drivers by AxxonSoft company are installed;

3) Wav – sound notification files are installed.

All the components are installed without ADDLOCAL='[]' command.

Example. ADDLOCAL='Wav' – Axxon PSIM system and sound notification files are installed.

REMOVE='[]'

A list of components that are not to be installed. Available values:

1) Utils – the utilities included in the Axxon PSIM system are not installed;

2) AxxonSoft VideoDrivers – drivers by AxxonSoft company are not installed;

3) Wav – sound notification files are not installed.

All the components are installed without  REMOVE='[]' command.

Example. REMOVE ='Utils' – Axxon PSIM drivers and sound notification files are installed. The utilities are not installed.

Functions of the “Server” and “Admin workstation” installation types

INSTALL_AS_SERVICE='1'

Installation as a service

PATHTOKEYFILE='[%SourceDir%]'

Specify the path to the Key folder with license key

LANGUAGE='[en]'

Select the language of the Axxon PSIM system

SQL_AUTHTYPE='Windows'

Selecting the ”Windows accounts” user authentication method

SQL_AUTHTYPE='Sql'

Selecting the “SQL authentication” user authentication method

SQL_USERNAME='[sapsim]'

Setting the user name for the “SQL authentication” method

SQL_PASSWORD='[]'

Setting the password for the “SQL authentication” method

General functions:

DB_AxxonPSIMPSIM_NAME='[Axxon PSIM]'

Specifying the main database. It is not relevant when SQL_AUTHTYPE='Windows'

DB_TITLES_NAME='[titles]'

Specifying the titles database. It is not relevant when  SQL_AUTHTYPE='Windows'

SQL_INSTANCE='[(local)\SQLEXPRESS]'

Specifying the database server. It is not relevant when SQL_AUTHTYPE='Windows'

...

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_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 – English(/LANG="en");
  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 – AxxonPSIMNew PSIMNew (DB_Axxon PSIM_NAME=\"AxxonPSIMNewPSIMNew\");
    9. Titles database – titlesNew (DB_TITLES_NAME=\"titlesNew\");
    10. Installation path – %ProgramFiles%\AxxonPSIMNew PSIMNew (INSTALLDIR=\"%ProgramFiles%\AxxonPSIMNewPSIMNew\");
    11. Utilities and voice notification files are not installed (REMOVE=\"Wav,Utils\").