There is for example the assembly of PHP5 + MySQL + apache2. How can you pack it all, i. how to create an installation file?
3 answers
Try through 7ZIP SFX
|
The question is not completely understood. If you have a ready installation - a disk image, then you need to work with disk utilities like Norton Ghost. If it is a question of installing a set of packages on clean Windows, then everything will be reduced to writing a script that will install packages from a set of distributions (or even download them from the site). This script can be organized as a normal cmd file or powershell script. The installation file can be made on the basis of a self-extracting zip archive or on the basis of the WiX installer.
- For example, I have PHP5 + MySQL + apache2 assembly installed on my computer, I need to pack it and install it on another computer - or_die
|