- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Creating Install Shield Package through TFS Build`
- 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
Creating Install Shield Package through TFS Build`
Hi ,
I am able to create install shield package with my application binary files.
I would like to create installshield package from TFS build . Can someone help on this
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Could you please check if below posts work for you?
https://community.flexera.com/t5/InstallShield-Forum/TFS-and-Automated-Build/m-p/67217
https://helpnet.flexerasoftware.com/installshield24helplib/helplibrary/TFS-Overview.htm
https://blogs.msdn.microsoft.com/girishp/2014/03/04/installshield-and-team-build-on-tfs/
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @mcpdeveloper443 ,
InstallShield does not provide any specific build template, you can use the default template provided by the TFS and can configure to build your InstallShield project through MSBuild script. Then configure the MSBuild script in the default template projects field. InstallShield supports for MSBuild as well command line build(IsCmdBld). Ensure, your build agent is installed with InstallShield\SAB to build it through the TFS.