MyQ Scan Review

Installation and Configuration

This guide is for administrators who want to install Scan Review and configure it for use the first time.

Prerequisites

  • A Windows x64 server or workstation where the service can run.

  • Administrator rights on the Windows machine.

  • Enough space on the machine to handle documents waiting for approval.

  • Network access between Scan Review and MyQ X.

  • An HTTPS certificate for Scan Review.

  • The CA certificate that issued the MyQ X server certificate, installed as a trusted root certificate on the Scan Review machine.

  • The CA certificate that issued the Scan Review server certificate, trusted by the MyQ X server.

  • A MyQ administrator account for initial setup.

  • A destination for approved documents, such as a hot folder or SFTP server.

  • Optionally, a certificate for digitally signing approved documents.

Data

Production location

Application Log

C:\ProgramData\MyQ\MyQ Scan Review\logs

Documents

C:\ProgramData\MyQ\MyQ Scan Review\Documents

Intake folder

C:\ProgramData\MyQ\MyQ Scan Review\Documents\Intake

Install Scan Review

  1. Run the Scan Review MSI as an administrator.

  2. Choose the installation folder. The default is C:\Program Files.

  3. Finish the installation.

The installer creates the MyQ Scan Review Windows service and starts it automatically. It also creates firewall exceptions for the configured HTTP and HTTPS ports.

By default, the MyQ Scan Review service runs under the LocalSystem account.

Default Installed Ports

Protocol

Default port

Purpose

HTTP

7184

Initial setup and access from localhost. This port cannot currently be changed.

HTTPS

5443

Recommended for production access after an HTTPS server certificate is configured.

The required ports must be free when Scan Review is installed and must not be occupied by MyQ X or another application.

Silent Installation

For automated deployment, run the MSI with msiexec from an elevated command prompt or deployment tool.

Install with the default same-machine MyQ setting:

msiexec /i "MyQ Scan Review.msi" /qn

Install with a remote MyQ server URL:

msiexec /i "MyQ Scan Review.msi" /qn URL="https://myq.example.com:8090"

The URL property must include http:// or https://. If URL is not supplied, Scan Review uses the same behavior as selecting the same-machine option in the interactive installer and stores https://localhost as the MyQ server URL.

System Tray Agent

After installation, the Scan Review system tray agent is available in the Windows notification area. It is identified by the Q icon.

Right-click the system tray agent to:

  • Check the current connection status.

  • Open the Scan Review web interface.

  • Open logs.

  • Generate data for support.