Installshield Automation is failing while running vbscript with error unable to create object -
i using installshield 2013 sp1 sab(stand alone build). trying change product codes, strings , properties of following vbscript. vbscript failing @ following code error: "unable createobject automation interface"
on error resume next set oism = createobject("iswiauto20.iswiproject") if err.number <> 0 wscript.echo "unable createobject automation interface" & vbnewline wscript.quit err.number end if
i have registered iswiautomation20.dll manually, not solve issue. using 32-bit build server.
tagging installshield gurus ones can help. vbscript gurus can me if wrong in script.
could case of iswiauto20 namespace. try i**sw**iauto20 instead of "iswiauto20". rob
Comments
Post a Comment