views:

54

answers:

2

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?

A: 

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
A: 

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

andrepf