aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
AgeCommit message (Collapse)AuthorFilesLines
2009-10-25More fixes from John T. Haller via bug 4158, with some cleanups from me.Gerald Combs2-3/+4
svn path=/trunk/; revision=30696
2009-10-23Add updates from bug 4158.Gerald Combs3-3/+12
svn path=/trunk/; revision=30681
2009-08-08Pass on WinPcap/MSVC redistributable executables to the WiresharkPortable ↵Kovarththanan Rajaratnam1-2/+2
launcher and not the extractor. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3547. svn path=/trunk/; revision=29335
2009-06-29Changes to address bug 3547:Graeme Lunt3-5/+12
1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist. 2) Automatically generate WiresharkPortable.ini with correct default values 3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini Thanks to Kovarththanan Rajaratnam for basic patch. svn path=/trunk/; revision=28880
2009-06-13Update for the latest WinPcap and also installation of the VC redistributable.Graeme Lunt3-8/+39
svn path=/trunk/; revision=28717
2008-08-08When copying and renaming files, put quotes around the sources andGerald Combs1-2/+2
destinations. svn path=/trunk/; revision=25957
2008-04-09lot's of GTK1 related code cleanup in the Win32 build processUlf Lamping1-2/+2
svn path=/trunk/; revision=24854
2008-04-04Start the process of removing GTK1.Gerald Combs1-8/+1
svn path=/trunk/; revision=24770
2008-02-17Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix theStig Bjørlykke1-0/+1
u3 and portableapp build. svn path=/trunk/; revision=24369
2008-01-23Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS Gerald Combs3-9/+17
where it is using "!addplugindir". svn path=/trunk/; revision=24166
2008-01-08Graeme Lunt:Jörg Mayer1-4/+4
(The fix is to cd back to "../portableapps/win32", rather than "../u3/win32", at the end of the nsis-bits target in makefile.nmake.) Me: Get rid of some whitespace at the end of lines. svn path=/trunk/; revision=24031
2008-01-04UPX compression corrupts the WinPcap installer - so don't UPX it.Graeme Lunt1-1/+1
svn path=/trunk/; revision=24014
2008-01-04Update to use the generic manifest and make independent of the U3 packaging.Graeme Lunt5-70/+150
Also tidy up. svn path=/trunk/; revision=24013
2007-12-16Automatically install the FindProcDll.dll NSIS plug-in required for the ↵Graeme Lunt2-8/+15
WiresharkPortable.exe. This should allow the builbot to build the PortableApps packaging. svn path=/trunk/; revision=23881
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt1-1/+0
the exes and dlls prior to U3 and PortableApps packaging. For the U3 package, this results in a 40% smaller package. For the PortableApps version, the package size is not much different, but the install time is quicker. svn path=/trunk/; revision=23484
2007-11-12update various other places, where WinPcap version 4.0.1 was usedUlf Lamping2-2/+2
svn path=/trunk/; revision=23431
2007-11-03A bit of a readme for the Wireshark Portable packaging. Includes details of ↵Graeme Lunt1-0/+31
the NSIS plug-in required. svn path=/trunk/; revision=23350
2007-11-03at least mention in a comment, that you'll need the FindProcDLL plug-inUlf Lamping1-0/+2
svn path=/trunk/; revision=23349
2007-11-02Initial Portable Apps (www.portableapps.com) packaging to produce a ↵Graeme Lunt5-0/+594
"Wireshark Portable" (WSP) distribution. This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device. The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions. It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive. I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. svn path=/trunk/; revision=23340