This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installshield 2015 LE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 15, 2016
03:25 PM
Installshield 2015 LE
I installed InstallShield 2015 LE and am trying to integrate with my TeamCity build server. I want to change the Product Version to the build version from TeamCity, however I am unable to run any of the integration VB scripts due to "ActiveX component can't create object: 'ISQiAutomation.ISWiProject'. I must be missing these objects and cannot find any useful references to how I would go about getting this to work. Any help would be appreciated.
Tried running example script:
Option Explicit: Dim oIPWI
Set oIPWI = CreateObject("ISWiAutomation.ISWiProject")
oIPWI.OpenProject "C:\Workspace\IG.NET\InspectorGadget.InstallShield\InspectorGadget.InstallShield.isl"
oIPWI.ProductVersion = "1.2.4"
oIPWI.SaveProject
oIPWI.CloseProject
Tried running example script:
Option Explicit: Dim oIPWI
Set oIPWI = CreateObject("ISWiAutomation.ISWiProject")
oIPWI.OpenProject "C:\Workspace\IG.NET\InspectorGadget.InstallShield\InspectorGadget.InstallShield.isl"
oIPWI.ProductVersion = "1.2.4"
oIPWI.SaveProject
oIPWI.CloseProject
- Tags:
- automation
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 11, 2016
07:29 PM
The Limited edition of InstallShield doesn't include support for the InstallShield automation interface. You'd need either the Professional edition or the Premier edition.
