How to control files such as windows update program?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat Apr 7 22:28:30 EDT 2007


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




More information about the Python-list mailing list