[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

win32ole and installshield automation...

Greg

2/6/2007 12:54:00 AM

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

1 Answer

Greg

2/6/2007 1:15:00 AM

0

On Feb 5, 4:53 pm, "Greg" <williams.g...@gmail.com> wrote:
> 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

Nevermind, apparently my Installshield installation was trying to tell
me something...

Greg