Some checks failed
LANCommander SDK Release / prep (push) Failing after 59s
LANCommander SDK Release / publish (push) Has been skipped
LANCommander Release / prep (push) Failing after 1m12s
LANCommander Release / build_server_linux_arm64 (push) Has been skipped
LANCommander Release / build_server_linux_x64 (push) Has been skipped
LANCommander Release / build_server_osx_arm64 (push) Has been skipped
LANCommander Release / build_server_osx_x64 (push) Has been skipped
LANCommander Release / build_server_win_arm64 (push) Has been skipped
LANCommander Release / build_server_win_x64 (push) Has been skipped
LANCommander Release / build_launcher_avalonia_linux_x64 (push) Has been skipped
LANCommander Release / build_launcher_avalonia_osx_arm64 (push) Has been skipped
LANCommander Release / build_launcher_avalonia_osx_x64 (push) Has been skipped
LANCommander Release / build_launcher_avalonia_win_x64 (push) Has been skipped
LANCommander Release / build_packager (push) Has been skipped
LANCommander Release / build_release (push) Has been skipped
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
sidebar_label: Getting Started
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Getting Started
|
|
|
|
## Requirements
|
|
|
|
- **Windows 10 or later** (x86 or x64)
|
|
- **Administrator privileges** - the Packager requires elevation to monitor installer processes via DLL injection
|
|
|
|
The Packager is distributed as a single 32-bit executable (`LANCommander.Packager.exe`). No installation is required.
|
|
|
|
## Download
|
|
|
|
Download the latest release from the [GitHub Releases page](https://github.com/LANCommander/LANCommander/releases). The Packager artifact is named `LANCommander.Packager-Windows-x86-v{VERSION}.zip`.
|
|
|
|
Extract the archive to a directory of your choice and run `LANCommander.Packager.exe`.
|
|
|
|
## Command-Line Usage
|
|
|
|
The Packager can optionally accept arguments to skip the initial file picker dialog:
|
|
|
|
```
|
|
LANCommander.Packager.exe [installer-path] [-o output-path]
|
|
```
|
|
|
|
| Argument | Description |
|
|
|:--------:|:------------|
|
|
| `installer-path` | Path to the installer executable to monitor |
|
|
| `-o`, `--output` | Path for the output `.lcx` file |
|
|
|
|
If no installer path is provided, a file picker dialog will appear on launch.
|