mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5226 lines
362 KiB
5226 lines
362 KiB
<?xml version="1.0" encoding="UTF-16"?>
|
|
<!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
|
|
|
|
<DCARRIER
|
|
CarrierRevision="1"
|
|
DTDRevision="16"
|
|
>
|
|
<TASKS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </TASKS>
|
|
|
|
<PLATFORMS
|
|
Context="1"
|
|
> </PLATFORMS>
|
|
|
|
<REPOSITORIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </REPOSITORIES>
|
|
|
|
<GROUPS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </GROUPS>
|
|
|
|
<COMPONENTS
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<COMPONENT
|
|
ComponentVSGUID="{CCD70F62-C258-46B1-8507-C17820E234D2}"
|
|
ComponentVIGUID="{B8D3737B-3AD7-4D97-8904-3EC8897023FD}"
|
|
Revision="621"
|
|
RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
|
|
Visibility="1000"
|
|
MultiInstance="False"
|
|
Released="False"
|
|
Editable="True"
|
|
HTMLFinal="False"
|
|
IsMacro="False"
|
|
Opaque="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<HELPCONTEXT
|
|
src=".\directplay.htm"
|
|
><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML DIR="LTR"><HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>DirectPlay</TITLE>
|
|
<STYLE TYPE="text/css">
|
|
<!--
|
|
BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
|
|
P { font: normal 8pt Tahoma; }
|
|
.showhide { color: blue; text-decoration: underline; cursor: hand; }
|
|
.callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
|
|
.code { font: normal 8pt Courier New; }
|
|
UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
|
|
OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
|
|
H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
|
|
H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
|
|
H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
|
|
H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
|
|
TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
|
|
THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CODE { font-family: Courier New; }
|
|
TT { font-family: Courier New; }
|
|
KBD { font-family: Courier New; font-weight: bold; }
|
|
VAR { font-family: Courier New; font-style: italic; }
|
|
EM { font-style: italic; }
|
|
I { font-style: italic; }
|
|
STRONG { font-weight: bold; }
|
|
B { font-weight: bold; }
|
|
-->
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY TOPMARGIN="0">
|
|
|
|
The DirectPlay component provides a networking Application Programming Interface (API) that can enable any application to operate over both a peer-to-peer and client/server topology. It provides a wide array of session and host management features that simplifies network programming. Through its modular service provider architecture, it provides a level of abstraction to various underlying networking components, so the developer does not need to manage the specifics of the network transport while maintaining low latency and high performance.</P>
|
|
|
|
<P>DirectPlay operates under the following network protocols:</P>
|
|
|
|
<P>TCP/IP (IPv4)</P>
|
|
|
|
<P>Telephony API (TAPI)</P>
|
|
|
|
<P>Serial/Modem</P>
|
|
|
|
<H3>Component Configuration</H3>
|
|
|
|
<P>There are no configuration requirements for this component. </P>
|
|
|
|
<H3>Special Notes</H3>
|
|
|
|
<P>The service providers require the underlying transport modules to be present. The following list shows the requirements:</P>
|
|
|
|
<P>TCP/IP (IPv4)
|
|
|
|
<UL>
|
|
<LI>Winsock and its dependent modules</li>
|
|
|
|
<LI>TCP/IP driver</li>
|
|
</UL>
|
|
|
|
<P>TAPI
|
|
|
|
<UL>
|
|
<LI>TAPI and its dependent modules</li>
|
|
</UL>
|
|
|
|
<P>Serial/Modem
|
|
|
|
<UL>
|
|
<LI>Serial port driver</li>
|
|
</UL>
|
|
|
|
<H3>For More Information </H3>
|
|
|
|
<P>DirectPlay 8 is part of the Microsoft DirectX technologies and can be found in the DirectX8 software development kit (SDK). For more information and to download the computer version of the SDK, see this <A HREF="http://msdn.microsoft.com/directx">Microsoft Web site</A>.</P>
|
|
|
|
</BODY>
|
|
</HTML>
|
|
]]></HELPCONTEXT>
|
|
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </PROPERTIES>
|
|
|
|
<RESOURCES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\Software\Microsoft\DirectPlay\Compat1","Compat1""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Compat1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\Software\Microsoft\DirectPlay\Compat1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dplay.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dplay.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ntdll.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ntdll.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","USER32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>USER32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ADVAPI32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ADVAPI32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dplaysvr.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dplaysvr.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","GDI32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>GDI32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dplayx.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dplayx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","RPCRT4.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>RPCRT4.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","WINMM.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>WINMM.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpmodemx.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpmodemx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","TAPI32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>TAPI32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnaddr.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnaddr.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnet.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnet.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnlobby.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnlobby.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnmodem.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnmodem.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnsvr.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnsvr.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnwsock.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnwsock.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpserial.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpserial.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpvacm.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpvacm.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpvoice.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpvoice.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpvsetup.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpvsetup.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpvvox.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpvvox.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpwsock.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpwsock.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","WSOCK32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>WSOCK32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpwsockx.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpwsockx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dplayx.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dplayx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnaddr.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnaddr.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnet.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnet.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnlobby.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnlobby.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnmodem.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnmodem.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnwsock.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnwsock.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpvacm.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpvacm.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpvoice.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpvoice.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpvvox.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpvvox.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","IMAGEHLP.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IMAGEHLP.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","IPHLPAPI.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPHLPAPI.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","WS2_32.DLL""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>WS2_32.DLL</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","sndvol32.exe""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>sndvol32.exe</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnhpast.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnhpast.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","dpnhupnp.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnhupnp.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","KERNEL32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>KERNEL32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","msvcrt.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>msvcrt.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ole32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","comctl32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>comctl32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnhpast.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnhpast.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\dpnhupnp.dll","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>True</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\dpnhupnp.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DirectPlayLobby Object</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InProcServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dplayx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InProcServer32","ThreadingModel""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{2FE8F810-B2A5-11d0-A787-0000F803ABFC}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ThreadingModel</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Both</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DirectPlay Object</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InProcServer32","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dplayx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InProcServer32","ThreadingModel""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\CLSID\{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}\InProcServer32</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ThreadingModel</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Both</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\DirectPlay","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DirectPlay Object</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\DirectPlay\CLSID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\DirectPlay\CLSID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{D1EB6D20-8923-11d0-9D97-00A0C90A43CB}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\DirectPlayLobby","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\DirectPlayLobby</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DirectPlayLobby Object</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_CLASSES_ROOT\DirectPlayLobby\CLSID","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_CLASSES_ROOT\DirectPlayLobby\CLSID</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{2FE8F810-B2A5-11d0-A787-0000F803ABFC}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Lobby Providers\""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Lobby Providers\</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","dwReserved1""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>500</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","dwReserved2""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","Guid""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Guid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{36E95EE0-8577-11cf-960C-0080C7534E82}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpwsockx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","DescriptionA""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionA</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","DescriptionW""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionW</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay\Address Types""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay\Address Types</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay\Address Types\{C4A54DA0-E0AF-11cf-9C4E-00A0C905425E}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay\Address Types\{C4A54DA0-E0AF-11cf-9C4E-00A0C905425E}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","dwReserved1""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>50</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","dwReserved2""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","Guid""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Guid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{685BC400-9D2C-11cf-A9CD-00AA006886E3}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpwsockx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","DescriptionA""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionA</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay","DescriptionW""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionW</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","dwReserved1""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","dwReserved2""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","Guid""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Guid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{44EAA760-CB68-11cf-9C4E-00A0C905425E}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpmodemx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","DescriptionA""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionA</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay","DescriptionW""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionW</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay\Address Types""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay\Address Types</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay\Address Types\{78EC89A0-E0AF-11cf-9C4E-00A0C905425E}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay\Address Types\{78EC89A0-E0AF-11cf-9C4E-00A0C905425E}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","dwReserved1""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","dwReserved2""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dwReserved2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","Guid""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Guid</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{0F1D6860-88D9-11cf-9C4E-00A0C905425E}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpmodemx.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","DescriptionA""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionA</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay","DescriptionW""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>DescriptionW</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Serial Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay\Address Types""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay\Address Types</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay\Address Types\{F2F0CE00-E0AF-11cf-9C4E-00A0C905425E}""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay\Address Types\{F2F0CE00-E0AF-11cf-9C4E-00A0C905425E}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}","Description""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Description</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>WinSock TCP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%SystemRoot%\system32\dpwsock.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}\Players""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}\Players</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}\Sessions""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5046ab8cb6b1ce11920c00aa006c4972}\Sessions</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}","Description""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Description</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>WinSock IPX Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%SystemRoot%\system32\dpwsock.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}\Players""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}\Players</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}\Sessions""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5146ab8cb6b1ce11920c00aa006c4972}\Sessions</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}","Description""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Description</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Modem Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}","Path""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Path</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%SystemRoot%\system32\dpserial.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}\Players""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}\Players</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}\Sessions""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Services\{5246ab8cb6b1ce11920c00aa006c4972}\Sessions</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay","NATHelp""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>NATHelp</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>dpnhupnp.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay\NATHelp</DISPLAYNAME>
|
|
|
|
<DESCRIPTION>Turn on the PAST/DPLAY4 UPnP failover yey </DESCRIPTION>
|
|
</RESOURCE>
|
|
</RESOURCES>
|
|
|
|
<GROUPMEMBERS
|
|
>
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
|
|
></GROUPMEMBER>
|
|
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{B35B9EAE-5644-4BFA-877D-DB971CEC0E0C}"
|
|
></GROUPMEMBER>
|
|
</GROUPMEMBERS>
|
|
|
|
<DEPENDENCIES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
> </DEPENDENCIES>
|
|
|
|
<DISPLAYNAME>DirectPlay</DISPLAYNAME>
|
|
|
|
<VERSION>1.0</VERSION>
|
|
|
|
<DESCRIPTION>DirectPlay</DESCRIPTION>
|
|
|
|
<OWNERS>garyy</OWNERS>
|
|
|
|
<AUTHORS>jomorris;a-wenjo;garyy; jasonsa</AUTHORS>
|
|
|
|
<DATECREATED>9/26/2000</DATECREATED>
|
|
|
|
<DATEREVISED>5/1/2002 1:00:38 AM</DATEREVISED>
|
|
</COMPONENT>
|
|
</COMPONENTS>
|
|
|
|
<RESTYPES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </RESTYPES>
|
|
</DCARRIER>
|