Versions Compared

Key

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

...

Possible values of the /ADD and /REMOVE parameters:

...

Architecture x64

  • BaseAxxonPSIM;

...

BaseAxxonPSIM

  • IPDriverPack_x86

...

IPDriverPack_x86

...

  • ;
  • IPDriverPack_x64;
  • Acrobat;

...

Acrobat

  • dotnetfx35_x86

...

  • ;
  • JRE_

...

  • amd64;
  • MsXml

...

  • ;
  • Redist2005_x86

...

  • ;
  • SQLServer_

...

  • amd64;
  • WindowsInstaller_

...

  • amd64;
  • WindowsPowerShell20_

...

  • x amd64

...

  • ;
  • Guardant_ amd64;
  • Dotnet40;

...

Dotnet40

  • Redist2010_

...

Redist2010_x86

...

-

...

  • x64;
  • ReportViewer

...

ReportViewer

  • .

Features of the installation wizard:

Features of the installation wizard

Installation program features:

Installation program features

Description

CREATE_QUICKLAUNCH_SHORTCUT='1'

Create quick launch shortcut (is used by default)

CREATE_QUICKLAUNCH_SHORTCUT='0'

Don't create quick launch shortcut

CREATE_DESKTOP_SHORTCUT='1'

Create shortcut on the desktop (is used by default)

CREATE_DESKTOP_SHORTCUT='0'

Don't create shortcut on the desktop

ADDLOCAL='[]'

A list of components for installation.

Available values:1)

  • Utils—the utilities included
in the
  • in Axxon PSIM
system
  • are installed
;
  • .
2)
  • AxxonSoft
VideoDrivers—drivers by AxxonSoft
  • VideoDrivers—AxxonSoft company drivers are installed
;
  • .
3) Wav—sound
  • Wav—audio notification files are installed.

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

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

REMOVE='[]'

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

Available values:1)

  • Utils—the utilities included in
the
  • Axxon PSIM
system
  • aren't installed
;
  • .
2)
  • AxxonSoft
VideoDrivers—drivers by AxxonSoft
  • VideoDrivers—AxxonSoft company drivers aren't installed
;
  • .
3) Wav—sound
  • Wav—audio notification files aren't installed.

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

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

Functions

Features of the

“Server” and “Admin workstation”

Server and Administrator's workstation installation types

INSTALL_AS_SERVICE='1'

Installation as a serviceService

PATHTOKEYFILE='[%SourceDir%]'

Specify the The path to the Key folder with license the activation key

LANGUAGE='[en]'

Select Selection of the language of the Axxon PSIM system

SQL_AUTHTYPE='Windows'

Selecting the ”Windows accounts” Selection of the Windows accounts user authentication method

SQL_AUTHTYPE='Sql'

Selecting the “SQL authentication” Selection of the SQL authentication user authentication method

SQL_USERNAME='[psim]'

Setting Set the user name username for the “SQL authentication” SQL authentication method

SQL_PASSWORD='[]'

Setting Set the password for the “SQL authentication” SQL authentication method

General

functions:

features

DB_PSIM_NAME='[PSIM]'

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

DB_TITLES_NAME='[titles]'

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

SQL_INSTANCE='[(local)\SQLEXPRESS]'

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

Example of running the Axxon PSIM system installation program wizard in a hidden 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 installation file setup.exe will be run installation file runs with the following parameters:

  1. The installation program will install the wizard installs Axxon PSIM software  in a hidden quiet mode (/quiet);.
  2. The installation wizard language is Installation program language – English (/LANG="en");.
  3. Installation type – «Administrator workstation» 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 the a quick launch shortcut (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\");.
    2. The Axxon PSIM software  is installed as a service Service (INSTALL_AS_SERVICE=\"1\");.
    3. The language of installed Axxon PSIM software  is German (LANGUAGE=\"de\");.
    4. Authentication method – «SQL authentication » The authentication method is SQL authentication (SQL_AUTHTYPE=\"Sql\");.
    5. Login is username (SQL_USERNAME=\"username\");.
    6. Password is pass (SQL_PASSWORD=\"pass\");.
    7. Database The database server is (local)\SQLEXPRESS2014 (SQL_INSTANCE=\"(local)\SQLEXPRESS2014\");.
    8. Main The main database is PSIMNew (DB_Axxon PSIM_NAME=\"PSIMNew\");.
    9. Titles The titles database is titlesNew (DB_TITLES_NAME=\"titlesNew\");.
    10. Installation The installation path is %ProgramFiles%\PSIMNew (INSTALLDIR=\"%ProgramFiles%\PSIMNew\");.
    11. Utilities and voice audio notification files aren't installed (REMOVE=\"Wav,Utils\").

...