aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-xpackaging/portableapps/win32/WiresharkPortable.nsi2
-rwxr-xr-xpackaging/portableapps/win32/appinfo.tmpl8
-rwxr-xr-xpackaging/portableapps/win32/installer.ini2
-rw-r--r--packaging/portableapps/win32/makefile.nmake4
4 files changed, 7 insertions, 9 deletions
diff --git a/packaging/portableapps/win32/WiresharkPortable.nsi b/packaging/portableapps/win32/WiresharkPortable.nsi
index ac0c5c45fb..50538ac646 100755
--- a/packaging/portableapps/win32/WiresharkPortable.nsi
+++ b/packaging/portableapps/win32/WiresharkPortable.nsi
@@ -46,7 +46,7 @@ VIAddVersionKey FileDescription "${FULLNAME}"
VIAddVersionKey FileVersion "${VERSION}"
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey InternalName "${FULLNAME}"
-VIAddVersionKey LegalTrademarks "Wireshark and the fin logo are trademarks of Gerald Combs"
+VIAddVersionKey LegalTrademarks "Wireshark and the fin logo are registered trademarks of Gerald C. Combs"
VIAddVersionKey OriginalFilename "${NAME}.exe"
;VIAddVersionKey PrivateBuild ""
;VIAddVersionKey SpecialBuild ""
diff --git a/packaging/portableapps/win32/appinfo.tmpl b/packaging/portableapps/win32/appinfo.tmpl
index b0731bf4b2..5d7f2e7b24 100755
--- a/packaging/portableapps/win32/appinfo.tmpl
+++ b/packaging/portableapps/win32/appinfo.tmpl
@@ -1,6 +1,6 @@
[Format]
Type=PortableApps.comFormat
-Version=0.91
+Version=2.0
[Details]
Name=Wireshark Portable
@@ -8,8 +8,9 @@ AppID=WiresharkPortable
Publisher=Wireshark.org
Homepage=www.wireshark.org
Category=Internet
-Description=Wireshark is one of the world's foremost network protocol analysers.
+Description=Wireshark is one of the world's foremost network protocol analyzers.
Language=Multilingual
+Trademarks=Wireshark and the fin logo are registered trademarks of Gerald C. Combs
[License]
Shareable=true
@@ -19,9 +20,8 @@ CommercialUse=true
[Version]
PackageVersion=$(PAPPS_VERSION)
-PackageRevision=$(VERSION_MAJOR)
DisplayVersion=$(VERSION_MAJOR).$(VERSION_MINOR)
[Control]
Icons=1
-Start=WiresharkPortable.exe \ No newline at end of file
+Start=WiresharkPortable.exe
diff --git a/packaging/portableapps/win32/installer.ini b/packaging/portableapps/win32/installer.ini
index 41e5030ae0..e69de29bb2 100755
--- a/packaging/portableapps/win32/installer.ini
+++ b/packaging/portableapps/win32/installer.ini
@@ -1,2 +0,0 @@
-[MainDirectories]
-RemoveAppDirectory=false
diff --git a/packaging/portableapps/win32/makefile.nmake b/packaging/portableapps/win32/makefile.nmake
index ccecb499ba..9affb50c35 100644
--- a/packaging/portableapps/win32/makefile.nmake
+++ b/packaging/portableapps/win32/makefile.nmake
@@ -102,14 +102,14 @@ findprocdll:
WiresharkPortable-$(VERSION).paf.exe : dirs appinfo nsis-bits pack source Files/WiresharkPortable.exe Installer.nsi
- $(MAKENSIS) \
+ $(MAKENSIS_UNICODE) \
/DVERSION=$(PAPPS_VERSION) \
/DWSVERSION=$(VERSION) \
/DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \
Installer.nsi
Files/WiresharkPortable.exe : WiresharkPortable.nsi findprocdll
- $(MAKENSIS) \
+ $(MAKENSIS_UNICODE) \
/DVERSION=$(PAPPS_VERSION) \
/DWSVERSION=$(VERSION) \
/DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \