aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
AgeCommit message (Collapse)AuthorFilesLines
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
2004-07-28Add capinfo to the Windows installer.Olivier Biot2-1/+13
svn path=/trunk/; revision=11558
2004-07-21From Laurent Rabret: OPSI support.Guy Harris2-0/+2
svn path=/trunk/; revision=11454
2004-07-18 .cvsignore is deadJörg Mayer1-5/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17Be kind and say "Please note" instead of simply "Note" when something went ↵Ulf Lamping1-6/+6
wrong while uninstalling :-) svn path=/trunk/; revision=11399
2004-06-29From Laurent Rabret:Guy Harris1-6/+24
fix a bug in the case where both Ethereal with GTK1 and GTK2 are attached; disallow the "extension box" if Ethereal isn't selected. svn path=/trunk/; revision=11266
2004-06-10From Laurent Rabret:Guy Harris1-2/+191
- associate standard trace file extensions to ethereal *only* if such extensions are not already known in the system; - suppress the linking while Ethereal is uninstalling *only* for extensions associated to Ethereal. svn path=/trunk/; revision=11134
2004-05-23From Lars Roland: define an "installation" version of GTK+ 2.x and PangoGuy Harris2-12/+23
in "config.nmake", and use that in the NSIS script when generating the NSIS installer, so it puts GTK+ and Pango in the appropriate subdirectories. Also, when uninstalling, remove both of the sets of subdirectories. As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION" macros, and just directly insert the values where those macros were used - "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used immediately below where it was defined, and stuff elsewhere, such as in the NSIS script, didn't use them and would break if you changed them anyway. svn path=/trunk/; revision=10976
2004-05-21install (and uninstall) AUTHORS-SHORT and COPYING filesUlf Lamping1-1/+5
svn path=/trunk/; revision=10945
2004-05-14Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.Gerald Combs1-9/+6
I originally tried to make it disabled by default (using "Section /o"), but this caused odd behavior in the installer. svn path=/trunk/; revision=10884
2004-05-13Fix a typo (seperate should be separate).Olivier Biot1-3/+3
svn path=/trunk/; revision=10878
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-2/+8
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2-2/+8
support. svn path=/trunk/; revision=10480
2004-03-22!ifdef-ize out a GTKWimp text section.Gerald Combs1-1/+3
svn path=/trunk/; revision=10441
2004-02-24added gtk-wimp to the nsis installer buildUlf Lamping2-2/+27
svn path=/trunk/; revision=10227
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs2-37/+115
svn path=/trunk/; revision=10098
2004-02-16bugfix from greg morris: two help pages were missingUlf Lamping1-1/+3
svn path=/trunk/; revision=10074
2004-02-09typo fixedUlf Lamping1-2/+2
svn path=/trunk/; revision=10014
2004-02-07corrected links to the ethereal.exe for GTK2 versionUlf Lamping1-3/+3
svn path=/trunk/; revision=10006
2004-02-06renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe,Ulf Lamping2-37/+42
as this is *not* the Ethereal version 2 already. Some other cleanup done svn path=/trunk/; revision=9998
2004-02-03patch error removedUlf Lamping1-5/+1
svn path=/trunk/; revision=9972
2004-02-03from Lars Roland: fix NSIS uninstallationUlf Lamping2-18/+37
svn path=/trunk/; revision=9971
2004-02-03set compression mechanism for Modern UI to lzmaUlf Lamping1-1/+7
svn path=/trunk/; revision=9963
2004-02-01Arrange that the shortcuts for Ethereal start Ethereal in the user'sGuy Harris1-1/+2
profile directory, so that the file dialogs start there rather than in the directory in which the MIB files appear. svn path=/trunk/; revision=9933
2004-01-26updated NSIS generation to build GTK version 1 or 2,Ulf Lamping2-6/+18
added new target "packaging" to root Makefile.nmake, which will generate version 1 or 2 or both, depending on config.nmake GTK?_DIR setting svn path=/trunk/; revision=9866
2004-01-06GPL.txt -> ../../COPYINGJörg Mayer1-1/+1
svn path=/trunk/; revision=9579
2004-01-05fixed / updated some dependenciesUlf Lamping1-4/+10
svn path=/trunk/; revision=9563
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-340/+0
svn path=/trunk/; revision=9557
2004-01-05using the file "COPYING" instead of "GPL.txt"Ulf Lamping1-3/+3
svn path=/trunk/; revision=9555
2003-12-26conditionally use modern UI for NSIS installerUlf Lamping2-11/+79
svn path=/trunk/; revision=9448