aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25From Jaap Keuter:Anders Broman1-1/+1
Ethereal 0.10.13 and trunk have a glitch in the NSIS Makefile.nmake. It still works with WinPcap_3_1_beta4.exe. The attached patch resolves this. svn path=/trunk/; revision=16299
2005-10-06Build the h223 pluginAnders Broman2-0/+2
svn path=/trunk/; revision=16140
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-6/+6
the lines of what's done for RADIUS. That keeps them together (and separate from other files), and makes the layout of the top-level source directory closer to the layout of the installation directory, so that if you run Ethereal or Tethereal from the top-level directory on Windows it'll pick up the Diameter dictionary files (if it supports loading them), and can do so on UN*X if we support a mechanism to let it find its control files in the directory in which the binary resides. Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD, and RADIUS files in one place if you add or remove a file. svn path=/trunk/; revision=16050
2005-09-28Add disctionary.ericssonAnders Broman1-0/+1
svn path=/trunk/; revision=16041
2005-09-17Get the first few dtds installed.Luis Ontanon1-0/+12
svn path=/trunk/; revision=15852
2005-09-14fix #388: add /desktopicon and /quicklaunchicon command line options to the ↵Ulf Lamping1-2/+23
NSIS installer update the User's Guide accordingly svn path=/trunk/; revision=15792
2005-09-09NSIS warning removed: the label "lbl_winpcap_dont_install" is currently unusedUlf Lamping1-1/+1
svn path=/trunk/; revision=15743
2005-09-08the xml plugin was removedLuis Ontanon2-3/+1
svn path=/trunk/; revision=15734
2005-08-26fix #339: don't try to install WinPcap with a silent installerUlf Lamping1-1/+5
svn path=/trunk/; revision=15536
2005-08-26fix #378:Ulf Lamping1-6/+6
use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process svn path=/trunk/; revision=15535
2005-08-07Use the now released WinPcap 3.1 version instead of the beta 4.Ulf Lamping5-8/+10
We don't need to uninstall an old WinPcap version first, as this is done by the WinPcap installer itself now. svn path=/trunk/; revision=15256
2005-08-02Fix svn properties where needed:Jörg Mayer1-90/+90
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15183
2005-07-26fix from previous check in, set compression back to on :-(Ulf Lamping1-1/+1
svn path=/trunk/; revision=15096
2005-07-26fix detection of old/new WinPcap version, so WinPcap get's only installed by ↵Ulf Lamping1-10/+20
default if the user has a version lower than the delivered 3.1 beta 4 fix statistics tree caption svn path=/trunk/; revision=15093
2005-07-26Revert back to GTK-Wimp 0.6.2. Move to WinPcap 3.1beta4.Gerald Combs6-6/+6
svn path=/trunk/; revision=15091
2005-07-25bugfix: default for NPF service was default on for NT and above, but it has ↵Ulf Lamping3-10/+40
to be off (secure default) stop NPF service and set it back to "On demand" if user deselected the corresponding checkbox when upgrading from a previous Ethereal install, try to detect which choices of icons and alike was used last time, and set this as default (e.g. don't install desktop icon if I choose not to install last time) minor text changes svn path=/trunk/; revision=15055
2005-07-25as the buildbot is updated now:Ulf Lamping1-5/+6
using the /SOLID switch in SetCompressor again, making NSIS at least 2.07 a requirement svn path=/trunk/; revision=15052
2005-07-24make the default to not use the /SOLID switch for SetCompressor, so buildbot ↵Ulf Lamping1-2/+4
is working again svn path=/trunk/; revision=15049
2005-07-23... I should switch compression back on, the installer would otherwise ↵Ulf Lamping1-1/+1
become a bit large ... svn path=/trunk/; revision=15017
2005-07-23Installer:Ulf Lamping7-124/+793
- Installer now includes and installs WinPcap 3.0 (with detection) - Install Sections are grouped now - New Seperate page to select additional tasks like: icons, file extensions ... - New Seperate page for WinPcap detection/installation - Start WinPcap "NPF" service doesn't require a reboot Uninstaller: - New Uninstall sections page (uninstall, settings, plugins, WinPcap) - If uninstallation selected, plugins will now be completely uninstalled (all versions, not only the current one) - If selected, uninstallation of WinPcap svn path=/trunk/; revision=15016
2005-07-21remove the radius dir and all it's files while uninstallingUlf Lamping1-0/+2
svn path=/trunk/; revision=14978
2005-07-21Make GTK Wimp the default, so the installation type isn't always "Custom" on ↵Ulf Lamping1-43/+62
recent OS like 2K or XP (it will be disabled, if an "unappropriate" OS like Win98 is detected) Grouping the sections together, so getting an idea of the available sections become an easier task svn path=/trunk/; revision=14977
2005-07-15comments are ";" not ":"Luis Ontanon1-4/+4
svn path=/trunk/; revision=14930
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+70
Part 3: the makefiles svn path=/trunk/; revision=14926
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-07-07Add parlay.dll and tango.dll to the installer.Anders Broman2-0/+4
svn path=/trunk/; revision=14870
2005-06-09provide global default files for cfilters/colorfilters/dfiltersUlf Lamping1-0/+12
at least the colorfilters file needs some more "finetuning" NSIS (Win32): install these files into the Ethereal Program dir, but don't overwrite existing ones makefile.am: I've added the three files to EXTRA_DIST and pkgdata_DATA, which *seems* to be the right places svn path=/trunk/; revision=14595
2005-05-20bugfix: add the profinet plugin to NSISUlf Lamping1-0/+1
svn path=/trunk/; revision=14404
2005-05-05add GetWindowsVersion.nsh to the additional packaging filesUlf Lamping1-0/+1
svn path=/trunk/; revision=14320
2005-04-10fix descriptive texts, so they fit into the windowUlf Lamping1-2/+5
svn path=/trunk/; revision=14037
2005-03-18add the comment "The Ethereal Network Protocol Analyzer" to some shortcutsUlf Lamping1-2/+2
svn path=/trunk/; revision=13801
2005-03-07add xml and stats_tree plugin to the installer.Lars Roland2-2/+15
svn path=/trunk/; revision=13657
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris2-0/+2
svn path=/trunk/; revision=13372
2005-02-08Set Registry key for starting NPF service to "Auto Start" and not "System ↵Lars Roland1-1/+1
Start". svn path=/trunk/; revision=13358
2005-02-08Add a section to the installer, which sets following key to "1" on WIN NT, ↵Lars Roland1-4/+23
if the key is available. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPF\Start With this key set to 1, the NPF service is started automatically at startup and then even users with restricted privilegies should be able to access Network Devices for capturing. See also: http://winpcap.polito.it/misc/faq.htm#Q-18 svn path=/trunk/; revision=13349
2005-02-03Enable GTK-Wimp only for Windows 2000/XP/2003Ulf Lamping1-0/+28
...as Win9x/ME/NT known to have problems with it! svn path=/trunk/; revision=13254
2005-02-03Copied this file from:Ulf Lamping1-0/+90
http://nsis.sourceforge.net/archive/nsisweb.php?page=15&instances=0,11 Licensing question, as the NSIS homepage states: http://nsis.sourceforge.net/features/license/ so it should be ok to rerelease this file under the GPL svn path=/trunk/; revision=13253
2005-01-21Add mate.dll to the installer. Lars Roland2-0/+8
However it won't be installed by default. svn path=/trunk/; revision=13155
2005-01-17Don't make GTK-Wimp enabled by default after all.Gerald Combs1-1/+0
svn path=/trunk/; revision=13095
2005-01-17Switch the Windows build environment to GTK 2.4.14. Enable GTK-Wimp by Gerald Combs1-0/+1
default in the installer. svn path=/trunk/; revision=13087
2004-10-21From Laurent Rabret:Gerald Combs1-1/+7
- enable Windows' ShellExecute command to call Ethereal without specifying the installation path (a new key added in the registry) - decode 2 more options in the OPSI plugin. svn path=/trunk/; revision=12363
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping2-6/+6
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris1-0/+2
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-10-16First support for Unix-to-DOS line termination translation by means of a smallOlivier Biot2-3/+9
perl script (unix2dos.pl). The NEWS file is now properly displayed on the Notepad.exe text editor on a Windows box. svn path=/trunk/; revision=12318
2004-10-11From Olivier Jacques: add imscxdx.xml to the source tarball and NSISGuy Harris1-0/+1
packaging information. svn path=/trunk/; revision=12260
2004-09-27removed well_known.txtUlf Lamping1-1/+0
svn path=/trunk/; revision=12111
2004-09-25removed "Well Known" help page, as the content (and far more than that) ↵Ulf Lamping1-1/+0
moved to the wiki. svn path=/trunk/; revision=12100
2004-08-26From Lars Roland:Guy Harris2-9/+56
don't support GTK-Wimp for GTK+ 1.2[.x] (it requires 2.x); install the NEWS file as "NEWS.txt"; optionally show it at the end of an installation. svn path=/trunk/; revision=11841
2004-08-25From Lars Roland: cosmetic fixes.Guy Harris1-2/+8
svn path=/trunk/; revision=11827