Difference between revisions of "UltraVNC"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 18: Line 18:
 
     priority="2">
 
     priority="2">
 
  <check type="uninstall" condition="exists" path="UltraVNC v1.0.2" />
 
  <check type="uninstall" condition="exists" path="UltraVNC v1.0.2" />
  <install cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /norestart /silent' />
+
  <install cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /verysilent /norestart /SP-' />
 
  <install cmd='%ProgramFiles%\UltraVNC\winvnc.exe -sinstall' />
 
  <install cmd='%ProgramFiles%\UltraVNC\winvnc.exe -sinstall' />
  <upgrade cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /norestart /silent' />
+
<install cmd='%ProgramFiles%\UltraVNC\winvnc.exe" -servicehelper' />
 +
  <upgrade cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /verysilent /norestart /SP-' />
 
  <remove cmd='%ProgramFiles%\UltraVNC\winvnc.exe -remove' />
 
  <remove cmd='%ProgramFiles%\UltraVNC\winvnc.exe -remove' />
 
  <remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
 
  <remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
Line 29: Line 30:
  
 
is problem with instalation UltraVNC Mirror Driver on some computers - instalation freezes.
 
is problem with instalation UltraVNC Mirror Driver on some computers - instalation freezes.
 +
 +
== Ultra VNC Mirror driver ==
 +
 +
UltraVncDriverSetupSilent.exe /verysilent /norestart /SP-
 +
 +
Available from http://www.uvnc.com/download/
  
 
:: Did anyone get it working with /loadinf? For me, it just igores, whatever is in the file.
 
:: Did anyone get it working with /loadinf? For me, it just igores, whatever is in the file.
 +
 +
easier to just export the registry from [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
 +
 +
<install cmd='regedit.exe /s %SOFTWARE%\vnc_settings.reg' />
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 04:05, 8 November 2007

<package
 id="ultravnc"
 name="UltraVNC v1.0.1"
 revision="1"
 reboot="false"
 priority="10">
 <check type="uninstall" condition="exists" path="UltraVNC v1.0.1" />
 <install cmd='%SOFTWARE%\ultravnc\UltraVNC-101-Setup.exe /norestart /silent' />
 <upgrade cmd='%SOFTWARE%\ultravnc\UltraVNC-101-Setup.exe /norestart /silent' />
 <remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
</package>
<package
   id="ultravnc102"
   name="Ultravnc 1.0.2"
   revision="1"
   reboot="false"
   priority="2">
<check type="uninstall" condition="exists" path="UltraVNC v1.0.2" />
<install cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /verysilent /norestart /SP-' />
<install cmd='%ProgramFiles%\UltraVNC\winvnc.exe -sinstall' />
<install cmd='%ProgramFiles%\UltraVNC\winvnc.exe" -servicehelper' />
<upgrade cmd='%SOFTWARE%\UltraVNC-102-Setup.exe /verysilent /norestart /SP-' />
<remove cmd='%ProgramFiles%\UltraVNC\winvnc.exe -remove' />
<remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
</package>

Note that you can save change the defaults by saving an inf file during a setup and retrieve them later during deployment.
Simply add /saveinf=filename.inf and later /loadinf=filename.inf to the UltraVNC-101-Setup.exe command.

is problem with instalation UltraVNC Mirror Driver on some computers - instalation freezes.

Ultra VNC Mirror driver

UltraVncDriverSetupSilent.exe /verysilent /norestart /SP-

Available from http://www.uvnc.com/download/

Did anyone get it working with /loadinf? For me, it just igores, whatever is in the file.

easier to just export the registry from [HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]

<install cmd='regedit.exe /s %SOFTWARE%\vnc_settings.reg' />