-1

I'm creating a script that'll work on a Lighttpd, PHP5 and MySql5. The point is, it must be full-offline script installed and configured with all the requirements by one installer. It's a bit modified wiki thing. How to do a such thing?

FLamparski
  • 115
  • 8

2 Answers2

0

Do you want to install a whole installation of Lighty, PHP + Mysql or are you just trying to get something installed in a preconfigured environment?

I'd package it up as a VM if you need to install everything

Ben Sykes
  • 56
  • 4
0

I recommend you the NSIS install system and look for examples like this: MySQL Silent Install.