I am trying to build a project with build server and it keeps giving me the following error:
我正在尝试使用构建服务器构建一个项目,它不断给我以下错误:
C:\Program Files (x86)\MSBuild\InstallShield\2013Limited\InstallShield.targets (108): -7159: The product license has expired or has not yet been initialized.
I have added the account used by Build in the build collection administrator group and project collection administrator group. I also activated installshield both through Visual Studio (creating new setup project) and then going in this location c$\Program Files (x86)\InstallShield\2013LE\System\TSConfig.exe
我在构建集合管理员组和项目集合管理员组中添加了Build使用的帐户。我还通过Visual Studio(创建新的安装项目)激活了installshield,然后进入这个位置c $ \ Program Files(x86)\ InstallShield \ 2013LE \ System \ TSConfig.exe
I have VS 2010 (Shell), VS 2012 and VS2013 installed.
我安装了VS 2010(Shell),VS 2012和VS2013。
I have also added this user in the administrator group on that server. I have restarted the build server multiple times. I am not sure what else to try. Could anyone please help
我还在该服务器上的管理员组中添加了此用户。我已多次重新启动构建服务器。我不知道还有什么可以尝试的。有谁可以帮忙
1 个解决方案
#1
1
Be ensure that the BuildService is not running with a local account such as "NT_AUTHORITY\Network Service". If so, please change it with a domain account and add the user account to the administrator group. Restart TFS build server machine, and re-queue the build.
确保BuildService未使用本地帐户运行,例如“NT_AUTHORITY \ Network Service”。如果是,请使用域帐户进行更改,并将用户帐户添加到管理员组。重新启动TFS构建服务器计算机,并重新排队构建。
In addition, please also have a check on this blog for the details on how to work with Installshield with TFS build:
此外,还请检查此博客,了解有关如何使用TFS构建的Installshield的详细信息:
http://blogs.msdn.com/b/girishp/archive/2014/03/04/installshield-and-team-build-on-tfs.aspx
http://blogs.msdn.com/b/girishp/archive/2014/03/04/installshield-and-team-build-on-tfs.aspx
#1
1
Be ensure that the BuildService is not running with a local account such as "NT_AUTHORITY\Network Service". If so, please change it with a domain account and add the user account to the administrator group. Restart TFS build server machine, and re-queue the build.
确保BuildService未使用本地帐户运行,例如“NT_AUTHORITY \ Network Service”。如果是,请使用域帐户进行更改,并将用户帐户添加到管理员组。重新启动TFS构建服务器计算机,并重新排队构建。
In addition, please also have a check on this blog for the details on how to work with Installshield with TFS build:
此外,还请检查此博客,了解有关如何使用TFS构建的Installshield的详细信息:
http://blogs.msdn.com/b/girishp/archive/2014/03/04/installshield-and-team-build-on-tfs.aspx
http://blogs.msdn.com/b/girishp/archive/2014/03/04/installshield-and-team-build-on-tfs.aspx