From: Greg Date: 2007-02-06T09:55:07+09:00 Subject: win32ole and installshield automation... I'm trying to use win32ole to automate some builds in Installshield using ISWiAuto11.ISWiProject. Everything seems to work fine except at this line: project = WIN32OLE.new('ISWiAuto11.ISWiProject') The problem is Installshield opens a dialog before new returns. The equivalent call in VBScript, CreateObject("ISWiAuto11.ISWiProject"), doesn't open any dialog before returning. Any experience with this problem and how to fix it? Thanks! Greg