Installing Installation Manager silently on Windows

You can install Installation Manager silently on Windows.
Note: You must have administrative privilege to install (and uninstall) packages.
To silently install Installation Manager to the default installation location:
  1. Change the directory to the InstallerImage_win32 folder on the first installation disk.
  2. Run setup.exe /S /v"/qn"
    Note: If you want to change the installation location, you can specify the INSTALLDIR property for the /v option. For example:
    setup.exe /S /v"/qn INSTALLDIR=\"C:\InstallationManager\""
To silently uninstall Installation Manager on Windows®, run the following command at the command prompt:
msiexec /x {DBD90D51-BD46-41AF-A1F5-B74CEA24365B}

Feedback