Installing FootPrints using Silent Mode

To install FootPrints by using silent mode

  1. Create an options file to use during the silent installation.
    1. Download the default options file for either Windows or Linux, depending on the platform where you want to install FootPrints.
    2. Rename the downloaded options file to options.txt.
    3. Copy options.txt to the system where you want to install FootPrints (Users > (username) > AppData > Roaming).
    4. 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.

      Notes

      • Special characters, such as backslash (\), forward slash (/), double quote (“), etc., do not need to be escaped in the options.txt file.
      • Lines which start with a hash character (#) are comments and are ignored.
  2. Copy the FootPrints installer to the system where you want to install FootPrints.

    Note

     If you have downloaded the compressed version of the installer (for example, .zip or .tar.gz), you must extract the archive before running the installer. For more information, see Downloading the installation files.

  3. 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

    Notes

    • The setup.exe or setup.bin file is located in the "Disk1" folder of the extracted installer folder.
    • You may use relative or a fully qualified path to specify the location of the setup.exe and/or the options.txt file.
      For example,
      C:\path\to\Disk1\setup.exe -i silent
      -DOPTIONS_FILE=C:\path\to\options\options.txt
    • You may use relative or fully qualified path to specify the location of the setup.bin and/or the options.txt file.
      For example,
      /path/to/Disk1/setup.bin -i silent
      -DOPTIONS_FILE=/path/to/options/options.txt
  4. 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.

  5. 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.

Was this page helpful? Yes No Submitting... Thank you

Comments