php安装包怎么做成和软件安装类似的步骤

WBOY
Release: 2016-06-13 12:48:00
Original
923 people have browsed it

php安装包如何做成和软件安装类似的步骤
不是做一个install.php文件,而是和我们在windows安装软件那样,弹出一个窗口,点击下一步下一步知道完成就可以了。安装完后,自动安装apache+mysql+程序,然后访问localhost就能访问程序了,有没有现成的软件可以使用?因为我有个程序要拿个客户演示,但是考虑到客户对环境配置不熟,所以想做的傻瓜些,先谢谢了


------解决方案--------------------
给你的客户一个url.
------解决方案--------------------
http://www.dedecms.com/html/chanpinxiazai/20080905/39481.html  这个应该是你要的...
------解决方案--------------------
比较好的安装程序制作工具有
Microsoft Windows Installer V3.1 简体 ... 
Wise for Windows Installer 5.21 - 系统 ... 
等等....

你只需把 apache、mysql、php 安装包和php应用项目拖进去就可以生成安装程序
当然,软件的使用还是要学习一下的

其实,apache、mysql、php 的运行,均不依赖注册表。所以你把可以配置好的他们拷贝到U盘就可以随身携带了。注意配置时要用绝对路径但不要盘符。
这样的系统是可以在U盘中直接运行的
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!