Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/windows installer #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pcrepieux
Copy link
Contributor

Here is a pretty basic yet usefull installer for the windows platform. It uses launch4j to generate a .exe wrapper and packages all the required files in a NSIS installer program. The generated installer is smart enough to detect winpcap availability and installs it if necessary. see README for the build instructions.

As a reminder, here are the licenses of both tools.

  • Launch4j : This program is free software licensed under the BSD license, the head subproject (the code which is attached to the wrapped jars) is licensed under the MIT license. Launch4j may be used for wrapping closed source, commercial applications.
  • NSIS : NSIS (Nullsoft Scriptable Install System) is a tool that allows programmers to create such installers for Windows. It is released under an open source license and is completely free for any use.(http://nsis.sourceforge.net/Docs/AppendixI.html#I)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant