Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23340: /trunk/ /trunk/: Makefile.nmake /trunk/packaging/

Date: Fri, 02 Nov 2007 13:47:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23340

User: gal
Date: 2007/11/02 01:47 PM

Log:
 Initial Portable Apps (www.portableapps.com) packaging to produce a "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.

Directory: /trunk/
  Changes    Path              Action
  +15 -0     Makefile.nmake    Modified

Directory: /trunk/packaging/portableapps/win32/
  Changes    Path                     Action
  +203 -0    Installer.nsi            Added
  +15 -0     WiresharkPortable.ini    Added
  +271 -0    WiresharkPortable.nsi    Added
  +23 -0     appinfo.tmpl             Added
  +82 -0     makefile.nmake           Added