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

Mla*_*vić 30 visual-studio-2008

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

Gio*_*lbo 31

这应该有你想要的答案: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). (17认同)

Stu*_*son 25

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

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

  • 应该注意的是,这也适用于VS2010. (2认同)