views:

292

answers:

1

We have InstallShield 2009 Premier installed on one system on which it is used to create and compile setups (one seat license).

However, we are trying to create a one-click-build-experience by using Team Foundation Build Server to do nightly builds. We would like to integrate the generation of the setup files as well.

I know that there is an open source package available on CodePlex that contains a custom build task for automating the generation of an installshield based setup (by submitting the .ism file and other stuff).

Is there something like an installshield runtime that can be installed on our build server which does nothing else then creating the setup from an ism file without UI or anything else so that we dont have to buy another license?

+3  A: 

InstallShield Premier includes a Standalone Builder command line tool which you can install on your build server and use as part of an automated process.

I can't remember if this come on the CD or if you need to download it through the InstallShield updates.

Note that this is not included in the Professional edition anymore.

Jamie
Awesome! There are many things that are not quite obvious in InstallShield (as if they ever were...). However,... I missed that thing. You're indeed right. We are going to install the SA Build (luckily we purchased the Premier Edition). Thanks man!
Mephisztoe
Getting the SAB is not obvious either. You have to download it from the "updates" dialog within InstallShield.
CodeSavvyGeek

related questions