Unattended installation on Windows
Unattended installation on WindowsTo run an unattended installation of Klocwork, enter the following command: start /WAIT <installer.exe> /w /S [/L<langid>] /v"/qn INSTALLDIR=<install_directory> /log <install_log> PROPERTY=VALUE PROPERTY1=VALUE1..." where:
Note: Surround any value that contains spaces with escaped quotation marks (\").
Example start /WAIT kw-server-installer.18.1.0.353.windows.exe /w /S /v"/qn INSTALLDIR=\"D:\Klocwork\Server 2018.1\" /log C:\server.log"
Installing a desktop analysis toolYou can install the desktop analysis tools using unattended installation, however you must first download the desktop tools package from https://developer.klocwork.com/support/downloads (see Desktop Tools Packages) and unzip them into a folder on your local machine. The desktop tools package contains installation binaries for each of the desktop tools, organized by platform. For more information see, Downloading and deploying the desktop analysis plug-ins. Once unzipped and placed into a directory on your local computer, run the unattended installation from the command-line, specifying the file name of the installer for the desktop tool that you want to install. In the following example, the IntelliJ IDEA plug-in is installed into a custom directory. Example start /WAIT kw-idea-installer.windows.exe /w /S /v"/qn INSTALLDIR=\"C:\kw\idea_plugin\" /log C:\idea_install.log" Installing specific components in unattended modeTo install one or more specific Klocwork components (for example, to install the database server) in an unattended installation, include ADDLOCAL=<component_arguments> in your command line, where <component_arguments> is one or more arguments from the following tables. Multiple arguments must be separated by commas.
Allowable PROPERTY=VALUE pairs for unattended installationServer package
Note: The Server Installer also supports the ALLUSERS property. For details, see this MSDN article.
Desktop plugins
|