aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/wireshark.nsi
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Use a larger LZMA dictionary.Gerald Combs1-0/+1
svn path=/trunk/; revision=48328
2013-03-11Prettify the WinPcap version display.Gerald Combs1-2/+2
svn path=/trunk/; revision=48250
2013-03-09Switch to WinPcap 4.1.3.Gerald Combs1-1/+1
svn path=/trunk/; revision=48207
2013-03-08Add /SD defaults to every MessageBox call (even if they're commentedGerald Combs1-4/+4
out). Fixes bug 8451. Don't yell at the user so much. svn path=/trunk/; revision=48196
2013-02-21Remove vcredist_??.exe when we're done with it.Gerald Combs1-0/+1
svn path=/trunk/; revision=47788
2013-02-20Move the Wireshark-is-running check to a common macro and call it inGerald Combs1-24/+14
both the installer and uninstaller. Roll the .exe removal code into a loop and add missing executables. Add modelines and adjust accordingly. svn path=/trunk/; revision=47785
2013-02-20As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs1-7/+21
mutex may not be visible to other sessions and we may not be able to create a global mutex. Try to create both, and make each one accessible to all users. Update the NSIS installer to check for both global and session mutexes. svn path=/trunk/; revision=47773
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+11
is running" mutex. Have the NSIS installer check for this mutex and ask the user to close Wireshark if it's found. While not perfect this makes the WinSparkle update process much less annoying. svn path=/trunk/; revision=47758
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-0/+3
preferences (currently hidden) to disable updates, set the update frequency, and set the update "channel" (stable vs development). Add a "Help" menu item to manually check for updates. svn path=/trunk/; revision=47748
2013-01-23Add an SKT.xml file.Anders Broman1-0/+1
svn path=/trunk/; revision=47227
2013-01-23Make it possible to add custom radius dictionaries. Top Makefile.am needs ↵Anders Broman1-0/+2
more modifications to include the file in the tarball. svn path=/trunk/; revision=47224
2012-12-23Update Dictonary from FreeRadius(-server) Master branch ↵Alexis La Goutte1-0/+3
https://github.com/FreeRADIUS/freeradius-server Add RFC 5447 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/9b988303148c024ac742536fe6e5e041abfdc9c6 Add RFC 6519 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/383a99718178a597ef0d7a0b90add79e60b7a1cf Add RFC 6572 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/8cc6e5a04d6a7f74b532920258b14f0f18ace002 svn path=/trunk/; revision=46722
2012-12-02Make list of file extensions to register display properly, using 3 textMartin Mathieson1-0/+2
lines rather than 2. Add 2 new extensions to common.nsh. Not sure if changes to wireshark.ini are necessary, copied what was done for "Field 7", which is also just a label. svn path=/trunk/; revision=46337
2012-10-19The U3 and PortableApps packaging processes depend on simpleGerald Combs1-27/+22
defined/undefined checks. Create a bunch of them corresponding to the various components that GTK2 and GTK3 need and plumb the packaging files accordingly. Tested only with GTK2 but GTK3 *should* work. svn path=/trunk/; revision=45659
2012-10-16Use PROGRAM_NAME in more places.Anders Broman1-31/+31
svn path=/trunk/; revision=45575
2012-10-15Typos.Anders Broman1-2/+2
svn path=/trunk/; revision=45557
2012-10-15See if we can build u3 pacakage with GTK3.Anders Broman1-1/+4
svn path=/trunk/; revision=45552
2012-10-15Try a experimental gtk3 buildAnders Broman1-1/+1
svn path=/trunk/; revision=45551
2012-10-14Revert back to GTK2Anders Broman1-1/+1
svn path=/trunk/; revision=45541
2012-10-14Try a experimental gtk3 buildAnders Broman1-5/+15
svn path=/trunk/; revision=45540
2012-10-11Add Qtshark to Windows Installer (NSIS)Alexis La Goutte1-0/+20
Detect if ./wireshark-qt/qtshark.exe is present and add a option to install Qtshark (Experimental), also add a shortcut. The option to install qtshark is disable by default (for the moment...) Now qtshark is (normally) available in automated build ! svn path=/trunk/; revision=45485
2012-10-09- Add Nokai Siemens Networks AVP.Anders Broman1-0/+1
- Add a few enums to Event-Trigger - Reformat the Nokia file a bit. svn path=/trunk/; revision=45427
2012-10-08From GeorgiaK:Anders Broman1-0/+1
Add Nokia AVP:s https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7799 svn path=/trunk/; revision=45385
2012-09-24Include reordercap.exe.Martin Mathieson1-0/+7
svn path=/trunk/; revision=45096
2012-09-23Add AlcatelLucent.xml to NSIS installerPascal Quantin1-1/+2
svn path=/trunk/; revision=45075
2012-09-13Remove our local copy of WinPcap and download it fromGerald Combs1-4/+4
wireshark-win{32,64}-libs instead. In win-setup.sh only try to unzip files ending in .zip. PortableApps and U3 packaging changes are untested. svn path=/trunk/; revision=44888
2012-07-20Add a comment.Gerald Combs1-0/+1
svn path=/trunk/; revision=43866
2012-07-20According toGerald Combs1-7/+19
http://blogs.msdn.com/b/astebner/archive/2010/10/20/10078468.aspx and bug 7507 the Visual C++ 2010 redistributable installer might want to reboot the system. Tell it not to do that and request a reboot at the end of the installation process if needed. svn path=/trunk/; revision=43864
2012-07-20WiMAX OFDMA PHY SAP dissector plugin ↵Michael Mann1-0/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2695) svn path=/trunk/; revision=43844
2012-07-19Make it possible to add custom/private MIBs to the Windows installer.Anders Broman1-0/+1
svn path=/trunk/; revision=43819
2012-06-19Don't install main-menubar-ui.xmlAnders Broman1-8/+0
svn path=/trunk/; revision=43368
2012-06-14More NSIS cleanup.Gerald Combs1-11/+3
svn path=/trunk/; revision=43261
2012-06-13Define STAGING_DIR and use it in various places instead of hard-codingGerald Combs1-81/+80
"..\.." or "..\..\wireshark-gtk2". svn path=/trunk/; revision=43239
2012-06-13Use terminology that conforms better with the MSDN documentation and aGerald Combs1-1/+2
style that conforms better with the rest of the NSIS output. svn path=/trunk/; revision=43237
2012-06-13Move the "uninstall" parts of wireshark.nsi to uninstall.nsi and theGerald Combs1-376/+25
common parts to common.nsh. Creating an installer now requires two NSIS runs: - uninstaller.nsi, which creates an installer (uninstall_installer.exe) that only writes uninstall.exe to ../../wireshark-gtk2. - wireshark.nsi, which bundles uninstall.exe along with the rest of our installation files. If we ever get around to signing our executables this will let us sign all of them. It also cleans up the .nsi file contents a bit. Instead of keeping separate list of file extensions, manage them from a single macro. Print the extensions we register / deregister in the detail pane. svn path=/trunk/; revision=43236
2012-06-11Add TGPPS9.xml to makefile and NSIS installerPascal Quantin1-0/+1
svn path=/trunk/; revision=43202
2012-06-01No more GIOP plugins, no more GIOP loadable DLL.Guy Harris1-1/+0
svn path=/trunk/; revision=42981
2012-05-30Replace IDL generated dissector with common dllAnders Broman1-4/+1
svn path=/trunk/; revision=42926
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs1-0/+3
svn path=/trunk/; revision=42905
2012-05-14Try using an OBS-derived Gtk2 bundle, second try.Gerald Combs1-14/+30
svn path=/trunk/; revision=42623
2012-04-29Add .ntar as a suffix (some pcap-ng files use it).Guy Harris1-2/+4
Sort the suffixes alphabetically. svn path=/trunk/; revision=42329
2012-04-20Switch back to the gtk.org version of the GTK+ bundle since its CairoGerald Combs1-30/+14
doesn't crash. svn path=/trunk/; revision=42171
2012-04-19Switch to our custom GTK+ bundles derived from openSUSE Build ServiceGerald Combs1-14/+30
packages. Sort and normalize our DLL lists. Add several new required DLLs. svn path=/trunk/; revision=42143
2012-04-04Add and update a bunch of Programs and Features-related registryGerald Combs1-10/+34
keys. Sort the keys by name. Calculate the installation size after all of the files have been installed and add that in the "EstimatedSize" key. Fix the display icon. Add a hint about our target platform. Add version information. We now look like a grown-up application in the Programs and Features control panel. svn path=/trunk/; revision=41914
2012-03-29Update a couple of keys.Gerald Combs1-2/+2
svn path=/trunk/; revision=41832
2012-03-16Capitalize "Wireshark" in various package names.Gerald Combs1-1/+1
svn path=/trunk/; revision=41621
2012-03-10Rename the Xylan dictionnary to Alcatel-Lucent Xylan dictionnaryAlexis La Goutte1-1/+1
Alcatel (now Alcatel-Lucent) buy Xylan in 1999... And now Attributs RADIUS is used in Alcatel-Lucent Omniswitch Product. svn path=/trunk/; revision=41474
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2011-12-28Remove some NSIS 1.x cruft.Gerald Combs1-5/+0
svn path=/trunk/; revision=40318
2011-12-28Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2Gerald Combs1-45/+40
directory. This picks up any DEP/ASLR-related changes. Run peflags on more DLLs. svn path=/trunk/; revision=40317