- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: MSI Creation Automation from C# or any other automation scripts
- 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
MSI Creation Automation from C# or any other automation scripts
I am trying to automate the creation of install packages for the company I work for. As we have multiple files which we have to add manually from components tab when we using wizard to create MSI.
I am looking for some example to create .msi file from multiple files (.dll, .pdb, etc.) and before creating I want to set some property also, i.e- Product code, MSI name, Path of the created .msi file, version, etc. We are using installSheild 2016 for manual creation of msi.
Can someone guide me how I can acheive this as it is very important for me and I have no any experience on this.
Thanks in advance!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @krnp007,
Thank you for your post.
InstallShield 2016 has reached its end-of-life and is no longer supported. We will need you to upgrade to a supported InstallShield version to receive technical support beyond what is shared in this post.
As a courtesy, here is a link to a blog post about how to get started with C# and the Automation Interface:
Here are a few links about the automation interface:
You can set the product code via an ISWiProject object reference and generate a GUID via the GenerateGUID automation interface API function off of an ISWiProject object reference.
Please let us know if you have any questions or concerns. Thank you for your patience and cooperation.