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