Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    A comment on the problem "Removing does not work" in Bozteck:

    Joop van de Wege
    I'm trying to remove a previous version of UltraVNC from a workstation using VNCscan.
    This is how to reproduce:
    - start vncscan.exe
    - select default group from managed groups
    - right click on the workstation from which to remove ultravnc
    - select VNC Management and from the sub menu 'Remove VNC from here'
    - then goto explorer and got C:\fastpush\vnc7 and there you'll find uninst.bat
    This file will contain references to utravnc instead of ultravnc.
    Notice the 'l' that is absent! – Joop van de Wege, on March 25, 2009 20:02
  • problem

    Joop van de Wege reported a problem in Bozteck on March 25, 2009 16:02:

    Joop van de Wege
    Removing does not work
    uninst.bat which is generated has incorrect paths
    I'm using Build 2009.3.9.278 of VNCScan Enterprise.

    Here is the slightly sanatized version of uninst.bat
    Notice the use of 'utranvc' instead of 'ultravnc'

    c:
    cd C:\FastPush\vnc7
    mkdir \\192.168.x.x\c$\temp
    copy /y "C:\FastPush\vnc7\ultra105\remove.cmd" \\192.168.x.x\c$\temp\remove.cmd
    "C:\Program Files\Bozteck\VNCScan Console .NET\beyondexecv2.exe" \\192.168.x.x c:\temp\remove.cmd
    call "C:\\FastPush\vnc7\vnc7.cmd" 192.168.x.x /remove
    del /q /s "\\192.168.x.x\c$\Program Files\Orl"
    del /q /s "\\192.168.x.x\c$\Program Files\utravnc\drivers\*.*"
    del /q /s "\\192.168.x.x\c$\Program Files\utravnc\plugins\*.*"
    del /q /s "\\192.168.x.x\c$\Program Files\utravnc\*.*"
    del /q /s "\\192.168.x.x\c$\Documents and Settings\All Users\Start Menu\Programs\UltraVNC\*.*"
    del /q /s "\\192.168.x.x\c$\ProgramData\Microsoft\Windows\Start Menu\Programs\UltraVNC\*.*"
    reg delete \\192.168.x.x\HKLM\Software\orl /va /f
    reg delete \\192.168.x.x\HKLM\Software\ultravnc /va /f
    pause