Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change registration company name for Visual Studio 2008?

Is there a way to change name of company to which the Visual Studio 2008 is registered without reinstalling it?

like image 970
Mladen Janković Avatar asked Oct 14 '08 10:10

Mladen Janković


2 Answers

This should have the answer you are looking for : http://bytes.com/forum/thread635503.html

For the CompanyName in AssemblyInfo, it's $registeredorganization$ which uses value from registry key value from HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization.

like image 69
Giovanni Galbo Avatar answered Nov 17 '22 08:11

Giovanni Galbo


For what it's worth I wrote up a set of instructions to do this here: http://blog.stuartthompson.net/2010/03/changing-visual-studio-registration-information/

I didn't find a full solution until I learned about the devenv /setup step and SplashInfo key.

like image 26
Stuart Thompson Avatar answered Nov 17 '22 07:11

Stuart Thompson