Re: Deploy exe file that modifies "services"(c:winnt\system32\driv
From: Xpinasson (Xpinasson_at_discussions.microsoft.com)
Date: 11/24/04
- Next message: DaBunnyMan: "Re: Disk space requirement for push"
- Previous message: xs4all: "User based assignments not working when logged on via Remote Desktop (bug ?)"
- In reply to: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\drivers\"
- Next in thread: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\driv"
- Reply: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\driv"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 01:33:02 -0800
Here is what's in my cmd:
"@FIND /C "novafps" c:\winnt\system32\drivers\etc\services > Nul
@IF %ERRORLEVEL% == 0 Goto END
"\\yf2svr14\win2000$\Apps\Level_C\NovaSoft\NovaBase\services.exe"
rem PAUSE
:END
echo MAJ du fichier services Nova terminée"
In my program properties, i tried with "use administrative rights" --> this
doesn't work : which account is used by SMS ?
"Shehzad Khoja [MSFT]" wrote:
> Can you specify your exact command line? Are you running your exe off
> network share with cmd.exe? Can you modify it to first download and then
> run?
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Xpinasson" <Xpinasson@discussions.microsoft.com> wrote in message
> news:73616CD1-65DF-4FB3-8737-0AA8FF9EB12A@microsoft.com...
> >I tried to deploy an .exe file. This .exe file is launched through a cmd
> >file
> > (in this cmd before launching this exe i made a check). This .exe file
> > adds a
> > line in c:\winnt\system32\drivers\etc\services.
> >
> > In installation program properties I checked "run with user's rights" -->
> > this doesn't work : I got a error message "The file
> > c:\winnt\system32\drivers\etc\services could not be opened. Access denied"
> >
> > I tried with checking "Run with administrative rights". In the dos window
> > I
> > have this error message" Failure of opening of session : user name unknow
> > or
> > incorrect password"
> >
> > Any ideas...
> >
> > Thank you :) that's quite urgent....
>
>
>
- Next message: DaBunnyMan: "Re: Disk space requirement for push"
- Previous message: xs4all: "User based assignments not working when logged on via Remote Desktop (bug ?)"
- In reply to: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\drivers\"
- Next in thread: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\driv"
- Reply: Shehzad Khoja [MSFT]: "Re: Deploy exe file that modifies "services"(c:winnt\system32\driv"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|