feat: update to version 0.1.3 with new CLI flags, logging enhancements, and Windows MSI installer
This commit is contained in:
21
installer/README.md
Normal file
21
installer/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user