http://www.perlmonks.org?node_id=627928


in reply to Installation on windows using perl

Most GUI installers also have a "silent" operation mode. In this mode, they can be run as a simple CLI executable and take user inputs from a pre-populated input file. Use this option if it is available.

C:\setup.exe -i myinputfile

Alternately, if you are planning to use Win32::GuiTest, then using a tool like Winspy-- will reduce the development effort.

Mahesh