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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -