Burn should only elevate once, and only when it needs to.  Since Burn can 
install per-user, it won't elevate on initial start of the exe.  Your BA should 
elevate automatically when *apply* (I believe) happens.  The 
install/modify/remove button inside your BA should be the ones to have a Shield.

If you are forcing the non-elevated instance to be elevated, odds are it's 
because you are doing "bad things" inside your BA.  Your BA should not modify 
machine state.

-----Original Message-----
From: Alain Forget [mailto:afor...@cmu.edu] 
Sent: Friday, April 19, 2013 12:55 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] How to Add UAC Shield on Bunrn setup.exe

That's pretty surprising. This is how our installer requests admin privileges:

<Condition Message="This installer requires administrator privileges to run.">
        Privileged
</Condition>

Alain

-----Original Message-----
From: Marco Tognacci [mailto:mark...@live.it]
Sent: April 19, 2013 13:49
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to Add UAC Shield on Bunrn setup.exe

I have made a Burn setup, when it start it ask to elevate the privileges, so I 
would expect that on the setup there was the UAC shield, but there was no.Is 
there a property to set to make the system recognize that the setup need to 
elevate privileges, or is it a bug?
I'm using last version of wix 3.7                                         
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced analytics on 
semi-structured data. The platform includes APIs for building apps and a 
phenomenal toolset for data science. Developers can use our toolset for easy 
data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced analytics on 
semi-structured data. The platform includes APIs for building apps and a 
phenomenal toolset for data science. Developers can use our toolset for easy 
data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to