soarnil wrote: > I hope i could write a program to execute a range of ".exe" files. > When there is a "Licensing Agreement", the program can choose > "Accept",then click "Next" until "Finish".Or maybe it could use some > function to finish this rather then really "click" the buttons.
Some installers accept command line options to control how they behave, and sometimes you can run the installation completely unattended. If there are no choices, you could use pyWinAuto to "click" the buttons. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list