简体   繁体   English

如何使用 NSIS 创建 package

[英]How to create a package using NSIS

I have completed my project using PHP(called myGapApp).我已经使用 PHP(称为 myGapApp)完成了我的项目。 Now I have to create a Installer package (one click installation) using NSIS.现在我必须使用 NSIS 创建一个安装程序 package(一键安装)。 The installation package should contain Apache server, mysql and myGapApp.安装 package 应包含 Apache 服务器、mysql 和 myGapApp。 By clicking this package all the softwares (Apache server, mysql and myGapApp) should get install in the users computer.通过单击此 package,所有软件(Apache 服务器、mysql 和 myGapApp)应安装在用户计算机中。

  My system configuration is Win XP. Using NSIS.

Looking for your solution.寻找您的解决方案。

yes it is possible to create a installer package using NSIS.是的,可以使用 NSIS 创建安装程序 package。 Here is a link which gives example of doing it.这是一个链接,它给出了这样做的例子。 http://www.seas.gwu.edu/~drum/java/lectures/appendix/installer/install.html http://www.seas.gwu.edu/~drum/java/lectures/appendix/installer/install.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM