J
Jim Moon
I'm setting up a Win Server 2003 for remote debugging.
From this page, I see that I need to set two registry keys on the server:
http://msdn.microsoft.com/library/d...ug/html/vctskinstallingremotedebugmonitor.asp
This key already exists:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
with:
Name: (Default)
Type: REG_SZ
Data: Catalog Class
It has 3 subkeys:
InprocServer32
ProgID
VersionIndependentProgID
Do I add to the parent key:
@="Catalog Class"
"AppID"="{6EB22881-8A19-11D0-81B6-00A0C9231C29}"
If so, are these values String, Binary, DWORD, Multi-String, or Expandable
String?
Do I use the quotation marks or not?
I understand how to create this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
Do I delete the value:
Name: (Default)
Type: REG_SZ
Data: (value not set)
Are these String, Binary, DWORD, Multi-String, or Expandable String?
@="Catalog Class"
"DllSurrogate"=""
Can you think of any question I should be asking and did not?
?????????????????????????????????????????????????????????
Thanks,
Jim
From this page, I see that I need to set two registry keys on the server:
http://msdn.microsoft.com/library/d...ug/html/vctskinstallingremotedebugmonitor.asp
This key already exists:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
with:
Name: (Default)
Type: REG_SZ
Data: Catalog Class
It has 3 subkeys:
InprocServer32
ProgID
VersionIndependentProgID
Do I add to the parent key:
@="Catalog Class"
"AppID"="{6EB22881-8A19-11D0-81B6-00A0C9231C29}"
If so, are these values String, Binary, DWORD, Multi-String, or Expandable
String?
Do I use the quotation marks or not?
I understand how to create this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
Do I delete the value:
Name: (Default)
Type: REG_SZ
Data: (value not set)
Are these String, Binary, DWORD, Multi-String, or Expandable String?
@="Catalog Class"
"DllSurrogate"=""
Can you think of any question I should be asking and did not?
?????????????????????????????????????????????????????????
Thanks,
Jim