Download the MSI-package here
- Two versions: admin and user
- Admin is called
only-admin.msi
- User is called
only.msi
- Admin is called
-
- Will need admin privileges when installing.
- App will be installed in
%ProgramFiles%\\only
and 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\\only
. - Tested with msiexec (run PowerShell as admin):
- Install
msiexec /i only-admin.msi
- Quiet install with no visible UI
msiexec /i only-admin.msi /qn
- Uninstall
msiexec /x only-admin.msi
Admin version will not auto-update!
-
- Will be installed for a single user.
- App will be installed in:
%AppData%\\Local\\Programs\\only
- User settings will be stored in:
%AppData%\\Roaming\\only
- User version will auto-update.
Kommentarer
0 kommentarer
Artikeln är stängd för kommentarer.