Skip to content

MSI Properties

The installation can be customized using the following MSI properties.


INSTALLDIR

INSTALLDIR specifies the installation directory of the Node.js application.

Possible values: String

  • file_path

Default: C:\Program Files\SEAL Systems\PLOSSYS\ipp-proxy

Caution - Installation directory

Changing the installation directory is not recommended.


CONFIGDIR

CONFIGDIR specifies the directory for config files.

Possible values: String

  • file_path

Default:C:\ProgramData\SEAL Systems\PLOSSYS\config

Hint - Name of the configuration file

The name of the configuration file is ipp-proxy.yml.


AUTOSTART

AUTOSTART specifies if the ipp-proxy application is started automatically when a user logs on.

Possible vaues: Boolean

  • value todo

Default: 1


SHORTCUT

SHORTCUT specifies if the installer creates program menu shortcuts.

Possible values: Boolean

  • value todo 0 oder 1

Default: 1


Device UUID

Device UUID specifies if the application automatically generates a unique device UUID per user and stores the value in a settings file at C:\Users\vagrant\AppData\Roaming\ipp-proxy\settings.json.

Possible values: Boolean

  • value todo 0 oder 1

Default: todo


Back to top