It works fine when run as an application.
Service just won't start.
Here is the script used to remote install..

Thanks !

@echo off
echo.
echo Setting Parameters
echo -----------------------
set serv=pdc
set VNCfile=\\%serv%\c$\vnc
set version=3.3.3
set Destfile=\\ServerName\c$\vnc
set Destfile
set servicepath=c:\vnc\winvnc.exe
pause
cls
echo.
echo Verifying Settings
echo ------------------------
echo Server = %Serv%
echo Server Program Directory = %VNCFile%
echo Version Checker Set to = %Version%
echo Destination for Files = %Destfile%
echo Path to Service = %Servicepath%
pause
cls
echo.
echo Copying Program Files
echo ------------------------
xcopy "%VNCFile%\msv*.*" "%Destfile%\*.*"
xcopy "%VNCFile%\omni*.*" "%Destfile%\*.*"
xcopy "%VNCFile%\vnchooks*.*" "%Destfile%\*.*"
xcopy "%VNCFile%\winvnc.exe" "%Destfile%\*.*"
pause
cls
echo.
echo Copying Registry Settings
echo -------------------------
set CLE=HKLM\Software\ORL
reg COPY %CLE% \\%Serv% %CLE% \\ServerName
set CLE=HKLM\Software\Microsoft\Windows\CurrentVersion\Run\WinVNC
reg ADD %CLE%="winvnc.exe -servicehelper" \\ServerName
set CLE=HKU\.Default\Software\ORL
reg copy %CLE% \\%Serv% %CLE% \\ServerName
pause
cls
echo.
echo Installing WinVNC Service
echo -------------------------
sc \\ServerName create WinVNC binpath= %servicepath% start= auto
pause
cls
echo.
echo Starting WinVNC Service
echo -----------------------
sc \\ServerName start WinVNC
pause
goto exit

:Exit
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, May 02, 2001 4:35 PM
To: [EMAIL PROTECTED]
Subject: RE: Remote Installation of VNC Software


Hi,

Try to run it first as an application, the password might be missing, or
some error that services don't show.

-----Original Message-----
From: Amanda "Sam" Miller [mailto:[EMAIL PROTECTED]]
Sent: c 02 n`i 2001 23:17
To: [EMAIL PROTECTED]
Subject: RE: Remote Installation of VNC Software

still no luck starting the service.
anyother ideas or places that I might look for answers ?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of James ''Wez''
Weatherall
Sent: Wednesday, May 02, 2001 12:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Remote Installation of VNC Software


msvcrt and mcvsirt DLLs are required, too.  They reside in the system32
directory but can be placed in the same directory as the EXE for it to work.

Cheers,

James "Wez" Weatherall
--
          "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513
AT&T Labs Cambridge, UK                              - Tel : 343000

----- Original Message -----
From: "Amanda "Sam" Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 4:58 PM
Subject: Remote Installation of VNC Software


> Is it possible to do a remote installation on an NT Server that has never
> had the product before ?
>
> Is it not simply a matter of copying the 3 essential files
>  omnithread_rt.dll, vnchooks.dll, & winvnc.exe ) to system32 and adding
> registry entries in HKU\.Default\Software\ORL.. & HKLM\Software\ORL..  ???
>
> I have done all of the above and the service is added but will not start.
>
>
> Amanda "Sam" Miller
> Network Administrator
> Community Savings, F.A.
> Ph - (561) 881-2230
> Fx - (561) 881-2214
> [EMAIL PROTECTED]
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to