interact with application installer prompts using Python

rtilley at vt.edu rtilley at vt.edu
Tue Nov 22 13:52:01 EST 2005


I've written a script that automatically executes a set of Windows
installers
sequentially. For example, it will install Eudora, Firefox, SpyBot,
etc.
However, I still have to interact with the installer prompt windows. Is
there
anyway to programmatically interact with these prompt windows? I want
to accept
the EULA (if any) and answer 'yes', 'ok', 'next', 'install'
automatically
instead of manually clicking these buttons. Any tips on doing this with
Python?

Many thanks,

rtilley




More information about the Python-list mailing list