| View previous topic :: View next topic |
| Author |
Message |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sun Nov 25, 2007 6:18 pm Post subject: Visual Studio still won't install |
|
|
No matter what version I try to install, it alerts me that registry keys failed to install, and yes, I do have administrator privileges.
These are the keys that fail to install before the installer automatically cancels with Visual Studio 2005 Professional:
| Code: | \Software\Classes\.cs\OpenWithList\devenv.exe
HKEY_LOCAL_MACHINE\Software\Classes\.cs\OpenWithProgids |
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Sun Nov 25, 2007 7:53 pm Post subject: |
|
|
Make a reg file (.reg) that contains this (using notepad or something)
| Code: | Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.cs\OpenWithProgids]
"csfile"=""
[HKEY_CLASSES_ROOT\.csproj\OpenWithProgids]
"csprojfile"="" |
Then run it, now try
-------------------------------
For the other one, try this
| Code: | Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.cs\OpenWithList]
[HKEY_CLASSES_ROOT\.cs\OpenWithList\devenv.exe]
@="" |
Note: I'm not sure if it will work
_________________
|
|
| Back to top |
|
 |
Thlump Grandmaster Cheater
Reputation: 0
Joined: 26 Aug 2007 Posts: 964 Location: 206.51.226.121
|
Posted: Sun Nov 25, 2007 9:51 pm Post subject: |
|
|
| Blader, you sure about that? Microsoft's Registry Editor is made so that one mistake can slow your computer to a zombie.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Mon Nov 26, 2007 2:18 am Post subject: |
|
|
Thanks, it worked. It was just annoying giving myself proper permissions for each registry key required.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
|