aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/wireshark.nsi
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-02-16 18:27:29 +0000
committerGuy Harris <guy@alum.mit.edu>2009-02-16 18:27:29 +0000
commit3ee3e3ee51a5fc26a799c9471f6376c70e5c2902 (patch)
treeae6abc028c621e7a6946aebf1b0c54dad560c04c /packaging/nsis/wireshark.nsi
parentdb37f3cecf8c965bb84f42bd857dbaf526036de6 (diff)
Add ipmap.html to the list of files installed and uninstalled.
svn path=/trunk/; revision=27466
Diffstat (limited to 'packaging/nsis/wireshark.nsi')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 91eb59f2e8..5fa5123dec 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -397,6 +397,7 @@ File "..\..\doc\wireshark.html"
File "..\..\doc\wireshark-filter.html"
File "..\..\dumpcap.exe"
File "..\..\doc\dumpcap.html"
+File "..\..\ipmap.html"
; C-runtime redistributable
!ifdef VCREDIST_EXE
@@ -1004,6 +1005,7 @@ Delete "$INSTDIR\services"
Delete "$INSTDIR\pcrepattern.3.txt"
Delete "$INSTDIR\user-guide.chm"
Delete "$INSTDIR\example_snmp_users_file"
+Delete "$INSTDIR\ipmap.html"
Delete "$INSTDIR\radius\*.*"
Delete "$INSTDIR\dtds\*.*"
Delete "$SMPROGRAMS\Wireshark\*.*"