Re: [WiX-users] [WIX]: UAC message display behavior in WIX

2015-02-13 Thread Phil Wilson
t;standard >> behavior" of MSI packages which you can't change, and if you were using a >> bundle you'd be hard pressed to get the bundle to elevate early. >> > >> > -Original Message----- >> > From: Dileep S [mailto:dileep.sanamp

Re: [WiX-users] [WIX]: UAC message display behavior in WIX

2015-02-13 Thread Dileep S
e, and if you were using a > bundle you'd be hard pressed to get the bundle to elevate early. > > > > -Original Message- > > From: Dileep S [mailto:dileep.sanamp...@gmail.com] > > Sent: Monday, February 09, 2015 2:52 AM > > To: General discussion for

Re: [WiX-users] [WIX]: UAC message display behavior in WIX

2015-02-09 Thread Phil Wilson
the bundle to elevate early. > > -Original Message- > From: Dileep S [mailto:dileep.sanamp...@gmail.com] > Sent: Monday, February 09, 2015 2:52 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] [WIX]: UAC message display behavior in WI

Re: [WiX-users] [WIX]: UAC message display behavior in WIX

2015-02-09 Thread Hoover, Jacob
te early. -Original Message- From: Dileep S [mailto:dileep.sanamp...@gmail.com] Sent: Monday, February 09, 2015 2:52 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] [WIX]: UAC message display behavior in WIX Dear All, I have created a MSI package usi

[WiX-users] [WIX]: UAC message display behavior in WIX

2015-02-09 Thread Dileep S
Dear All, I have created a MSI package using WIX script. UAC (User Account Control) dialog message displayed after click on 'Install' button in MSI UI? UAC message in not displaying while launching MSI package. For EXE: UAC -> UI -> Installation For MSI: UI -> UAC -> Installation. Please let