K2 blackpearl Installation and Configuration Guide > Installation > Unattended Installer > Generate Silent / Unattended Installation XML File | Send feedback |
Run setup.exe /output:"{filename}" which will open the Setup wizard to obtain all settings from user, click on Finish to generate an XML file with user-specific settings.
The XML configuration file is used for silent/unattended installation. |
The following command does not install, just builds the XML file:
Syntax:
setup.exe /output:"{filename}"
Parameters | |
---|---|
{filename} | This is the name of the XML file that will be generated. |
Output:
Launches the Installer UI, gathers all the information, and then closes upon creating the XML file containing all the options as specified in the Installation wizard.