The implication that I take from your questions is that you are trying to
write something to the Program Files area from the bootstrapper.  Generally
I think folks would encourage you to rethink the security implications of
doing this and use the msi server to make any changes to the PC.  However
the following blog details how to add a manifest to an exe, and one would
want to set requestExecutionLevel as follows:
"<requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />"

http://blogs.msdn.com/b/willbu/archive/2007/08/23/how-to-embed-a-manifest-to-an-exe-file.aspx?Redirected=true



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-BURN-wpf-and-UAC-promt-tp7587811p7587815.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to