The only way to disable UAC is to do in the system parameters which requires a 
reboot of the system to take effect.

The best way to deal with this is to use a bootstrap EXE that handles the 
prompt upfront and then launches the MSI.

Any changes to IIS that touch the master control file require elevated 
privileges.  These actions include creating Websites and custom Apppools.  Any 
changes to settings on specific web sites or virtual directories all depend on 
where the web.config for that site is located.

MAT SKILDUM



-----Original Message-----
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: Tuesday, August 12, 2014 5:43 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] How to bypass UAC prompt?

2014-08-12 11:53 GMT+02:00 kpanilkumarmca <kpanilkumar....@gmail.com>:
> Hi,
> I got a requirement to disable/bypass UAC prompt. Is it possible do
> that for an MSI which will copy files to program files, adds a
> registry entry, create apppool and website???
>
> I dont want to do anything in OS level to disable UAC.
>
> Let me know if you need more info regarding this.

No, you can't install stuff to program files or add registry keys to HKLM 
without an UAC prompt. I don't know anything about apppools and websites.

--
Nicolás

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
This email (including any attachments) is proprietary to Aspect Software, Inc. 
and may contain information that is confidential. If you have received this 
message in error, please do not read, copy or forward this message. Please 
notify the sender immediately, delete it from your system and destroy any 
copies. You may not further disclose or distribute this email or its 
attachments.
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to