Hello, I use the free-ware vnc 4.1.2 from RealVNC on every computer in my enterprise to remote control it easer than the windows "remote desktop connection". I use this silent installer: <package id="winvnc4" name="VNC server" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="RealVNC_is1" /> <install cmd='regedit /s "%SOFTWARE%\vnc\vnc4.reg"' /> <install cmd='"%SOFTWARE%\vnc\vnc-4_1_2-x86_win32.exe" /sp- /silent /norestart' /> <install cmd='sc config winvnc4 start= demand' /> <remove cmd='"%ProgramFiles%\RealVNC\VNC4\unins000.exe" /SP- /SILENT /NORESTART' /> </package> but vnc 4.1.2 fails on vista when started as a service. So I can't remotely access to the computer when no user is logged in. Does someone has got a solution to this problem, using this free-ware or an other? Best Regards |