script installer like WISE, does it exist?
Hi,
Does anyone know a windows script installer? Something like WISE, a typical program if you want to make an installer for a windows application.
I want to wrap some complicated scripts for web pages in a self installing .exe for distribution.
Mark Hensler posted this at 23:28 — 30th October 2001.
He has: 4,048 posts
Joined: Aug 2000
I'm not aware of any. Doesn't mean they don't exist, though.
Peter J. Boettcher posted this at 13:29 — 31st October 2001.
They have: 812 posts
Joined: Feb 2000
You could always make a simple VB install program and use its Package & Deploy wizard to make the setup program.
EliteWeaver posted this at 23:41 — 31st October 2001.
They have: 2 posts
Joined: Oct 2001
Not sure what your intentions are?
Do you mean you want the scripts to auto install on a server from your own site or something that can be excecuted locally? Also it would be handy if you could tell us what scripting language you are talking about perl/php/asp etc...
In anycase for local deployment it would be far easier to just simply create an auto installation script. For direct "server" to "server" installations it gets more complicated and confusing not to mention bandwidth consuming, but this also can be done.
Regards,
EliteWeaver
>>> It's only impossible if you are too lazy to find a soloution! <<<
MarcD posted this at 03:16 — 6th November 2001.
They have: 38 posts
Joined: Oct 2001
??? kind of confused here
you mean an installer like a os based application would ?
if so installshield is the best for things i have done
installshield.com
I do not use netscape nor care if my stuff works or doesnt in it.
ROB posted this at 07:10 — 11th November 2001.
They have: 447 posts
Joined: Oct 1999
um, why not write an installation script?
well, that's assuming you're talking perl. you always got dos batch too for windows platforms... i dont really understand the point though. anything ive ever written can be deployed as a .zip or .tar file and just decompressed. what do you need to do that requires more than that?
Mark Hensler posted this at 19:29 — 11th November 2001.
He has: 4,048 posts
Joined: Aug 2000
It may need to setup database stuff.
But still.. I've written PHP scripts that are installed via tar/zip, then you run install.php, and it prompts for DB connection info and creates all needed tables.
Mark Hensler
If there is no answer on Google, then there is no question.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.