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