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:
setup.exe /output:{filename}
If setting the output to a different folder and there are spaces in the path / filename, you will need to enclose the path in quotes: setup.exe /output:"C:\Program Files (x86)\K2 blackpearl/Setup/Unattended.XML"
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.