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