How to install Atl service program using batch file on vista

  • Thread starter Thread starter rajendersaini
  • Start date Start date
R

rajendersaini

Hi

We have a application where we install win32 service program using
bath file . But on vista it fails by error access denied.

we have to run cmd.exe from system32 as administrator as work around.

can we have some env settings in batch file where in it atomatically
run under administrator account not as standard user.

Thanks
Rajender saini
 
Hi

We have a application where we install win32 service program using
bath file . But on vista it fails by error access denied.

we have to run cmd.exe from system32 as administrator as work around.

can we have some env settings in batch file where in it atomatically
run under administrator account not as standard user.

Thanks
Rajender saini

Again the application vendor needs to write properly compatible Windows
Vista software and install the services as part of the setup routine using
the appropriate APIs and also ensure that the service processes are marked
as necessary for elevated privilege use or use an appropriate account to run
as.
 
Back
Top