feat: update to version 0.1.3 with new CLI flags, logging enhancements, and Windows MSI installer

This commit is contained in:
serversdwn
2026-02-10 07:08:24 +00:00
parent edeb6a6eba
commit 69e856db6a
9 changed files with 424 additions and 57 deletions

21
installer/README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```