Difference between revisions of "UltraVNC"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 13: Line 13:
 
Note that you can save change the defaults by saving an inf file during a setup and retrieve them later during deployment.<br>
 
Note that you can save change the defaults by saving an inf file during a setup and retrieve them later during deployment.<br>
 
Simply add /saveinf=filename.inf and later /loadinf=filename.inf to the UltraVNC-101-Setup.exe command.
 
Simply add /saveinf=filename.inf and later /loadinf=filename.inf to the UltraVNC-101-Setup.exe command.
 +
 +
:: Did anyone get it working with /loadinf? For me, it just igores, whatever is in the file.
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 13:51, 2 November 2006

<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>

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.

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