Installing FootPrints using Silent Mode
This topic provides information about how to run the FootPrints version installer in silent mode from the command line of a system that does not support a graphical user interface (GUI).
By default, the FootPrints installer shows a graphical user interface (GUI) when it is run. Some Linux and Windows systems do not support a (GUI) installed. FootPrints may still be installed in these environments by running the installer in a silent mode.
Silent mode requires the manual configuration of an options file which contains answers to all the questions the GUI would normally ask. Once started, the silent install continues without the need for any user interaction.
Silent install mode is invoked from the command line. The user running the silent install must be familiar with issuing commands from the command line in the environment where they wish to install FootPrints. Additionally, these steps must be performed with full Administrator privileges.
To install FootPrints by using silent mode
- Create an options file to use during the silent installation.
- Download the default options file for either or , depending on the platform where you want to install FootPrints.
- Rename the downloaded options file to options.txt.
- Copy options.txt to the system where you want to install FootPrints (Users > (username) > AppData > Roaming).
Edit the options.txt file and review each setting in the file and verify the value is appropriate for the environment where FootPrints where you want to install. Make changes as necessary.
Copy the FootPrints installer to the system where you want to install FootPrints.
Run the installer in silent mode with the following command line. Choose the appropriate command line based on your operating system.
Windows:
setup.exe -i silent -DOPTIONS_FILE=options.txt
Linux:
setup.bin -i silent -DOPTIONS_FILE=options.txt
- The installation generates a log file in the temporary folder of the user running the install, for example, %TEMP% in Windows, /tmp in Linux. The installation log file is named: footprints_install_log.txt.
- Review the generated log file to ensure that the installation is completed successfully. The end of the log file indicates that the installation finished successfully.