add wiretap manifest file to packaging
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Jan 2007 23:12:37 +0000 (23:12 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Jan 2007 23:12:37 +0000 (23:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20298 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/wireshark.nsi

index ee4f709500f2c084d69005aaf14ff3d1fe97a26c..2daa4a26aff6597e57ccd823aeffdd536d691d82 100644 (file)
@@ -299,6 +299,7 @@ SetShellVarContext all
 
 SetOutPath $INSTDIR
 File "..\..\wiretap\wiretap-${WTAP_VERSION}.dll"
+File /nonfatal "..\..\wiretap\wiretap-${WTAP_VERSION}.dll.manifest"
 !ifdef ENABLE_LIBWIRESHARK
 File "..\..\epan\libwireshark.dll"
 !endif