Download the MSI-package here
MSI-Installer
Two versions: admin and user
- Admin is called
lynes-admin.msi
- User is called
lynes.msi
Admin
- Will need admin privileges when installing.
- App will be installed in
%ProgramFiles%\\lynesand be available for all users on the computer.
- Shortcut is created on all users' desktop.
- When a user starts the app, settings will be stored in
%AppData%\\Roaming\\lynes.
- Tested with msiexec (run PowerShell as admin):
- Install
msiexec /i lynes-admin.msi- Quiet install with no visible UI
msiexec /i lynes-admin.msi /qn- Uninstall
msiexec /x lynes-admin.msi
Admin version will not auto-update!
User
- Will be installed for a single user.
- App will be installed in:
%AppData%\\Local\\Programs\\lynes
- User settings will be stored in:
%AppData%\\Roaming\\lynes
- User version will auto-update.