Waiting for your reply.
Thanks,
Gana
Why are you trying to install something from within the context of a
service?
--
Ask me about my upcoming book on Direct3D from Addison-Wesley!
Direct3D Book http://www.xmission.com/~legalize/book/
Don't Support Spammers! Boycott Fractal Painter 7!
http://www.xmission.com/~legalize/spammers.html
Thanks,
Gana
"gana" <vive...@mailcity.com> spake the secret code
<9cfd01c19e3d$f2418b60$9ee62ecf@tkmsftngxa05> thusly:
> Our server is NT service,we need to run a msi upgrade
>package from NT service.
What exactly is it you're trying to do from inside the service?
Please be specific.
>I don't think this is problem,I
>still believe user privillages are problem.
Where do you think your security problems are coming from?
A service runs in a very restricted environment, that's why you're
having security problems.
But the security errors are secondary indicators of your real problem
-- you're trying to do something from within the execution context of
a service that depends on a regular user environment.
At least that's how I see it, based on the information you've provided
so far.
Either of them does n't work.
When MSI intaller copy the files to the local drive,I
get Internal error syaing 2103.26.
Is it clear.
Thanks,
Gana
"gana" <vive...@mailcity.com> spake the secret code
<8b4001c19e56$b39691d0$39ef2ecf@TKMSFTNGXA08> thusly:
> MsiInstallProduct(PathtoPackage,NULL);
> -or
> CreateProcess("msiexec /I "pathtomsipacakae"");
And what is this package supposed to install?
Why are you attempting to install something while running as a service?
Have you ever installed the products from NT service.
Thnaks,
Ganapathi.
/Andreas
"gana" <vive...@mailcity.com> wrote in message
news:a44101c19ea8$6059b270$b1e62ecf@tkmsftngxa04...
--
torgeir
"Torgeir Bakken" <Torgeir.B...@hydro.com> wrote in message
news:3C464150...@hydro.com...
- Carolyn Napier
cna...@microsoft.com
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Gana" <vive...@mailcity.com> wrote in message
news:a3e101c19e2f$0d1e0fd0$36ef2ecf@tkmsftngxa12...
Phil,
> That's exactly correct
That's not correct. Local System has no network credentials, and thus
cannot be authenticated by a remote system. But it can still connect to
network shares if they are configured to allow access via NULL sessions.
--
Cheers,
Thierry