cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SPFPlus
Level 3

URGENT Cant create object: ISWiAuto14.ISWiProject

I have a VB script that does all the Installshield Builds. It was all good prior to Today, but now I get an error saying "ActiveX cannot create object ISWiAuto14.ISWiProject". Made no modifications, this works a day ago, and WORKS on another computer with IS 2008.

The script fails on this line:
Set Project = CreateObject("ISWiAuto14.ISWiProject")


I have tried to regsvr32 the ISWInstallAuto4.dll, but still not working. I am about to reinstall Installshield, can anyone help out there!!!??
Labels (1)
0 Kudos
(1) Reply
cbragg
Level 7

Sounds like the dll file doesn't like being registered for some reason. Turn off self reg in this file's properties in IS. Then in project mode (not direct msi mode), right click the file and select extract com data.

All you are doing here is instead of registering the file's com data at run time using installshields implementation of regsvr32 you are actually automatically populating the class tables so registers from there rather than directly using the file. You may have more luck there.
0 Kudos