Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-26 Thread Hoover, Jacob
Painter [mailto:chr...@iswix.com] Sent: Tuesday, September 25, 2012 6:26 PM To: General discussion for Windows Installer XML toolset.; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Shortcut Element & Run as administrator It's not only preferred, it'

Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Christopher Painter
General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Shortcut Element & Run as administrator For this application, no I cannot. I know that is preferred (by me too) but some of the necessary use cases for this application kills that approach. On Tue, Sep 25, 20

Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Andy Clugston
s the source app (same folder). > > -Original Message- > From: Andy Clugston [mailto:clug...@gmail.com] > Sent: Tuesday, September 25, 2012 12:46 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Shortcut Element & Run as admini

Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Hoover, Jacob
. Subject: Re: [WiX-users] Shortcut Element & Run as administrator For this application, no I cannot. I know that is preferred (by me too) but some of the necessary use cases for this application kills that approach. On Tue, Sep 25, 2012 at 1:35 PM, Peter Shirtcliffe wrote: > Could you in

Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Andy Clugston
gt; as > admin privileges ? > > -Original Message- > From: Andy Clugston [mailto:clug...@gmail.com] > Sent: 25 September 2012 18:23 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Shortcut Element & Run as administrator > > I wan

Re: [WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Peter Shirtcliffe
Could you include a manifest with the application to require elevation/run as admin privileges ? -Original Message- From: Andy Clugston [mailto:clug...@gmail.com] Sent: 25 September 2012 18:23 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Shortcut Element

[WiX-users] Shortcut Element & Run as administrator

2012-09-25 Thread Andy Clugston
I want to create a shortcut to point to my executable. The shortcut will be used in cases where the .exe needs to run with elevate privileges. I don't see any attribute(s) in the schema that can allow me to create the shortcut with this flag. So, is it up to me to deliver the .LNK file myself? Nee