latest WIP

This commit is contained in:
Iristyle
2013-06-07 14:03:33 -04:00
parent 0e77b21d6f
commit 1945e645b6
174 changed files with 4615 additions and 235 deletions

View File

@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>VirtualBoxService</id>
<title>A Windows-Service to control Startup and Shutdown of Virtualbox VMs.</title>
<version>0.1-beta</version>
<authors>Felix Ruettiger</authors>
<owners>Ethan Brown</owners>
<summary>A Windows-Service to control Startup and Shutdown of Virtualbox VMs.</summary>
<description>
* Starts and stops virtual machines of Oracle VirtualBox
* Supports three different shutdown-methods
* Runs as Windows-Service
* Uses the Virtualbox-Configuration of the user account under which the Service runs
* Delays shutdown of Windows until all machines have properly shutdown (only on Vista SP1 and higher)
* Configurable from within Virtualbox GUI or phpvirtualbox
* Starts and Stops Virtualbox-Webservice (vboxwebsrv)
</description>
<projectUrl>https://code.google.com/p/virtualboxservice/</projectUrl>
<tags>VirtualBox Service</tags>
<licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/VirtualBoxService/vbox_logo2_gradient.png</iconUrl>
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="VirtualBox" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>