FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cf10ae81 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'winpcap.xml' into 'master'

Winpcap.xml

See merge request !120
parents 1c86ff76 607197f2
No related branches found
No related tags found
1 merge request!120Winpcap.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="winpcap" name="WinPCap" revision="%version%.1" priority="0" reboot="false">
<variable name="version" value="4.1.3" />
<variable name="fileversion" value="4.13" />
<!-- download the nmap zip from http://nmap.org/download.html#windows (version 7.12 seems to be the last version to bundle winpcap),
then unpack and copy the winpcap-*.exe file out. The official winpcap installer deliberately refuses to run silently! -->
<check type="uninstall" condition="exists" path="WinPcap %version%" />
<install cmd='%WPKGSOFTWARE%\winpcap\winpcap-nmap-%fileversion%.exe /S' />
<upgrade include='remove' />
<upgrade include='install' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
<remove cmd='cmd /c start "" /wait /b "%programfiles%\winpcap\uninstall.exe" /S' />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd Au_.exe' />
</package>
</packages:packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment