How to install Atl service program using batch file on vista

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
 
M

Mike Brannigan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top