Installing the Server with a Silent Installer - spectrum_platform - 23.1

Spectrum Installation Guide for Windows

Product type
Software
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Windows
Copyright
2024
First publish date
2007
Last updated
2024-10-24
Published on
2024-10-24T13:40:02.223552
The silent install process for the server allows you to preconfigure the server installation process so that it runs without user intervention

To configure a silent install, you specify settings for installer options,such as the installation location and which modules to install, in a properties file, which the installer refers to instead prompting the user.

  1. In the Spectrum Technology Platform installer, go to the folder SilentInstaller.
  2. Open the file installer.properties in a text editor.
  3. Edit installer.properties as necessary to specify the installation settings you want to use. See the comments in installer.properties for additional information.
  4. To run the installer in silent mode, place installer.properties in the same directory as install.exe. When the installer runs it will detect installer.properties and automatically run in silent mode.

    Alternatively, you can place installer.properties in different directory and give the absolute path to the property in the command prompt using the -f argument, as follows:

    install.exe -f PathOfPropertyFile\installer.properties