用installanywhere把swing项目打包成instal安装程序

installanywhere的用法很简单,NSIS还没用过
相关链接:http://hi.baidu.com/chinagenius/blog/item/e54829de4713095f94ee37a6.html

开源NSIS与EclipseNSIS

NSIS官方主页:http://nsis.sourceforge.net/Main_Page

EclipseNSIS官方主页:http://eclipsensis.sourceforge.net/index.shtml

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

NSIS是Windows下的一个安装与卸载程序制作工具,采用SuperPiMP技术,使用简洁的脚本文件生成单文件的安装程序。可通过样例修改或根据自己要求编写 NSI 脚本文件来定制自己的安装系统,可实现许可协议的显示、安装类型的选择、写入注册表、写入INI文件、连接程序外壳、语句跳转、提示信息显示、创建卸载程序、定制安装和卸载程序的图标、创建快捷方式等其他安装程序应有的功能,是一款操作简单、功能强大的高效率安装软件。其中,MakeNSISW是脚本编译器,负责制定脚本文件编译成对应的EXE文件,并可以进行测试安装。

EclipseNSIS is a plugin for the Eclipse platform which enables editing, compiling and testing Nullsoft Installer (NSIS) scripts.

你可能感兴趣的:(eclipse,windows,.net,swing,脚本)