QueueMonitor FAQ

How to apply license file

Manually

QueueMonitor can load license directly from program itself:

  • Load it from "Help/Load license..." menu.
  • Load it from one of QueueMonitor's dialogs which offer "Load license" button.

Automated license deployment

Copy the license file to a specific folder:

%ProgramData%\Cogin\QueueMonitor\

which is in most cases:

c:\ProgramData\Cogin\QueueMonitor\

While license file name can be anything when loaded from within QueueMonitor, when it's put directly to this folder it has to be QueueMonitor.license

If everything is ok, once you start QueueMonitor and click Help/About you should see your registration name there.

Moving license

To move license to different machine:

  • Locate QueueMonitor.license file - either from original delivery email, or from %ProgramData%\Cogin\QueueMonitor\
  • Uninstall QueueMonitor on older machine.
  • Install QueueMonitor on new machine and apply license file there.

Installer command line parameters

QueueMonitor uses Innosetup for installation. Available command line options (full list):

/SILENT Runs the installer in silent mode (The progress window is displayed)
/VERYSILENTVery silent mode. No windows are displayed.
/SUPPRESSMSGBOXESSuppress message boxes. Only has an effect when combined with ‘/SILENT’ and ‘/VERYSILENT’.
/NOCANCELDisables cancelling the installation process.
/NORESTARTPrevents installer from restarting the system even if it’s necessary.
/DIR=”x:\dirname”Overrides the default install directory.

Example

Silently install the program, prevent restarting the system.

QueueMonitor.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART