Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Activate InstallShield 2012 LE (limited edition) on a Team Build machine

As stated in the license agreement, "Flexera Software grants Licensee the right to install and use the software on a single computer to be used exclusively with Visual Studio and the right to install and use up to two (2) additional instances for use within a Team Foundation Server environment".

The latter is exactly what I did: i installed the InstallShield 2012 Limited Edition on a Team Build machine (Team Foundation System 2012), where no installations of Visual Studio exist. Now, I can correctly compile and build my solution containing an ISL project. The problem is that when I run the built setup.exe, a message stating "This Setup was created with an EVALUATION VERSION of InstallShield" is shown.

So, the question is: how can I activate InstallShield 2012 Limited Edition on a Team Build machine where Visual Studio hasn't been installed?

like image 987
MdMazzotti Avatar asked Jan 29 '13 11:01

MdMazzotti


People also ask

How do I activate InstallShield?

How do I activate InstallShield? After purchasing InstallShield (and subsequently receiving your serial number), you simply enter the serial number in the designated field that is displayed in the activation wizard when you launch InstallShield, and then click the Activate button.

What is InstallShield limited edition?

InstallShield Limited Edition for Visual Studio provides a small subset of the world-class functionality found in our other InstallShield editions. Many of the features our InstallShield customers love are locked and unavailable in your InstallShield Limited Edition.

Is InstallShield limited edition free?

InstallShield Limited Edition (ISLE) is free for Visual Studio developers and replaces the functionality of the project templates in Visual Studio for setup and deployment. Fortunately you can still open an VS2012 solution files with VS2010, and continue to use the Setup and Deployment functionality from there.


1 Answers

You need to run the License Activation on your TFS Build Server.

for the spring 2012 edition of Installshield LE the activator program can be found at C:\Program Files (x86)\InstallShield\2012SpringLE\System\TSConfig.exe

this will bring up a dialog box, and you can enter your activation code they sent when you registered for the InstallShield LE.

like image 66
FlyerMM Avatar answered Oct 15 '22 22:10

FlyerMM