[wix-users] UAC Admin permisions

Rob Mensching rob at firegiant.com
Sun Mar 6 10:03:42 PST 2016


Don't do either of those things. Your MSI will elevate when necessary. <smile/>

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Kaveesh Dashora
Sent: Sunday, March 6, 2016 6:49 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] UAC Admin permisions

MSI does not support elevation when it starts... It requests elevation when the install button is clicked...

You have two options
1. Use a bootstrapper to elevate privileges 2. You can create a self elevating custom job... Which elevates the MSI when it starts....

Regards,
Kaveesh


More information about the wix-users mailing list