change company name in Visual Studio

M

Matt F

When I first installed VS, there was a different company name than there is
now and now I need to change the default company. I'm talking about the
default company name that exists in the copyright info when you create a new
assembly.

Changing the company name on the MSDN subscription is pretty simple - just
call MS --- but

How do I change the default company in VS?
 
M

Mattias Sjögren

How do I change the default company in VS?

I've never tried changing it, but its stored in the Registry under

HKLM\SOFTWARE\Microsoft\VisualStudio\<version>\Registration


Mattias
 
W

Walter Wang [MSFT]

Hi Matt,

Please see following MSDN library documentation:

#Template Parameters
http://msdn2.microsoft.com/en-us/library/eehb4faa(VS.80).aspx

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

Hope this helps.


Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Matt F

There is no RegisteredOrganization key --- I've searched not only the path
specified, but the entire registry.
 
W

Walter Wang [MSFT]

Hi Matt,

Which os are you using? Please see if this document helps:

#Change the Registered Owner and Organization at Registry Guide for Windows
http://www.pctools.com/guides/registry/detail/32/


If the key doesn't exist already, please create it and try again.

Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Matt F

I went back and looked for the RegisteredOrganization key again and found
it. I apparently was looking for a folder called RegisteredOrganization
under Current Version before. It's working exactly as I need it to now --
thank you, and I'm sorry for the confusion.
 
W

Walter Wang [MSFT]

Hi Matt,

Thanks for update and I'm glad the suggestion helped.

Have a nice day!


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top