Re: winvnc4 commandline sequence/syntax

2007-12-07 Thread Seak, Teng-Fong
On Dec 7, 2007 11:24 AM, Dave [EMAIL PROTECTED] wrote: Thanks for everyone's contributions. I looked at the various suggestions, claims and facts and experimented a bit to discover the following: 1 - winvnc4.exe runs the same from any directory 2 - command-line execution of vncconfig.exe

VNC Server Application Path

2007-12-07 Thread Vincent Ragosta
I am writing a small support application that utilizes Real VNC. How can I definitively determine the path of the VNC server executable? I did not see any entries in the registry. Any help is appreciated. Thank you. Vincent ___ VNC-List

Re: Using Viewer to remote my PC

2007-12-07 Thread steve menard
adjust your router to forward ports 5800 and 5900 to ip 192.168.0.105 also allow windows firewall for realvnc [EMAIL PROTECTED] wrote: Dear VNC Support. I use VNC free edition via a Viewer to remote my other PC, but it does not success. For example, the remoted PC , IP : 219.130.32.180

winvnc4 commandline sequence/syntax

2007-12-07 Thread Dave
Thanks for everyone's contributions. I looked at the various suggestions, claims and facts and experimented a bit to discover the following: 1 - winvnc4.exe runs the same from any directory 2 - command-line execution of vncconfig.exe only applies to 'user' mode not to 'service' mode 3 - only

RE: winvnc4 commandline sequence/syntax

2007-12-07 Thread Long, Phillip GOSS
Dave wrote: Thanks for everyone's contributions. I looked at the various suggestions, claims and facts and experimented a bit to discover the following: [ snip ] While I will write the scripts to modifying HKLM to configure the vnc4 service, I'd expected something a bit more usable from the

RE: winvnc4 commandline sequence/syntax

2007-12-07 Thread James Weatherall
[snip] 2 - command-line execution of vncconfig.exe only applies to 'user' mode not to 'service' mode 3 - only the rt-click : Options... will look at 'service' mode config data This is not true. You need to supply the -service command-line option to VNC Config see the Service-Mode settings.

RE: server (?) crashes

2007-12-07 Thread James Weatherall
Hi Paul, VNC Free Edition doesn't currently support Fast User Switching. If you need support for it, you could try the VNC Personal or Enterprise Editions, both of which cope with Fast User Switching. Regards, -- Wez @ RealVNC Ltd -Original Message- From: [EMAIL PROTECTED]

RE: winvnc4 commandline sequence/syntax

2007-12-07 Thread James Weatherall
Remaining question; why does the following fail? winvnc4 -register PortNumber=5977 It doesn't. What makes you think it's not working for you? -- Wez @ RealVNC Ltd ___ VNC-List mailing list VNC-List@realvnc.com To remove yourself from the list

RE: VNC Server Application Path

2007-12-07 Thread Yury Averkiev
If VNC server is installed as a service, then you could fetch winvnc4 windows service settings from the Registry. They will contain path to VNC service executable. Kindest regards, Yury Averkiev SmartCode Solutions - Network Management Without Barriers WWW: http://www.s-code.com -Original

winvnc4 commandline sequence/syntax

2007-12-07 Thread Dave Stoft
Remaining question; why does the following fail? winvnc4 -register PortNumber=5977 It doesn't. What makes you think it's not working for you? -- Wez @ RealVNC Ltd Here's the sequence; the values are arbitrary. HKLM shows the value to be 5980 HKU shows the value to be 5970 (not that it

winvnc4 commandline sequence/syntax

2007-12-07 Thread Dave Stoft
Ah, thanks; I'm learning. This sequence should be robust for any valid config parm: - independently modify HKLM registry for PortNumber (doing this first avoids the unknown of when changes become active) (seems this could also be done after -register but before -start) - winvnc4 -register -

RE: Using Viewer to remote my PC

2007-12-07 Thread edmundyuen8
Dear Steve, Thanks for your advise. I will try it later Rgds, Edmund -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of steve menard Sent: Friday, 7 December, 2007 19:42 To: vnc-list@realvnc.com Subject: Re: Using Viewer to remote my PC adjust your router