Changes

Talk:UltraVNC

1,280 bytes added, 21:39, 28 December 2011
new method for installing the mirror driver
For installing the mirror driver in Win7-64bit, I use this batch. For more information on the method, see this [http://forum.ultravnc.info/viewtopic.php?p=68270&sid=49c5068501a9793b765e5f37a46d6f51#p68270 post in the uvnc-forum]. Information how to get the certificate for the driver can be found [http://forum.ultravnc.info/viewtopic.php?t=17562&sid=f9495a85e2a7e1f7d3af1d18f1fbc709 in this post].
<source lang="winbatch">
@echo off
REM see http://forum.ultravnc.info/viewtopic.php?p=68270&sid=49c5068501a9793b765e5f37a46d6f51#p68270
 
REM install certificate for driver
set PATH=%~dp0
REM how to get the certificate see http://forum.ultravnc.info/viewtopic.php?t=17562&sid=f9495a85e2a7e1f7d3af1d18f1fbc709
start /w "install certificate" %PATH%\certmgr.exe -add %PATH%\uvnc.cer -c -s -r localMachine TrustedPublisher
 
REM install driver
robocopy /Z /S /NP /NDL /NFL /NJH /NJS \\ptw.local\ptw\SWVerteil\WPKG\packages\ultravnc\driver "c:\Program Files (x86)\UltraVNC\driver\driver"
cd "c:\Program Files (x86)\UltraVNC\driver\driver\"
start /w "install mirror driver" devcon.exe install mv2.inf mv_hook_display_driver2
</source>
 
For installing vnc itself, I [http://sourceforge.net/projects/vnced/ create a msi with vnced]
--[[User:Konus|Konus]] 22:39, 28 December 2011 (CET)
----
 
Hello,
65
edits