Changes

Sun xVM VirtualBox

802 bytes added, 17:06, 11 February 2012
no edit summary
See here [[OpenVPN]]. --[[User:Blank3|Blank3]] 09:18, 26 February 2009 (CET)
 
To silently install a driver, it must come from a trusted source, i.e. we have to install the oracle certificate first. Details are to be found at
http://www.win-lite.de/wbb/board195-windows-7/board196-win7-tools-zur-image-bearbeitung/3987-howto-programme-ohne-treibernachfrage-in-windows7-silent-installieren/
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="virtualbox" name="Virtualbox" reboot="false" priority="10">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Oracle\VirtualBox\VirtualBox.exe" value="4.1.8.0"/>
<install cmd="certutil.exe -f -addstore &quot;TrustedPublisher&quot; %SOFTWARE%\virtualBox\oracle.p7b"/>
<install cmd="%SOFTWARE%\virtualBox\virtualBox-4.1.8-75467-win.exe -s"/>
</package>
</packages>
</source>
 
[[category:Silent Installers]]
1
edit