VS 2010
From Richard's Wiki
- Deploying an Office Solution by Using Windows Installer (VS2010, MSDN)
- Change VS2010 RTM Owner and User Details
- In Summary -
- Installer will automatically read the information like organization, user from the registry key.
- For organization, it seems to read the value of "RegisteredOrganization" key under "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion".
- For user, it seems to read the value of "RegisteredOwner"under "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion".
- Rremove VS2010 to start from scratch.
- Then go to these two registry keys mentioned above and change the value as you want. After that, run the installer to setup VS2010 again.