当前位置:  开发笔记 > 前端 > 正文

如何更改Visual Studio 2008的注册公司名称?

如何解决《如何更改VisualStudio2008的注册公司名称?》经验,为你挑选了2个好方法。

有没有办法更改Visual Studio 2008注册的公司名称而无需重新安装?



1> Giovanni Gal..:

这应该有你想要的答案:http://bytes.com/forum/thread635503.html

对于AssemblyInfo中的CompanyName,它是$ registeredorganization $,它使用来自HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization的注册表项值的值.


谢谢,并且只是在64位版本的Windows上添加Visual Studio使用不同的注册表项(HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization).

2> Stuart Thomp..:

为了它的价值,我在这里写了一组指令:http: //blog.stuartthompson.net/2010/03/changing-visual-studio-registration-information/

在我了解了devenv/setup步骤和SplashInfo键之前,我没有找到完整的解决方案.


应该注意的是,这也适用于VS2010.
推荐阅读
135369一生真爱_890
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有