Documentation

Installation, license activation, and usage guides for all IntegritySystems tools.

Installation

Download the MSI installer from the download page. Double-click to install. No prerequisites, no runtimes, no internet required. The installer places the executable in your Program Files directory.

License Activation

After purchasing, you'll receive a license file named integritysystems.license via email. To activate:

1. Locate the tool executable: C:\Program Files\IntegritySystems\BackupVerifier\BackupVerifier.exe 2. Place integritysystems.license in the same folder: C:\Program Files\IntegritySystems\BackupVerifier\integritysystems.license 3. Restart the tool. License badge changes from "Trial" to your tier.

The license file is cryptographically verified locally. No internet connection is needed for activation. The license works indefinitely for the version you purchased.

License Tiers

Trial — Free, limited functionality (capped rows/files/tasks), watermarked evidence pack output. No registration required.

Pro — Full desktop GUI, all features unlocked, clean evidence packs, unlimited processing. For individual users.

Pro+ — Everything in Pro plus command-line interface (CLI), batch processing, JSON output, and automation features. For users who need to script or schedule runs.

CLI Usage (Pro+)

Pro+ licenses unlock the command-line interface. Run the tool from a terminal for scripted or scheduled verification:

# Backup Verifier — CLI example BackupVerifier.exe --source "\\NAS01\Backups" --dest "D:\Archive" --output "C:\Reports" --hash # Exit codes: # 0 = Verified, all files match # 1 = Error during verification # 2 = Differences found # 3 = Partial run (interrupted) # 64 = License error

Evidence Pack Format

Every tool produces output in a timestamped folder. The evidence pack always includes:

OutputFolder/YYYYMMDD_HHMMSS/ ├── *_summary.txt — Human-readable summary ├── *.csv — Detailed findings (errors, risks, etc.) └── run.json — Machine-readable full result

The run.json file contains full metadata including tool version, license tier, timestamps, duration, and a list of all output artifacts. This format is consistent across all IntegritySystems tools.

Support

For questions, issues, or feedback: support@integritysystems.io. We respond to all support emails within 24 hours on business days.