in reply to Installation on windows using perl
If thats the case, then it depends on the interface of the setup application...Is it a command line (CLI) or graphic (GUI) interface? If it's CLI, then you can use IPC::Run (or a similar module) to script interactions with it. If it's a GUI, you may be able to use something like Win32::CtrlGUI, though I have no experience with anything like that, so I can't elaborate any further.
__________
Systems development is like banging your head against a wall...
It's usually very painful, but if you're persistent, you'll get through it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installation on windows using perl
by wfsp (Abbot) on Jul 20, 2007 at 14:32 UTC |