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