Re: interact with application installer prompts using Python

2005-11-22 Thread Zem
Some applications installers written with Installshield allow you to do silent installs. This requires that you create a response file to store all of your default answers. Check this link out, maybe it'll work for you. http://documentation.installshield.com/robo/projects/helplib/IHelpSetup_EXECm

interact with application installer prompts using Python

2005-11-22 Thread [EMAIL PROTECTED]
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