Thank you for the information.

Launch -> UAC -> Install. This is the behavior of MSI package.
Is there any specification about MSI package for displaying UAC before
execute install sequence?

If yes, can you please provide me that link.

Thanks in advance.

On Mon, Feb 9, 2015 at 11:41 PM, Phil Wilson <phildgwil...@gmail.com> wrote:

> It doesn't elevate until it needs to, which is when it starts the
> actual execute sequence. In other words the UI sequence runs
> unelevated which is why custom actions requiring elevation don't work
> there.
> ---------------
> Phil Wilson
>
>
> On Mon, Feb 9, 2015 at 8:47 AM, Hoover, Jacob
> <jacob.hoo...@greenheck.com> wrote:
> > The EXE and the MSI should behave the same way.  You shouldn't get a UAC
> prompt until you click Install on a burn bundle.  This is "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...@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 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 me know is this MSI behavior using WIX (or) Is default
> behavior of Windows Installer?
> >
> > Thanks in advance...
> >
> ------------------------------------------------------------------------------
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> ------------------------------------------------------------------------------
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> > sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> > hub for all things parallel software development, from weekly thought
> > leadership blogs to news, videos, case studies, tutorials and more. Take
> a
> > look and join the conversation now. http://goparallel.sourceforge.net/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to