I wonder whether anybody knows a web script installer package? My requirement is that I need to deploy my ASP scripts to a remote server. It should create a virtual directory on the remote server, copy all asp files to the corresponding physical directory, should create a database on the remote SQL server, Should modify the db connection details in the ASP pages and should also install required ASP components (free ones) on the server. All this have to happen at the minimum user intervention (a novice user). It should be something similar to
vb programs installer etc. (next -> next -> next -> finish)
Thanks in advance