- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: [Express 2019] Automating to Create QuickPatch Projects and build them
- 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
I'd like to automate the creation of Quick Patch Projects with Batch Scripts or any other Scripting Language and let them build afterwards to include this process into our Continous Integration.
How can i achieve this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
You can build your installers from the command line using ISCmdBld.exe, more details can be found here:
If you find that this doesn't have the options you require to modify the project before you build you may want to take a look at the Installshield Automation Interface - however this is only available in the Professional and Premier Editions.
I hope this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
You can build your installers from the command line using ISCmdBld.exe, more details can be found here:
If you find that this doesn't have the options you require to modify the project before you build you may want to take a look at the Installshield Automation Interface - however this is only available in the Professional and Premier Editions.
I hope this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Alright - thank you very much for the answer! So i need the pro edition to automate creating a quick patch project - do i understand that right?