| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LRGEX-Compress-v1.4.2-setup.exe | 2026-08-08 | 7.7 MB | |
| README.md | 2026-08-08 | 562 Bytes | |
| v1.4.2 source code.tar.gz | 2026-08-08 | 425.8 kB | |
| v1.4.2 source code.zip | 2026-08-08 | 445.1 kB | |
| Totals: 4 Items | 8.6 MB | 4 | |
🔧 Machine-Wide Install Support (Chocolatey)
- Installer now uses
{autopf}+HKA(Inno Setup dual-mode). Installs per-user (no admin) OR machine-wide (admin/choco) from the SAME binary. - Chocolatey passes
/ALLUSERSfor machine-wide install to%ProgramFiles%. - Portable download runs per-user to
%LOCALAPPDATA%as before. - All registry keys use
HKA→ HKLM when admin, HKCU when per-user. - Added
chocolateyuninstall.ps1that calls the Inno uninstaller. - Added
softwareNameto chocolateyinstall.ps1 for upgrade/uninstall detection.