Can't use UltraVNC version 1.0.9.6.2 on Windows 7 64bits IE9
Since I deploy UltraVNC version 1.0.9.6.2 to client machine (we have both Windows XP 32bit and Windows 7Pro 64bit) I can remote to Windows XP client machine with K1000 only but I can't remote to Windows 7Pro 64bit because path is incorrect. For Windows XP it can use "C:\Program Files\UltraVNC\vncviewer.exe" but for Windows 7Pro 64bit it use "C:\Program Files (x86)\UltraVNC\vncviewer.exe"
so anybody found this issue before? Please advise me for how to solved this issue thanks.
PS. for another issue is after I test uninstall UltraVNC on Windows 7Pro 64bit I can't deploy to this client again it will show this error
Latest Log for TEST Deploy UltraVNC on DA-NB-TestKBOX[ Show All ]
Started: 2012/08/01 10:32:36
Finished: 2012/08/01 10:32:36
Elapsed Time: 0 second
Status: 1
Output Log
Running as: pornsak.admin Setting registry 'HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default' value 'Password' equal to 'hex:ed,ab,ee,bc,45,1f,0b,c4' did not succeed: (5)
Activity Log
Setting registry 'HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default' value 'Password' equal to 'hex:ed,ab,ee,bc,45,1f,0b,c4'
Answers (5)
REG QUERY "HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\SESSION mANAGER\ENVIRONMENT" /V PROCESSOR_ARCHITECTURE|FIND "AMD64" > NUL
IF %ERRORLEVEL% EQU 0 \\server\share\64bitInstall.exe
REG QUERY "HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\SESSION mANAGER\ENVIRONMENT" /V PROCESSOR_ARCHITECTURE|FIND "x86" > NUL
IF %ERRORLEVEL% EQU 0 \\server\share\32bitInstall.exe
This article will resolve the password issue I believe: http://www.itninja.com/blog/view/kace-scripting-uvnc-version-1-0-9-6-2-and-newer
Also, if you want to be able to use the same path for the machine action, you could set up 2 UVNC installer scripts, one for 32 bit UVNC and one for 64 UVNC. It's pretty easy to set up a label to determine which is which. That way, the executable is in the same location on both: "C:\Program Files\UltraVNC\vncviewer.exe"
Another option possibly would be to configure the second machine action to handle either 32 or 64 bit systems if you aren't using it for something else. That way you could use one for 32 and the other for 64.
For the path issue , is there a way u can write a small wise script or vbs or batch to check whether its a 64bit m/c or 32 bit m/c, then use the relevant path ? u can read the value in wise through IS OS 64bit
Comments:
-
Thanks for your answer hrs2cool. but for the point of my question is how to use 1 path to remote on both OS (Windows XP and Windows 7 64bits) can you advise me? Thanks - manpang 12 years ago
For the path issue , is there a way u can write a small wise script or vbs or batch to check whether its a 64bit m/c or 32 bit m/c, then use the relevant path ? u can read the value in wise through IS OS 64bit
Comments:
-
Thanks for your answer hrs2cool. but for the point of my question is how to use 1 path to remote on both OS (Windows XP and Windows 7 64bits) - manpang 12 years ago