- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- InstallShield 2013 automation process
- 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
InstallShield 2013 automation process
InstallShield version: 2013
At the current moment, we create installation using the GUI.
For automation, I want to make the whole process from a PowerShell script.
I can't find an API for this.
As part of the process, I need to:
- Increment version
- Compile
- Build
- Release Wizard (press Next on most of the pages but not all of them)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
You can find information for Installshield 2013's Automation Interface here:
https://docs.revenera.com/installshield20helplib/installshield20helplib.htm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I'm using PowerShell for the script and not VBscript.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Yes, you can do the same with powershell as well, You can refer below KB article which has example script to create a project and add some custom action in to it,
To Answer your question4, Automation script will help you set the values in required field, it wont helps you in clicking NEXT button, Instead we can add(create) a new release and set the values to all fields using automation scripts.
