Re: [WiX-users] Run as Administrator

2010-11-26 Thread David Watson
This can be done in the applications manifest. Set the requireAdministrator execution level. http://msdn.microsoft.com/en-us/library/bb756929.aspx Dave -Original Message- From: Antonio Llano Batarrita [mailto:alla...@apillano.com] Sent: 26 November 2010 13:38 To: wix-users@lists.source

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] &g

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: 26 November 2010 06:02 > To: General discussion for Windows Insta

Re: [WiX-users] Run as Administrator

2010-11-26 Thread Pally Sandher
inde [mailto:sagar.i...@gmail.com] Sent: 26 November 2010 14:13 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Run as Administrator AdminImage="yes" InstallPrivileges="limited" Define these tags in your package elment On Fri, No

Re: [WiX-users] Run as Administrator

2010-11-26 Thread Pally Sandher
o:sagar.i...@gmail.com] Sent: 26 November 2010 06:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Run as Administrator Impersonate="no" Execute="deferred" these tags looks line working well i need to test the MSI with all OS and user credent

Re: [WiX-users] Run as Administrator

2010-11-26 Thread sagar shinde
AdminImage="yes" InstallPrivileges="limited" Define these tags in your package elment On Fri, Nov 26, 2010 at 7:08 PM, Antonio Llano Batarrita < alla...@apillano.com> wrote: > Is there a way to set the Run always as administrator to the app executable > file. > > > > Thanks > > > ---

Re: [WiX-users] Run as Administrator

2010-11-26 Thread Bruce Cran
On Fri, 26 Nov 2010 14:38:17 +0100 "Antonio Llano Batarrita" wrote: > Is there a way to set the Run always as administrator to the app > executable file. See the thread "Run as Administrator" from a few days ago. -- Bruce Cran --

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
l Message- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: 25 November 2010 12:57 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Run as Administrator > > Can you elaborate your idea pleas because i not so experienced at this

Re: [WiX-users] Run as Administrator

2010-11-25 Thread Pally Sandher
Message- From: sagar shinde [mailto:sagar.i...@gmail.com] Sent: 25 November 2010 12:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Run as Administrator Can you elaborate your idea pleas because i not so experienced at this wixinstaller i just started us

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
t should then automatically request elevation when starting the > > >> InstallExecuteSequence on UAC systems (shield icon should be shown > > >> on the Install button on VerifyReadyDlg). > > >> > > >> No bootstrapper necessary. > > >> > &

Re: [WiX-users] Run as Administrator

2010-11-25 Thread Pally Sandher
ssion for Windows Installer XML toolset. Subject: Re: [WiX-users] Run as Administrator thanks for relay NOT Installed NOT Installed NOT Installed <\InstallExe

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
Simulate + Innovate with the ** > >> Integrated Environmental Solutions Limited. Registered in Scotland No. > >> SC151456 > >> Registered Office - Helix Building, West Of Scotland Science Park, > >> Glasgow G20 0SP > >> Email Disclaimer > >> > &g

Re: [WiX-users] Run as Administrator

2010-11-25 Thread Tobias S
ted. Registered in Scotland No. >> SC151456 >> Registered Office - Helix Building, West Of Scotland Science Park, >> Glasgow G20 0SP >> Email Disclaimer >> >> -Original Message- >> From: Tobias S [mailto:tobias.s1...@gmail.com] >> Sent: 25 Novembe

Re: [WiX-users] Run as Administrator

2010-11-25 Thread sagar shinde
gt; Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Tobias S [mailto:tobias.s1...@gmail.com] > Sent: 25 November 2010 08:37 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Run as Administrator > > Hi, > >

Re: [WiX-users] Run as Administrator

2010-11-25 Thread Pally Sandher
nt: 25 November 2010 08:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Run as Administrator Hi, You need to create a exe bootstrapper and embed for this bootstrapper a manifest which needs administrative privileges for this process. Tools for such purpose a

Re: [WiX-users] Run as Administrator

2010-11-25 Thread Tobias S
Hi, You need to create a exe bootstrapper and embed for this bootstrapper a manifest which needs administrative privileges for this process. Tools for such purpose are e.g. the upcoming burn which should handle it (never tried it) or e.g. dotnetinstaller. Windows Installer itself (afaik) doesn't

Re: [WiX-users] Run as Administrator

2008-10-12 Thread Jon Arild Tørresdal
Hi Jonathan, If you have a CA that require admin privileges running in the InstallExecuteSequence, you should use deferred execution, set impersonate to false and schedule your CA to run between InstallInitialize and InstallFinalize. More details here: http://kb.acresso.com/selfservice/microsite