NC罩安装
我正在安装 NCover Complete 试用版,想知道是否可以安装到其他文件夹并将 NCover 作为 VCS 的一部分?否则,当前版本的 NCover (v3.3.2) 将在所有项目之间共享,并且我在升级 NCover 时可能会遇到问题。
I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would be shared amongst all projects and I can invisage problems when upgrading NCover.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法从安装程序更改安装目录,但由于该程序不依赖于注册表设置,因此您可以将安装的程序集复制到 VCS 中的文件夹并从那里运行。只要您记得在该文件的新位置上从管理命令提示符运行“regsvr32 NOver.Lib.x86.dll”*,Ncover 就应该可以正常工作。
顺便说一句,NCover 支持通常可以很好地帮助解决配置和安装问题。
You can't change the installation directory from the installer, but as the program doesn't depend on registry settings, you can copy the installed assemblies to a folder in your VCS and run from there. As long as you remember to run "regsvr32 NCover.Lib.x86.dll"* from an administrative command prompt on the new location of said file, Ncover should work great.
NCover support is usually pretty good about helping with config and install issue, BTW FYI.