Unattended Client installation
Installation Process
Using the following command line allows you to install the PLANTA Windows Client in the specified installation directory in silent mode.
PLANTAClientInstaller.exe INSTALLDIR=%TARGET_DIRECTORY% [SERVER_IP=%SERVER_IP_OR_URL%] [SERVER_PORT=%SERVER_PORT%] [INSTALL_DESKTOP_SHORTCUT=%INSTALL_DESKTOP_SHORTCUT%] [INSTALL_START_MENU_SHORTCUT=%INSTALL+_START_MENU_SHORTCUT%] [INSTALL_FOR_ALL=%INSTALL_FOR_ALL_USERS%]
INSTALLDIR- The directory in which the PLANTA Client is installed. Must be installed for installation via command line. All other parameters can be defined upon requirement.If the directory already exists, it will be deleted before the start of the installation.
SERVER_IP- IP or URL address of the PLANTA Server to which the connection is establishedSERVER_PORT- port number of the PLANTA Server to which the connection is establishedINSTALL_DESKTOP_SHORTCUT- Creates a shortcut on the desktop which can be used to start the PLANTA Client0 - Do not create shortcut (default)
1 - Create shortcut
INSTALL_START_MENU_SHORTCUT- Creates a shortcut in the Windows start menu which can be used to start the PLANTA Client0 - Do not create shortcut (default)
1 - Create shortcut
INSTALL_FOR_ALL– Installs the PLANTA Client for all users of the current system. Depending on the setting used for theINSTALL_DESKTOP_SHORTCUTandINSTALL_START_MENU_SHORTCUTparameters, shortcuts are created for all users or only for the logged-on user.0 - Installs the PLANTA Client only for the logged-on user (default) (all data under the
HKEY_CURRENT_USERregistry key)1 - Installs the PLANTA Client for all users (all data under the
HKEY_LOCAL_MACHINEregistry key)Only the user who has installed the PLANTA Client can see it in his/her program list.
Note
All parameters must be separated by a blank space, and parameter name and parameter value must additionally be separated by a ‘=’ without blank space.
Example
PLANTAClientInstaller.exe INSTALLDIR=C:\PLANTAClient SERVER_IP=192.168.0.1 SERVER_PORT=80 INSTALL_DESKTOP_SHORTCUT=1 INSTALL_START_MENU_SHORTCUT=1 INSTALL_FOR_ALL=1