Difference between revisions of "OpenVPN"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: <package id="openvpn_v2" name="OpenVPN v2.0.9" revision="209" reboot="false" priority="0"> <check type="file" condition="exists" path="%PROGRAMFILES%\OpenVPN\bin...)
(No difference)

Revision as of 10:34, 30 December 2008

	<package 
		id="openvpn_v2" 
		name="OpenVPN v2.0.9" 
		revision="209" 
		reboot="false" 
		priority="0">

		<check type="file" condition="exists" path="%PROGRAMFILES%\OpenVPN\bin\openvpn.exe" />

		<install cmd='"%WPKGROOT%\tools\DriverSigning-Off.exe"' />
		<install cmd='"%SOFTWARE%\OpenVPN v2\openvpn-2.0.9-install.exe" /S' />
		<install cmd='"%WPKGROOT%\tools\DriverSigning-On.exe"' />
		<install cmd='%COMSPEC% /c copy "%SOFTWARE%\OpenVPN v2\config\*.*" "%PROGRAMFILES%\OpenVPN\config\"' />
		<install cmd='sc config openvpnservice start= auto' />
		<install cmd='sc start openvpnservice' />

		<remove cmd='%COMSPEC% /c del /q "%PROGRAMFILES%\OpenVPN\config\*.*"' />
		<remove cmd='"%PROGRAMFILES%\OpenVPN\Uninstall.exe" /S' />
	</package>


DriverSigning-On/Off tool or direct link DriverSigning.zip (you have to register).