如何使用 NSIS 创建包
我已经使用 PHP 完成了我的项目(称为 myGapApp)。现在我必须使用 NSIS 创建一个安装程序包(一键安装)。 安装包应包含Apache服务器、mysql和myGapApp。通过单击此软件包,所有软件(Apache 服务器、mysql 和 myGapApp)都应安装在用户计算机中。
My system configuration is Win XP. Using NSIS.
寻找您的解决方案。
I have completed my project using PHP(called myGapApp). Now I have to create a Installer package (one click installation) using NSIS.
The installation package should contain Apache server, mysql and myGapApp. By clicking this package all the softwares (Apache server, mysql and myGapApp) should get install in the users computer.
My system configuration is Win XP. Using NSIS.
Looking for your solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以使用 NSIS 创建安装程序包。
这是一个链接,给出了执行此操作的示例。
http://www.seas.gwu.edu/ 〜drum/java/lectures/appendix/installer/install.html
yes it is possible to create a installer package using NSIS.
Here is a link which gives example of doing it.
http://www.seas.gwu.edu/~drum/java/lectures/appendix/installer/install.html