Installshield Limited Edition licencing on build server

假如想象 提交于 2019-12-04 08:43:27
FlyerMM

if you are using the 2012 Spring edition of Installshield LE run the license activator on the build server at :

C:\Program Files (x86)\InstallShield\2012SpringLE\System\TSConfig.exe

The location may be different for other versions of Installshield LE.

You should be able to use the same activation code they sent you when you signed up for the Installshield LE, according to the license it allows for installation on more than one machine for automated build purposes.

InstallShield has online activation. You'll need to request multiple license keys and activate them on different machines.

Ran into this issue on our TeamCity build server. Initially I was able to run TSConfig.exe as the build server user and that worked. After a disaster recovery exercise, however, TeamCity reported the license was expired again, but running TSConfig.exe didn't do the trick.

I ended up launching VS 2015 as the build server user and opened a new InstallShield project. Instead of informing me the license was expired it said the license was corrupted and needed to be repaired. It performed the repair and I'm back on track.

I didn't know it was an option until after, but TSConfig /repair likely would have done the trick without opening Visual Studio.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!