Files
thor-watcher/installer/README.md

22 lines
386 B
Markdown

# Thor Ingest MSI Installer
This folder contains the WiX MSI definition and build script.
## Prerequisites
- WiX Toolset v3.11+ (set `WIX` env var to the WiX `bin` path)
- `nssm.exe` placed at `installer/tools/nssm.exe`
- `thor-ingest-agent.exe` built into `thor-ingest-agent/dist/`
## Build
```powershell
./build.ps1
```
The MSI output will be:
```
installer/ThorIngest.msi
```