Automated Installation in Windows
You can install a Model Manager server using an automated installation process with minimal user interaction. This method requires installation from a DVD or DVD image. An answer file then responds to questions while the installer is running. The answer file is a text file that contains predefined settings that the Model Manager server installer uses. A template answer file, setupconfig.ini, with detailed usage information is available on the DVD. Create a copy of this file and customize it with a text editor.
When the answer file is ready, start the installation by running
<DVD path>\setup.exe -s <answer file path>
where <answer file path> is the full path to your answer file.
Automated Removal (Uninstallation)
You can also use an answer file to uninstall a Model Manager server. Edit the answer file in a text editor by setting
installmode = uninstall
installdir = <Installation directory>
where <Installation directory> is the path to your Model Manager server installation. Run
<Installation directory>\bin\win64\setup.exe -s <answer file path>
where <answer file path> is the full path to your answer file. If you are running this command in a terminal window, make sure that the current working directory is outside the Model Manager server installation directory.