[wix-users] Installing updates only for non-admin users

Rob Mensching rob at firegiant.com
Fri Oct 16 22:45:30 PDT 2020


Or: https://docs.microsoft.com/en-us/windows/win32/msi/user-account-control--uac--patching

---
Short replies here. Complete answers here: https://www.firegiant.com/services/

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Herman van Drie via wix-users
Sent: Friday, October 16, 2020 4:16 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Herman van Drie <hvandrie at outlook.com>
Subject: Re: [wix-users] Installing updates only for non-admin users

Two options:
- Create a service that runs with LocalSystem which gets installed with the application first time that will take care of installing updates
- Create a Scheduled Task that will act as a helper to install updates using some trigger system

Regards,

Herman

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Neelesh Rawal via wix-users
Sent: vrijdag 16 oktober 2020 21:56
To: wix-users at lists.wixtoolset.org
Cc: Neelesh Rawal <Neelesh.Rawal at infogain.com>
Subject: [wix-users] Installing updates only for non-admin users

Hi

We are creating MSI installer for a windows application using Wix (through DevOps pipeline) which asks non-admin users to enter admin credentials to install it in their machines and that is fine.

However, if there are any updates available (updated installer) and user tries to update the installed application, it again asks user to enter admin credentials. And entering admin credentials every time while updating the application has become very cumbersome process given  a scenario when we have a release for this app every month.

So is this possible to create MSI installer in that way like it asks admin credentials for the first time (for all users) but does not force to enter admin credentials while updating the already installed application (for all users including non-admin)?

Thanks & Regards
Neelesh Rawal

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10


The information in this email is confidential and may be legally privileged. It is intended solely for the addressee and access to it by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken based on it, is strictly prohibited and may be unlawful.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list