Fix remaining text file line endings in the tree. (#18)

Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
This commit is contained in:
Colin Finck 2017-10-06 15:00:36 +02:00 committed by GitHub
parent 3cd76b91b5
commit 950c86fb4c
305 changed files with 466133 additions and 466140 deletions

1
.gitattributes vendored
View file

@ -49,6 +49,7 @@
*.sif text eol=crlf
*.vbs text eol=crlf
*.vcxproj text eol=crlf
*.xml text eol=crlf
# Files with these extensions are accepted binary files inside the ReactOS
# tree. Git must not tamper with them at all!

File diff suppressed because it is too large Load diff

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="À propos de ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les informations de la version de ReactOS."/>
<TOOL _locID="Action Center" NAME="Centre de maintenance" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Ouvrir le Centre de maintenance."/>
<TOOL _locID="Computer Management" NAME="Gestion de lordinateur" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher et configurer les paramètres et composants du système."/>
<TOOL _locID="System Information" NAME="Informations système" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les informations avancées sur les paramètres matériels et logiciels."/>
<TOOL _locID="Event Viewer" NAME="Observateur dévénements" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher des messages danalyse et de dépannage."/>
<TOOL _locID="Programs" NAME="Programmes" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Lancer, ajouter ou supprimer des programmes et des composants ReactOS."/>
<TOOL _locID="System Properties" NAME="Propriétés système" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Afficher les informations de base sur les paramètres système de votre ordinateur."/>
<TOOL _locID="Internet Options" NAME="Options Internet" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les propriétés Internet."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Configuration du protocole Internet" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Afficher et configurer les paramètres dadresse réseau."/>
<TOOL _locID="Performance Monitor" NAME="Analyseur de performances" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Analyser les performances des ordinateurs locaux ou distants."/>
<TOOL _locID="Resource Monitor" NAME="Moniteur de ressource" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Surveiller les performances et lutilisation des ressources de lordinateur local."/>
<TOOL _locID="Task Manager" NAME="Gestionnaire des tâches" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher des informations détaillées sur les programmes et les processus qui sexécutent sur votre ordinateur."/>
<TOOL _locID="Command Prompt" NAME="Invite de commandes" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Ouvrir une fenêtre dinvite de commandes."/>
<TOOL _locID="Registry Editor" NAME="Éditeur du Registre" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Apporter des modifications au Registre de ReactOS."/>
<TOOL _locID="Remote Assistance" NAME="Assistance à distance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Recevoir de laide dun ami (ou lui proposer de laide) via Internet."/>
<TOOL _locID="System Restore" NAME="Restaurer le système" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restaurer le système de lordinateur à un état antérieur."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="À propos de ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les informations de la version de ReactOS."/>
<TOOL _locID="Action Center" NAME="Centre de maintenance" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Ouvrir le Centre de maintenance."/>
<TOOL _locID="Computer Management" NAME="Gestion de lordinateur" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher et configurer les paramètres et composants du système."/>
<TOOL _locID="System Information" NAME="Informations système" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les informations avancées sur les paramètres matériels et logiciels."/>
<TOOL _locID="Event Viewer" NAME="Observateur dévénements" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher des messages danalyse et de dépannage."/>
<TOOL _locID="Programs" NAME="Programmes" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Lancer, ajouter ou supprimer des programmes et des composants ReactOS."/>
<TOOL _locID="System Properties" NAME="Propriétés système" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Afficher les informations de base sur les paramètres système de votre ordinateur."/>
<TOOL _locID="Internet Options" NAME="Options Internet" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher les propriétés Internet."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Configuration du protocole Internet" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Afficher et configurer les paramètres dadresse réseau."/>
<TOOL _locID="Performance Monitor" NAME="Analyseur de performances" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Analyser les performances des ordinateurs locaux ou distants."/>
<TOOL _locID="Resource Monitor" NAME="Moniteur de ressource" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Surveiller les performances et lutilisation des ressources de lordinateur local."/>
<TOOL _locID="Task Manager" NAME="Gestionnaire des tâches" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afficher des informations détaillées sur les programmes et les processus qui sexécutent sur votre ordinateur."/>
<TOOL _locID="Command Prompt" NAME="Invite de commandes" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Ouvrir une fenêtre dinvite de commandes."/>
<TOOL _locID="Registry Editor" NAME="Éditeur du Registre" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Apporter des modifications au Registre de ReactOS."/>
<TOOL _locID="Remote Assistance" NAME="Assistance à distance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Recevoir de laide dun ami (ou lui proposer de laide) via Internet."/>
<TOOL _locID="System Restore" NAME="Restaurer le système" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restaurer le système de lordinateur à un état antérieur."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="Despre ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afișare informații de versiune a ReactOS."/>
<TOOL _locID="Action Center" NAME="Centru de acțiune" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Deschidere Centru de acțiune."/>
<TOOL _locID="Computer Management" NAME="Gestiune calculator" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Inspectare și configurare sistem și componente."/>
<TOOL _locID="System Information" NAME="Informații de sistem" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Inspectare informații avansate despre configurația fizică și de program."/>
<TOOL _locID="Event Viewer" NAME="Observator de evenimente" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitorizarea și depanarea mesajelor."/>
<TOOL _locID="Programs" NAME="Programe" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Lansare, adăugare sau eliminare de programe și componente ReactOS."/>
<TOOL _locID="System Properties" NAME="Proprietăți de sistem" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Afișare informații de bază despre configurația de sistem al calculatorului."/>
<TOOL _locID="Internet Options" NAME="Opțiuni de Internet" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Afișare opțiune de Internet."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Configurație protocol de Internet" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Afișare și configurare proprietăți ale adresei de rețea."/>
<TOOL _locID="Performance Monitor" NAME="Monitor de performanță" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitorizare performanță pentru calculatoare locale sau la distanță."/>
<TOOL _locID="Resource Monitor" NAME="Monitor de resurse" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitorizare utilizare de resurse pentru calculatoare locale."/>
<TOOL _locID="Task Manager" NAME="Gestionar de activități" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Gestiune programelor și proceselor din calculatorul dumneavoastră."/>
<TOOL _locID="Command Prompt" NAME="Linie de comandă" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Lansare linie de comandă."/>
<TOOL _locID="Registry Editor" NAME="Editor de registru" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Efectuare schimbări în registrul ReactOS."/>
<TOOL _locID="Remote Assistance" NAME="Asistență la distanță" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Obținere (sau oferire) asistență prin Internet de la (sau către) un prieten."/>
<TOOL _locID="System Restore" NAME="Restaurare sistem" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restaurare a sistemului de operare la o stare anterioară."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="Despre ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Afișare informații de versiune a ReactOS."/>
<TOOL _locID="Action Center" NAME="Centru de acțiune" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Deschidere Centru de acțiune."/>
<TOOL _locID="Computer Management" NAME="Gestiune calculator" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Inspectare și configurare sistem și componente."/>
<TOOL _locID="System Information" NAME="Informații de sistem" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Inspectare informații avansate despre configurația fizică și de program."/>
<TOOL _locID="Event Viewer" NAME="Observator de evenimente" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitorizarea și depanarea mesajelor."/>
<TOOL _locID="Programs" NAME="Programe" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Lansare, adăugare sau eliminare de programe și componente ReactOS."/>
<TOOL _locID="System Properties" NAME="Proprietăți de sistem" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Afișare informații de bază despre configurația de sistem al calculatorului."/>
<TOOL _locID="Internet Options" NAME="Opțiuni de Internet" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Afișare opțiune de Internet."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Configurație protocol de Internet" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Afișare și configurare proprietăți ale adresei de rețea."/>
<TOOL _locID="Performance Monitor" NAME="Monitor de performanță" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitorizare performanță pentru calculatoare locale sau la distanță."/>
<TOOL _locID="Resource Monitor" NAME="Monitor de resurse" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitorizare utilizare de resurse pentru calculatoare locale."/>
<TOOL _locID="Task Manager" NAME="Gestionar de activități" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Gestiune programelor și proceselor din calculatorul dumneavoastră."/>
<TOOL _locID="Command Prompt" NAME="Linie de comandă" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Lansare linie de comandă."/>
<TOOL _locID="Registry Editor" NAME="Editor de registru" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Efectuare schimbări în registrul ReactOS."/>
<TOOL _locID="Remote Assistance" NAME="Asistență la distanță" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Obținere (sau oferire) asistență prin Internet de la (sau către) un prieten."/>
<TOOL _locID="System Restore" NAME="Restaurare sistem" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restaurare a sistemului de operare la o stare anterioară."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="ReactOS Üzerine" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="ReactOS sürüm bilgisini görüntüle."/>
<TOOL _locID="Action Center" NAME="İşlem Özeği" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="İşlem Özeği'ni aç."/>
<TOOL _locID="Computer Management" NAME="Bilgisayar Yönetimi" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Dizge ayarlarını ve bileşenlerini görüntüle ve yapılandır."/>
<TOOL _locID="System Information" NAME="Dizge Bilgisi" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Donanım ve yazılım ayarları üzerine gelişmiş bilgi görüntüle."/>
<TOOL _locID="Event Viewer" NAME="Olay Görüntüleyicisi" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="İzleme ve sorun çözme iletilerini görüntüle."/>
<TOOL _locID="Programs" NAME="İzlenceler" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="İzlenceleri ve ReactOS bileşenlerini başlat, ekle veyâ kaldır."/>
<TOOL _locID="System Properties" NAME="Dizge Husûsiyetleri" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Bilgisayar dizgesi ayarlarınız üzerine başlıca bilgi görüntüle."/>
<TOOL _locID="Internet Options" NAME="Umûmî Ağ Seçenekleri" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Umûmî Ağ Husûsiyetleri'ni görüntüle."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Umûmî Ağ İletişim Kuralı Yapılandırması" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Ağ adresi ayarlarını görüntüle ve yapılandır."/>
<TOOL _locID="Performance Monitor" NAME="Başarım İzleyici" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Yerli veyâ uzak bilgisayarlarının başarımını izle."/>
<TOOL _locID="Resource Monitor" NAME="Kaynak İzleyicisi" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Yerli bilgisayarın başarımını ve kaynak kullanımını izle."/>
<TOOL _locID="Task Manager" NAME="Görev Yöneticisi" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bilgisayarınızda çalışan izlenceler ve işlemler üzerine ayrıntıları görüntüle."/>
<TOOL _locID="Command Prompt" NAME="Komut İstemi" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bir komut istemi penceresi aç."/>
<TOOL _locID="Registry Editor" NAME="Değer Defteri Düzenleyicisi" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="ReactOS değer defterine değişiklikler yap."/>
<TOOL _locID="Remote Assistance" NAME="Uzaktan Yardım" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Umûmî Ağ üzerinde bir arkadaştan yardım al veyâ bir arkadaşa yardım et."/>
<TOOL _locID="System Restore" NAME="Dizge Geri Yükleme" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bilgisayar dizgenizi daha önceki bir duruma geri yükle."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="ReactOS Üzerine" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="ReactOS sürüm bilgisini görüntüle."/>
<TOOL _locID="Action Center" NAME="İşlem Özeği" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="İşlem Özeği'ni aç."/>
<TOOL _locID="Computer Management" NAME="Bilgisayar Yönetimi" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="Dizge ayarlarını ve bileşenlerini görüntüle ve yapılandır."/>
<TOOL _locID="System Information" NAME="Dizge Bilgisi" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Donanım ve yazılım ayarları üzerine gelişmiş bilgi görüntüle."/>
<TOOL _locID="Event Viewer" NAME="Olay Görüntüleyicisi" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="İzleme ve sorun çözme iletilerini görüntüle."/>
<TOOL _locID="Programs" NAME="İzlenceler" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="İzlenceleri ve ReactOS bileşenlerini başlat, ekle veyâ kaldır."/>
<TOOL _locID="System Properties" NAME="Dizge Husûsiyetleri" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="Bilgisayar dizgesi ayarlarınız üzerine başlıca bilgi görüntüle."/>
<TOOL _locID="Internet Options" NAME="Umûmî Ağ Seçenekleri" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Umûmî Ağ Husûsiyetleri'ni görüntüle."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Umûmî Ağ İletişim Kuralı Yapılandırması" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="Ağ adresi ayarlarını görüntüle ve yapılandır."/>
<TOOL _locID="Performance Monitor" NAME="Başarım İzleyici" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Yerli veyâ uzak bilgisayarlarının başarımını izle."/>
<TOOL _locID="Resource Monitor" NAME="Kaynak İzleyicisi" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Yerli bilgisayarın başarımını ve kaynak kullanımını izle."/>
<TOOL _locID="Task Manager" NAME="Görev Yöneticisi" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bilgisayarınızda çalışan izlenceler ve işlemler üzerine ayrıntıları görüntüle."/>
<TOOL _locID="Command Prompt" NAME="Komut İstemi" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bir komut istemi penceresi aç."/>
<TOOL _locID="Registry Editor" NAME="Değer Defteri Düzenleyicisi" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="ReactOS değer defterine değişiklikler yap."/>
<TOOL _locID="Remote Assistance" NAME="Uzaktan Yardım" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Umûmî Ağ üzerinde bir arkadaştan yardım al veyâ bir arkadaşa yardım et."/>
<TOOL _locID="System Restore" NAME="Dizge Geri Yükleme" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Bilgisayar dizgenizi daha önceki bir duruma geri yükle."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,27 +1,27 @@
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>
<MSCONFIGTOOLFILE>
<_locDefinition>
<_locDefault _loc="locNone"/>
<_locTag _locAttrData="NAME,HELP">TOOL</_locTag>
</_locDefinition>
<MSCONFIGTOOLS>
<TOOL _locID="About ReactOS" NAME="About ReactOS" PATH="%windir%\system32\winver.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Display ReactOS version information."/>
<TOOL _locID="Action Center" NAME="Action Center" PATH="%windir%\System32\wscui.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Open the Action Center."/>
<TOOL _locID="Computer Management" NAME="Computer Management" PATH="%windir%\System32\compmgmt.msc" DEFAULT_OPT="" ADV_OPT="" HELP="View and configure system settings and components."/>
<TOOL _locID="System Information" NAME="System Information" PATH="%windir%\System32\msinfo32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View advanced information about hardware and software settings."/>
<TOOL _locID="Event Viewer" NAME="Event Viewer" PATH="%windir%\System32\eventvwr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View monitoring and troubleshooting messages."/>
<TOOL _locID="Programs" NAME="Programs" PATH="%windir%\System32\appwiz.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="Launch, add or remove programs and ReactOS components."/>
<TOOL _locID="System Properties" NAME="System Properties" PATH="%windir%\System32\control.exe" DEFAULT_OPT="system" ADV_OPT="" HELP="View basic information about your computer system settings."/>
<TOOL _locID="Internet Options" NAME="Internet Options" PATH="%windir%\System32\inetcpl.cpl" DEFAULT_OPT="" ADV_OPT="" HELP="View Internet Properties."/>
<TOOL _locID="Internet Protocol Configuration" NAME="Internet Protocol Configuration" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="/k %windir%\system32\ipconfig.exe" ADV_OPT="/k %windir%\system32\ipconfig.exe /all" HELP="View and configure network address settings."/>
<TOOL _locID="Performance Monitor" NAME="Performance Monitor" PATH="%windir%\System32\perfmon.exe" DEFAULT_OPT="" ADV_OPT="/sys" HELP="Monitor the performance of local or remote computers."/>
<TOOL _locID="Resource Monitor" NAME="Resource Monitor" PATH="%windir%\System32\resmon.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Monitor the performance and resource usage of the local computer."/>
<TOOL _locID="Task Manager" NAME="Task Manager" PATH="%windir%\System32\taskmgr.exe" DEFAULT_OPT="" ADV_OPT="" HELP="View details about programs and processes running on your computer."/>
<TOOL _locID="Command Prompt" NAME="Command Prompt" PATH="%windir%\System32\cmd.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Open a command prompt window."/>
<TOOL _locID="Registry Editor" NAME="Registry Editor" PATH="%windir%\System32\regedt32.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Make changes to the ReactOS registry."/>
<TOOL _locID="Remote Assistance" NAME="Remote Assistance" PATH="%windir%\System32\msra.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Receive help from (or offer help to) a friend over the Internet."/>
<TOOL _locID="System Restore" NAME="System Restore" PATH="%windir%\System32\rstrui.exe" DEFAULT_OPT="" ADV_OPT="" HELP="Restore your computer system to an earlier state."/>
</MSCONFIGTOOLS>
</MSCONFIGTOOLFILE>

View file

@ -1,11 +1,11 @@
#include <windef.h>
#include <winuser.h>
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager"
#define REACTOS_STR_INTERNAL_NAME "devmgmt"
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
1 ICON devmgmt.ico
#include <windef.h>
#include <winuser.h>
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager"
#define REACTOS_STR_INTERNAL_NAME "devmgmt"
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
1 ICON devmgmt.ico

View file

@ -1,27 +1,27 @@
MessageIdTypedef=ULONG
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR)
FacilityNames=(System=0x0:FACILITY_SYSTEM)
LanguageNames=(English=0x409:MSG00409)
MessageId=1
Severity=Success
Facility=Application
SymbolicName=MSG_SUCCESS_INSTALL
Language=English
Installation of the program "%1" is called.
.
MessageId=2
Severity=Success
Facility=Application
SymbolicName=MSG_SUCCESS_REMOVE
Language=English
Removal of the program "%1" is called.
.
MessageIdTypedef=ULONG
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR)
FacilityNames=(System=0x0:FACILITY_SYSTEM)
LanguageNames=(English=0x409:MSG00409)
MessageId=1
Severity=Success
Facility=Application
SymbolicName=MSG_SUCCESS_INSTALL
Language=English
Installation of the program "%1" is called.
.
MessageId=2
Severity=Success
Facility=Application
SymbolicName=MSG_SUCCESS_REMOVE
Language=English
Removal of the program "%1" is called.
.

View file

@ -1,3 +1,3 @@
[autorun]
open=reactos\welcome.exe
icon=icon.ico
[autorun]
open=reactos\welcome.exe
icon=icon.ico

View file

@ -1,3 +1,3 @@
[autorun]
open=bootcd\reactos\welcome.exe
icon=icon.ico
[autorun]
open=bootcd\reactos\welcome.exe
icon=icon.ico

View file

@ -1,3 +1,3 @@
[autorun]
open=readme.txt
icon=icon.ico
[autorun]
open=readme.txt
icon=icon.ico

View file

@ -1,31 +1,31 @@
[FREELOADER]
DefaultOS=Setup
TimeOut=0
[Display]
TitleText=ReactOS Setup
StatusBarColor=Cyan
StatusBarTextColor=Black
BackdropTextColor=White
BackdropColor=Blue
BackdropFillStyle=Medium
TitleBoxTextColor=White
TitleBoxColor=Red
MessageBoxTextColor=White
MessageBoxColor=Blue
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray
ShowTime=No
MenuBox=No
CenterMenu=No
MinimalUI=Yes
TimeText=Seconds until highlighted choice will be started automatically:
[Operating Systems]
Setup="Setup"
[Setup]
BootType=ReactOSSetup
[FREELOADER]
DefaultOS=Setup
TimeOut=0
[Display]
TitleText=ReactOS Setup
StatusBarColor=Cyan
StatusBarTextColor=Black
BackdropTextColor=White
BackdropColor=Blue
BackdropFillStyle=Medium
TitleBoxTextColor=White
TitleBoxColor=Red
MessageBoxTextColor=White
MessageBoxColor=Blue
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray
ShowTime=No
MenuBox=No
CenterMenu=No
MinimalUI=Yes
TimeText=Seconds until highlighted choice will be started automatically:
[Operating Systems]
Setup="Setup"
[Setup]
BootType=ReactOSSetup

View file

@ -1,14 +1,14 @@
@ECHO OFF
set DRIVE=
for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%X:\AHK-Tests set DRIVE=%%X)
if not defined DRIVE (
dbgprint "AHK Application testing suite not present, skipping."
exit /b 0
)
xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
REM Download Amine's rosautotest from svn
dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
dbgprint "....AHK Application testing suite added."
@ECHO OFF
set DRIVE=
for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%X:\AHK-Tests set DRIVE=%%X)
if not defined DRIVE (
dbgprint "AHK Application testing suite not present, skipping."
exit /b 0
)
xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
REM Download Amine's rosautotest from svn
dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
dbgprint "....AHK Application testing suite added."

View file

@ -1,14 +1,14 @@
@echo off
set WINETEST_DEBUG=0
set WINETEST_PLATFORM=reactos
move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll
move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll
if exist "C:\ReactOS\bin\AHKAppTests.cmd" (
dbgprint "Preparing AHK Application testing suite."
call C:\ReactOS\bin\AHKAppTests.cmd
del C:\ReactOS\bin\AHKAppTests.cmd
)
dbgprint --process "ipconfig"
start rosautotest /r /s /n
@echo off
set WINETEST_DEBUG=0
set WINETEST_PLATFORM=reactos
move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll
move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll
if exist "C:\ReactOS\bin\AHKAppTests.cmd" (
dbgprint "Preparing AHK Application testing suite."
call C:\ReactOS\bin\AHKAppTests.cmd
del C:\ReactOS\bin\AHKAppTests.cmd
)
dbgprint --process "ipconfig"
start rosautotest /r /s /n

View file

@ -1,28 +1,28 @@
@echo off
ECHO
ECHO Installing Programs...
ECHO
REM ECHO
REM ECHO Installing Abiword
REM ECHO
REM START /WAIT abiword.exe
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
REM ECHO
REM ECHO Installing OpenOffice
REM ECHO
REM START /WAIT openoffice.msi /Q
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
ECHO
ECHO Informing Sysreg that we are done
ECHO
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
ECHO
ECHO Shutting down ReactOS
ECHO
START shutdown.exe shutdown
@echo off
ECHO
ECHO Installing Programs...
ECHO
REM ECHO
REM ECHO Installing Abiword
REM ECHO
REM START /WAIT abiword.exe
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
REM ECHO
REM ECHO Installing OpenOffice
REM ECHO
REM START /WAIT openoffice.msi /Q
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
ECHO
ECHO Informing Sysreg that we are done
ECHO
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
ECHO
ECHO Shutting down ReactOS
ECHO
START shutdown.exe shutdown

View file

@ -1,57 +1,57 @@
[Unattend]
Signature = "$ReactOS$"
; Set UnattendSetupEnabled to yes in order to get unattended setup working
; yes - unattend setup enabled
; no - unattend setup disabled
UnattendSetupEnabled = yes
; Install to \Device\Harddisk0\Partition1\ReactOS
DestinationDiskNumber = 0
DestinationPartitionNumber = 1
InstallationDirectory=ReactOS
; MBRInstallType=0 skips MBR installation
; MBRInstallType=1 install MBR on floppy
; MBRInstallType=2 install MBR on hdd
MBRInstallType=2
FullName="MyName"
;OrgName="MyOrg"
ComputerName="MYCOMPUTERNAME"
;AdminPassword="MyPassword"
; TimeZone is set GMT as default
TimeZoneIndex=85
; enable this setting to disable daylight saving changes
; DisableAutoDaylightTimeSet = 1
; enable this setting to format the selected partition
; 1 - format enabled
; 0 - format disabled
FormatPartition=1
; enable this setting to automatically create a partition
; during installation
; 1 - enabled
; 0 - disabled
AutoPartition = 1
; set this option to automatically
; specify language in 2nd mode setup
; see hivesys.inf for available languages
LocaleID = 409
; enable this section to automatically launch programs
; after 3rd boot
;
[GuiRunOnce]
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 0
[Unattend]
Signature = "$ReactOS$"
; Set UnattendSetupEnabled to yes in order to get unattended setup working
; yes - unattend setup enabled
; no - unattend setup disabled
UnattendSetupEnabled = yes
; Install to \Device\Harddisk0\Partition1\ReactOS
DestinationDiskNumber = 0
DestinationPartitionNumber = 1
InstallationDirectory=ReactOS
; MBRInstallType=0 skips MBR installation
; MBRInstallType=1 install MBR on floppy
; MBRInstallType=2 install MBR on hdd
MBRInstallType=2
FullName="MyName"
;OrgName="MyOrg"
ComputerName="MYCOMPUTERNAME"
;AdminPassword="MyPassword"
; TimeZone is set GMT as default
TimeZoneIndex=85
; enable this setting to disable daylight saving changes
; DisableAutoDaylightTimeSet = 1
; enable this setting to format the selected partition
; 1 - format enabled
; 0 - format disabled
FormatPartition=1
; enable this setting to automatically create a partition
; during installation
; 1 - enabled
; 0 - disabled
AutoPartition = 1
; set this option to automatically
; specify language in 2nd mode setup
; see hivesys.inf for available languages
LocaleID = 409
; enable this section to automatically launch programs
; after 3rd boot
;
[GuiRunOnce]
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 0

File diff suppressed because it is too large Load diff

View file

@ -1,51 +1,51 @@
[FREELOADER]
DefaultOS=LiveCD_Debug
TimeOut=5
[Display]
TitleText=ReactOS LiveCD
StatusBarColor=Cyan
StatusBarTextColor=Black
BackdropTextColor=White
BackdropColor=Blue
BackdropFillStyle=Medium
TitleBoxTextColor=White
TitleBoxColor=Red
MessageBoxTextColor=White
MessageBoxColor=Blue
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray
ShowTime=No
MenuBox=No
CenterMenu=No
MinimalUI=Yes
TimeText=Seconds until highlighted choice will be started automatically:
[Operating Systems]
LiveCD="LiveCD"
LiveCD_Debug="LiveCD (Debug)"
LiveCD_Screen="LiveCD (Screen)"
LiveCD_LogFile="LiveCD (Log file)"
[LiveCD]
BootType=Windows2003
SystemPath=\reactos
Options=/MININT
[LiveCD_Debug]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
[LiveCD_Screen]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
[LiveCD_LogFile]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
[FREELOADER]
DefaultOS=LiveCD_Debug
TimeOut=5
[Display]
TitleText=ReactOS LiveCD
StatusBarColor=Cyan
StatusBarTextColor=Black
BackdropTextColor=White
BackdropColor=Blue
BackdropFillStyle=Medium
TitleBoxTextColor=White
TitleBoxColor=Red
MessageBoxTextColor=White
MessageBoxColor=Blue
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray
ShowTime=No
MenuBox=No
CenterMenu=No
MinimalUI=Yes
TimeText=Seconds until highlighted choice will be started automatically:
[Operating Systems]
LiveCD="LiveCD"
LiveCD_Debug="LiveCD (Debug)"
LiveCD_Screen="LiveCD (Screen)"
LiveCD_LogFile="LiveCD (Log file)"
[LiveCD]
BootType=Windows2003
SystemPath=\reactos
Options=/MININT
[LiveCD_Debug]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
[LiveCD_Screen]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
[LiveCD_LogFile]
BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT

View file

@ -1,77 +1,77 @@
========================
ReactOS™ Version 0.4.x
Updated August 31, 2016
========================
1. What is ReactOS?
-------------------
ReactOS™ is an Open Source effort to develop a quality operating system that is
compatible with applications and drivers written for the Microsoft® Windows™ NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
More information is available at: https://www.reactos.org
2. Relationship with the WINE project
-------------------------------------
ReactOS has always intended to work with the WINE project to share as much
programming effort as possible. This mainly concerns User Mode DLLs and
still happens to a degree today. Other areas of cooperation lie in
applications and testing suites.
3. Future compatibility
-----------------------
The ReactOS project, although currently focused on Windows Server 2003
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.
4. Supporting other System Applications
---------------------------------------
The Windows NT architecture allows for subsystems, as does the ReactOS
architecture. A subsystem is an implementation of the APIs of another
operating system, allowing ReactOS to run applications from other systems.
We are already looking at subsystems for: Java, OS/2, and DOS and possibly
others in the future.
5. Is ReactOS legal?
--------------------
Yes we are.
All the code of ReactOS has been written from scratch by our developers.
We go to great lengths to ensure that the code our developers create is clean,
same applies to the variety of methods we use to understand Windows internals,
including clean room reverse engineering, using existing documentation freely
available both in books and on the web, using extensive tests (tens of millions)
which apply black box engineering methods against both public and private APIs
exposed by the operating system.
6. Tutorials
------------
Developer and User Tutorials: https://www.reactos.org/wiki
The tutorials contain more information on the project, compiling and testing
ReactOS - amongst other topics. Contributors to the project are always welcome.
7. Frequently Asked Questions
-----------------------------
Some of your questions may be answered in: https://www.reactos.org/joining/faqs
In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
complementary, yet non-official, information.
8. Authors
----------
This document was originally written by Jason Filby (jasonfilby@yahoo.com)
and is now occasionally updated by various contributors.
========================
ReactOS™ Version 0.4.x
Updated August 31, 2016
========================
1. What is ReactOS?
-------------------
ReactOS™ is an Open Source effort to develop a quality operating system that is
compatible with applications and drivers written for the Microsoft® Windows™ NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
More information is available at: https://www.reactos.org
2. Relationship with the WINE project
-------------------------------------
ReactOS has always intended to work with the WINE project to share as much
programming effort as possible. This mainly concerns User Mode DLLs and
still happens to a degree today. Other areas of cooperation lie in
applications and testing suites.
3. Future compatibility
-----------------------
The ReactOS project, although currently focused on Windows Server 2003
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.
4. Supporting other System Applications
---------------------------------------
The Windows NT architecture allows for subsystems, as does the ReactOS
architecture. A subsystem is an implementation of the APIs of another
operating system, allowing ReactOS to run applications from other systems.
We are already looking at subsystems for: Java, OS/2, and DOS and possibly
others in the future.
5. Is ReactOS legal?
--------------------
Yes we are.
All the code of ReactOS has been written from scratch by our developers.
We go to great lengths to ensure that the code our developers create is clean,
same applies to the variety of methods we use to understand Windows internals,
including clean room reverse engineering, using existing documentation freely
available both in books and on the web, using extensive tests (tens of millions)
which apply black box engineering methods against both public and private APIs
exposed by the operating system.
6. Tutorials
------------
Developer and User Tutorials: https://www.reactos.org/wiki
The tutorials contain more information on the project, compiling and testing
ReactOS - amongst other topics. Contributors to the project are always welcome.
7. Frequently Asked Questions
-----------------------------
Some of your questions may be answered in: https://www.reactos.org/joining/faqs
In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
complementary, yet non-official, information.
8. Authors
----------
This document was originally written by Jason Filby (jasonfilby@yahoo.com)
and is now occasionally updated by various contributors.

View file

@ -1,225 +1,225 @@
// fathelp.S
// FAT12/16 Boot Sector Helper Code
// Copyright (c) 1998, 2001, 2002, 2003 Brian Palmer
//#include <asm.inc>
//org 8000h
//.text
#define BootSectorStackTop HEX(7bf2)
#define DataAreaStartHigh 2
#define DataAreaStartLow 4
#define BiosCHSDriveSizeHigh 6
#define BiosCHSDriveSizeLow 8
#define BiosCHSDriveSize 8
#define ReadSectorsOffset 10
#define ReadClusterOffset 12
#define PutCharsOffset 14
#define OEMName 3
#define BytesPerSector 11
#define SectsPerCluster 13
#define ReservedSectors 14
#define NumberOfFats 16
#define MaxRootEntries 17
#define TotalSectors 19
#define MediaDescriptor 21
#define SectorsPerFat 22
#define SectorsPerTrack 24
#define NumberOfHeads 26
#define HiddenSectors 28
#define TotalSectorsBig 32
#define BootDrive 36
#define Reserved 37
#define ExtendSig 38
#define SerialNumber 39
#define VolumeLabel 43
#define FileSystem 54
#define BootPartition HEX(7dfd)
// This code will be stored in the first 512 bytes
// of freeldr.sys. The first 3 bytes will be a jmp
// instruction to skip past the FAT helper code
// that is stored in the rest of the 512 bytes.
//
PUBLIC start
start:
// This code is loaded at 0000:F800 so we have to
// encode a jmp instruction to jump to 0000:FA00
.byte HEX(e9), HEX(fd), HEX(01)
// Now starts the extra boot code that we will store
// in the first 512 bytes of freeldr.sys. This code
// allows the FAT12/16 bootsector to navigate the
// FAT table so that we can still load freeldr.sys
// even if it is fragmented.
FatHelperEntryPoint:
/* First save AX - the start cluster of freeldr.sys */
push ax
/* Display "Loading FreeLoader..." message */
mov si, offset msgLoading
call word ptr [bp-PutCharsOffset]
call ReadFatIntoMemory
/* Restore AX (start cluster) */
pop ax
// AX has start cluster of freeldr.sys
mov bx, FREELDR_BASE / 16
mov es,bx
LoadFile:
push ax
call IsFat12
pop ax
jnc LoadFile2
cmp ax, HEX(0ff8) // Check to see if this is the last cluster in the chain
jmp LoadFile3
LoadFile2:
cmp ax, HEX(0fff8)
LoadFile3:
jae LoadFile_Done // If so continue, if not then read then next one
push ax
xor bx,bx // Load ROSLDR starting at 0000:8000h
push es
call word ptr [bp-ReadClusterOffset]
pop es
xor bx,bx
mov bl, [bp+SectsPerCluster]
shl bx,5 // BX = BX * 512 / 16
mov ax,es // Increment the load address by
add ax,bx // The size of a cluster
mov es,ax
call IsFat12
pop ax
push es
jnc LoadFile4
call GetFatEntry12 // Get the next entry
jmp LoadFile5
LoadFile4:
call GetFatEntry16
LoadFile5:
pop es
jmp LoadFile // Load the next cluster (if any)
LoadFile_Done:
mov dl, byte ptr [bp+BootDrive] // Load the boot drive into DL
mov dh, byte ptr ds:[BootPartition] // Load the boot partition into DH
/* continue where other bootsectors start */
jmp start
// Reads the entire FAT into memory at 7000:0000
ReadFatIntoMemory:
mov ax, [bp+HiddenSectors]
mov dx, [bp+HiddenSectors+2]
add ax, [bp+ReservedSectors]
adc dx, 0
mov cx, [bp+SectorsPerFat]
mov bx, HEX(7000)
mov es,bx
xor bx,bx
call word ptr [bp-ReadSectorsOffset]
ret
// Returns the FAT entry for a given cluster number for 16-bit FAT
// On entry AX has cluster number
// On return AX has FAT entry for that cluster
GetFatEntry16:
mov cx,2 // AX = AX * 2 (since FAT16 entries are 2 bytes)
mul cx
shl dx,12
mov bx, HEX(7000)
add bx,dx
mov es,bx
mov bx,ax // Restore FAT entry offset
mov ax, es:[bx] // Get FAT entry
ret
// Returns the FAT entry for a given cluster number for 12-bit FAT
// On entry AX has cluster number
// On return AX has FAT entry for that cluster
GetFatEntry12:
push ax
mov cx,ax
shr ax,1
add ax,cx // AX = AX * 1.5 (AX = AX + (AX / 2)) (since FAT12 entries are 12 bits)
mov bx, HEX(7000)
mov es,bx
mov bx,ax // Put FAT entry offset into BX
mov ax, es:[bx] // Get FAT entry
pop cx // Get cluster number from stack
and cx,1
jz UseLow12Bits
and ax, HEX(0fff0)
shr ax,4
jmp GetFatEntry12_Done
UseLow12Bits:
and ax, HEX(0fff)
GetFatEntry12_Done:
ret
// Returns CF = 1 if this is a FAT12 file system
// Otherwise CF = 0 for FAT16
IsFat12:
mov ebx, dword ptr [bp-DataAreaStartLow]
// EBX now has the number of the starting sector of the data area
// starting from the beginning of the disk, so subtrace hidden sectors
sub ebx, dword ptr [bp+HiddenSectors]
xor eax,eax
mov ax, word ptr [bp+TotalSectors]
cmp ax, 0
jnz IsFat12_2
mov eax, dword ptr [bp+TotalSectorsBig]
// EAX now contains the number of sectors on the volume
IsFat12_2:
sub eax,ebx // Subtract data area start sector
xor edx,edx // from total sectors of volume
// EDX:EAX now contains the number of data sectors on the volume
movzx ebx, byte ptr [bp+SectsPerCluster]
div ebx
// EAX now has the number of clusters on the volume
stc
cmp eax,4085
jb IsFat12_Done
clc
IsFat12_Done:
ret
msgLoading:
.ascii "Loading FreeLoader...", CR, LF, NUL
.org 510 // Pad to 510 bytes
.word HEX(0aa55) // BootSector signature
// fathelp.S
// FAT12/16 Boot Sector Helper Code
// Copyright (c) 1998, 2001, 2002, 2003 Brian Palmer
//#include <asm.inc>
//org 8000h
//.text
#define BootSectorStackTop HEX(7bf2)
#define DataAreaStartHigh 2
#define DataAreaStartLow 4
#define BiosCHSDriveSizeHigh 6
#define BiosCHSDriveSizeLow 8
#define BiosCHSDriveSize 8
#define ReadSectorsOffset 10
#define ReadClusterOffset 12
#define PutCharsOffset 14
#define OEMName 3
#define BytesPerSector 11
#define SectsPerCluster 13
#define ReservedSectors 14
#define NumberOfFats 16
#define MaxRootEntries 17
#define TotalSectors 19
#define MediaDescriptor 21
#define SectorsPerFat 22
#define SectorsPerTrack 24
#define NumberOfHeads 26
#define HiddenSectors 28
#define TotalSectorsBig 32
#define BootDrive 36
#define Reserved 37
#define ExtendSig 38
#define SerialNumber 39
#define VolumeLabel 43
#define FileSystem 54
#define BootPartition HEX(7dfd)
// This code will be stored in the first 512 bytes
// of freeldr.sys. The first 3 bytes will be a jmp
// instruction to skip past the FAT helper code
// that is stored in the rest of the 512 bytes.
//
PUBLIC start
start:
// This code is loaded at 0000:F800 so we have to
// encode a jmp instruction to jump to 0000:FA00
.byte HEX(e9), HEX(fd), HEX(01)
// Now starts the extra boot code that we will store
// in the first 512 bytes of freeldr.sys. This code
// allows the FAT12/16 bootsector to navigate the
// FAT table so that we can still load freeldr.sys
// even if it is fragmented.
FatHelperEntryPoint:
/* First save AX - the start cluster of freeldr.sys */
push ax
/* Display "Loading FreeLoader..." message */
mov si, offset msgLoading
call word ptr [bp-PutCharsOffset]
call ReadFatIntoMemory
/* Restore AX (start cluster) */
pop ax
// AX has start cluster of freeldr.sys
mov bx, FREELDR_BASE / 16
mov es,bx
LoadFile:
push ax
call IsFat12
pop ax
jnc LoadFile2
cmp ax, HEX(0ff8) // Check to see if this is the last cluster in the chain
jmp LoadFile3
LoadFile2:
cmp ax, HEX(0fff8)
LoadFile3:
jae LoadFile_Done // If so continue, if not then read then next one
push ax
xor bx,bx // Load ROSLDR starting at 0000:8000h
push es
call word ptr [bp-ReadClusterOffset]
pop es
xor bx,bx
mov bl, [bp+SectsPerCluster]
shl bx,5 // BX = BX * 512 / 16
mov ax,es // Increment the load address by
add ax,bx // The size of a cluster
mov es,ax
call IsFat12
pop ax
push es
jnc LoadFile4
call GetFatEntry12 // Get the next entry
jmp LoadFile5
LoadFile4:
call GetFatEntry16
LoadFile5:
pop es
jmp LoadFile // Load the next cluster (if any)
LoadFile_Done:
mov dl, byte ptr [bp+BootDrive] // Load the boot drive into DL
mov dh, byte ptr ds:[BootPartition] // Load the boot partition into DH
/* continue where other bootsectors start */
jmp start
// Reads the entire FAT into memory at 7000:0000
ReadFatIntoMemory:
mov ax, [bp+HiddenSectors]
mov dx, [bp+HiddenSectors+2]
add ax, [bp+ReservedSectors]
adc dx, 0
mov cx, [bp+SectorsPerFat]
mov bx, HEX(7000)
mov es,bx
xor bx,bx
call word ptr [bp-ReadSectorsOffset]
ret
// Returns the FAT entry for a given cluster number for 16-bit FAT
// On entry AX has cluster number
// On return AX has FAT entry for that cluster
GetFatEntry16:
mov cx,2 // AX = AX * 2 (since FAT16 entries are 2 bytes)
mul cx
shl dx,12
mov bx, HEX(7000)
add bx,dx
mov es,bx
mov bx,ax // Restore FAT entry offset
mov ax, es:[bx] // Get FAT entry
ret
// Returns the FAT entry for a given cluster number for 12-bit FAT
// On entry AX has cluster number
// On return AX has FAT entry for that cluster
GetFatEntry12:
push ax
mov cx,ax
shr ax,1
add ax,cx // AX = AX * 1.5 (AX = AX + (AX / 2)) (since FAT12 entries are 12 bits)
mov bx, HEX(7000)
mov es,bx
mov bx,ax // Put FAT entry offset into BX
mov ax, es:[bx] // Get FAT entry
pop cx // Get cluster number from stack
and cx,1
jz UseLow12Bits
and ax, HEX(0fff0)
shr ax,4
jmp GetFatEntry12_Done
UseLow12Bits:
and ax, HEX(0fff)
GetFatEntry12_Done:
ret
// Returns CF = 1 if this is a FAT12 file system
// Otherwise CF = 0 for FAT16
IsFat12:
mov ebx, dword ptr [bp-DataAreaStartLow]
// EBX now has the number of the starting sector of the data area
// starting from the beginning of the disk, so subtrace hidden sectors
sub ebx, dword ptr [bp+HiddenSectors]
xor eax,eax
mov ax, word ptr [bp+TotalSectors]
cmp ax, 0
jnz IsFat12_2
mov eax, dword ptr [bp+TotalSectorsBig]
// EAX now contains the number of sectors on the volume
IsFat12_2:
sub eax,ebx // Subtract data area start sector
xor edx,edx // from total sectors of volume
// EDX:EAX now contains the number of data sectors on the volume
movzx ebx, byte ptr [bp+SectsPerCluster]
div ebx
// EAX now has the number of clusters on the volume
stc
cmp eax,4085
jb IsFat12_Done
clc
IsFat12_Done:
ret
msgLoading:
.ascii "Loading FreeLoader...", CR, LF, NUL
.org 510 // Pad to 510 bytes
.word HEX(0aa55) // BootSector signature

View file

@ -1,117 +1,117 @@
Empty8042:
.word HEX(00eb), HEX(00eb) // jmp $+2, jmp $+2
in al, HEX(64)
cmp al, HEX(0ff) // legacy-free machine without keyboard
jz Empty8042_ret // controllers on Intel Macs read back 0xFF
test al, 2
jnz Empty8042
Empty8042_ret:
ret
EnableA20:
pusha
call Empty8042
mov al, HEX(0D1) // command write
out HEX(064), al
call Empty8042
mov al, HEX(0DF) // A20 on
out HEX(060), al
call Empty8042
popa
ret
/*
* writestr
* si = pointer to zero terminated string
*/
writestr:
pushfd
pushad
writestr_top:
lodsb
and al, al
jz writestr_end
call writechr
jmp short writestr_top
writestr_end:
popad
popfd
ret
/*
* writechr
* al = character to output
*/
writechr:
pushf
pusha
mov ah, HEX(0E)
xor bx, bx
int HEX(10)
popa
popf
ret
//
// writehex[248]: Write a hex number in (AL, AX, EAX) to the console
//
writehex2:
pushfd
pushad
shl eax, 24
mov cx, 2
jmp short writehex_common
writehex4:
pushfd
pushad
shl eax, 16
mov cx, 4
jmp short writehex_common
writehex8:
pushfd
pushad
mov cx, 8
writehex_common:
.loop:
rol eax, 4
push eax
and al, HEX(0F)
cmp al, 10
jae .high
.low:
add al, '0'
jmp short .ischar
.high:
add al, 'A'-10
.ischar:
call writechr
pop eax
loop .loop
popad
popfd
ret
Reboot:
cli
/* Set the word at location 40h:72h to 0 (cold reboot) */
mov word ptr ds:[HEX(0472)], HEX(0)
/* and jump to location F000h:FFF0h in ROM */
ljmp16 HEX(0F000), HEX(0FFF0)
ChainLoadBiosBootSectorCode:
/* Load segment registers */
cli
xor ax, ax
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
mov esp, HEX(7C00)
/* Jump to the bootsector code */
ljmp16 HEX(0000), HEX(7C00)
Empty8042:
.word HEX(00eb), HEX(00eb) // jmp $+2, jmp $+2
in al, HEX(64)
cmp al, HEX(0ff) // legacy-free machine without keyboard
jz Empty8042_ret // controllers on Intel Macs read back 0xFF
test al, 2
jnz Empty8042
Empty8042_ret:
ret
EnableA20:
pusha
call Empty8042
mov al, HEX(0D1) // command write
out HEX(064), al
call Empty8042
mov al, HEX(0DF) // A20 on
out HEX(060), al
call Empty8042
popa
ret
/*
* writestr
* si = pointer to zero terminated string
*/
writestr:
pushfd
pushad
writestr_top:
lodsb
and al, al
jz writestr_end
call writechr
jmp short writestr_top
writestr_end:
popad
popfd
ret
/*
* writechr
* al = character to output
*/
writechr:
pushf
pusha
mov ah, HEX(0E)
xor bx, bx
int HEX(10)
popa
popf
ret
//
// writehex[248]: Write a hex number in (AL, AX, EAX) to the console
//
writehex2:
pushfd
pushad
shl eax, 24
mov cx, 2
jmp short writehex_common
writehex4:
pushfd
pushad
shl eax, 16
mov cx, 4
jmp short writehex_common
writehex8:
pushfd
pushad
mov cx, 8
writehex_common:
.loop:
rol eax, 4
push eax
and al, HEX(0F)
cmp al, 10
jae .high
.low:
add al, '0'
jmp short .ischar
.high:
add al, 'A'-10
.ischar:
call writechr
pop eax
loop .loop
popad
popfd
ret
Reboot:
cli
/* Set the word at location 40h:72h to 0 (cold reboot) */
mov word ptr ds:[HEX(0472)], HEX(0)
/* and jump to location F000h:FFF0h in ROM */
ljmp16 HEX(0F000), HEX(0FFF0)
ChainLoadBiosBootSectorCode:
/* Load segment registers */
cli
xor ax, ax
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
mov esp, HEX(7C00)
/* Jump to the bootsector code */
ljmp16 HEX(0000), HEX(7C00)

View file

@ -1,88 +1,88 @@
#include "../../include/arch/pc/pcbios.h"
#define EFLAGS_CF HEX(01)
#define EFLAGS_ZF HEX(40)
#define EFLAGS_SF HEX(80)
Int386:
/* Save all registers + segment registers */
push ds
push es
push fs
push gs
pushad
/* Get the interrupt vector and patch the opcode */
mov al, byte ptr ds:[BSS_IntVector]
mov byte ptr ds:[Int386_vector_opcode], al
/* Get current EFLAGS and mask CF, ZF and SF */
pushf
pop cx
and cx, not (EFLAGS_CF or EFLAGS_ZF or EFLAGS_SF)
/* Get flags CF, ZF and SF from the REGS structure */
mov ax, word ptr cs:[BSS_RegisterSet + REGS_EFLAGS]
and ax, (EFLAGS_CF or EFLAGS_ZF or EFLAGS_SF)
/* Combine flags and set them */
or ax, cx
push ax
popf
/* Setup the registers */
mov ax, word ptr cs:[BSS_RegisterSet + REGS_DS]
mov ds, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_ES]
mov es, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_FS]
mov fs, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_GS]
mov gs, ax
mov eax, dword ptr cs:[BSS_RegisterSet + REGS_EAX]
mov ebx, dword ptr cs:[BSS_RegisterSet + REGS_EBX]
mov ecx, dword ptr cs:[BSS_RegisterSet + REGS_ECX]
mov edx, dword ptr cs:[BSS_RegisterSet + REGS_EDX]
mov esi, dword ptr cs:[BSS_RegisterSet + REGS_ESI]
mov edi, dword ptr cs:[BSS_RegisterSet + REGS_EDI]
// Don't setup ebp, we only use it as output!
/* Call the interrupt vector */
/*int Int386_vector*/
.byte HEX(0cd)
Int386_vector_opcode:
.byte 00
/* Save the registers */
mov dword ptr cs:[BSS_RegisterSet + REGS_EAX], eax
mov dword ptr cs:[BSS_RegisterSet + REGS_EBX], ebx
mov dword ptr cs:[BSS_RegisterSet + REGS_ECX], ecx
mov dword ptr cs:[BSS_RegisterSet + REGS_EDX], edx
mov dword ptr cs:[BSS_RegisterSet + REGS_ESI], esi
mov dword ptr cs:[BSS_RegisterSet + REGS_EDI], edi
mov dword ptr cs:[BSS_RegisterSet + REGS_EBP], ebp
mov ax, ds
mov word ptr cs:[BSS_RegisterSet + REGS_DS], ax
mov ax, es
mov word ptr cs:[BSS_RegisterSet + REGS_ES], ax
mov ax, fs
mov word ptr cs:[BSS_RegisterSet + REGS_FS], ax
mov ax, gs
mov word ptr cs:[BSS_RegisterSet + REGS_GS], ax
pushfd
pop dword ptr cs:[BSS_RegisterSet + REGS_EFLAGS]
popad
pop gs
pop fs
pop es
pop ds
ret
#include "../../include/arch/pc/pcbios.h"
#define EFLAGS_CF HEX(01)
#define EFLAGS_ZF HEX(40)
#define EFLAGS_SF HEX(80)
Int386:
/* Save all registers + segment registers */
push ds
push es
push fs
push gs
pushad
/* Get the interrupt vector and patch the opcode */
mov al, byte ptr ds:[BSS_IntVector]
mov byte ptr ds:[Int386_vector_opcode], al
/* Get current EFLAGS and mask CF, ZF and SF */
pushf
pop cx
and cx, not (EFLAGS_CF or EFLAGS_ZF or EFLAGS_SF)
/* Get flags CF, ZF and SF from the REGS structure */
mov ax, word ptr cs:[BSS_RegisterSet + REGS_EFLAGS]
and ax, (EFLAGS_CF or EFLAGS_ZF or EFLAGS_SF)
/* Combine flags and set them */
or ax, cx
push ax
popf
/* Setup the registers */
mov ax, word ptr cs:[BSS_RegisterSet + REGS_DS]
mov ds, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_ES]
mov es, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_FS]
mov fs, ax
mov ax, word ptr cs:[BSS_RegisterSet + REGS_GS]
mov gs, ax
mov eax, dword ptr cs:[BSS_RegisterSet + REGS_EAX]
mov ebx, dword ptr cs:[BSS_RegisterSet + REGS_EBX]
mov ecx, dword ptr cs:[BSS_RegisterSet + REGS_ECX]
mov edx, dword ptr cs:[BSS_RegisterSet + REGS_EDX]
mov esi, dword ptr cs:[BSS_RegisterSet + REGS_ESI]
mov edi, dword ptr cs:[BSS_RegisterSet + REGS_EDI]
// Don't setup ebp, we only use it as output!
/* Call the interrupt vector */
/*int Int386_vector*/
.byte HEX(0cd)
Int386_vector_opcode:
.byte 00
/* Save the registers */
mov dword ptr cs:[BSS_RegisterSet + REGS_EAX], eax
mov dword ptr cs:[BSS_RegisterSet + REGS_EBX], ebx
mov dword ptr cs:[BSS_RegisterSet + REGS_ECX], ecx
mov dword ptr cs:[BSS_RegisterSet + REGS_EDX], edx
mov dword ptr cs:[BSS_RegisterSet + REGS_ESI], esi
mov dword ptr cs:[BSS_RegisterSet + REGS_EDI], edi
mov dword ptr cs:[BSS_RegisterSet + REGS_EBP], ebp
mov ax, ds
mov word ptr cs:[BSS_RegisterSet + REGS_DS], ax
mov ax, es
mov word ptr cs:[BSS_RegisterSet + REGS_ES], ax
mov ax, fs
mov word ptr cs:[BSS_RegisterSet + REGS_FS], ax
mov ax, gs
mov word ptr cs:[BSS_RegisterSet + REGS_GS], ax
pushfd
pop dword ptr cs:[BSS_RegisterSet + REGS_EFLAGS]
popad
pop gs
pop fs
pop es
pop ds
ret

View file

@ -1,15 +1,15 @@
BootLinuxKernel:
// dl must be set to the boot drive
/* Load segment registers */
cli
mov bx, HEX(9000)
mov ds, bx
mov es, bx
mov fs, bx
mov gs, bx
mov ss, bx
mov sp, HEX(9000)
ljmp16 HEX(9020), HEX(0000)
BootLinuxKernel:
// dl must be set to the boot drive
/* Load segment registers */
cli
mov bx, HEX(9000)
mov ds, bx
mov es, bx
mov fs, bx
mov gs, bx
mov ss, bx
mov sp, HEX(9000)
ljmp16 HEX(9020), HEX(0000)

View file

@ -1,56 +1,56 @@
PnpBiosGetDeviceNodeCount:
mov ax, word ptr ds:[BSS_PnpBiosDataSegment]
push ax
push cs
mov ax, BSS_PnpNodeSize
push ax
push cs
mov ax, BSS_PnpNodeCount
push ax
push 0
call dword ptr ds:[BSS_PnpBiosEntryPoint]
add sp, 12
movzx ecx, ax
mov dword ptr ds:[BSS_PnpResult], ecx
ret
PnpBiosGetDeviceNode:
/* push bios segment */
mov ax, word ptr ds:[BSS_PnpBiosDataSegment]
push ax
/* push control flag */
push 1
/* push pointer to node buffer (segment/offset) */
mov ax, word ptr ds:[BSS_PnpBiosBufferSegment]
push ax
mov ax, word ptr ds:[BSS_PnpBiosBufferOffset]
push ax
/* push pointer to node number (segment/offset) */
push cs
mov ax, BSS_PnpNodeNumber
push ax
/* push function number */
push 1
/* call entry point */
call dword ptr ds:[BSS_PnpBiosEntryPoint]
add sp, 14
movzx ecx, ax
mov dword ptr ds:[BSS_PnpResult], ecx
ret
PnpBiosGetDeviceNodeCount:
mov ax, word ptr ds:[BSS_PnpBiosDataSegment]
push ax
push cs
mov ax, BSS_PnpNodeSize
push ax
push cs
mov ax, BSS_PnpNodeCount
push ax
push 0
call dword ptr ds:[BSS_PnpBiosEntryPoint]
add sp, 12
movzx ecx, ax
mov dword ptr ds:[BSS_PnpResult], ecx
ret
PnpBiosGetDeviceNode:
/* push bios segment */
mov ax, word ptr ds:[BSS_PnpBiosDataSegment]
push ax
/* push control flag */
push 1
/* push pointer to node buffer (segment/offset) */
mov ax, word ptr ds:[BSS_PnpBiosBufferSegment]
push ax
mov ax, word ptr ds:[BSS_PnpBiosBufferOffset]
push ax
/* push pointer to node number (segment/offset) */
push cs
mov ax, BSS_PnpNodeNumber
push ax
/* push function number */
push 1
/* call entry point */
call dword ptr ds:[BSS_PnpBiosEntryPoint]
add sp, 14
movzx ecx, ax
mov dword ptr ds:[BSS_PnpResult], ecx
ret

View file

@ -1,32 +1,32 @@
/*
* FreeLoader
* Copyright (C) 2011 Hervé Poussineau
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
PxeCallApi:
mov ax, word ptr ds:[BSS_PxeBufferSegment]
push ax
mov ax, word ptr ds:[BSS_PxeBufferOffset]
push ax
mov ax, word ptr ds:[BSS_PxeFunction]
push ax
call dword ptr ds:[BSS_PxeEntryPoint]
add esp, 6
mov word ptr ds:[BSS_PxeResult], ax
ret
/*
* FreeLoader
* Copyright (C) 2011 Hervé Poussineau
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
PxeCallApi:
mov ax, word ptr ds:[BSS_PxeBufferSegment]
push ax
mov ax, word ptr ds:[BSS_PxeBufferOffset]
push ax
mov ax, word ptr ds:[BSS_PxeFunction]
push ax
call dword ptr ds:[BSS_PxeEntryPoint]
add esp, 6
mov word ptr ds:[BSS_PxeResult], ax
ret

View file

@ -1,252 +1,252 @@
@echo off
REM This is needed so as to avoid static expansion of environment variables
REM inside if (...) conditionals.
REM See http://stackoverflow.com/questions/305605/weird-scope-issue-in-bat-file
REM for more explanation.
REM Precisely needed for configuring Visual Studio Environment.
setlocal enabledelayedexpansion
REM Does the user need help?
if /I "%1" == "help" goto help
if /I "%1" == "/?" (
:help
echo Help for configure script
echo Syntax: path\to\source\configure.cmd [script-options] [Cmake-options]
echo Available script-options: Codeblocks, Eclipse, Makefiles, clang, VSSolution, RTC
echo Cmake-options: -DVARIABLE:TYPE=VALUE
endlocal
exit /b
)
REM Special case %1 = arm_hosttools %2 = vcvarsall.bat %3 = %CMAKE_GENERATOR%
if /I "%1" == "arm_hosttools" (
echo Configuring x86 host tools for ARM cross build
REM This launches %VSINSTALLDIR%VS\vcvarsall.bat
call %2 x86
REM Configure host tools for x86.
cmake -G %3 -DARCH:STRING=i386 %~dp0
exit
)
REM Get the source root directory
set REACTOS_SOURCE_DIR=%~dp0
REM Set default generator
set CMAKE_GENERATOR="Ninja"
set CMAKE_GENERATOR_HOST=!CMAKE_GENERATOR!
REM Detect presence of cmake
cmd /c cmake --version 2>&1 | find "cmake version" > NUL || goto cmake_notfound
REM Detect build environment (MinGW, VS, WDK, ...)
if defined ROS_ARCH (
echo Detected RosBE for %ROS_ARCH%
set BUILD_ENVIRONMENT=MinGW
set ARCH=%ROS_ARCH%
set MINGW_TOOCHAIN_FILE=toolchain-gcc.cmake
) else if defined VCINSTALLDIR (
REM VS command prompt does not put this in environment vars
cl 2>&1 | find "x86" > NUL && set ARCH=i386
cl 2>&1 | find "x64" > NUL && set ARCH=amd64
cl 2>&1 | find "ARM" > NUL && set ARCH=arm
cl 2>&1 | find "15.00." > NUL && set VS_VERSION=9
cl 2>&1 | find "16.00." > NUL && set VS_VERSION=10
cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11
cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
if not defined VS_VERSION (
echo Error: Visual Studio version too old or version detection failed.
endlocal
exit /b
)
set BUILD_ENVIRONMENT=VS
set VS_SOLUTION=0
set VS_RUNTIME_CHECKS=0
echo Detected Visual Studio Environment !BUILD_ENVIRONMENT!!VS_VERSION!-!ARCH!
) else (
echo Error: Unable to detect build environment. Configure script failure.
endlocal
exit /b
)
REM Checkpoint
if not defined ARCH (
echo Unknown build architecture
endlocal
exit /b
)
set NEW_STYLE_BUILD=1
REM Parse command line parameters
:repeat
if /I "%1%" == "-DNEW_STYLE_BUILD" (
set NEW_STYLE_BUILD=%2
) else if "%BUILD_ENVIRONMENT%" == "MinGW" (
if /I "%1" == "Codeblocks" (
set CMAKE_GENERATOR="CodeBlocks - MinGW Makefiles"
) else if /I "%1" == "Eclipse" (
set CMAKE_GENERATOR="Eclipse CDT4 - MinGW Makefiles"
) else if /I "%1" == "Makefiles" (
set CMAKE_GENERATOR="MinGW Makefiles"
) else if /I "%1" == "clang" (
set MINGW_TOOCHAIN_FILE=toolchain-clang.cmake
) else (
goto continue
)
) else (
if /I "%1" == "CodeBlocks" (
set CMAKE_GENERATOR="CodeBlocks - NMake Makefiles"
) else if /I "%1" == "Eclipse" (
set CMAKE_GENERATOR="Eclipse CDT4 - NMake Makefiles"
) else if /I "%1" == "Makefiles" (
set CMAKE_GENERATOR="NMake Makefiles"
) else if /I "%1" == "VSSolution" (
set VS_SOLUTION=1
if "!VS_VERSION!" == "9" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 9 2008 Win64"
) else (
set CMAKE_GENERATOR="Visual Studio 9 2008"
)
) else if "!VS_VERSION!" == "10" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 10 Win64"
) else (
set CMAKE_GENERATOR="Visual Studio 10"
)
) else if "!VS_VERSION!" == "11" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 11 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 11 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 11"
) else (
set CMAKE_GENERATOR="Visual Studio 11"
)
) else if "!VS_VERSION!" == "12" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 12 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 12 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 12"
) else (
set CMAKE_GENERATOR="Visual Studio 12"
)
) else if "!VS_VERSION!" == "14" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 14 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 14 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 14"
) else (
set CMAKE_GENERATOR="Visual Studio 14"
)
) else if "!VS_VERSION!" == "15" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 15 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 15 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 15"
) else (
set CMAKE_GENERATOR="Visual Studio 15"
)
)
) else if /I "%1" == "RTC" (
echo Runtime checks enabled
set VS_RUNTIME_CHECKS=1
) else (
goto continue
)
)
REM Go to next parameter
SHIFT
goto repeat
:continue
REM Inform the user about the default build
if "!CMAKE_GENERATOR!" == "Ninja" (
echo This script defaults to Ninja. Type "configure help" for alternative options.
)
REM Create directories
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
echo Creating directories in %REACTOS_OUTPUT_PATH%
if not exist %REACTOS_OUTPUT_PATH% (
mkdir %REACTOS_OUTPUT_PATH%
)
cd %REACTOS_OUTPUT_PATH%
)
if "%NEW_STYLE_BUILD%"=="0" (
if not exist host-tools (
mkdir host-tools
)
if not exist reactos (
mkdir reactos
)
echo Preparing host tools...
cd host-tools
if EXIST CMakeCache.txt (
del CMakeCache.txt /q
)
set REACTOS_BUILD_TOOLS_DIR=!CD!
REM Use x86 for ARM host tools
if "%ARCH%" == "arm" (
REM Launch new script instance for x86 host tools configuration
start "Preparing host tools for ARM cross build..." /I /B /WAIT %~dp0configure.cmd arm_hosttools "%VSINSTALLDIR%VC\vcvarsall.bat" %CMAKE_GENERATOR_HOST%
) else (
cmake -G %CMAKE_GENERATOR% -DARCH:STRING=%ARCH% "%REACTOS_SOURCE_DIR%"
)
cd..
)
echo Preparing reactos...
if "%NEW_STYLE_BUILD%"=="0" (
cd reactos
)
if EXIST CMakeCache.txt (
del CMakeCache.txt /q
del host-tools\CMakeCache.txt /q
)
if "%NEW_STYLE_BUILD%"=="0" (
set BUILD_TOOLS_FLAG=-DREACTOS_BUILD_TOOLS_DIR:PATH="%REACTOS_BUILD_TOOLS_DIR%"
)
if "%BUILD_ENVIRONMENT%" == "MinGW" (
cmake -G %CMAKE_GENERATOR% -DENABLE_CCACHE:BOOL=0 -DCMAKE_TOOLCHAIN_FILE:FILEPATH=%MINGW_TOOCHAIN_FILE% -DARCH:STRING=%ARCH% %BUILD_TOOLS_FLAG% %* "%REACTOS_SOURCE_DIR%"
) else (
cmake -G %CMAKE_GENERATOR% -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=%ARCH% %BUILD_TOOLS_FLAG% -DRUNTIME_CHECKS:BOOL=%VS_RUNTIME_CHECKS% %* "%REACTOS_SOURCE_DIR%"
)
if "%NEW_STYLE_BUILD%"=="0" (
cd..
)
echo Configure script complete^^! Execute appropriate build commands (ex: ninja, make, nmake, etc...).
endlocal
exit /b
:cmake_notfound
echo Unable to find cmake, if it is installed, check your PATH variable.
endlocal
exit /b
@echo off
REM This is needed so as to avoid static expansion of environment variables
REM inside if (...) conditionals.
REM See http://stackoverflow.com/questions/305605/weird-scope-issue-in-bat-file
REM for more explanation.
REM Precisely needed for configuring Visual Studio Environment.
setlocal enabledelayedexpansion
REM Does the user need help?
if /I "%1" == "help" goto help
if /I "%1" == "/?" (
:help
echo Help for configure script
echo Syntax: path\to\source\configure.cmd [script-options] [Cmake-options]
echo Available script-options: Codeblocks, Eclipse, Makefiles, clang, VSSolution, RTC
echo Cmake-options: -DVARIABLE:TYPE=VALUE
endlocal
exit /b
)
REM Special case %1 = arm_hosttools %2 = vcvarsall.bat %3 = %CMAKE_GENERATOR%
if /I "%1" == "arm_hosttools" (
echo Configuring x86 host tools for ARM cross build
REM This launches %VSINSTALLDIR%VS\vcvarsall.bat
call %2 x86
REM Configure host tools for x86.
cmake -G %3 -DARCH:STRING=i386 %~dp0
exit
)
REM Get the source root directory
set REACTOS_SOURCE_DIR=%~dp0
REM Set default generator
set CMAKE_GENERATOR="Ninja"
set CMAKE_GENERATOR_HOST=!CMAKE_GENERATOR!
REM Detect presence of cmake
cmd /c cmake --version 2>&1 | find "cmake version" > NUL || goto cmake_notfound
REM Detect build environment (MinGW, VS, WDK, ...)
if defined ROS_ARCH (
echo Detected RosBE for %ROS_ARCH%
set BUILD_ENVIRONMENT=MinGW
set ARCH=%ROS_ARCH%
set MINGW_TOOCHAIN_FILE=toolchain-gcc.cmake
) else if defined VCINSTALLDIR (
REM VS command prompt does not put this in environment vars
cl 2>&1 | find "x86" > NUL && set ARCH=i386
cl 2>&1 | find "x64" > NUL && set ARCH=amd64
cl 2>&1 | find "ARM" > NUL && set ARCH=arm
cl 2>&1 | find "15.00." > NUL && set VS_VERSION=9
cl 2>&1 | find "16.00." > NUL && set VS_VERSION=10
cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11
cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
if not defined VS_VERSION (
echo Error: Visual Studio version too old or version detection failed.
endlocal
exit /b
)
set BUILD_ENVIRONMENT=VS
set VS_SOLUTION=0
set VS_RUNTIME_CHECKS=0
echo Detected Visual Studio Environment !BUILD_ENVIRONMENT!!VS_VERSION!-!ARCH!
) else (
echo Error: Unable to detect build environment. Configure script failure.
endlocal
exit /b
)
REM Checkpoint
if not defined ARCH (
echo Unknown build architecture
endlocal
exit /b
)
set NEW_STYLE_BUILD=1
REM Parse command line parameters
:repeat
if /I "%1%" == "-DNEW_STYLE_BUILD" (
set NEW_STYLE_BUILD=%2
) else if "%BUILD_ENVIRONMENT%" == "MinGW" (
if /I "%1" == "Codeblocks" (
set CMAKE_GENERATOR="CodeBlocks - MinGW Makefiles"
) else if /I "%1" == "Eclipse" (
set CMAKE_GENERATOR="Eclipse CDT4 - MinGW Makefiles"
) else if /I "%1" == "Makefiles" (
set CMAKE_GENERATOR="MinGW Makefiles"
) else if /I "%1" == "clang" (
set MINGW_TOOCHAIN_FILE=toolchain-clang.cmake
) else (
goto continue
)
) else (
if /I "%1" == "CodeBlocks" (
set CMAKE_GENERATOR="CodeBlocks - NMake Makefiles"
) else if /I "%1" == "Eclipse" (
set CMAKE_GENERATOR="Eclipse CDT4 - NMake Makefiles"
) else if /I "%1" == "Makefiles" (
set CMAKE_GENERATOR="NMake Makefiles"
) else if /I "%1" == "VSSolution" (
set VS_SOLUTION=1
if "!VS_VERSION!" == "9" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 9 2008 Win64"
) else (
set CMAKE_GENERATOR="Visual Studio 9 2008"
)
) else if "!VS_VERSION!" == "10" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 10 Win64"
) else (
set CMAKE_GENERATOR="Visual Studio 10"
)
) else if "!VS_VERSION!" == "11" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 11 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 11 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 11"
) else (
set CMAKE_GENERATOR="Visual Studio 11"
)
) else if "!VS_VERSION!" == "12" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 12 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 12 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 12"
) else (
set CMAKE_GENERATOR="Visual Studio 12"
)
) else if "!VS_VERSION!" == "14" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 14 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 14 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 14"
) else (
set CMAKE_GENERATOR="Visual Studio 14"
)
) else if "!VS_VERSION!" == "15" (
if "!ARCH!" == "amd64" (
set CMAKE_GENERATOR="Visual Studio 15 Win64"
) else if "!ARCH!" == "arm" (
set CMAKE_GENERATOR="Visual Studio 15 ARM"
set CMAKE_GENERATOR_HOST="Visual Studio 15"
) else (
set CMAKE_GENERATOR="Visual Studio 15"
)
)
) else if /I "%1" == "RTC" (
echo Runtime checks enabled
set VS_RUNTIME_CHECKS=1
) else (
goto continue
)
)
REM Go to next parameter
SHIFT
goto repeat
:continue
REM Inform the user about the default build
if "!CMAKE_GENERATOR!" == "Ninja" (
echo This script defaults to Ninja. Type "configure help" for alternative options.
)
REM Create directories
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
echo Creating directories in %REACTOS_OUTPUT_PATH%
if not exist %REACTOS_OUTPUT_PATH% (
mkdir %REACTOS_OUTPUT_PATH%
)
cd %REACTOS_OUTPUT_PATH%
)
if "%NEW_STYLE_BUILD%"=="0" (
if not exist host-tools (
mkdir host-tools
)
if not exist reactos (
mkdir reactos
)
echo Preparing host tools...
cd host-tools
if EXIST CMakeCache.txt (
del CMakeCache.txt /q
)
set REACTOS_BUILD_TOOLS_DIR=!CD!
REM Use x86 for ARM host tools
if "%ARCH%" == "arm" (
REM Launch new script instance for x86 host tools configuration
start "Preparing host tools for ARM cross build..." /I /B /WAIT %~dp0configure.cmd arm_hosttools "%VSINSTALLDIR%VC\vcvarsall.bat" %CMAKE_GENERATOR_HOST%
) else (
cmake -G %CMAKE_GENERATOR% -DARCH:STRING=%ARCH% "%REACTOS_SOURCE_DIR%"
)
cd..
)
echo Preparing reactos...
if "%NEW_STYLE_BUILD%"=="0" (
cd reactos
)
if EXIST CMakeCache.txt (
del CMakeCache.txt /q
del host-tools\CMakeCache.txt /q
)
if "%NEW_STYLE_BUILD%"=="0" (
set BUILD_TOOLS_FLAG=-DREACTOS_BUILD_TOOLS_DIR:PATH="%REACTOS_BUILD_TOOLS_DIR%"
)
if "%BUILD_ENVIRONMENT%" == "MinGW" (
cmake -G %CMAKE_GENERATOR% -DENABLE_CCACHE:BOOL=0 -DCMAKE_TOOLCHAIN_FILE:FILEPATH=%MINGW_TOOCHAIN_FILE% -DARCH:STRING=%ARCH% %BUILD_TOOLS_FLAG% %* "%REACTOS_SOURCE_DIR%"
) else (
cmake -G %CMAKE_GENERATOR% -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=%ARCH% %BUILD_TOOLS_FLAG% -DRUNTIME_CHECKS:BOOL=%VS_RUNTIME_CHECKS% %* "%REACTOS_SOURCE_DIR%"
)
if "%NEW_STYLE_BUILD%"=="0" (
cd..
)
echo Configure script complete^^! Execute appropriate build commands (ex: ninja, make, nmake, etc...).
endlocal
exit /b
:cmake_notfound
echo Unable to find cmake, if it is installed, check your PATH variable.
endlocal
exit /b

View file

@ -1,8 +0,0 @@
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the driver components of the Windows NT DDK
#
!INCLUDE $(NTMAKEENV)\makefile.def

View file

@ -1,30 +1,30 @@
HKCR
{
NoRemove CLSID
{
'{00020000-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020001-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020003-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000d-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000f-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
}
NoRemove AVIFile
{
Compressors
{
auds = s '{0002000F-0000-0000-C000-000000000046}'
vids = s '{00020001-0000-0000-C000-000000000046}'
}
Extensions
{
AU = s '{00020003-0000-0000-C000-000000000046}'
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAV = s '{00020003-0000-0000-C000-000000000046}'
}
RIFFHandlers
{
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAVE = s '{00020003-0000-0000-C000-000000000046}'
}
}
}
HKCR
{
NoRemove CLSID
{
'{00020000-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020001-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{00020003-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000d-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
'{0002000f-0000-0000-C000-000000000046}' { InprocServer = s 'avifile.dll' }
}
NoRemove AVIFile
{
Compressors
{
auds = s '{0002000F-0000-0000-C000-000000000046}'
vids = s '{00020001-0000-0000-C000-000000000046}'
}
Extensions
{
AU = s '{00020003-0000-0000-C000-000000000046}'
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAV = s '{00020003-0000-0000-C000-000000000046}'
}
RIFFHandlers
{
AVI = s '{00020000-0000-0000-C000-000000000046}'
WAVE = s '{00020003-0000-0000-C000-000000000046}'
}
}
}

View file

@ -1,13 +1,13 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {03C036F1-A186-11D0-824A-00AA005B4383} = s 'ReactOS Shell AutoComplete List'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {03C036F1-A186-11D0-824A-00AA005B4383} = s 'ReactOS Shell AutoComplete List'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}

View file

@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="5.82.2600.2982" publicKeyToken="6595b64144ccf1df"/>
<file name="comctl32.dll">
<windowClass versioned="no">Button</windowClass>
<windowClass versioned="no">ButtonListBox</windowClass>
<windowClass versioned="no">ComboBoxEx32</windowClass>
<windowClass versioned="no">ComboLBox</windowClass>
<windowClass versioned="no">Combobox</windowClass>
<windowClass versioned="no">Edit</windowClass>
<windowClass versioned="no">Listbox</windowClass>
<windowClass versioned="no">NativeFontCtl</windowClass>
<windowClass versioned="no">ReBarWindow32</windowClass>
<windowClass versioned="no">ScrollBar</windowClass>
<windowClass versioned="no">SysAnimate32</windowClass>
<windowClass versioned="no">SysDateTimePick32</windowClass>
<windowClass versioned="no">SysHeader32</windowClass>
<windowClass versioned="no">SysIPAddress32</windowClass>
<windowClass versioned="no">SysLink</windowClass>
<windowClass versioned="no">SysListView32</windowClass>
<windowClass versioned="no">SysMonthCal32</windowClass>
<windowClass versioned="no">SysPager</windowClass>
<windowClass versioned="no">SysTabControl32</windowClass>
<windowClass versioned="no">SysTreeView32</windowClass>
<windowClass versioned="no">ToolbarWindow32</windowClass>
<windowClass versioned="no">msctls_hotkey32</windowClass>
<windowClass versioned="no">msctls_progress32</windowClass>
<windowClass versioned="no">msctls_statusbar32</windowClass>
<windowClass versioned="no">msctls_trackbar32</windowClass>
<windowClass versioned="no">msctls_updown32</windowClass>
<windowClass versioned="no">tooltips_class32</windowClass>
</file>
</assembly>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="5.82.2600.2982" publicKeyToken="6595b64144ccf1df"/>
<file name="comctl32.dll">
<windowClass versioned="no">Button</windowClass>
<windowClass versioned="no">ButtonListBox</windowClass>
<windowClass versioned="no">ComboBoxEx32</windowClass>
<windowClass versioned="no">ComboLBox</windowClass>
<windowClass versioned="no">Combobox</windowClass>
<windowClass versioned="no">Edit</windowClass>
<windowClass versioned="no">Listbox</windowClass>
<windowClass versioned="no">NativeFontCtl</windowClass>
<windowClass versioned="no">ReBarWindow32</windowClass>
<windowClass versioned="no">ScrollBar</windowClass>
<windowClass versioned="no">SysAnimate32</windowClass>
<windowClass versioned="no">SysDateTimePick32</windowClass>
<windowClass versioned="no">SysHeader32</windowClass>
<windowClass versioned="no">SysIPAddress32</windowClass>
<windowClass versioned="no">SysLink</windowClass>
<windowClass versioned="no">SysListView32</windowClass>
<windowClass versioned="no">SysMonthCal32</windowClass>
<windowClass versioned="no">SysPager</windowClass>
<windowClass versioned="no">SysTabControl32</windowClass>
<windowClass versioned="no">SysTreeView32</windowClass>
<windowClass versioned="no">ToolbarWindow32</windowClass>
<windowClass versioned="no">msctls_hotkey32</windowClass>
<windowClass versioned="no">msctls_progress32</windowClass>
<windowClass versioned="no">msctls_statusbar32</windowClass>
<windowClass versioned="no">msctls_trackbar32</windowClass>
<windowClass versioned="no">msctls_updown32</windowClass>
<windowClass versioned="no">tooltips_class32</windowClass>
</file>
</assembly>

View file

@ -1,54 +1,54 @@
diff -pudN e:\wine\dlls\comdlg32/cdlg32.c e:\reactos\dll\win32\comdlg32/cdlg32.c
--- e:\wine\dlls\comdlg32/cdlg32.c 2016-11-16 17:28:42 +0100
+++ e:\reactos\dll\win32\comdlg32/cdlg32.c 2015-08-27 22:02:19 +0100
@@ -157,6 +157,8 @@ DWORD WINAPI CommDlgExtendedError(void)
return 0; /* we never set an error, so there isn't one */
}
+#ifndef __REACTOS__ /* Win 7 */
+
/*************************************************************************
* Implement the CommDlg32 class factory
*
@@ -266,7 +268,11 @@ HRESULT WINAPI DllGetClassObject(REFCLSI
*/
HRESULT WINAPI DllRegisterServer(void)
{
+#ifdef __REACTOS__
+ return E_FAIL; // FIXME: __wine_register_resources(COMDLG32_hInstance);
+#else
return __wine_register_resources(COMDLG32_hInstance);
+#endif
}
/***********************************************************************
@@ -274,5 +280,11 @@ HRESULT WINAPI DllRegisterServer(void)
*/
HRESULT WINAPI DllUnregisterServer(void)
{
+#ifdef __REACTOS__
+ return E_FAIL; // FIXME: __wine_unregister_resources(COMDLG32_hInstance);
+#else
return __wine_unregister_resources(COMDLG32_hInstance);
+#endif
}
+
+#endif /* Win 7 */
diff -pudN e:\wine\dlls\comdlg32/itemdlg.c e:\reactos\dll\win32\comdlg32/itemdlg.c
--- e:\wine\dlls\comdlg32/itemdlg.c 2016-08-14 19:11:13 +0100
+++ e:\reactos\dll\win32\comdlg32/itemdlg.c 2016-08-15 16:16:18 +0100
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifndef __REACTOS__ /* Win 7 */
+
#include <stdarg.h>
#define COBJMACROS
@@ -4659,3 +4661,5 @@ HRESULT FileSaveDialog_Constructor(IUnkn
{
return FileDialog_constructor(pUnkOuter, riid, ppv, ITEMDLG_TYPE_SAVE);
}
+
+#endif /* Win 7 */
diff -pudN e:\wine\dlls\comdlg32/cdlg32.c e:\reactos\dll\win32\comdlg32/cdlg32.c
--- e:\wine\dlls\comdlg32/cdlg32.c 2016-11-16 17:28:42 +0100
+++ e:\reactos\dll\win32\comdlg32/cdlg32.c 2015-08-27 22:02:19 +0100
@@ -157,6 +157,8 @@ DWORD WINAPI CommDlgExtendedError(void)
return 0; /* we never set an error, so there isn't one */
}
+#ifndef __REACTOS__ /* Win 7 */
+
/*************************************************************************
* Implement the CommDlg32 class factory
*
@@ -266,7 +268,11 @@ HRESULT WINAPI DllGetClassObject(REFCLSI
*/
HRESULT WINAPI DllRegisterServer(void)
{
+#ifdef __REACTOS__
+ return E_FAIL; // FIXME: __wine_register_resources(COMDLG32_hInstance);
+#else
return __wine_register_resources(COMDLG32_hInstance);
+#endif
}
/***********************************************************************
@@ -274,5 +280,11 @@ HRESULT WINAPI DllRegisterServer(void)
*/
HRESULT WINAPI DllUnregisterServer(void)
{
+#ifdef __REACTOS__
+ return E_FAIL; // FIXME: __wine_unregister_resources(COMDLG32_hInstance);
+#else
return __wine_unregister_resources(COMDLG32_hInstance);
+#endif
}
+
+#endif /* Win 7 */
diff -pudN e:\wine\dlls\comdlg32/itemdlg.c e:\reactos\dll\win32\comdlg32/itemdlg.c
--- e:\wine\dlls\comdlg32/itemdlg.c 2016-08-14 19:11:13 +0100
+++ e:\reactos\dll\win32\comdlg32/itemdlg.c 2016-08-15 16:16:18 +0100
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifndef __REACTOS__ /* Win 7 */
+
#include <stdarg.h>
#define COBJMACROS
@@ -4659,3 +4661,5 @@ HRESULT FileSaveDialog_Constructor(IUnkn
{
return FileDialog_constructor(pUnkOuter, riid, ppv, ITEMDLG_TYPE_SAVE);
}
+
+#endif /* Win 7 */

View file

@ -1,45 +1,45 @@
Index: graphics.c
===================================================================
--- graphics.c (revision 57285)
+++ graphics.c (working copy)
@@ -42,6 +42,23 @@
WINE_DEFAULT_DEBUG_CHANNEL(gdiplus);
+/* Mike "tamlin" Nordell 2012-09-14 for ReactOS:
+ * NOTE: Wine uses per-GpGraphics id's ('contid' starting from zero in
+ * every GpGraphics). Windows seems to use process-global id's, or at
+ * least more unique id's.
+ * This have the following implications. It:
+ * 1. fails the current gdiplus test case.
+ * 2. is not what Windows does.
+ *
+ * We therefore "obfuscate" the 'contid' a little to more match Windows'
+ * behaviour. The observable behviour should still remain the same,
+ * except for handing out more "unique" id's.
+ */
+#define GDIP_CONTID_STEP 64
+static volatile LONG g_priv_contid = GDIP_CONTID_STEP;
+#define GDIP_GET_NEW_CONTID_FOR(pGpGraphics) \
+ (UINT)(InterlockedExchangeAdd(&g_priv_contid,GDIP_CONTID_STEP))
+
/* looks-right constants */
#define ANCHOR_WIDTH (2.0)
#define MAX_ITERS (50)
@@ -2203,7 +2220,7 @@
(*graphics)->busy = FALSE;
(*graphics)->textcontrast = 4;
list_init(&(*graphics)->containers);
- (*graphics)->contid = 0;
+ (*graphics)->contid = GDIP_GET_NEW_CONTID_FOR(*graphics);
TRACE("<-- %p\n", *graphics);
@@ -2242,7 +2259,7 @@
(*graphics)->busy = FALSE;
(*graphics)->textcontrast = 4;
list_init(&(*graphics)->containers);
- (*graphics)->contid = 0;
+ (*graphics)->contid = GDIP_GET_NEW_CONTID_FOR(*graphics);
TRACE("<-- %p\n", *graphics);
Index: graphics.c
===================================================================
--- graphics.c (revision 57285)
+++ graphics.c (working copy)
@@ -42,6 +42,23 @@
WINE_DEFAULT_DEBUG_CHANNEL(gdiplus);
+/* Mike "tamlin" Nordell 2012-09-14 for ReactOS:
+ * NOTE: Wine uses per-GpGraphics id's ('contid' starting from zero in
+ * every GpGraphics). Windows seems to use process-global id's, or at
+ * least more unique id's.
+ * This have the following implications. It:
+ * 1. fails the current gdiplus test case.
+ * 2. is not what Windows does.
+ *
+ * We therefore "obfuscate" the 'contid' a little to more match Windows'
+ * behaviour. The observable behviour should still remain the same,
+ * except for handing out more "unique" id's.
+ */
+#define GDIP_CONTID_STEP 64
+static volatile LONG g_priv_contid = GDIP_CONTID_STEP;
+#define GDIP_GET_NEW_CONTID_FOR(pGpGraphics) \
+ (UINT)(InterlockedExchangeAdd(&g_priv_contid,GDIP_CONTID_STEP))
+
/* looks-right constants */
#define ANCHOR_WIDTH (2.0)
#define MAX_ITERS (50)
@@ -2203,7 +2220,7 @@
(*graphics)->busy = FALSE;
(*graphics)->textcontrast = 4;
list_init(&(*graphics)->containers);
- (*graphics)->contid = 0;
+ (*graphics)->contid = GDIP_GET_NEW_CONTID_FOR(*graphics);
TRACE("<-- %p\n", *graphics);
@@ -2242,7 +2259,7 @@
(*graphics)->busy = FALSE;
(*graphics)->textcontrast = 4;
list_init(&(*graphics)->containers);
- (*graphics)->contid = 0;
+ (*graphics)->contid = GDIP_GET_NEW_CONTID_FOR(*graphics);
TRACE("<-- %p\n", *graphics);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,346 +1,346 @@
Index: mpr.spec
===================================================================
--- mpr.spec (revision 49877)
+++ mpr.spec (working copy)
@@ -1,23 +1,23 @@
# ordinal exports
- 1 stub @
- 2 stub @
- 3 stub @
- 4 stub @
- 5 stub @
- 6 stub @
- 7 stub @
- 8 stub @
- 9 stub @
-12 stub @
-13 stub @
-14 stub @
-15 stub @
-16 stub @
-17 stub @
-18 stub @
-19 stub @
-20 stub @
-21 stub @
+ 1 stub MPR_1
+ 2 stub MPR_2
+ 3 stub MPR_3
+ 4 stub MPR_4
+ 5 stub MPR_5
+ 6 stub MPR_6
+ 7 stub MPR_7
+ 8 stub MPR_8
+ 9 stub MPR_9
+12 stub MPR_12
+13 stub MPR_13
+14 stub MPR_14
+15 stub MPR_15
+16 stub MPR_16
+17 stub MPR_17
+18 stub MPR_18
+19 stub MPR_19
+20 stub MPR_20
+21 stub MPR_21
22 stdcall @(long) MPR_Alloc
23 stdcall @(ptr long) MPR_ReAlloc
24 stdcall @(ptr) MPR_Free
Index: wnet.c
===================================================================
--- wnet.c (revision 71983)
+++ wnet.c (working copy)
@@ -60,6 +50,9 @@
PF_NPAddConnection addConnection;
PF_NPAddConnection3 addConnection3;
PF_NPCancelConnection cancelConnection;
+#ifdef __REACTOS__
+ PF_NPGetConnection getConnection;
+#endif
} WNetProvider, *PWNetProvider;
typedef struct _WNetProviderTable
@@ -219,6 +212,10 @@
provider->addConnection3 = MPR_GETPROC(NPAddConnection3);
if (connectCap & WNNC_CON_CANCELCONNECTION)
provider->cancelConnection = MPR_GETPROC(NPCancelConnection);
+#ifdef __REACTOS__
+ if (connectCap & WNNC_CON_GETCONNECTIONS)
+ provider->getConnection = MPR_GETPROC(NPGetConnection);
+#endif
TRACE("NPAddConnection %p\n", provider->addConnection);
TRACE("NPAddConnection3 %p\n", provider->addConnection3);
TRACE("NPCancelConnection %p\n", provider->cancelConnection);
@@ -256,6 +253,85 @@
debugstr_w(provider));
}
+#ifdef __REACTOS__
+static void _restoreSavedConnection(HKEY connection, WCHAR * local)
+{
+ NETRESOURCEW net;
+ DWORD type, prov, index, size;
+
+ net.lpProvider = NULL;
+ net.lpRemoteName = NULL;
+ net.lpLocalName = NULL;
+
+ TRACE("Restoring: %S\n", local);
+
+ size = sizeof(DWORD);
+ if (RegQueryValueExW(connection, L"ConnectionType", NULL, &type, (BYTE *)&net.dwType, &size) != ERROR_SUCCESS)
+ return;
+
+ if (type != REG_DWORD || size != sizeof(DWORD))
+ return;
+
+ if (RegQueryValueExW(connection, L"ProviderName", NULL, &type, NULL, &size) != ERROR_SUCCESS)
+ return;
+
+ if (type != REG_SZ)
+ return;
+
+ net.lpProvider = HeapAlloc(GetProcessHeap(), 0, size);
+ if (!net.lpProvider)
+ return;
+
+ if (RegQueryValueExW(connection, L"ProviderName", NULL, NULL, (BYTE *)net.lpProvider, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ size = sizeof(DWORD);
+ if (RegQueryValueExW(connection, L"ProviderType", NULL, &type, (BYTE *)&prov, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ if (type != REG_DWORD || size != sizeof(DWORD))
+ goto cleanup;
+
+ index = _findProviderIndexW(net.lpProvider);
+ if (index == BAD_PROVIDER_INDEX)
+ goto cleanup;
+
+ if (providerTable->table[index].dwNetType != prov)
+ goto cleanup;
+
+ if (RegQueryValueExW(connection, L"RemotePath", NULL, &type, NULL, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ if (type != REG_SZ)
+ goto cleanup;
+
+ net.lpRemoteName = HeapAlloc(GetProcessHeap(), 0, size);
+ if (!net.lpRemoteName)
+ goto cleanup;
+
+ if (RegQueryValueExW(connection, L"RemotePath", NULL, NULL, (BYTE *)net.lpRemoteName, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ size = strlenW(local);
+ net.lpLocalName = HeapAlloc(GetProcessHeap(), 0, size * sizeof(WCHAR) + 2 * sizeof(WCHAR));
+ if (!net.lpLocalName)
+ goto cleanup;
+
+ strcpyW(net.lpLocalName, local);
+ net.lpLocalName[size] = ':';
+ net.lpLocalName[size + 1] = 0;
+
+ TRACE("Attempting connection\n");
+
+ WNetAddConnection2W(&net, NULL, NULL, 0);
+
+cleanup:
+ HeapFree(GetProcessHeap(), 0, net.lpProvider);
+ HeapFree(GetProcessHeap(), 0, net.lpRemoteName);
+ HeapFree(GetProcessHeap(), 0, net.lpLocalName);
+}
+#endif
+
void wnetInit(HINSTANCE hInstDll)
{
static const WCHAR providerOrderKey[] = { 'S','y','s','t','e','m','\\',
@@ -334,6 +410,64 @@
}
RegCloseKey(hKey);
}
+
+#ifdef __REACTOS__
+ if (providerTable)
+ {
+ HKEY user_profile;
+
+ if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ HKEY network;
+ WCHAR subkey[8] = {'N', 'e', 't', 'w', 'o', 'r', 'k', 0};
+
+ if (RegOpenKeyExW(user_profile, subkey, 0, KEY_READ, &network) == ERROR_SUCCESS)
+ {
+ DWORD size, max;
+
+ TRACE("Enumerating remembered connections\n");
+
+ if (RegQueryInfoKey(network, NULL, NULL, NULL, &max, &size, NULL, NULL, NULL, NULL, NULL, NULL) == ERROR_SUCCESS)
+ {
+ WCHAR *local;
+
+ TRACE("There are %lu connections\n", max);
+
+ local = HeapAlloc(GetProcessHeap(), 0, (size + 1) * sizeof(WCHAR));
+ if (local)
+ {
+ DWORD index;
+
+ for (index = 0; index < max; ++index)
+ {
+ DWORD len = size + 1;
+ HKEY connection;
+
+ TRACE("Trying connection %lu\n", index);
+
+ if (RegEnumKeyExW(network, index, local, &len, NULL, NULL, NULL, NULL) != ERROR_SUCCESS)
+ continue;
+
+ TRACE("It is %S\n", local);
+
+ if (RegOpenKeyExW(network, local, 0, KEY_READ, &connection) != ERROR_SUCCESS)
+ continue;
+
+ _restoreSavedConnection(connection, local);
+ RegCloseKey(connection);
+ }
+
+ HeapFree(GetProcessHeap(), 0, local);
+ }
+ }
+
+ RegCloseKey(network);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+#endif
}
void wnetFree(void)
@@ -1875,6 +2009,43 @@
}
}
+#ifdef __REACTOS__
+ if (ret == WN_SUCCESS && ctxt->flags & CONNECT_UPDATE_PROFILE)
+ {
+ HKEY user_profile;
+
+ if (netres.dwType == RESOURCETYPE_PRINT)
+ {
+ FIXME("Persistent connection are not supported for printers\n");
+ return ret;
+ }
+
+ if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ HKEY network;
+ WCHAR subkey[10] = {'N', 'e', 't', 'w', 'o', 'r', 'k', '\\', netres.lpLocalName[0], 0};
+
+ if (RegCreateKeyExW(user_profile, subkey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &network, NULL) == ERROR_SUCCESS)
+ {
+ DWORD dword_arg = RESOURCETYPE_DISK;
+ DWORD len = (strlenW(provider->name) + 1) * sizeof(WCHAR);
+
+ RegSetValueExW(network, L"ConnectionType", 0, REG_DWORD, (const BYTE *)&dword_arg, sizeof(DWORD));
+ RegSetValueExW(network, L"ProviderName", 0, REG_SZ, (const BYTE *)provider->name, len);
+ dword_arg = provider->dwNetType;
+ RegSetValueExW(network, L"ProviderType", 0, REG_DWORD, (const BYTE *)&dword_arg, sizeof(DWORD));
+ len = (strlenW(netres.lpRemoteName) + 1) * sizeof(WCHAR);
+ RegSetValueExW(network, L"RemotePath", 0, REG_SZ, (const BYTE *)netres.lpRemoteName, len);
+ len = 0;
+ RegSetValueExW(network, L"UserName", 0, REG_SZ, (const BYTE *)netres.lpRemoteName, len);
+ RegCloseKey(network);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+#endif
+
return ret;
}
@@ -2066,6 +2237,37 @@
}
}
}
+#ifdef __REACTOS__
+
+ if (dwFlags & CONNECT_UPDATE_PROFILE)
+ {
+ HKEY user_profile;
+ WCHAR *coma = strchrW(lpName, ':');
+
+ if (coma && RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ WCHAR *subkey;
+ DWORD len;
+
+ len = (ULONG_PTR)coma - (ULONG_PTR)lpName + sizeof(L"Network\\");
+ subkey = HeapAlloc(GetProcessHeap(), 0, len);
+ if (subkey)
+ {
+ strcpyW(subkey, L"Network\\");
+ memcpy(subkey + (sizeof(L"Network\\") / sizeof(WCHAR)) - 1, lpName, (ULONG_PTR)coma - (ULONG_PTR)lpName);
+ subkey[len / sizeof(WCHAR) - 1] = 0;
+
+ TRACE("Removing: %S\n", subkey);
+
+ RegDeleteKeyW(user_profile, subkey);
+ HeapFree(GetProcessHeap(), 0, subkey);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+
+#endif
return ret;
}
@@ -2193,6 +2395,7 @@
/* find the network connection for a given drive; helper for WNetGetConnection */
static DWORD get_drive_connection( WCHAR letter, LPWSTR remote, LPDWORD size )
{
+#ifndef __REACTOS__
char buffer[1024];
struct mountmgr_unix_drive *data = (struct mountmgr_unix_drive *)buffer;
HANDLE mgr;
@@ -2235,6 +2438,32 @@
}
CloseHandle( mgr );
return ret;
+#else
+ DWORD ret = WN_NO_NETWORK;
+ DWORD index;
+ WCHAR local[3] = {letter, ':', 0};
+
+ if (providerTable != NULL)
+ {
+ for (index = 0; index < providerTable->numProviders; index++)
+ {
+ if(providerTable->table[index].getCaps(WNNC_CONNECTION) &
+ WNNC_CON_GETCONNECTIONS)
+ {
+ if (providerTable->table[index].getConnection)
+ ret = providerTable->table[index].getConnection(
+ local, remote, size);
+ else
+ ret = WN_NO_NETWORK;
+ if (ret == WN_SUCCESS || ret == WN_MORE_DATA)
+ break;
+ }
+ }
+ }
+ if (ret)
+ SetLastError(ret);
+ return ret;
+#endif
}
/**************************************************************************
Index: mpr.spec
===================================================================
--- mpr.spec (revision 49877)
+++ mpr.spec (working copy)
@@ -1,23 +1,23 @@
# ordinal exports
- 1 stub @
- 2 stub @
- 3 stub @
- 4 stub @
- 5 stub @
- 6 stub @
- 7 stub @
- 8 stub @
- 9 stub @
-12 stub @
-13 stub @
-14 stub @
-15 stub @
-16 stub @
-17 stub @
-18 stub @
-19 stub @
-20 stub @
-21 stub @
+ 1 stub MPR_1
+ 2 stub MPR_2
+ 3 stub MPR_3
+ 4 stub MPR_4
+ 5 stub MPR_5
+ 6 stub MPR_6
+ 7 stub MPR_7
+ 8 stub MPR_8
+ 9 stub MPR_9
+12 stub MPR_12
+13 stub MPR_13
+14 stub MPR_14
+15 stub MPR_15
+16 stub MPR_16
+17 stub MPR_17
+18 stub MPR_18
+19 stub MPR_19
+20 stub MPR_20
+21 stub MPR_21
22 stdcall @(long) MPR_Alloc
23 stdcall @(ptr long) MPR_ReAlloc
24 stdcall @(ptr) MPR_Free
Index: wnet.c
===================================================================
--- wnet.c (revision 71983)
+++ wnet.c (working copy)
@@ -60,6 +50,9 @@
PF_NPAddConnection addConnection;
PF_NPAddConnection3 addConnection3;
PF_NPCancelConnection cancelConnection;
+#ifdef __REACTOS__
+ PF_NPGetConnection getConnection;
+#endif
} WNetProvider, *PWNetProvider;
typedef struct _WNetProviderTable
@@ -219,6 +212,10 @@
provider->addConnection3 = MPR_GETPROC(NPAddConnection3);
if (connectCap & WNNC_CON_CANCELCONNECTION)
provider->cancelConnection = MPR_GETPROC(NPCancelConnection);
+#ifdef __REACTOS__
+ if (connectCap & WNNC_CON_GETCONNECTIONS)
+ provider->getConnection = MPR_GETPROC(NPGetConnection);
+#endif
TRACE("NPAddConnection %p\n", provider->addConnection);
TRACE("NPAddConnection3 %p\n", provider->addConnection3);
TRACE("NPCancelConnection %p\n", provider->cancelConnection);
@@ -256,6 +253,85 @@
debugstr_w(provider));
}
+#ifdef __REACTOS__
+static void _restoreSavedConnection(HKEY connection, WCHAR * local)
+{
+ NETRESOURCEW net;
+ DWORD type, prov, index, size;
+
+ net.lpProvider = NULL;
+ net.lpRemoteName = NULL;
+ net.lpLocalName = NULL;
+
+ TRACE("Restoring: %S\n", local);
+
+ size = sizeof(DWORD);
+ if (RegQueryValueExW(connection, L"ConnectionType", NULL, &type, (BYTE *)&net.dwType, &size) != ERROR_SUCCESS)
+ return;
+
+ if (type != REG_DWORD || size != sizeof(DWORD))
+ return;
+
+ if (RegQueryValueExW(connection, L"ProviderName", NULL, &type, NULL, &size) != ERROR_SUCCESS)
+ return;
+
+ if (type != REG_SZ)
+ return;
+
+ net.lpProvider = HeapAlloc(GetProcessHeap(), 0, size);
+ if (!net.lpProvider)
+ return;
+
+ if (RegQueryValueExW(connection, L"ProviderName", NULL, NULL, (BYTE *)net.lpProvider, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ size = sizeof(DWORD);
+ if (RegQueryValueExW(connection, L"ProviderType", NULL, &type, (BYTE *)&prov, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ if (type != REG_DWORD || size != sizeof(DWORD))
+ goto cleanup;
+
+ index = _findProviderIndexW(net.lpProvider);
+ if (index == BAD_PROVIDER_INDEX)
+ goto cleanup;
+
+ if (providerTable->table[index].dwNetType != prov)
+ goto cleanup;
+
+ if (RegQueryValueExW(connection, L"RemotePath", NULL, &type, NULL, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ if (type != REG_SZ)
+ goto cleanup;
+
+ net.lpRemoteName = HeapAlloc(GetProcessHeap(), 0, size);
+ if (!net.lpRemoteName)
+ goto cleanup;
+
+ if (RegQueryValueExW(connection, L"RemotePath", NULL, NULL, (BYTE *)net.lpRemoteName, &size) != ERROR_SUCCESS)
+ goto cleanup;
+
+ size = strlenW(local);
+ net.lpLocalName = HeapAlloc(GetProcessHeap(), 0, size * sizeof(WCHAR) + 2 * sizeof(WCHAR));
+ if (!net.lpLocalName)
+ goto cleanup;
+
+ strcpyW(net.lpLocalName, local);
+ net.lpLocalName[size] = ':';
+ net.lpLocalName[size + 1] = 0;
+
+ TRACE("Attempting connection\n");
+
+ WNetAddConnection2W(&net, NULL, NULL, 0);
+
+cleanup:
+ HeapFree(GetProcessHeap(), 0, net.lpProvider);
+ HeapFree(GetProcessHeap(), 0, net.lpRemoteName);
+ HeapFree(GetProcessHeap(), 0, net.lpLocalName);
+}
+#endif
+
void wnetInit(HINSTANCE hInstDll)
{
static const WCHAR providerOrderKey[] = { 'S','y','s','t','e','m','\\',
@@ -334,6 +410,64 @@
}
RegCloseKey(hKey);
}
+
+#ifdef __REACTOS__
+ if (providerTable)
+ {
+ HKEY user_profile;
+
+ if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ HKEY network;
+ WCHAR subkey[8] = {'N', 'e', 't', 'w', 'o', 'r', 'k', 0};
+
+ if (RegOpenKeyExW(user_profile, subkey, 0, KEY_READ, &network) == ERROR_SUCCESS)
+ {
+ DWORD size, max;
+
+ TRACE("Enumerating remembered connections\n");
+
+ if (RegQueryInfoKey(network, NULL, NULL, NULL, &max, &size, NULL, NULL, NULL, NULL, NULL, NULL) == ERROR_SUCCESS)
+ {
+ WCHAR *local;
+
+ TRACE("There are %lu connections\n", max);
+
+ local = HeapAlloc(GetProcessHeap(), 0, (size + 1) * sizeof(WCHAR));
+ if (local)
+ {
+ DWORD index;
+
+ for (index = 0; index < max; ++index)
+ {
+ DWORD len = size + 1;
+ HKEY connection;
+
+ TRACE("Trying connection %lu\n", index);
+
+ if (RegEnumKeyExW(network, index, local, &len, NULL, NULL, NULL, NULL) != ERROR_SUCCESS)
+ continue;
+
+ TRACE("It is %S\n", local);
+
+ if (RegOpenKeyExW(network, local, 0, KEY_READ, &connection) != ERROR_SUCCESS)
+ continue;
+
+ _restoreSavedConnection(connection, local);
+ RegCloseKey(connection);
+ }
+
+ HeapFree(GetProcessHeap(), 0, local);
+ }
+ }
+
+ RegCloseKey(network);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+#endif
}
void wnetFree(void)
@@ -1875,6 +2009,43 @@
}
}
+#ifdef __REACTOS__
+ if (ret == WN_SUCCESS && ctxt->flags & CONNECT_UPDATE_PROFILE)
+ {
+ HKEY user_profile;
+
+ if (netres.dwType == RESOURCETYPE_PRINT)
+ {
+ FIXME("Persistent connection are not supported for printers\n");
+ return ret;
+ }
+
+ if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ HKEY network;
+ WCHAR subkey[10] = {'N', 'e', 't', 'w', 'o', 'r', 'k', '\\', netres.lpLocalName[0], 0};
+
+ if (RegCreateKeyExW(user_profile, subkey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &network, NULL) == ERROR_SUCCESS)
+ {
+ DWORD dword_arg = RESOURCETYPE_DISK;
+ DWORD len = (strlenW(provider->name) + 1) * sizeof(WCHAR);
+
+ RegSetValueExW(network, L"ConnectionType", 0, REG_DWORD, (const BYTE *)&dword_arg, sizeof(DWORD));
+ RegSetValueExW(network, L"ProviderName", 0, REG_SZ, (const BYTE *)provider->name, len);
+ dword_arg = provider->dwNetType;
+ RegSetValueExW(network, L"ProviderType", 0, REG_DWORD, (const BYTE *)&dword_arg, sizeof(DWORD));
+ len = (strlenW(netres.lpRemoteName) + 1) * sizeof(WCHAR);
+ RegSetValueExW(network, L"RemotePath", 0, REG_SZ, (const BYTE *)netres.lpRemoteName, len);
+ len = 0;
+ RegSetValueExW(network, L"UserName", 0, REG_SZ, (const BYTE *)netres.lpRemoteName, len);
+ RegCloseKey(network);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+#endif
+
return ret;
}
@@ -2066,6 +2237,37 @@
}
}
}
+#ifdef __REACTOS__
+
+ if (dwFlags & CONNECT_UPDATE_PROFILE)
+ {
+ HKEY user_profile;
+ WCHAR *coma = strchrW(lpName, ':');
+
+ if (coma && RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
+ {
+ WCHAR *subkey;
+ DWORD len;
+
+ len = (ULONG_PTR)coma - (ULONG_PTR)lpName + sizeof(L"Network\\");
+ subkey = HeapAlloc(GetProcessHeap(), 0, len);
+ if (subkey)
+ {
+ strcpyW(subkey, L"Network\\");
+ memcpy(subkey + (sizeof(L"Network\\") / sizeof(WCHAR)) - 1, lpName, (ULONG_PTR)coma - (ULONG_PTR)lpName);
+ subkey[len / sizeof(WCHAR) - 1] = 0;
+
+ TRACE("Removing: %S\n", subkey);
+
+ RegDeleteKeyW(user_profile, subkey);
+ HeapFree(GetProcessHeap(), 0, subkey);
+ }
+
+ RegCloseKey(user_profile);
+ }
+ }
+
+#endif
return ret;
}
@@ -2193,6 +2395,7 @@
/* find the network connection for a given drive; helper for WNetGetConnection */
static DWORD get_drive_connection( WCHAR letter, LPWSTR remote, LPDWORD size )
{
+#ifndef __REACTOS__
char buffer[1024];
struct mountmgr_unix_drive *data = (struct mountmgr_unix_drive *)buffer;
HANDLE mgr;
@@ -2235,6 +2438,32 @@
}
CloseHandle( mgr );
return ret;
+#else
+ DWORD ret = WN_NO_NETWORK;
+ DWORD index;
+ WCHAR local[3] = {letter, ':', 0};
+
+ if (providerTable != NULL)
+ {
+ for (index = 0; index < providerTable->numProviders; index++)
+ {
+ if(providerTable->table[index].getCaps(WNNC_CONNECTION) &
+ WNNC_CON_GETCONNECTIONS)
+ {
+ if (providerTable->table[index].getConnection)
+ ret = providerTable->table[index].getConnection(
+ local, remote, size);
+ else
+ ret = WN_NO_NETWORK;
+ if (ret == WN_SUCCESS || ret == WN_MORE_DATA)
+ break;
+ }
+ }
+ }
+ if (ret)
+ SetLastError(ret);
+ return ret;
+#endif
}
/**************************************************************************

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
Index: msxml3.spec
===================================================================
--- msxml3.spec (revision 49877)
+++ msxml3.spec (working copy)
@@ -1,10 +1,10 @@
Index: msxml3.spec
===================================================================
--- msxml3.spec (revision 49877)
+++ msxml3.spec (working copy)
@@ -1,10 +1,10 @@
- 6 stub @
- 7 stub @
- 8 stub @
@ -20,22 +20,22 @@ Index: msxml3.spec
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
Index: nodelist.c
===================================================================
--- nodelist.c (revision 57316)
+++ nodelist.c (working copy)
@@ -89,7 +89,11 @@
if (!ppvObject)
{
- return E_POINTER;
+ /* NOTE: Interface documentation for IUnknown explicitly states
+ * this case should return E_POINTER. Empirical data proves
+ * MS violates this contract and instead return E_INVALIDARG.
+ */
+ return E_INVALIDARG;
}
if ( IsEqualGUID( riid, &IID_IUnknown ) ||
Index: nodelist.c
===================================================================
--- nodelist.c (revision 57316)
+++ nodelist.c (working copy)
@@ -89,7 +89,11 @@
if (!ppvObject)
{
- return E_POINTER;
+ /* NOTE: Interface documentation for IUnknown explicitly states
+ * this case should return E_POINTER. Empirical data proves
+ * MS violates this contract and instead return E_INVALIDARG.
+ */
+ return E_INVALIDARG;
}
if ( IsEqualGUID( riid, &IID_IUnknown ) ||

View file

@ -1,13 +1,13 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {26FDC864-BE88-46E7-9235-032D8EA5162E} = s 'Merged Shell Folder'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {26FDC864-BE88-46E7-9235-032D8EA5162E} = s 'Merged Shell Folder'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}

View file

@ -1,38 +1,38 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {09799AFB-AD67-11d1-ABCD-00C04FC30936} = s 'Open With Context Menu Handler'
{
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-22924'
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-22985'
DefaultIcon = e '%%SystemRoot%%\system32\SHELL32.dll,-210'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
shellex
{
MayChangeDefaultMenu
{
}
}
}
ForceRemove Applications
{
}
}
NoRemove *
{
NoRemove shellex
{
NoRemove ContextMenuHandlers
{
ForceRemove 'Open With' = s '{09799AFB-AD67-11d1-ABCD-00C04FC30936}'
{
}
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {09799AFB-AD67-11d1-ABCD-00C04FC30936} = s 'Open With Context Menu Handler'
{
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-22924'
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-22985'
DefaultIcon = e '%%SystemRoot%%\system32\SHELL32.dll,-210'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
shellex
{
MayChangeDefaultMenu
{
}
}
}
ForceRemove Applications
{
}
}
NoRemove *
{
NoRemove shellex
{
NoRemove ContextMenuHandlers
{
ForceRemove 'Open With' = s '{09799AFB-AD67-11d1-ABCD-00C04FC30936}'
{
}
}
}
}
}

View file

@ -1,13 +1,13 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {ECD4FC4D-521C-11D0-B792-00A0C90312E1} = s 'Shell Rebar Band Site'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {ECD4FC4D-521C-11D0-B792-00A0C90312E1} = s 'Shell Rebar Band Site'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}

View file

@ -1,40 +1,40 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {13709620-C279-11CE-A49E-444553540000} = s 'Shell Automation Service'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
ProgID = s 'Shell.Application.1'
TypeLib = s '{50a7e9b0-70ef-11d1-b75a-00a0c90564fe}'
Version = s '1.1'
VersionIndependentProgID = s 'Shell.Application'
}
}
NoRemove TypeLib
{
ForceRemove {50A7E9B0-70EF-11D1-B75A-00A0C90564FE}
{
'1.1' = s 'Shell Controls And Automation'
{
'0' { win32 = s '%MODULE%' }
FLAGS = s '0'
}
}
}
'Shell.Application' = s 'Shell Automation Service'
{
CLSID = s '{13709620-C279-11CE-A49E-444553540000}'
CurVer = s 'Shell.Application.1'
}
'Shell.Application.1' = s 'Shell Automation Service'
{
CLSID = s '{13709620-C279-11CE-A49E-444553540000}'
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {13709620-C279-11CE-A49E-444553540000} = s 'Shell Automation Service'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
ProgID = s 'Shell.Application.1'
TypeLib = s '{50a7e9b0-70ef-11d1-b75a-00a0c90564fe}'
Version = s '1.1'
VersionIndependentProgID = s 'Shell.Application'
}
}
NoRemove TypeLib
{
ForceRemove {50A7E9B0-70EF-11D1-B75A-00A0C90564FE}
{
'1.1' = s 'Shell Controls And Automation'
{
'0' { win32 = s '%MODULE%' }
FLAGS = s '0'
}
}
}
'Shell.Application' = s 'Shell Automation Service'
{
CLSID = s '{13709620-C279-11CE-A49E-444553540000}'
CurVer = s 'Shell.Application.1'
}
'Shell.Application.1' = s 'Shell Automation Service'
{
CLSID = s '{13709620-C279-11CE-A49E-444553540000}'
}
}

View file

@ -1,13 +1,13 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {5F5295E0-429F-1069-A2E2-08002B30309D} = s 'Drive Default Extension'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {5F5295E0-429F-1069-A2E2-08002B30309D} = s 'Drive Default Extension'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}

View file

@ -1,13 +1,13 @@
HKCR
{
NoRemove CLSID
{
ForceRemove {21B22460-3AEA-1069-A2DC-08002B30309D} = s 'File Default Extension'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}
HKCR
{
NoRemove CLSID
{
ForceRemove {21B22460-3AEA-1069-A2DC-08002B30309D} = s 'File Default Extension'
{
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
}
}
}

View file

@ -1,25 +1,25 @@
/*
* Copyright 2011 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* just a wrapper for shldisp.idl */
#pragma makedep proxy
#pragma makedep register
#include "shldisp.idl"
/*
* Copyright 2011 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* just a wrapper for shldisp.idl */
#pragma makedep proxy
#pragma makedep register
#include "shldisp.idl"

View file

@ -1,67 +1,67 @@
Index: path.c
===================================================================
--- path.c (working copy)
+++ path.c (working copy)
@@ -21,23 +21,8 @@
#include "precomp.h"
-/* Get a function pointer from a DLL handle */
-#define GET_FUNC(func, module, name, fail) \
- do { \
- if (!func) { \
- if (!SHLWAPI_h##module && !(SHLWAPI_h##module = LoadLibraryA(#module ".dll"))) return fail; \
- func = (fn##func)GetProcAddress(SHLWAPI_h##module, name); \
- if (!func) return fail; \
- } \
- } while (0)
+int WINAPI IsNetDrive(int drive);
-/* DLL handles for late bound calls */
-static HMODULE SHLWAPI_hshell32;
-
-/* Function pointers for GET_FUNC macro; these need to be global because of gcc bug */
-typedef BOOL (WINAPI *fnpIsNetDrive)(int);
-static fnpIsNetDrive pIsNetDrive;
-
HRESULT WINAPI SHGetWebFolderFilePathW(LPCWSTR,LPWSTR,DWORD);
static inline WCHAR* heap_strdupAtoW(LPCSTR str)
@@ -2186,7 +2186,7 @@
{
TRACE("(%s)\n",debugstr_a(lpszPath));
- if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
+ if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
return TRUE;
return FALSE;
}
@@ -2200,7 +2200,7 @@
{
TRACE("(%s)\n",debugstr_w(lpszPath));
- if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
+ if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
return TRUE;
return FALSE;
}
@@ -3699,8 +3684,7 @@
dwDriveNum = PathGetDriveNumberA(lpszPath);
if (dwDriveNum == -1)
return FALSE;
- GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
- return pIsNetDrive(dwDriveNum);
+ return IsNetDrive(dwDriveNum);
}
/*************************************************************************
@@ -3721,8 +3705,7 @@
dwDriveNum = PathGetDriveNumberW(lpszPath);
if (dwDriveNum == -1)
return FALSE;
- GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
- return pIsNetDrive(dwDriveNum);
+ return IsNetDrive(dwDriveNum);
}
/*************************************************************************
Index: path.c
===================================================================
--- path.c (working copy)
+++ path.c (working copy)
@@ -21,23 +21,8 @@
#include "precomp.h"
-/* Get a function pointer from a DLL handle */
-#define GET_FUNC(func, module, name, fail) \
- do { \
- if (!func) { \
- if (!SHLWAPI_h##module && !(SHLWAPI_h##module = LoadLibraryA(#module ".dll"))) return fail; \
- func = (fn##func)GetProcAddress(SHLWAPI_h##module, name); \
- if (!func) return fail; \
- } \
- } while (0)
+int WINAPI IsNetDrive(int drive);
-/* DLL handles for late bound calls */
-static HMODULE SHLWAPI_hshell32;
-
-/* Function pointers for GET_FUNC macro; these need to be global because of gcc bug */
-typedef BOOL (WINAPI *fnpIsNetDrive)(int);
-static fnpIsNetDrive pIsNetDrive;
-
HRESULT WINAPI SHGetWebFolderFilePathW(LPCWSTR,LPWSTR,DWORD);
static inline WCHAR* heap_strdupAtoW(LPCSTR str)
@@ -2186,7 +2186,7 @@
{
TRACE("(%s)\n",debugstr_a(lpszPath));
- if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
+ if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
return TRUE;
return FALSE;
}
@@ -2200,7 +2200,7 @@
{
TRACE("(%s)\n",debugstr_w(lpszPath));
- if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
+ if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && (lpszPath[2]!='?'))
return TRUE;
return FALSE;
}
@@ -3699,8 +3684,7 @@
dwDriveNum = PathGetDriveNumberA(lpszPath);
if (dwDriveNum == -1)
return FALSE;
- GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
- return pIsNetDrive(dwDriveNum);
+ return IsNetDrive(dwDriveNum);
}
/*************************************************************************
@@ -3721,8 +3705,7 @@
dwDriveNum = PathGetDriveNumberW(lpszPath);
if (dwDriveNum == -1)
return FALSE;
- GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
- return pIsNetDrive(dwDriveNum);
+ return IsNetDrive(dwDriveNum);
}
/*************************************************************************

View file

@ -1,17 +1,17 @@
HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}' = s 'WbemDefPath'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
'{EB87E1BD-3233-11D2-AEC9-00C04FB68820}' = s 'WbemStatusCode'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
}
HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}' = s 'WbemDefPath'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
'{EB87E1BD-3233-11D2-AEC9-00C04FB68820}' = s 'WbemStatusCode'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
}
}

View file

@ -1003,13 +1003,13 @@ Index: drivers/filesystems/cdfs_new/fsctrl.c
IN PIRP Irp
@@ -2294,9 +2295,9 @@
Status = ObReferenceObjectByHandle( Handle,
0,
- *IoFileObjectType,
+ IoFileObjectType, /* ReactOS Change: GCC/LD Incompatibility with exported kernel data */
KernelMode,
- &FileToMarkBad,
+ (PVOID*)&FileToMarkBad, /* ReactOS Change: GCC "passing argument 5 of 'ObReferenceObjectByHandle' from incompatible pointer type" */
Status = ObReferenceObjectByHandle( Handle,
0,
- *IoFileObjectType,
+ IoFileObjectType, /* ReactOS Change: GCC/LD Incompatibility with exported kernel data */
KernelMode,
- &FileToMarkBad,
+ (PVOID*)&FileToMarkBad, /* ReactOS Change: GCC "passing argument 5 of 'ObReferenceObjectByHandle' from incompatible pointer type" */
NULL );
if (!NT_SUCCESS(Status)) {

View file

@ -1,87 +1,87 @@
;
; PROJECT: ROS Kernel
; LICENSE: GNU GPLv2 only as published by the Free Software Foundation
; PURPOSE: Storahci Driver INF
; PROGRAMMERS: Aman Priyadarshi (aman.eureka@gmail.com)
;
[version]
signature="$Windows NT$"
Class=hdc
ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
Provider=%ROS%
[SourceDisksNames]
1 = %DeviceDesc%,,,
[SourceDisksFiles]
storahci.sys = 1
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
[Manufacturer]
%ROS%=STORAHCI,NTx86
[STORAHCI]
[STORAHCI.NTx86]
%SATA_AHCI.DeviceDesc%=storahci_Inst, PCI\CC_010601; Standard SATA AHCI Controller
[ControlFlags]
ExcludeFromSelect = *
[storahci_Inst]
CopyFiles = storahci_CopyFiles
[storahci_Inst.HW]
; Enables Storport IPM for this adapter
HKR, "StorPort", "EnableIdlePowerManagement", %REG_DWORD%, 0x01
[storahci_Inst.Services]
AddService = storahci, %SPSVCINST_ASSOCSERVICE%, storahci_Service_Inst, Miniport_EventLog_Inst
[storahci_Service_Inst]
DisplayName = %DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_CRITICAL%
ServiceBinary = %12%\storahci.sys
LoadOrderGroup = SCSI Miniport
AddReg = ahci_addreg
[storahci_CopyFiles]
storahci.sys,,,1
[ahci_addreg]
HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
HKR, "Parameters", "BusType", %REG_DWORD%, 0x0000000B
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg
[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
ROS = "ReactOS"
DeviceDesc = "AHCI SATA Driver"
SATA_AHCI.DeviceDesc = "Standard SATA AHCI Controller"
[Strings.0418]
ROS = "ReactOS"
DeviceDesc = "Modúl-pilot SATA AHCI"
SATA_AHCI.DeviceDesc = "Dispozitiv de control standard AHCI SATA"
[Strings.041f]
ROS = "ReactOS"
DeviceDesc = "AHCI SATA Sürücüsü"
SATA_AHCI.DeviceDesc = "Ölçünlü SATA AHCI Denetleyicisi"
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_CRITICAL = 3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
;
; PROJECT: ROS Kernel
; LICENSE: GNU GPLv2 only as published by the Free Software Foundation
; PURPOSE: Storahci Driver INF
; PROGRAMMERS: Aman Priyadarshi (aman.eureka@gmail.com)
;
[version]
signature="$Windows NT$"
Class=hdc
ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
Provider=%ROS%
[SourceDisksNames]
1 = %DeviceDesc%,,,
[SourceDisksFiles]
storahci.sys = 1
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
[Manufacturer]
%ROS%=STORAHCI,NTx86
[STORAHCI]
[STORAHCI.NTx86]
%SATA_AHCI.DeviceDesc%=storahci_Inst, PCI\CC_010601; Standard SATA AHCI Controller
[ControlFlags]
ExcludeFromSelect = *
[storahci_Inst]
CopyFiles = storahci_CopyFiles
[storahci_Inst.HW]
; Enables Storport IPM for this adapter
HKR, "StorPort", "EnableIdlePowerManagement", %REG_DWORD%, 0x01
[storahci_Inst.Services]
AddService = storahci, %SPSVCINST_ASSOCSERVICE%, storahci_Service_Inst, Miniport_EventLog_Inst
[storahci_Service_Inst]
DisplayName = %DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_CRITICAL%
ServiceBinary = %12%\storahci.sys
LoadOrderGroup = SCSI Miniport
AddReg = ahci_addreg
[storahci_CopyFiles]
storahci.sys,,,1
[ahci_addreg]
HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
HKR, "Parameters", "BusType", %REG_DWORD%, 0x0000000B
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg
[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
ROS = "ReactOS"
DeviceDesc = "AHCI SATA Driver"
SATA_AHCI.DeviceDesc = "Standard SATA AHCI Controller"
[Strings.0418]
ROS = "ReactOS"
DeviceDesc = "Modúl-pilot SATA AHCI"
SATA_AHCI.DeviceDesc = "Dispozitiv de control standard AHCI SATA"
[Strings.041f]
ROS = "ReactOS"
DeviceDesc = "AHCI SATA Sürücüsü"
SATA_AHCI.DeviceDesc = "Ölçünlü SATA AHCI Denetleyicisi"
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_CRITICAL = 3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001

View file

@ -1,312 +1,312 @@
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.1111
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI
[ControlFlags]
ExcludeFromSelect=*
[CMI]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration,mssysfx.CopyFilesAndRegister
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg,Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg,WDM_CMPCI.SysFx.Render
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer,aux"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\aux\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\aux\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
; System Effects settings
[WDM_CMPCI.SysFx.Render]
HKR,"FX\\0",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\0",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\0",%PKEY_FX_Association%,,%KSNODETYPE_ANY%
HKR,"FX\\1",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\1",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\1",%PKEY_FX_Association%,,%KSNODETYPE_SPDIF_INTERFACE%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTx86.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTx86.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_REALTIME="{EB115FFC-10C8-4964-831D-6DCB02E6F23F}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
FX_UI_CLSID="{5860E1C5-F95C-4a7a-8EC8-8AEF24F379A1}"
KSNODETYPE_ANY="{00000000-0000-0000-0000-000000000000}"
FX_PREMIX_CLSID="{62dc1a93-ae24-464c-a43e-452f824c4250}"
FX_POSTMIX_CLSID="{637c490d-eee3-4c0a-973f-371958802da2}"
FX_FriendlyName="Microsoft Audio Home Theater Effects"
PKEY_FX_Association="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},0"
PKEY_FX_PreMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},1"
PKEY_FX_PostMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},2"
PKEY_FX_UiClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},3"
PKEY_ItemNameDisplay="{B725F130-47EF-101A-A5F1-02608C9EEBAC},10"
KSNODETYPE_SPEAKER="{DFF21CE1-F70F-11D0-B917-00A0C9223196}"
KSNODETYPE_SPDIF_INTERFACE="{DFF21FE5-F70F-11D0-B917-00A0C9223196}"
CMIPCI.SvcDesc="CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
FX_FriendlyName="Efecte audio de cinema de domiciliu ale Microsoft"
CMIPCI.SvcDesc="Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.1111
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI
[ControlFlags]
ExcludeFromSelect=*
[CMI]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration,mssysfx.CopyFilesAndRegister
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg,Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg,WDM_CMPCI.SysFx.Render
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer,aux"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\aux\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\aux\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
; System Effects settings
[WDM_CMPCI.SysFx.Render]
HKR,"FX\\0",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\0",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\0",%PKEY_FX_Association%,,%KSNODETYPE_ANY%
HKR,"FX\\1",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\1",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\1",%PKEY_FX_Association%,,%KSNODETYPE_SPDIF_INTERFACE%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTx86.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTx86.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_REALTIME="{EB115FFC-10C8-4964-831D-6DCB02E6F23F}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
FX_UI_CLSID="{5860E1C5-F95C-4a7a-8EC8-8AEF24F379A1}"
KSNODETYPE_ANY="{00000000-0000-0000-0000-000000000000}"
FX_PREMIX_CLSID="{62dc1a93-ae24-464c-a43e-452f824c4250}"
FX_POSTMIX_CLSID="{637c490d-eee3-4c0a-973f-371958802da2}"
FX_FriendlyName="Microsoft Audio Home Theater Effects"
PKEY_FX_Association="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},0"
PKEY_FX_PreMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},1"
PKEY_FX_PostMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},2"
PKEY_FX_UiClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},3"
PKEY_ItemNameDisplay="{B725F130-47EF-101A-A5F1-02608C9EEBAC},10"
KSNODETYPE_SPEAKER="{DFF21CE1-F70F-11D0-B917-00A0C9223196}"
KSNODETYPE_SPDIF_INTERFACE="{DFF21FE5-F70F-11D0-B917-00A0C9223196}"
CMIPCI.SvcDesc="CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
FX_FriendlyName="Efecte audio de cinema de domiciliu ale Microsoft"
CMIPCI.SvcDesc="Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"

View file

@ -1,282 +1,282 @@
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI
[ControlFlags]
ExcludeFromSelect=*
[CMI]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTx86.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTx86.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU-401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
CMIPCI.SvcDesc = "CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU-401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
CMIPCI.SvcDesc = "Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI
[ControlFlags]
ExcludeFromSelect=*
[CMI]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTx86.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTx86]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTx86.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTx86.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU-401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
CMIPCI.SvcDesc = "CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU-401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
CMIPCI.SvcDesc = "Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"

View file

@ -1,313 +1,313 @@
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.1111
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI,NTamd64
[ControlFlags]
ExcludeFromSelect=*
[CMI.NTamd64]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration,mssysfx.CopyFilesAndRegister
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg,Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg,WDM_CMPCI.SysFx.Render
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer,aux"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\aux\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\aux\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
; System Effects settings
[WDM_CMPCI.SysFx.Render]
HKR,"FX\\0",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\0",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\0",%PKEY_FX_Association%,,%KSNODETYPE_ANY%
HKR,"FX\\1",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\1",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\1",%PKEY_FX_Association%,,%KSNODETYPE_SPDIF_INTERFACE%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTAMD64.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTAMD64.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_REALTIME="{EB115FFC-10C8-4964-831D-6DCB02E6F23F}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
FX_UI_CLSID="{5860E1C5-F95C-4a7a-8EC8-8AEF24F379A1}"
KSNODETYPE_ANY="{00000000-0000-0000-0000-000000000000}"
FX_PREMIX_CLSID="{62dc1a93-ae24-464c-a43e-452f824c4250}"
FX_POSTMIX_CLSID="{637c490d-eee3-4c0a-973f-371958802da2}"
FX_FriendlyName="Microsoft Audio Home Theater Effects"
PKEY_FX_Association="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},0"
PKEY_FX_PreMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},1"
PKEY_FX_PostMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},2"
PKEY_FX_UiClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},3"
PKEY_ItemNameDisplay="{B725F130-47EF-101A-A5F1-02608C9EEBAC},10"
KSNODETYPE_SPEAKER="{DFF21CE1-F70F-11D0-B917-00A0C9223196}"
KSNODETYPE_SPDIF_INTERFACE="{DFF21FE5-F70F-11D0-B917-00A0C9223196}"
CMIPCI.SvcDesc="CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
FX_FriendlyName="Efecte audio de cinema de domiciliu ale Microsoft"
CMIPCI.SvcDesc="Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.1111
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI,NTamd64
[ControlFlags]
ExcludeFromSelect=*
[CMI.NTamd64]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration,mssysfx.CopyFilesAndRegister
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg,Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg,WDM_CMPCI.SysFx.Render
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer,aux"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\aux\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\aux\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
; System Effects settings
[WDM_CMPCI.SysFx.Render]
HKR,"FX\\0",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\0",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\0",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\0",%PKEY_FX_Association%,,%KSNODETYPE_ANY%
HKR,"FX\\1",%PKEY_ItemNameDisplay%,,%FX_FriendlyName%
HKR,"FX\\1",%PKEY_FX_PreMixClsid%,,%FX_PREMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_PostMixClsid%,,%FX_POSTMIX_CLSID%
HKR,"FX\\1",%PKEY_FX_UiClsid%,,%FX_UI_CLSID%
HKR,"FX\\1",%PKEY_FX_Association%,,%KSNODETYPE_SPDIF_INTERFACE%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_REALTIME%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTAMD64.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTAMD64.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_REALTIME="{EB115FFC-10C8-4964-831D-6DCB02E6F23F}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
FX_UI_CLSID="{5860E1C5-F95C-4a7a-8EC8-8AEF24F379A1}"
KSNODETYPE_ANY="{00000000-0000-0000-0000-000000000000}"
FX_PREMIX_CLSID="{62dc1a93-ae24-464c-a43e-452f824c4250}"
FX_POSTMIX_CLSID="{637c490d-eee3-4c0a-973f-371958802da2}"
FX_FriendlyName="Microsoft Audio Home Theater Effects"
PKEY_FX_Association="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},0"
PKEY_FX_PreMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},1"
PKEY_FX_PostMixClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},2"
PKEY_FX_UiClsid="{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},3"
PKEY_ItemNameDisplay="{B725F130-47EF-101A-A5F1-02608C9EEBAC},10"
KSNODETYPE_SPEAKER="{DFF21CE1-F70F-11D0-B917-00A0C9223196}"
KSNODETYPE_SPDIF_INTERFACE="{DFF21FE5-F70F-11D0-B917-00A0C9223196}"
CMIPCI.SvcDesc="CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
FX_FriendlyName="Efecte audio de cinema de domiciliu ale Microsoft"
CMIPCI.SvcDesc="Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"

View file

@ -1,282 +1,282 @@
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.64
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI,NTamd64
[ControlFlags]
ExcludeFromSelect=*
[CMI.NTamd64]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTAMD64.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTAMD64.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
CMIPCI.SvcDesc = "CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
CMIPCI.SvcDesc = "Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
provider=%CMMfgName%
LayoutFile=layout.inf, layout1.inf, layout2.inf
DriverVer=CMIReleaseDate,CMIVersion.64
[SourceDisksNames]
200="C-Media 8738/8768 WDM Drivers","",0
[SourceDisksFiles]
cmipci.sys=200
cmicpl.cpl=200
CMICONTROL.exe=200
[Manufacturer]
%CMMfgName%=CMI,NTamd64
[ControlFlags]
ExcludeFromSelect=*
[CMI.NTamd64]
;generic
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011013F6
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_011113F6
;Terratec
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_1144153B
;Auzentech
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_3731584D
;Diamond
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_87681092
;TurtleBeach
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020110B0
;Phillips
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_060417AB
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020210B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_020410B0
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_009C145F
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_39801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_50701462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_52801462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_53401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_54511462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_56501462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59001462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_59201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70201462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70401462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_70411462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_71011462
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_A016147A
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_30021919
%*WDM_CMPCI.DeviceDesc%=WDM_CMPCI, PCI\VEN_13F6&DEV_0111&SUBSYS_0577A0A0
%*WDM_CMMPU.DeviceDesc%=MPU401, MPU401, *PNPB006
[WDM_CMPCI]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList,CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[MPU401.Interface.UART]
AddReg=MPU401.Interface.UART.AddReg
[MPU401.Interface.UART.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.UART.szPname%
[WDM_CMPCI.Interface.Wave]
AddReg=WDM_PCI.Interface.Wave.AddReg
[WDM_PCI.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Wave.szPname%
[WDM_CMPCI.Interface.Topo]
AddReg=WDM_PCI.Interface.Topo.AddReg
[WDM_PCI.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%WDM_CMPCI.Topo.szPname%
[WDM_CMPCI.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,CMIPCI.SYS
HKR,,NTMPDriver,,"CMIPCI.sys,sbemul.sys"
HKR,Drivers,SubClasses,,"wave,midi,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_CMPCI.DeviceDesc%
[Mixer_CMPCI.AddReg]
HKLM,%MediaCategories%\%GUID.CMIPCI%,Name,,%*WDM_CMPCI.DeviceDesc%
HKLM,%MediaCategories%\%GUID.CMIPCI%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IEC5V%,Name,,%Name.IEC5V%
HKLM,%MediaCategories%\%GUID.IEC5V%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECOut%,Name,,%Name.IECOut%
HKLM,%MediaCategories%\%GUID.IECOut%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECMonitor%,Name,,%Name.IECMonitor%
HKLM,%MediaCategories%\%GUID.IECMonitor%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECInverse%,Name,,%Name.IECInverse%
HKLM,%MediaCategories%\%GUID.IECInverse%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.DAC%,Name,,%Name.DAC%
HKLM,%MediaCategories%\%GUID.DAC%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECSelect%,Name,,%Name.IECSelect%
HKLM,%MediaCategories%\%GUID.IECSelect%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.XCHGFB%,Name,,%Name.XCHGFB%
HKLM,%MediaCategories%\%GUID.XCHGFB%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.BassLine%,Name,,%Name.BassLine%
HKLM,%MediaCategories%\%GUID.BassLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterLine%,Name,,%Name.CenterLine%
HKLM,%MediaCategories%\%GUID.CenterLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECCopyright%,Name,,%Name.IECCopyright%
HKLM,%MediaCategories%\%GUID.IECCopyright%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECPolValid%,Name,,%Name.IECPolValid%
HKLM,%MediaCategories%\%GUID.IECPolValid%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.IECLoop%,Name,,%Name.IECLoop%
HKLM,%MediaCategories%\%GUID.IECLoop%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.RearLine%,Name,,%Name.RearLine%
HKLM,%MediaCategories%\%GUID.RearLine%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.CenterMic%,Name,,%Name.CenterMic%
HKLM,%MediaCategories%\%GUID.CenterMic%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Manuf%,Name,,%Name.Manuf%
HKLM,%MediaCategories%\%GUID.Manuf%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%GUID.Component%,Name,,%Name.Component%
HKLM,%MediaCategories%\%GUID.Component%,Display,1,00,00,00,00
[DestinationDirs]
CMPCI.CopyList = 10, system32\drivers ; %SystemRoot%\system32\drivers
CPanel.CopyList = 10, system32 ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[CMPCI.CopyList]
cmipci.sys
[CPanel.CopyList]
cmicpl.cpl
CMICONTROL.exe
;;**************** NT Install ****************
[WDM_CMPCI.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration
CopyFiles=CMPCI.CopyList, CPanel.CopyList
AddReg=WDM_CMPCI.AddReg, Mixer_CMPCI.AddReg
[WDM_CMPCI.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,WDM_CMPCI.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Topology%,WDM_CMPCI.Interface.Topo
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[WDM_CMPCI.NTAMD64.Services]
AddService = cmipci, 0x00000002, cmipci_Service_Inst
[cmipci_Service_Inst]
DisplayName = %CMIPCI.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\cmipci.sys
[MPU401.NTAMD64]
Include=ks.inf, wdmaudio.inf
Needs=KS.Registration, WDMAUDIO.Registration, WDMAUDIO.MPU401
AlsoInstall=KS.Registration(ks.inf), WDMAUDIO.Registration(wdmaudio.inf), WDMAUDIO.MPU401(wdmaudio.inf)
[MPU401.NTAMD64.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_RENDER%,%KSNAME_UART%,MPU401.Interface.UART
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_UART%,MPU401.Interface.UART
[MPU401.NTAMD64.Services]
Needs=WDMAUDIO.MPU401.Services
AlsoInstall=WDMAUDIO.MPU401.Services(wdmaudio.inf)
[Strings]
CMMfgName="Dogbert"
*WDM_CMPCI.DeviceDesc="CMI8738/8768 Audio Device"
*WDM_CMMPU.DeviceDesc="CMI8738/8768 MPU-401"
WDM_CMPCI.Wave.szPname="CMI8738/8768 Wave"
WDM_CMPCI.Topo.szPname="CMI8738/8768 Mixer"
WDM_CMPCI.UART.szPname="CMI8738/8768 MPU401"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
KSNAME_Wave="Wave"
KSNAME_Topology="Topology"
KSNAME_UART="UART"
CMIPCI.SvcDesc = "CMI8738/8768 Audio Driver"
GUID.CMIPCI="{9DB14E9A-7BE7-480d-A2FA-32932489DE9C}"
GUID.IEC5V="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF0}"
Name.IEC5V="S/PDIF-out 5V signal levels"
GUID.IECOut="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF1}"
Name.IECOut="Enable S/PDIF-out"
GUID.IECInverse="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF2}"
Name.IECInverse="Invert S/PDIF-in signal"
GUID.IECMonitor="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF3}"
Name.IECMonitor="Enable PCM DAC"
GUID.DAC="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF4}"
Name.DAC="DAC"
GUID.IECSelect="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF5}"
Name.IECSelect="Select secondary S/PDIF-in"
GUID.XCHGFB="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF6}"
Name.XCHGFB="Exchange Front/Rear Jacks"
GUID.BassLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF7}"
Name.BassLine="Route Bass to Line-In Jack"
GUID.CenterLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF8}"
Name.CenterLine="Route Center to Line-In Jack"
GUID.IECCopyright="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DF9}"
Name.IECCopyright="Enable copyright bit"
GUID.IECPolValid="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFA}"
Name.IECPolValid="Invert validity flag"
GUID.IECLoop="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFB}"
Name.IECLoop="Loop S/PDIF-in to S/PDIF-out"
GUID.RearLine="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFC}"
Name.RearLine="Route Rear to Line-In Jack"
GUID.CenterMic="{2B81CDBB-EE6C-4ECC-8AA5-9A188B023DFD}"
Name.CenterMic="Route Center to Mic-In Jack"
GUID.Manuf="{9DB14E9A-7BE7-480d-A2FA-32932489DE9E}"
Name.Manuf="Dogbert"
GUID.Component="{9DB14E9A-7BE7-480d-A2FA-32932489DE9D}"
Name.Component="main"
[Strings.0418]
*WDM_CMPCI.DeviceDesc="Dispozitiv audio CMI8738/8768"
*WDM_CMMPU.DeviceDesc="MPU-401 CMI8738/8768"
WDM_CMPCI.Wave.szPname="Semnal-undă CMI8738/8768"
WDM_CMPCI.Topo.szPname="Modúl de mixaj CMI8738/8768"
WDM_CMPCI.UART.szPname="MPU401 CMI8738/8768"
KSNAME_Wave="Semnal-undă"
KSNAME_Topology="Topologie"
CMIPCI.SvcDesc = "Modúl-pilot audio CMI8738/8768"
Name.IEC5V="Nivele de semnal de 5V-ieșire S/PDIF"
Name.IECOut="Activare ieșire S/PDIF"
Name.IECInverse="Inversare semnal de intrare S/PDIF"
Name.IECMonitor="Activare convertor digital-analog PCM"
Name.DAC="Convertor digital-analog (DAC)"
Name.IECSelect="Selectare intrare secundară S/PDIF"
Name.XCHGFB="Interschimbare mufe frontale/dorsale"
Name.BassLine="Canalizare bas pe mufa de intrare"
Name.CenterLine="Canalizare centru pe mufa de intrare"
Name.IECCopyright="Activare bit de drepturi de autor"
Name.IECPolValid="Inversare fanion de validitate"
Name.IECLoop="Ciclare intrare S/PDIF pe ieșire S/PDIF"
Name.RearLine="Canalizare sateliți pe mufa de intrare"
Name.CenterMic="Canalizare centru pe mufa de microfon"

View file

@ -1,214 +1,214 @@
#
# Extracted from the pci.ids database at http://pci-ids.ucw.cz/
#
#
# List of PCI ID's
#
# Version: 2017.05.25
# Date: 2017-05-25 03:15:02
#
# Maintained by Albert Pool, Martin Mares, and other volunteers from
# the PCI ID Project at http://pci-ids.ucw.cz/.
#
# New data are always welcome, especially if they are accurate. If you have
# anything to contribute, please follow the instructions at the web site.
#
# This file can be distributed under either the GNU General Public License
# (version 2 or higher) or the 3-clause BSD License.
#
# List of known device classes, subclasses and programming interfaces
# Syntax:
# C class class_name
# subclass subclass_name <-- single tab
# prog-if prog-if_name <-- two tabs
C 00 Unclassified device
00 Non-VGA unclassified device
01 VGA compatible unclassified device
C 01 Mass storage controller
00 SCSI storage controller
01 IDE interface
02 Floppy disk controller
03 IPI bus controller
04 RAID bus controller
05 ATA controller
20 ADMA single stepping
30 ADMA continuous operation
06 SATA controller
00 Vendor specific
01 AHCI 1.0
02 Serial Storage Bus
07 Serial Attached SCSI controller
01 Serial Storage Bus
08 Non-Volatile memory controller
01 NVMHCI
02 NVM Express
80 Mass storage controller
C 02 Network controller
00 Ethernet controller
01 Token ring network controller
02 FDDI network controller
03 ATM network controller
04 ISDN controller
05 WorldFip controller
06 PICMG controller
07 Infiniband controller
08 Fabric controller
80 Network controller
C 03 Display controller
00 VGA compatible controller
00 VGA controller
01 8514 controller
01 XGA compatible controller
02 3D controller
80 Display controller
C 04 Multimedia controller
00 Multimedia video controller
01 Multimedia audio controller
02 Computer telephony device
03 Audio device
80 Multimedia controller
C 05 Memory controller
00 RAM memory
01 FLASH memory
80 Memory controller
C 06 Bridge
00 Host bridge
01 ISA bridge
02 EISA bridge
03 MicroChannel bridge
04 PCI bridge
00 Normal decode
01 Subtractive decode
05 PCMCIA bridge
06 NuBus bridge
07 CardBus bridge
08 RACEway bridge
00 Transparent mode
01 Endpoint mode
09 Semi-transparent PCI-to-PCI bridge
40 Primary bus towards host CPU
80 Secondary bus towards host CPU
0a InfiniBand to PCI host bridge
80 Bridge
C 07 Communication controller
00 Serial controller
00 8250
01 16450
02 16550
03 16650
04 16750
05 16850
06 16950
01 Parallel controller
00 SPP
01 BiDir
02 ECP
03 IEEE1284
fe IEEE1284 Target
02 Multiport serial controller
03 Modem
00 Generic
01 Hayes/16450
02 Hayes/16550
03 Hayes/16650
04 Hayes/16750
04 GPIB controller
05 Smard Card controller
80 Communication controller
C 08 Generic system peripheral
00 PIC
00 8259
01 ISA PIC
02 EISA PIC
10 IO-APIC
20 IO(X)-APIC
01 DMA controller
00 8237
01 ISA DMA
02 EISA DMA
02 Timer
00 8254
01 ISA Timer
02 EISA Timers
03 HPET
03 RTC
00 Generic
01 ISA RTC
04 PCI Hot-plug controller
05 SD Host controller
06 IOMMU
80 System peripheral
C 09 Input device controller
00 Keyboard controller
01 Digitizer Pen
02 Mouse controller
03 Scanner controller
04 Gameport controller
00 Generic
10 Extended
80 Input device controller
C 0a Docking station
00 Generic Docking Station
80 Docking Station
C 0b Processor
00 386
01 486
02 Pentium
10 Alpha
20 Power PC
30 MIPS
40 Co-processor
C 0c Serial bus controller
00 FireWire (IEEE 1394)
00 Generic
10 OHCI
01 ACCESS Bus
02 SSA
03 USB controller
00 UHCI
10 OHCI
20 EHCI
30 XHCI
80 Unspecified
fe USB Device
04 Fibre Channel
05 SMBus
06 InfiniBand
07 IPMI SMIC interface
08 SERCOS interface
09 CANBUS
C 0d Wireless controller
00 IRDA controller
01 Consumer IR controller
10 RF controller
11 Bluetooth
12 Broadband
20 802.1a controller
21 802.1b controller
80 Wireless controller
C 0e Intelligent controller
00 I2O
C 0f Satellite communications controller
01 Satellite TV controller
02 Satellite audio communication controller
03 Satellite voice communication controller
04 Satellite data communication controller
C 10 Encryption controller
00 Network and computing encryption device
10 Entertainment encryption device
80 Encryption controller
C 11 Signal processing controller
00 DPIO module
01 Performance counters
10 Communication synchronizer
20 Signal processing management
80 Signal processing controller
C 12 Processing accelerators
00 Processing accelerators
C 13 Non-Essential Instrumentation
C 40 Coprocessor
C ff Unassigned class
#
# Extracted from the pci.ids database at http://pci-ids.ucw.cz/
#
#
# List of PCI ID's
#
# Version: 2017.05.25
# Date: 2017-05-25 03:15:02
#
# Maintained by Albert Pool, Martin Mares, and other volunteers from
# the PCI ID Project at http://pci-ids.ucw.cz/.
#
# New data are always welcome, especially if they are accurate. If you have
# anything to contribute, please follow the instructions at the web site.
#
# This file can be distributed under either the GNU General Public License
# (version 2 or higher) or the 3-clause BSD License.
#
# List of known device classes, subclasses and programming interfaces
# Syntax:
# C class class_name
# subclass subclass_name <-- single tab
# prog-if prog-if_name <-- two tabs
C 00 Unclassified device
00 Non-VGA unclassified device
01 VGA compatible unclassified device
C 01 Mass storage controller
00 SCSI storage controller
01 IDE interface
02 Floppy disk controller
03 IPI bus controller
04 RAID bus controller
05 ATA controller
20 ADMA single stepping
30 ADMA continuous operation
06 SATA controller
00 Vendor specific
01 AHCI 1.0
02 Serial Storage Bus
07 Serial Attached SCSI controller
01 Serial Storage Bus
08 Non-Volatile memory controller
01 NVMHCI
02 NVM Express
80 Mass storage controller
C 02 Network controller
00 Ethernet controller
01 Token ring network controller
02 FDDI network controller
03 ATM network controller
04 ISDN controller
05 WorldFip controller
06 PICMG controller
07 Infiniband controller
08 Fabric controller
80 Network controller
C 03 Display controller
00 VGA compatible controller
00 VGA controller
01 8514 controller
01 XGA compatible controller
02 3D controller
80 Display controller
C 04 Multimedia controller
00 Multimedia video controller
01 Multimedia audio controller
02 Computer telephony device
03 Audio device
80 Multimedia controller
C 05 Memory controller
00 RAM memory
01 FLASH memory
80 Memory controller
C 06 Bridge
00 Host bridge
01 ISA bridge
02 EISA bridge
03 MicroChannel bridge
04 PCI bridge
00 Normal decode
01 Subtractive decode
05 PCMCIA bridge
06 NuBus bridge
07 CardBus bridge
08 RACEway bridge
00 Transparent mode
01 Endpoint mode
09 Semi-transparent PCI-to-PCI bridge
40 Primary bus towards host CPU
80 Secondary bus towards host CPU
0a InfiniBand to PCI host bridge
80 Bridge
C 07 Communication controller
00 Serial controller
00 8250
01 16450
02 16550
03 16650
04 16750
05 16850
06 16950
01 Parallel controller
00 SPP
01 BiDir
02 ECP
03 IEEE1284
fe IEEE1284 Target
02 Multiport serial controller
03 Modem
00 Generic
01 Hayes/16450
02 Hayes/16550
03 Hayes/16650
04 Hayes/16750
04 GPIB controller
05 Smard Card controller
80 Communication controller
C 08 Generic system peripheral
00 PIC
00 8259
01 ISA PIC
02 EISA PIC
10 IO-APIC
20 IO(X)-APIC
01 DMA controller
00 8237
01 ISA DMA
02 EISA DMA
02 Timer
00 8254
01 ISA Timer
02 EISA Timers
03 HPET
03 RTC
00 Generic
01 ISA RTC
04 PCI Hot-plug controller
05 SD Host controller
06 IOMMU
80 System peripheral
C 09 Input device controller
00 Keyboard controller
01 Digitizer Pen
02 Mouse controller
03 Scanner controller
04 Gameport controller
00 Generic
10 Extended
80 Input device controller
C 0a Docking station
00 Generic Docking Station
80 Docking Station
C 0b Processor
00 386
01 486
02 Pentium
10 Alpha
20 Power PC
30 MIPS
40 Co-processor
C 0c Serial bus controller
00 FireWire (IEEE 1394)
00 Generic
10 OHCI
01 ACCESS Bus
02 SSA
03 USB controller
00 UHCI
10 OHCI
20 EHCI
30 XHCI
80 Unspecified
fe USB Device
04 Fibre Channel
05 SMBus
06 InfiniBand
07 IPMI SMIC interface
08 SERCOS interface
09 CANBUS
C 0d Wireless controller
00 IRDA controller
01 Consumer IR controller
10 RF controller
11 Bluetooth
12 Broadband
20 802.1a controller
21 802.1b controller
80 Wireless controller
C 0e Intelligent controller
00 I2O
C 0f Satellite communications controller
01 Satellite TV controller
02 Satellite audio communication controller
03 Satellite voice communication controller
04 Satellite data communication controller
C 10 Encryption controller
00 Network and computing encryption device
10 Entertainment encryption device
80 Encryption controller
C 11 Signal processing controller
00 DPIO module
01 Performance counters
10 Communication synchronizer
20 Signal processing management
80 Signal processing controller
C 12 Processing accelerators
00 Processing accelerators
C 13 Non-Essential Instrumentation
C 40 Coprocessor
C ff Unassigned class

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,13 @@
# Example KDB.init file
#
# Set the disassembly flavor to "intel" (default is "at&t")
set syntax intel
# Change the condition to enter KDB on INT3 to "always" (default is "kmode")
#set condition INT3 first always
# This is a special command available only in the KDBinit file - it breaks into
# KDB when it is interpreting the init file at startup.
#break
# Example KDB.init file
#
# Set the disassembly flavor to "intel" (default is "at&t")
set syntax intel
# Change the condition to enter KDB on INT3 to "always" (default is "kmode")
#set condition INT3 first always
# This is a special command available only in the KDBinit file - it breaks into
# KDB when it is interpreting the init file at startup.
#break

View file

@ -1,3 +1,3 @@
# ReactOS hosts file
127.0.0.1 localhost
# ReactOS hosts file
127.0.0.1 localhost

View file

@ -1,81 +1,81 @@
; Network.INF
;
; Installation file for the Net class
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[ClassInstall32.NT]
AddReg = NetClass.NT.AddReg
[NetClass.NT.AddReg]
HKR, , , 0, %DisplayClassName%
HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
HKR, , Icon, 0, "-5"
HKR, , Installer32, 0, "NetCfgx.dll,NetClassInstaller"
; Add a fake network adapter entry in registry (Real adapters start at index 1)
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000","",0x00010000,""
[Strings]
ReactOS = "ReactOS Team"
DisplayClassName = "Network Adapters"
[Strings.0405]
DisplayClassName = "Síťové adaptéry"
[Strings.0407]
DisplayClassName = "Netzwerkadapter"
[Strings.0408]
DisplayClassName = "Προσαρμογείς δικτύου"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Adaptery sieciowe"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
DisplayClassName = "Adaptadores de red"
[Strings.040C]
DisplayClassName = "Cartes réseau"
[Strings.0411]
DisplayClassName = "ネットワーク アダプタ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Karty sieciowe"
[Strings.0416]
DisplayClassName = "Adaptadores de rede"
[Strings.0418]
ReactOS = "Echipa ReactOS"
DisplayClassName = "Adaptoare de rețea"
[Strings.0419]
ReactOS = "Команда ReactOS"
DisplayClassName = "Сетевые адаптеры"
[Strings.041B]
DisplayClassName = "Sieťové adaptéry"
[Strings.041f]
ReactOS = "ReactOS Takımı"
DisplayClassName = "Ağ Bağdaştırıcıları"
[Strings.0422]
ReactOS = "Команда ReactOS"
DisplayClassName = "Мережеві адаптери"
[Strings.0427]
DisplayClassName = "Tinklo adapteriai"
; Network.INF
;
; Installation file for the Net class
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[ClassInstall32.NT]
AddReg = NetClass.NT.AddReg
[NetClass.NT.AddReg]
HKR, , , 0, %DisplayClassName%
HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
HKR, , Icon, 0, "-5"
HKR, , Installer32, 0, "NetCfgx.dll,NetClassInstaller"
; Add a fake network adapter entry in registry (Real adapters start at index 1)
HKLM,"SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000","",0x00010000,""
[Strings]
ReactOS = "ReactOS Team"
DisplayClassName = "Network Adapters"
[Strings.0405]
DisplayClassName = "Síťové adaptéry"
[Strings.0407]
DisplayClassName = "Netzwerkadapter"
[Strings.0408]
DisplayClassName = "Προσαρμογείς δικτύου"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Adaptery sieciowe"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
DisplayClassName = "Adaptadores de red"
[Strings.040C]
DisplayClassName = "Cartes réseau"
[Strings.0411]
DisplayClassName = "ネットワーク アダプタ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Karty sieciowe"
[Strings.0416]
DisplayClassName = "Adaptadores de rede"
[Strings.0418]
ReactOS = "Echipa ReactOS"
DisplayClassName = "Adaptoare de rețea"
[Strings.0419]
ReactOS = "Команда ReactOS"
DisplayClassName = "Сетевые адаптеры"
[Strings.041B]
DisplayClassName = "Sieťové adaptéry"
[Strings.041f]
ReactOS = "ReactOS Takımı"
DisplayClassName = "Ağ Bağdaştırıcıları"
[Strings.0422]
ReactOS = "Команда ReactOS"
DisplayClassName = "Мережеві адаптери"
[Strings.0427]
DisplayClassName = "Tinklo adapteriai"

View file

@ -1,104 +1,104 @@
; ACPI.INF
; Installation file for ACPI driver
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = System
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/11/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
;------------------------------ ACPI DRIVER -----------------------------
[ACPI_Inst.NT]
CopyFiles = ACPI_CopyFiles.NT
[ACPI_CopyFiles.NT]
acpi.sys
[ACPI_Inst.NT.Services]
AddService = acpi, 0x00000002, acpi_Service_Inst
[acpi_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\acpi.sys
LoadOrderGroup = Boot Bus Extender
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
GenericMfg = "(Generic system devices)"
*PNP0C08.DeviceDesc = "ACPI hardware"
[Strings.0405]
GenericMfg = "(Generická systémová zařízení)"
[Strings.0407]
GenericMfg = "(Generische Systemgeräte)"
*PNP0C08.DeviceDesc = "ACPI Hardware"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
GenericMfg = "(Dispositivos del sistema estándar)"
*PNP0C08.DeviceDesc = "Hardware ACPI"
[Strings.040C]
GenericMfg = "(Périphériques systèmes génériques)"
[Strings.0411]
GenericMfg = "(標準システム デバイス)"
*PNP0C08.DeviceDesc = "ACPI ハードウェア"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
GenericMfg = "(Standardowe urządzenia systemowe)"
*PNP0C08.DeviceDesc = "Sprzęt ACPI"
[Strings.0416]
GenericMfg = "(Dispositivos de sistema padrão)"
*PNP0C08.DeviceDesc = "Hardware ACPI"
[Strings.0418]
ReactOS = "Echipa ReactOS"
GenericMfg = "(dispozitiv de sistem generic)"
*PNP0C08.DeviceDesc = "Dispozitive ACPI"
[Strings.0419]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартные системные устройства)"
*PNP0C08.DeviceDesc = "ACPI устройства"
[Strings.041B]
GenericMfg = "(Generické systémové zariadenia)"
*PNP0C08.DeviceDesc = "ACPI hardvér"
[Strings.041f]
ReactOS = "ReactOS Takımı"
GenericMfg = "(Umûmî Dizge Aygıtları)"
*PNP0C08.DeviceDesc = "ACPI Donanım"
[Strings.0422]
GenericMfg = "(Стандартні системні пристрої)"
*PNP0C08.DeviceDesc = "Пристрої ACPI"
[Strings.0427]
GenericMfg = "(Standartiniai sisteminiai įrenginiai)"
; ACPI.INF
; Installation file for ACPI driver
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = System
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/11/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
;------------------------------ ACPI DRIVER -----------------------------
[ACPI_Inst.NT]
CopyFiles = ACPI_CopyFiles.NT
[ACPI_CopyFiles.NT]
acpi.sys
[ACPI_Inst.NT.Services]
AddService = acpi, 0x00000002, acpi_Service_Inst
[acpi_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\acpi.sys
LoadOrderGroup = Boot Bus Extender
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
GenericMfg = "(Generic system devices)"
*PNP0C08.DeviceDesc = "ACPI hardware"
[Strings.0405]
GenericMfg = "(Generická systémová zařízení)"
[Strings.0407]
GenericMfg = "(Generische Systemgeräte)"
*PNP0C08.DeviceDesc = "ACPI Hardware"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
GenericMfg = "(Dispositivos del sistema estándar)"
*PNP0C08.DeviceDesc = "Hardware ACPI"
[Strings.040C]
GenericMfg = "(Périphériques systèmes génériques)"
[Strings.0411]
GenericMfg = "(標準システム デバイス)"
*PNP0C08.DeviceDesc = "ACPI ハードウェア"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
GenericMfg = "(Standardowe urządzenia systemowe)"
*PNP0C08.DeviceDesc = "Sprzęt ACPI"
[Strings.0416]
GenericMfg = "(Dispositivos de sistema padrão)"
*PNP0C08.DeviceDesc = "Hardware ACPI"
[Strings.0418]
ReactOS = "Echipa ReactOS"
GenericMfg = "(dispozitiv de sistem generic)"
*PNP0C08.DeviceDesc = "Dispozitive ACPI"
[Strings.0419]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартные системные устройства)"
*PNP0C08.DeviceDesc = "ACPI устройства"
[Strings.041B]
GenericMfg = "(Generické systémové zariadenia)"
*PNP0C08.DeviceDesc = "ACPI hardvér"
[Strings.041f]
ReactOS = "ReactOS Takımı"
GenericMfg = "(Umûmî Dizge Aygıtları)"
*PNP0C08.DeviceDesc = "ACPI Donanım"
[Strings.0422]
GenericMfg = "(Стандартні системні пристрої)"
*PNP0C08.DeviceDesc = "Пристрої ACPI"
[Strings.0427]
GenericMfg = "(Standartiniai sisteminiai įrenginiai)"

View file

@ -1,106 +1,106 @@
; AUDIO.INF
; Installation of Audio / Video Adapters
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = MEDIA
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
Audio.CopyFiles.UserMode = 12
Audio.CopyFiles.KernelMode = 11
[ClassInstall32.NT]
AddReg = AUDIOClass.NT.AddReg
[AUDIOClass.NT.AddReg]
HKR, , , 0, %AUDIOClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "3004"
HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller"
;-------------------------------- Audio installation ----------------------------------------
[AUDIO_Inst.NT]
CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode
[Audio.CopyFiles.KernelMode]
sysaudio.sys
wdmaud.sys
portcls.sys
drmk.sys
kmixer.sys
[Audio.CopyFiles.UserMode]
wdmaud.drv
ksuser.dll
[Audio_Inst.NT.Services]
AddService = wdmaud,,wdmaud_Service_Inst
AddService = sysaudio,,sysaudio_Service_Inst
AddService = kmixer,,kmixer_Service_Inst
[wdmaud_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\wdmaud.sys
[kmixer_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\kmixer.sys
[sysaudio_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\sysaudio.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
AUDIOClassName = "Audio & Videocontroller"
[Strings.0405]
AUDIOClassName = "Řadiče zvuku a obrazu"
[Strings.0407]
AUDIOClassName = "Audio-, Video- und Gamecontroller"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
AUDIOClassName = "Dispositivos de sonido, vídeo y juegos"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
AUDIOClassName = "Kontrolery audio, wideo i gier"
[Strings.0416]
AUDIOClassName = "Controladores de som, vídeo e jogo"
[Strings.0418]
ReactOS = "Echipa ReactOS"
AUDIOClassName = "Dispozitive audio & video"
[Strings.0419]
ReactOS = "Команда ReactOS"
AUDIOClassName = "Аудио и видео контроллер"
[Strings.041f]
ReactOS = "ReactOS Takımı"
AUDIOClassName = "Ses ve Vidyo Denetleyicisi"
[Strings.0422]
ReactOS = "Команда ReactOS"
AUDIOClassName = "Контроллер аудіо та відео"
[Strings.0427]
AUDIOClassName = "Garso, vaizdo ir žaidimu irenginiai"
; AUDIO.INF
; Installation of Audio / Video Adapters
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = MEDIA
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
Audio.CopyFiles.UserMode = 12
Audio.CopyFiles.KernelMode = 11
[ClassInstall32.NT]
AddReg = AUDIOClass.NT.AddReg
[AUDIOClass.NT.AddReg]
HKR, , , 0, %AUDIOClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "3004"
HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller"
;-------------------------------- Audio installation ----------------------------------------
[AUDIO_Inst.NT]
CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode
[Audio.CopyFiles.KernelMode]
sysaudio.sys
wdmaud.sys
portcls.sys
drmk.sys
kmixer.sys
[Audio.CopyFiles.UserMode]
wdmaud.drv
ksuser.dll
[Audio_Inst.NT.Services]
AddService = wdmaud,,wdmaud_Service_Inst
AddService = sysaudio,,sysaudio_Service_Inst
AddService = kmixer,,kmixer_Service_Inst
[wdmaud_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\wdmaud.sys
[kmixer_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\kmixer.sys
[sysaudio_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\sysaudio.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
AUDIOClassName = "Audio & Videocontroller"
[Strings.0405]
AUDIOClassName = "Řadiče zvuku a obrazu"
[Strings.0407]
AUDIOClassName = "Audio-, Video- und Gamecontroller"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
AUDIOClassName = "Dispositivos de sonido, vídeo y juegos"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
AUDIOClassName = "Kontrolery audio, wideo i gier"
[Strings.0416]
AUDIOClassName = "Controladores de som, vídeo e jogo"
[Strings.0418]
ReactOS = "Echipa ReactOS"
AUDIOClassName = "Dispozitive audio & video"
[Strings.0419]
ReactOS = "Команда ReactOS"
AUDIOClassName = "Аудио и видео контроллер"
[Strings.041f]
ReactOS = "ReactOS Takımı"
AUDIOClassName = "Ses ve Vidyo Denetleyicisi"
[Strings.0422]
ReactOS = "Команда ReactOS"
AUDIOClassName = "Контроллер аудіо та відео"
[Strings.0427]
AUDIOClassName = "Garso, vaizdo ir žaidimu irenginiai"

View file

@ -1,141 +1,141 @@
; BATTERY.INF
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Battery
ClassGUID = {72631E54-78A4-11D0-BCF7-00AA00B7B32A}
Provider = %ReactOS%
DriverVer = 02/28/2010,1.00
[DestinationDirs]
DefaultDestDir = 12
Class_CopyFiles = 11
[ClassInstall32.NT]
AddReg = BatteryClass.NT.AddReg
CopyFiles = Class_CopyFiles
[Class_CopyFiles]
batt.dll
[BatteryClass.NT.AddReg]
HKR, , , 0, %BatteryClassName%
HKR, , Icon, 0, "2"
HKR, , Installer32, 0, "batt.dll,BatteryClassInstall"
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%ACPI\PNP0C0A.DeviceDesc% = CmBatt,ACPI\PNP0C0A
%ACPI\ACPI0003.DeviceDesc% = AcAdapter,ACPI\ACPI0003
[AcAdapter]
AddReg=AcAdapter_Addreg
CopyFiles = CmBatt_CopyFiles
[AcAdapter_Addreg]
HKR,,PowerSourceType,%REG_BINARY%,01,00,00,00
[AcAdapter.Services]
AddService = cmbatt, 0x00000002, AcAdapter_Service_Install
[AcAdapter_Service_Install]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cmbatt.sys
[CmBatt]
AddReg=CmBatt_Addreg
CopyFiles = CmBatt_CopyFiles
[CmBatt_Addreg]
HKR,,PowerSourceType,%REG_BINARY%,00,00,00,00
[CmBatt_CopyFiles]
cmbatt.sys
battc.sys
[CmBatt.Services]
AddService = cmbatt, 0x00000002, CmBatt_Service_Install
[CmBatt_Service_Install]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cmbatt.sys
[Strings]
ReactOS = "ReactOS Team"
BatteryClassName = "Batteries"
REG_BINARY = 1
GenericMfg = "(Generic batteries)"
ACPI\PNP0C0A.DeviceDesc = "ACPI-compliant control method battery"
ACPI\ACPI0003.DeviceDesc = "AC adapter"
[Strings.0405]
BatteryClassName = "Baterie"
GenericMfg = "(Generické baterie)"
ACPI\PNP0C0A.DeviceDesc = "ACPI baterie"
ACPI\ACPI0003.DeviceDesc = "Síťový adaptér"
[Strings.0407]
BatteryClassName = "Batterien"
GenericMfg = "(Generische Batterien)"
ACPI\PNP0C0A.DeviceDesc = "ACPI-konforme Kontrollmethodenbatterie"
ACPI\ACPI0003.DeviceDesc = "Netzteil"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
BatteryClassName = "Baterías"
GenericMfg = "(Baterías genéricas)"
ACPI\PNP0C0A.DeviceDesc = "Método de control de batería compatible con ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptador de corriente alterna"
[Strings.040C]
BatteryClassName = "Batteries"
GenericMfg = "(Batteries génériques)"
ACPI\PNP0C0A.DeviceDesc = "Batterie à méthode de contrôle compatible ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptateur secteur"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
BatteryClassName = "Baterie"
GenericMfg = "(Standardowe baterie)"
ACPI\PNP0C0A.DeviceDesc = "Bateria zgodna z ACPI"
ACPI\ACPI0003.DeviceDesc = "Zasilacz"
[Strings.0418]
ReactOS = "Echipa ReactOS"
BatteryClassName = "Acumulatori"
GenericMfg = "(acumulator generic)"
ACPI\PNP0C0A.DeviceDesc = "Metodă de control acumulator conformă cu ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptor de curent alternativ"
[Strings.0419]
ReactOS = "Команда ReactOS"
BatteryClassName = "Батареи"
GenericMfg = "(Стандартные батареи)"
ACPI\PNP0C0A.DeviceDesc = "Батареи с ACPI-совместимым методом управления"
ACPI\ACPI0003.DeviceDesc = "AC адаптер"
[Strings.041f]
ReactOS = "ReactOS Takımı"
BatteryClassName = "Piller"
GenericMfg = "(Umûmî Piler)"
ACPI\PNP0C0A.DeviceDesc = "ACPI Uyumlu Denetim Yöntemi Pili"
ACPI\ACPI0003.DeviceDesc = "AC Uyarlayıcı"
[Strings.0422]
ReactOS = "Команда ReactOS"
BatteryClassName = "Батареї"
GenericMfg = "(Стандартні батареї)"
ACPI\PNP0C0A.DeviceDesc = "Батареї з ACPI-сумісним методом керування"
ACPI\ACPI0003.DeviceDesc = "AC адаптер"
; BATTERY.INF
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Battery
ClassGUID = {72631E54-78A4-11D0-BCF7-00AA00B7B32A}
Provider = %ReactOS%
DriverVer = 02/28/2010,1.00
[DestinationDirs]
DefaultDestDir = 12
Class_CopyFiles = 11
[ClassInstall32.NT]
AddReg = BatteryClass.NT.AddReg
CopyFiles = Class_CopyFiles
[Class_CopyFiles]
batt.dll
[BatteryClass.NT.AddReg]
HKR, , , 0, %BatteryClassName%
HKR, , Icon, 0, "2"
HKR, , Installer32, 0, "batt.dll,BatteryClassInstall"
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%ACPI\PNP0C0A.DeviceDesc% = CmBatt,ACPI\PNP0C0A
%ACPI\ACPI0003.DeviceDesc% = AcAdapter,ACPI\ACPI0003
[AcAdapter]
AddReg=AcAdapter_Addreg
CopyFiles = CmBatt_CopyFiles
[AcAdapter_Addreg]
HKR,,PowerSourceType,%REG_BINARY%,01,00,00,00
[AcAdapter.Services]
AddService = cmbatt, 0x00000002, AcAdapter_Service_Install
[AcAdapter_Service_Install]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cmbatt.sys
[CmBatt]
AddReg=CmBatt_Addreg
CopyFiles = CmBatt_CopyFiles
[CmBatt_Addreg]
HKR,,PowerSourceType,%REG_BINARY%,00,00,00,00
[CmBatt_CopyFiles]
cmbatt.sys
battc.sys
[CmBatt.Services]
AddService = cmbatt, 0x00000002, CmBatt_Service_Install
[CmBatt_Service_Install]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cmbatt.sys
[Strings]
ReactOS = "ReactOS Team"
BatteryClassName = "Batteries"
REG_BINARY = 1
GenericMfg = "(Generic batteries)"
ACPI\PNP0C0A.DeviceDesc = "ACPI-compliant control method battery"
ACPI\ACPI0003.DeviceDesc = "AC adapter"
[Strings.0405]
BatteryClassName = "Baterie"
GenericMfg = "(Generické baterie)"
ACPI\PNP0C0A.DeviceDesc = "ACPI baterie"
ACPI\ACPI0003.DeviceDesc = "Síťový adaptér"
[Strings.0407]
BatteryClassName = "Batterien"
GenericMfg = "(Generische Batterien)"
ACPI\PNP0C0A.DeviceDesc = "ACPI-konforme Kontrollmethodenbatterie"
ACPI\ACPI0003.DeviceDesc = "Netzteil"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
BatteryClassName = "Baterías"
GenericMfg = "(Baterías genéricas)"
ACPI\PNP0C0A.DeviceDesc = "Método de control de batería compatible con ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptador de corriente alterna"
[Strings.040C]
BatteryClassName = "Batteries"
GenericMfg = "(Batteries génériques)"
ACPI\PNP0C0A.DeviceDesc = "Batterie à méthode de contrôle compatible ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptateur secteur"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
BatteryClassName = "Baterie"
GenericMfg = "(Standardowe baterie)"
ACPI\PNP0C0A.DeviceDesc = "Bateria zgodna z ACPI"
ACPI\ACPI0003.DeviceDesc = "Zasilacz"
[Strings.0418]
ReactOS = "Echipa ReactOS"
BatteryClassName = "Acumulatori"
GenericMfg = "(acumulator generic)"
ACPI\PNP0C0A.DeviceDesc = "Metodă de control acumulator conformă cu ACPI"
ACPI\ACPI0003.DeviceDesc = "Adaptor de curent alternativ"
[Strings.0419]
ReactOS = "Команда ReactOS"
BatteryClassName = "Батареи"
GenericMfg = "(Стандартные батареи)"
ACPI\PNP0C0A.DeviceDesc = "Батареи с ACPI-совместимым методом управления"
ACPI\ACPI0003.DeviceDesc = "AC адаптер"
[Strings.041f]
ReactOS = "ReactOS Takımı"
BatteryClassName = "Piller"
GenericMfg = "(Umûmî Piler)"
ACPI\PNP0C0A.DeviceDesc = "ACPI Uyumlu Denetim Yöntemi Pili"
ACPI\ACPI0003.DeviceDesc = "AC Uyarlayıcı"
[Strings.0422]
ReactOS = "Команда ReactOS"
BatteryClassName = "Батареї"
GenericMfg = "(Стандартні батареї)"
ACPI\PNP0C0A.DeviceDesc = "Батареї з ACPI-сумісним методом керування"
ACPI\ACPI0003.DeviceDesc = "AC адаптер"

View file

@ -1,250 +1,250 @@
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer=07/01/2001,5.1.2535.0
[DefaultInstall]
Include=ks.inf
Needs=KS.Registration
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[DefaultInstall.NT]
Include=ks.inf
Needs=KS.Registration
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation.NT
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[DestinationDirs]
DefaultDestDir=11
BdaFilter.Files=11
BdaPlugIn.Files=11
AllDll.Files=11
BdaDriver.Files=10,system32\drivers
AllDriver.Files=10,system32\drivers
[BDA.Registration]
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration
DelReg=CategoryUnRegistration
[BDA.Installation.NT]
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation.NT
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[BDA.NodeRegistration]
[BdaCategoryUnRegistration]
[BDA.CategoryRegistration]
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,,,%Category_BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,FriendlyName,,%Category_BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,CLSID,,%GUID.BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,,,%Category_BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,FriendlyName,,%Category_BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,CLSID,,%GUID.BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,Merit,1,00,00,60,00
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,,,%Category_BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,FriendlyName,,%Category_BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,CLSID,,"%GUID.BdaRenderer%"
[BDA.PinNameRegistration]
HKLM,%MediaCategories%\%PinID.GUID.AtscTS%,Name,,%Pin.Name.AtscTS%
HKLM,%MediaCategories%\%PinID.GUID.AtscTS%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.IPV4%,Name,,%Pin.Name.IPV4%
HKLM,%MediaCategories%\%PinID.GUID.IPV4%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.MPE%,Name,,%Pin.Name.MPE%
HKLM,%MediaCategories%\%PinID.GUID.MPE%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Name,,%Pin.Name.NABTS%
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Display,1,00,00,00,00
[BDA.DeviceInstallation]
HKLM,%RunOnce%,"MPE0",,"rundll32.exe streamci,StreamingDeviceSetup %MPE.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\mpe.inf,BDAcodec"
HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec"
HKLM,%RunOnce%,"SLIP0",,"rundll32.exe streamci,StreamingDeviceSetup %Slip.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\slip.inf,VBIcodec"
HKLM,%RunOnce%,"CCDECODE0",,"rundll32.exe streamci,StreamingDeviceSetup %CCDecode.DeviceId%,GLOBAL,%VBIcatID%,%17%\CCDECODE.inf,CCDECODE.Interface.Install"
HKLM,%RunOnce%,"NABTSFEC0",,"rundll32.exe streamci,StreamingDeviceSetup %NabtsFEC.DeviceID%,GLOBAL,%VBIcatID%,%17%\NABTSFEC.inf,NABTSFEC.Interface.Install"
HKLM,%RunOnce%,"WSTCODEC0",,"rundll32.exe streamci,StreamingDeviceSetup %WSTCodec.DeviceId%,GLOBAL,%VBIcatID%,%17%\WSTCODEC.inf,WSTCODEC.Interface.Install"
[NdisIP.Installation]
HKLM,Enum\Root\NDISIP\0000,HardwareID,,"NDISIP"
[NdisIP.Installation.NT]
HKLM,%RunOnce%,"NDISIP0",,"rundll32.exe streamci,StreamingDeviceSetup %NdisIP.DeviceId%,NDISIP,%NdisIP.GUID.BDANetInterface%,%17%\ndisip.inf,NdisIP.Reg"
[BDA.FilterRegistration]
HKLM,%PsisDecd.Reg%,"VendorID",1,31,11,00,00
HKLM,%PsisDecd.Reg%,"AdapterID",1,46,71,00,00
HKLM,%PsisDecd.Reg%,"ChannelNumber",1,0a,00,00,00
HKLM,%PsisDecd.Reg%,"MaxChannelNumber",1,44,00,00,00
HKLM,%PsisDecd.Reg%,"AtscNetwork",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"EnableAtsc_PSIP",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"DvbNetwork",1,00,00,00,00
HKLM,%PsisDecd.Reg%,"EnableDVB_SI",1,00,00,00,00
HKLM,%PsisDecd.Reg%,"EnableNetwkProvider",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"GraphFile",,"\\psistest.grf"
[BDA.RegisterDlls]
11,,BdaPlgin.ax,1
11,,MsDvbNp.ax,1
11,,Mpeg2Data.ax,1
11,,PsisRndr.ax,1
11,,PsisDecd.dll,1
[BDA.PluginRegistration]
HKCR,CLSID\%GUID.BdaDeviceControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaDeviceControl%\InprocServer32,,,BdaPlgin.ax
HKCR,CLSID\%GUID.BdaDeviceControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaDeviceControl%,,,%PlugIn_BdaDevice%
HKLM,%MediaInterfaces%\%GUID.BdaDeviceControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKCR,CLSID\%GUID.BdaPinControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaPinControl%\InprocServer32,,,BdaPlgin.ax
HKCR,CLSID\%GUID.BdaPinControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaPinControl%,,,%PlugIn_BdaDevice%
HKLM,%MediaInterfaces%\%GUID.BdaPinControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKCR,CLSID\%GUID.BdaCAControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaCAControl%\InprocServer32,,,CaPlgin.ax
HKCR,CLSID\%GUID.BdaCAControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaCAControl%,,,%PlugIn_BdaCA%
HKLM,%MediaInterfaces%\%GUID.BdaCAControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
[BdaDriver.Files]
BdaSup.sys,,,COPYFLG_NO_VERSION_DIALOG
[BdaFilter.Files]
MSDvbNP.ax,,,COPYFLG_NO_VERSION_DIALOG
PsisRndr.ax,,,COPYFLG_NO_VERSION_DIALOG
PsisDecd.dll,,,COPYFLG_NO_VERSION_DIALOG
[BdaPlugIn.Files]
BdaPlgIn.ax,,,COPYFLG_NO_VERSION_DIALOG
[Strings]
ReactOS = "ReactOS Team"
RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
MediaInterfaces="SYSTEM\CurrentControlSet\Control\MediaInterfaces"
PsisDecd.Reg="SOFTWARE\Intel\PSIS\PSIS_DECODER"
VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
GUID.BdaTuner="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
GUID.BdaRenderer= "{71985F4A-1CA1-11d3-9CC8-00C04F7971E0}"
GUID.BdaDeviceControl="{FD0A5AF3-B41D-11d2-9C95-00C04F7971E0}"
GUID.BdaPinControl="{0DED49D5-A8B7-4d5d-97A1-12B0C195874D}"
GUID.BdaCAControl="{B0693766-5278-4ec6-B9E1-3CE40560EF5A}"
GUID.IPSinkPlugin="{3F4DC8E2-4050-11d3-8F4B-00C04F7971E2}"
NdisIP.GUID.BDANetInterface = "{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
MPE.DeviceId="{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}"
Slip.DeviceID="{03884CB6-E89A-4deb-B69E-8DC621686E6A}"
StreamIP.DeviceId="{D84D449B-62FB-4ebb-B969-5183ED3DFB51}"
NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}"
CCDecode.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}"
NabtsFEC.DeviceID="{07DAD662-22F1-11d1-A9F4-00C04FBBDE8F}"
WSTCodec.DeviceId="{70BC06E0-5666-11d3-A184-00105AEF9F33}"
PinID.GUID.IPV4="{3fdffa70-ac9a-11d2-8f17-00c04f7971e2}"
PinID.GUID.MPE="{C1B06D73-1DBB-11d3-8F46-00C04F7971E2}"
PinID.GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}"
PinID.GUID.AtscTS="{78216A81-CFA8-493e-9711-36A61C08BD9D}"
;
; english localized strings
;
Category_BdaTuner="BDA-Source Filter"
Category_BdaComponent="BDA-Receiver Component"
Category_BdaRenderer="BDA-Playback Filter"
PlugIn_BdaDevice="BDA-Device Control Plugin"
PlugIn_BdaCA="BDA-Plug-in for Conditional Access"
Pin.Name.AtscTS="MPEG2-Transport"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0407]
Category_BdaTuner="BDA-Quellfilter"
Category_BdaComponent="BDA-Empfängerkomponenten"
Category_BdaRenderer="BDA-Wiedergabefilter"
PlugIn_BdaDevice="BDA-Gerätesteuerungs-Plug-in"
PlugIn_BdaCA="BDA-Plug-in für bedingten Zugriff"
Pin.Name.AtscTS="MPEG2-Transport"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
Category_BdaTuner=" Filtr źródła BDA"
Category_BdaComponent="Komponent odbioru BDA"
Category_BdaRenderer="Filtr odtwarzania BDA"
PlugIn_BdaDevice="Wtyczka kontroli urządzenia BDA"
PlugIn_BdaCA="Wtyczka dostępu warunkowego BDA"
Pin.Name.AtscTS="Transport MPEG2"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0418]
ReactOS = "Echipa ReactOS"
Category_BdaTuner="Filtru sursă BDA"
Category_BdaComponent="Componentă receptor BDA"
Category_BdaRenderer="Filtru de redare BDA"
PlugIn_BdaDevice="Extensie control dispozitiv BDA"
PlugIn_BdaCA="Extensie BDA pentru acces condițional"
Pin.Name.AtscTS="Transport MPEG2"
[Strings.0419]
ReactOS = "Команда ReactOS"
Category_BdaTuner="Фильтр источника BDA"
Category_BdaComponent="Компонент BDA-приемник"
Category_BdaRenderer="Фильтр воспроизводителя BDA"
PlugIn_BdaDevice="Модуль управления устройством BDA"
PlugIn_BdaCA="BDA-плагин условного доступа"
Pin.Name.AtscTS="Транспорт MPEG2"
[Strings.041f]
ReactOS = "ReactOS Takımı"
Category_BdaTuner="BDA-Kaynak Süzgeci"
Category_BdaComponent="BDA-Alıcı Bileşeni"
Category_BdaRenderer="BDA-Yeniden Çalma Süzgeci"
PlugIn_BdaDevice="BDA-Aygıt Denetim Eklentisi"
PlugIn_BdaCA="BDA-Koşullu Erişim İçin Eklenti"
Pin.Name.AtscTS="MPEG2-Taşıma"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0422]
ReactOS = "Команда ReactOS"
Category_BdaTuner="Фільтр джерела BDA"
Category_BdaComponent="Компонент BDA-приймач"
Category_BdaRenderer="Фільтр відтворювача BDA"
PlugIn_BdaDevice="Плагін керування пристроєм BDA"
PlugIn_BdaCA="BDA-плагін для умовнгого доступу"
Pin.Name.AtscTS="Транспорт MPEG2"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %ReactOS%
DriverVer=07/01/2001,5.1.2535.0
[DefaultInstall]
Include=ks.inf
Needs=KS.Registration
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[DefaultInstall.NT]
Include=ks.inf
Needs=KS.Registration
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation.NT
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[DestinationDirs]
DefaultDestDir=11
BdaFilter.Files=11
BdaPlugIn.Files=11
AllDll.Files=11
BdaDriver.Files=10,system32\drivers
AllDriver.Files=10,system32\drivers
[BDA.Registration]
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration
DelReg=CategoryUnRegistration
[BDA.Installation.NT]
AddReg=BDA.PluginRegistration, BDA.CategoryRegistration, BDA.NodeRegistration, BDA.PinNameRegistration, BDA.FilterRegistration,BDA.DeviceInstallation, NdisIP.Installation.NT
DelReg=CategoryUnRegistration
RegisterDlls=BDA.RegisterDlls
CopyFiles=BdaPlugIn.Files, BdaFilter.Files, BdaDriver.Files
[BDA.NodeRegistration]
[BdaCategoryUnRegistration]
[BDA.CategoryRegistration]
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,,,%Category_BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,FriendlyName,,%Category_BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaTuner%,CLSID,,%GUID.BdaTuner%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,,,%Category_BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,FriendlyName,,%Category_BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,CLSID,,%GUID.BdaComponent%
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,Merit,1,00,00,60,00
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,,,%Category_BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,FriendlyName,,%Category_BdaRenderer%
HKCR,%ActiveMovieCategories%\%GUID.BdaRenderer%,CLSID,,"%GUID.BdaRenderer%"
[BDA.PinNameRegistration]
HKLM,%MediaCategories%\%PinID.GUID.AtscTS%,Name,,%Pin.Name.AtscTS%
HKLM,%MediaCategories%\%PinID.GUID.AtscTS%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.IPV4%,Name,,%Pin.Name.IPV4%
HKLM,%MediaCategories%\%PinID.GUID.IPV4%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.MPE%,Name,,%Pin.Name.MPE%
HKLM,%MediaCategories%\%PinID.GUID.MPE%,Display,1,00,00,00,00
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Name,,%Pin.Name.NABTS%
HKLM,%MediaCategories%\%PinID.GUID.NABTS%,Display,1,00,00,00,00
[BDA.DeviceInstallation]
HKLM,%RunOnce%,"MPE0",,"rundll32.exe streamci,StreamingDeviceSetup %MPE.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\mpe.inf,BDAcodec"
HKLM,%RunOnce%,"STREAMIP0",,"rundll32.exe streamci,StreamingDeviceSetup %StreamIP.DeviceId%,GLOBAL,%GUID.BdaRenderer%,%17%\streamip.inf,BDAcodec"
HKLM,%RunOnce%,"SLIP0",,"rundll32.exe streamci,StreamingDeviceSetup %Slip.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\slip.inf,VBIcodec"
HKLM,%RunOnce%,"CCDECODE0",,"rundll32.exe streamci,StreamingDeviceSetup %CCDecode.DeviceId%,GLOBAL,%VBIcatID%,%17%\CCDECODE.inf,CCDECODE.Interface.Install"
HKLM,%RunOnce%,"NABTSFEC0",,"rundll32.exe streamci,StreamingDeviceSetup %NabtsFEC.DeviceID%,GLOBAL,%VBIcatID%,%17%\NABTSFEC.inf,NABTSFEC.Interface.Install"
HKLM,%RunOnce%,"WSTCODEC0",,"rundll32.exe streamci,StreamingDeviceSetup %WSTCodec.DeviceId%,GLOBAL,%VBIcatID%,%17%\WSTCODEC.inf,WSTCODEC.Interface.Install"
[NdisIP.Installation]
HKLM,Enum\Root\NDISIP\0000,HardwareID,,"NDISIP"
[NdisIP.Installation.NT]
HKLM,%RunOnce%,"NDISIP0",,"rundll32.exe streamci,StreamingDeviceSetup %NdisIP.DeviceId%,NDISIP,%NdisIP.GUID.BDANetInterface%,%17%\ndisip.inf,NdisIP.Reg"
[BDA.FilterRegistration]
HKLM,%PsisDecd.Reg%,"VendorID",1,31,11,00,00
HKLM,%PsisDecd.Reg%,"AdapterID",1,46,71,00,00
HKLM,%PsisDecd.Reg%,"ChannelNumber",1,0a,00,00,00
HKLM,%PsisDecd.Reg%,"MaxChannelNumber",1,44,00,00,00
HKLM,%PsisDecd.Reg%,"AtscNetwork",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"EnableAtsc_PSIP",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"DvbNetwork",1,00,00,00,00
HKLM,%PsisDecd.Reg%,"EnableDVB_SI",1,00,00,00,00
HKLM,%PsisDecd.Reg%,"EnableNetwkProvider",1,01,00,00,00
HKLM,%PsisDecd.Reg%,"GraphFile",,"\\psistest.grf"
[BDA.RegisterDlls]
11,,BdaPlgin.ax,1
11,,MsDvbNp.ax,1
11,,Mpeg2Data.ax,1
11,,PsisRndr.ax,1
11,,PsisDecd.dll,1
[BDA.PluginRegistration]
HKCR,CLSID\%GUID.BdaDeviceControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaDeviceControl%\InprocServer32,,,BdaPlgin.ax
HKCR,CLSID\%GUID.BdaDeviceControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaDeviceControl%,,,%PlugIn_BdaDevice%
HKLM,%MediaInterfaces%\%GUID.BdaDeviceControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKCR,CLSID\%GUID.BdaPinControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaPinControl%\InprocServer32,,,BdaPlgin.ax
HKCR,CLSID\%GUID.BdaPinControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaPinControl%,,,%PlugIn_BdaDevice%
HKLM,%MediaInterfaces%\%GUID.BdaPinControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
HKCR,CLSID\%GUID.BdaCAControl%,,,%PlugIn_BdaDevice%
HKCR,CLSID\%GUID.BdaCAControl%\InprocServer32,,,CaPlgin.ax
HKCR,CLSID\%GUID.BdaCAControl%\InprocServer32,ThreadingModel,,Both
HKLM,%MediaInterfaces%\%GUID.BdaCAControl%,,,%PlugIn_BdaCA%
HKLM,%MediaInterfaces%\%GUID.BdaCAControl%,IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
[BdaDriver.Files]
BdaSup.sys,,,COPYFLG_NO_VERSION_DIALOG
[BdaFilter.Files]
MSDvbNP.ax,,,COPYFLG_NO_VERSION_DIALOG
PsisRndr.ax,,,COPYFLG_NO_VERSION_DIALOG
PsisDecd.dll,,,COPYFLG_NO_VERSION_DIALOG
[BdaPlugIn.Files]
BdaPlgIn.ax,,,COPYFLG_NO_VERSION_DIALOG
[Strings]
ReactOS = "ReactOS Team"
RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
MediaInterfaces="SYSTEM\CurrentControlSet\Control\MediaInterfaces"
PsisDecd.Reg="SOFTWARE\Intel\PSIS\PSIS_DECODER"
VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
GUID.BdaTuner="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
GUID.BdaRenderer= "{71985F4A-1CA1-11d3-9CC8-00C04F7971E0}"
GUID.BdaDeviceControl="{FD0A5AF3-B41D-11d2-9C95-00C04F7971E0}"
GUID.BdaPinControl="{0DED49D5-A8B7-4d5d-97A1-12B0C195874D}"
GUID.BdaCAControl="{B0693766-5278-4ec6-B9E1-3CE40560EF5A}"
GUID.IPSinkPlugin="{3F4DC8E2-4050-11d3-8F4B-00C04F7971E2}"
NdisIP.GUID.BDANetInterface = "{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
MPE.DeviceId="{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}"
Slip.DeviceID="{03884CB6-E89A-4deb-B69E-8DC621686E6A}"
StreamIP.DeviceId="{D84D449B-62FB-4ebb-B969-5183ED3DFB51}"
NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}"
CCDecode.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}"
NabtsFEC.DeviceID="{07DAD662-22F1-11d1-A9F4-00C04FBBDE8F}"
WSTCodec.DeviceId="{70BC06E0-5666-11d3-A184-00105AEF9F33}"
PinID.GUID.IPV4="{3fdffa70-ac9a-11d2-8f17-00c04f7971e2}"
PinID.GUID.MPE="{C1B06D73-1DBB-11d3-8F46-00C04F7971E2}"
PinID.GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}"
PinID.GUID.AtscTS="{78216A81-CFA8-493e-9711-36A61C08BD9D}"
;
; english localized strings
;
Category_BdaTuner="BDA-Source Filter"
Category_BdaComponent="BDA-Receiver Component"
Category_BdaRenderer="BDA-Playback Filter"
PlugIn_BdaDevice="BDA-Device Control Plugin"
PlugIn_BdaCA="BDA-Plug-in for Conditional Access"
Pin.Name.AtscTS="MPEG2-Transport"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0407]
Category_BdaTuner="BDA-Quellfilter"
Category_BdaComponent="BDA-Empfängerkomponenten"
Category_BdaRenderer="BDA-Wiedergabefilter"
PlugIn_BdaDevice="BDA-Gerätesteuerungs-Plug-in"
PlugIn_BdaCA="BDA-Plug-in für bedingten Zugriff"
Pin.Name.AtscTS="MPEG2-Transport"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
Category_BdaTuner=" Filtr źródła BDA"
Category_BdaComponent="Komponent odbioru BDA"
Category_BdaRenderer="Filtr odtwarzania BDA"
PlugIn_BdaDevice="Wtyczka kontroli urządzenia BDA"
PlugIn_BdaCA="Wtyczka dostępu warunkowego BDA"
Pin.Name.AtscTS="Transport MPEG2"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0418]
ReactOS = "Echipa ReactOS"
Category_BdaTuner="Filtru sursă BDA"
Category_BdaComponent="Componentă receptor BDA"
Category_BdaRenderer="Filtru de redare BDA"
PlugIn_BdaDevice="Extensie control dispozitiv BDA"
PlugIn_BdaCA="Extensie BDA pentru acces condițional"
Pin.Name.AtscTS="Transport MPEG2"
[Strings.0419]
ReactOS = "Команда ReactOS"
Category_BdaTuner="Фильтр источника BDA"
Category_BdaComponent="Компонент BDA-приемник"
Category_BdaRenderer="Фильтр воспроизводителя BDA"
PlugIn_BdaDevice="Модуль управления устройством BDA"
PlugIn_BdaCA="BDA-плагин условного доступа"
Pin.Name.AtscTS="Транспорт MPEG2"
[Strings.041f]
ReactOS = "ReactOS Takımı"
Category_BdaTuner="BDA-Kaynak Süzgeci"
Category_BdaComponent="BDA-Alıcı Bileşeni"
Category_BdaRenderer="BDA-Yeniden Çalma Süzgeci"
PlugIn_BdaDevice="BDA-Aygıt Denetim Eklentisi"
PlugIn_BdaCA="BDA-Koşullu Erişim İçin Eklenti"
Pin.Name.AtscTS="MPEG2-Taşıma"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"
[Strings.0422]
ReactOS = "Команда ReactOS"
Category_BdaTuner="Фільтр джерела BDA"
Category_BdaComponent="Компонент BDA-приймач"
Category_BdaRenderer="Фільтр відтворювача BDA"
PlugIn_BdaDevice="Плагін керування пристроєм BDA"
PlugIn_BdaCA="BDA-плагін для умовнгого доступу"
Pin.Name.AtscTS="Транспорт MPEG2"
Pin.Name.IPV4="IPv4"
Pin.Name.MPE="MPE"
Pin.Name.NABTS="NABTS"

View file

@ -1,86 +1,86 @@
[Version]
Signature="$Windows NT$"
Class=Bluetooth
ClassGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
Provider=%ReactOS%
DriverVer=03/27/2012,1.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg=BluetoothClass.NT.AddReg
[BluetoothClass.NT.AddReg]
HKR, , , 0, %BluetoothClassName%
HKR, , NoInstallClass, 0, 1
;HKR,,Installer32,,"bthci.dll,BluetoothClassInstaller"
;HKR, , Icon, 0, "201"
[Manufacturer]
%ReactOS%=ReactOS
[ReactOS]
%BTUSB.DeviceDesc%=FreeBT.Dev, USB\Class_E0&SubClass_01&Prot_01 ; Bluetooth class devices
[FreeBT.Dev]
CopyFiles=FreeBT.Files
AddReg=FreeBT.AddReg
[FreeBT.Dev.NT]
CopyFiles=FreeBT.Files
AddReg=FreeBT.AddReg
[FreeBT.Dev.NT.Services]
Addservice = FreeBT, 0x00000002, FreeBT.AddService
[FreeBT.AddService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\fbtusb.sys
LoadOrderGroup = Base
[FreeBT.AddReg]
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","MaximumTransferSize",0x10001,4096
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","DebugLevel",0x10001,2
HKLM,"System\CurrentControlSet\services\FreeBT\Parameters","FreeBTEnable",0x10001,1
[FreeBT.Files]
fbtusb.sys
;---------------------------------------------------------------;
[Strings]
ReactOS="ReactOS Team"
BTUSB.DeviceDesc="Generic USB Bluetooth Radio"
BluetoothClassName="Bluetooth Radios"
[Strings.0405]
BTUSB.DeviceDesc="Obecný USB Bluetooth vysílač"
BluetoothClassName="Bluetooth vysílače"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
BTUSB.DeviceDesc="Radio Bluetooth USB genérica"
BluetoothClassName="Radios Bluetooth"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
BTUSB.DeviceDesc="Standardowy odbiornik radiowy Bluetooth na USB"
BluetoothClassName="Odbiorniki radiowe Bluetooth"
[Strings.0418]
ReactOS="Echipa ReactOS"
BTUSB.DeviceDesc="Radio Bluetooth USB generic"
BluetoothClassName="Radiouri Bluetooth"
[Strings.0419]
ReactOS="Команда ReactOS"
BTUSB.DeviceDesc="Стандартный USB Bluetooth радиомодуль"
BluetoothClassName="Радиомодули Bluetooth"
[Strings.041f]
ReactOS="ReactOS Takımı"
BTUSB.DeviceDesc="Umûmî USB Bluetooth Radyo"
BluetoothClassName="Bluetooth Radyoları"
[Version]
Signature="$Windows NT$"
Class=Bluetooth
ClassGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
Provider=%ReactOS%
DriverVer=03/27/2012,1.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg=BluetoothClass.NT.AddReg
[BluetoothClass.NT.AddReg]
HKR, , , 0, %BluetoothClassName%
HKR, , NoInstallClass, 0, 1
;HKR,,Installer32,,"bthci.dll,BluetoothClassInstaller"
;HKR, , Icon, 0, "201"
[Manufacturer]
%ReactOS%=ReactOS
[ReactOS]
%BTUSB.DeviceDesc%=FreeBT.Dev, USB\Class_E0&SubClass_01&Prot_01 ; Bluetooth class devices
[FreeBT.Dev]
CopyFiles=FreeBT.Files
AddReg=FreeBT.AddReg
[FreeBT.Dev.NT]
CopyFiles=FreeBT.Files
AddReg=FreeBT.AddReg
[FreeBT.Dev.NT.Services]
Addservice = FreeBT, 0x00000002, FreeBT.AddService
[FreeBT.AddService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\fbtusb.sys
LoadOrderGroup = Base
[FreeBT.AddReg]
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","MaximumTransferSize",0x10001,4096
HKLM,"System\CurrentControlSet\Services\FreeBT\Parameters","DebugLevel",0x10001,2
HKLM,"System\CurrentControlSet\services\FreeBT\Parameters","FreeBTEnable",0x10001,1
[FreeBT.Files]
fbtusb.sys
;---------------------------------------------------------------;
[Strings]
ReactOS="ReactOS Team"
BTUSB.DeviceDesc="Generic USB Bluetooth Radio"
BluetoothClassName="Bluetooth Radios"
[Strings.0405]
BTUSB.DeviceDesc="Obecný USB Bluetooth vysílač"
BluetoothClassName="Bluetooth vysílače"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
BTUSB.DeviceDesc="Radio Bluetooth USB genérica"
BluetoothClassName="Radios Bluetooth"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
BTUSB.DeviceDesc="Standardowy odbiornik radiowy Bluetooth na USB"
BluetoothClassName="Odbiorniki radiowe Bluetooth"
[Strings.0418]
ReactOS="Echipa ReactOS"
BTUSB.DeviceDesc="Radio Bluetooth USB generic"
BluetoothClassName="Radiouri Bluetooth"
[Strings.0419]
ReactOS="Команда ReactOS"
BTUSB.DeviceDesc="Стандартный USB Bluetooth радиомодуль"
BluetoothClassName="Радиомодули Bluetooth"
[Strings.041f]
ReactOS="ReactOS Takımı"
BTUSB.DeviceDesc="Umûmî USB Bluetooth Radyo"
BluetoothClassName="Bluetooth Radyoları"

View file

@ -1,48 +1,48 @@
[Version]
Signature = "$WINDOWS NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Image
ClassGuid = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider = %ReactOS%
DriverVer=02/28/2010,1.00
[DestinationDirs]
DefaultDestDir = 12
Class_CopyFiles = 11
[ClassInstall32]
AddReg = ClassInstall_AddReg
CopyFiles = Class_CopyFiles
[Class_CopyFiles]
sti_ci.dll
[ClassInstall_AddReg]
HKR, , , 0, %ImageClassName%
HKR, , Icon, 0, "2"
HKR,,Installer32, 0,"sti_ci.dll,ClassInstall"
[Strings]
ReactOS = "ReactOS Team"
ImageClassName = "Image"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
ImageClassName = "Imagen"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ImageClassName = "Obraz"
[Strings.0418]
ReactOS = "Echipa ReactOS"
ImageClassName = "Imagine"
[Strings.0419]
ReactOS = "Команда ReactOS"
ImageClassName = "Образ"
[Strings.041f]
ReactOS = "ReactOS Takımı"
ImageClassName = "Resim"
[Version]
Signature = "$WINDOWS NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Image
ClassGuid = {6bdd1fc6-810f-11d0-bec7-08002be2092f}
Provider = %ReactOS%
DriverVer=02/28/2010,1.00
[DestinationDirs]
DefaultDestDir = 12
Class_CopyFiles = 11
[ClassInstall32]
AddReg = ClassInstall_AddReg
CopyFiles = Class_CopyFiles
[Class_CopyFiles]
sti_ci.dll
[ClassInstall_AddReg]
HKR, , , 0, %ImageClassName%
HKR, , Icon, 0, "2"
HKR,,Installer32, 0,"sti_ci.dll,ClassInstall"
[Strings]
ReactOS = "ReactOS Team"
ImageClassName = "Image"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
ImageClassName = "Imagen"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ImageClassName = "Obraz"
[Strings.0418]
ReactOS = "Echipa ReactOS"
ImageClassName = "Imagine"
[Strings.0419]
ReactOS = "Команда ReactOS"
ImageClassName = "Образ"
[Strings.041f]
ReactOS = "ReactOS Takımı"
ImageClassName = "Resim"

View file

@ -1,115 +1,115 @@
; CDROM.INF
; Installation of CDROMs
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = CDROM
ClassGUID = {4D36E965-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = CDROMClass.NT.AddReg
[CDROMClass.NT.AddReg]
HKR, , , 0, %CDROMClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "-51"
HKR, , NoInstallClass, 0, 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%GenCdRom.DeviceDesc% = CdRom_Install,GenCdRom
[CdRom_Install]
CopyFiles=CdRom_CopyFiles
[CdRom_Install.Services]
AddService=cdrom,0x00000002,CdRom_Service_Inst
[CdRom_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\cdrom.sys
LoadOrderGroup = SCSI CDROM Class
AddReg = Autorun_AddReg
[CdRom_CopyFiles]
cdrom.sys
[Autorun_AddReg]
HKLM,"System\CurrentControlSet\Services\cdrom","AutoRun",0x00010003,1
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
CDROMClassName = "DVD/CD-ROM drives"
GenCdRom.DeviceDesc = "CD-ROM Drive"
GenericMfg = "(Generic DVD/CD-ROM Drives)"
[Strings.0405]
CDROMClassName = "Jednotky DVD/CD-ROM"
GenCdRom.DeviceDesc = "Jednotka CD-ROM"
GenericMfg = "(Obecné jednotky DVD/CD-ROM)"
[Strings.0407]
CDROMClassName = "DVD/CD-ROM Laufwerke"
[Strings.0408]
CDROMClassName = "Οδηγοί DVD/CD-ROM"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
CDROMClassName = "Unidades de DVD/CD-ROM"
GenCdRom.DeviceDesc = "Unidad CD-ROM"
GenericMfg = "(Unidades de DVD/CD-ROM genéricas)"
[Strings.040C]
CDROMClassName = "Lecteurs de DVD/CD-ROM"
[Strings.041B]
CDROMClassName = "DVD/CD-ROM mechaniky"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
CDROMClassName = "Stacje dysków DVD/CD-ROM"
[Strings.0416]
CDROMClassName = "Unidades de DVD/CD-ROM"
[Strings.0418]
ReactOS = "Echipa ReactOS"
CDROMClassName = "Dispozitive DVD/CD-ROM"
GenCdRom.DeviceDesc = "Dispozitiv CD-ROM"
GenericMfg = "(dispozitive DVD/CD-ROM generice)"
[Strings.0419]
ReactOS = "Команда ReactOS"
CDROMClassName = "DVD/CD-ROM приводы"
GenCdRom.DeviceDesc = "CD-ROM привод"
GenericMfg = "(Стандартные DVD/CD-ROM приводы)"
[Strings.041f]
ReactOS = "ReactOS Takımı"
CDROMClassName = "DVD/CD-ROM Aygıtları"
GenCdRom.DeviceDesc = "CD-ROM Aygıtı"
GenericMfg = "(Umûmî DVD/CD-ROM Aygıtları)"
[Strings.0422]
ReactOS = "Команда ReactOS"
CDROMClassName = "Приводи DVD/CD-ROM"
GenCdRom.DeviceDesc = "Привід CD-ROM"
GenericMfg = "(Стандартні приводи DVD/CD-ROM)"
[Strings.0427]
CDROMClassName = "DVD/CD-ROM įrenginiai"
; CDROM.INF
; Installation of CDROMs
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = CDROM
ClassGUID = {4D36E965-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = CDROMClass.NT.AddReg
[CDROMClass.NT.AddReg]
HKR, , , 0, %CDROMClassName%
HKR, , EnumPropPages32,0, "MmSys.Cpl,MediaPropPageProvider"
HKR, , Icon, 0, "-51"
HKR, , NoInstallClass, 0, 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%GenCdRom.DeviceDesc% = CdRom_Install,GenCdRom
[CdRom_Install]
CopyFiles=CdRom_CopyFiles
[CdRom_Install.Services]
AddService=cdrom,0x00000002,CdRom_Service_Inst
[CdRom_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\cdrom.sys
LoadOrderGroup = SCSI CDROM Class
AddReg = Autorun_AddReg
[CdRom_CopyFiles]
cdrom.sys
[Autorun_AddReg]
HKLM,"System\CurrentControlSet\Services\cdrom","AutoRun",0x00010003,1
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
CDROMClassName = "DVD/CD-ROM drives"
GenCdRom.DeviceDesc = "CD-ROM Drive"
GenericMfg = "(Generic DVD/CD-ROM Drives)"
[Strings.0405]
CDROMClassName = "Jednotky DVD/CD-ROM"
GenCdRom.DeviceDesc = "Jednotka CD-ROM"
GenericMfg = "(Obecné jednotky DVD/CD-ROM)"
[Strings.0407]
CDROMClassName = "DVD/CD-ROM Laufwerke"
[Strings.0408]
CDROMClassName = "Οδηγοί DVD/CD-ROM"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
CDROMClassName = "Unidades de DVD/CD-ROM"
GenCdRom.DeviceDesc = "Unidad CD-ROM"
GenericMfg = "(Unidades de DVD/CD-ROM genéricas)"
[Strings.040C]
CDROMClassName = "Lecteurs de DVD/CD-ROM"
[Strings.041B]
CDROMClassName = "DVD/CD-ROM mechaniky"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
CDROMClassName = "Stacje dysków DVD/CD-ROM"
[Strings.0416]
CDROMClassName = "Unidades de DVD/CD-ROM"
[Strings.0418]
ReactOS = "Echipa ReactOS"
CDROMClassName = "Dispozitive DVD/CD-ROM"
GenCdRom.DeviceDesc = "Dispozitiv CD-ROM"
GenericMfg = "(dispozitive DVD/CD-ROM generice)"
[Strings.0419]
ReactOS = "Команда ReactOS"
CDROMClassName = "DVD/CD-ROM приводы"
GenCdRom.DeviceDesc = "CD-ROM привод"
GenericMfg = "(Стандартные DVD/CD-ROM приводы)"
[Strings.041f]
ReactOS = "ReactOS Takımı"
CDROMClassName = "DVD/CD-ROM Aygıtları"
GenCdRom.DeviceDesc = "CD-ROM Aygıtı"
GenericMfg = "(Umûmî DVD/CD-ROM Aygıtları)"
[Strings.0422]
ReactOS = "Команда ReactOS"
CDROMClassName = "Приводи DVD/CD-ROM"
GenCdRom.DeviceDesc = "Привід CD-ROM"
GenericMfg = "(Стандартні приводи DVD/CD-ROM)"
[Strings.0427]
CDROMClassName = "DVD/CD-ROM įrenginiai"

View file

@ -1,428 +1,428 @@
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Processor
ClassGUID = {50127DC3-0F36-415e-A6CC-4CB3BE910B65}
Provider = %ReactOS%
DriverVer = 09/27/2007,1.00
[ControlFlags]
ExcludeFromSelect = *
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = ProcessorClass.NT.AddReg
[ProcessorClass.NT.AddReg]
HKR, , , 0, %ProcessorClassName%
HKR, , Icon, 0, "-28"
[Manufacturer]
%Standard%=Standard
%CyrixMfg%=Cyrix
%IntelMfg%=Intel
%AMDMfg%=AMD
%TransmetaMfg%=Transmeta
%VIAMfg%=VIA
[Standard]
%Processor.DeviceDesc% = Processr_Inst,ACPI\Processor
[Cyrix]
%CyrixProcessor.DeviceDesc% = Processr_Inst,ACPI\CyrixInstead_-_x86
[Intel]
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_1
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_2
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_3
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_4
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_7
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_8
%IntelPROProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_1
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_3
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_5
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_6
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_7
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
%IntelMProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_9
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_10
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
%IntelMProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_13
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_14
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_15
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_22
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_23
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_26
%IntelAtomProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_28
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_30
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_37
%IntelP4Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_15
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86
[AMD]
%AMDK6Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_7
%AMDK62Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_8
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_9
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_10
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
%AMDK7Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_6
%AMDK8Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_15
%AMDPHENProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_16
%AMDQProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_17
%AMDProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86
[Transmeta]
%TransmetaProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineTMx86_-_x86
[VIA]
%ViaNEHProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_9
%ViaESTProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_10
%ViaC7Processor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_13
%ViaNANOProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_15
%ViaProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86
;---------------------------- Processr Driver ---------------------------
[Processr_Inst.NT]
CopyFiles = Processr_Inst.CopyFiles.NT
AddReg = Processr_Inst.AddReg.NT
[Processr_Inst.CopyFiles.NT]
processr.sys
[Processr_Inst.AddReg.NT]
HKR,,EnumPropPages32,,"devcpux.dll,PropSheetExtProc"
[Processr_Inst.NT.Services]
AddService = Processor, 0x00000002, Processr_Service_Inst
[Processr_Service_Inst]
DisplayName = %Processor.ServiceDesc%
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\processr.sys
LoadOrderGroup = Extended Base
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Foundation"
ProcessorClassName = "Processors"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "Processor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 Processor"
IntelProcessor.DeviceDesc = "Intel Pentium Processor"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX Processor"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro Processor"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron Processor"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon Processor"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M Processor"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D Processor"
IntelAtomProcessor.DeviceDesc = "Intel Atom Processor"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M Processor"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* Processor"
AMDProcessor.DeviceDesc = "AMD Processor"
AMDK6Processor.DeviceDesc = "AMD K6 Processor"
AMDK62Processor.DeviceDesc = "AMD K6-2 Processor"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode Processor"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron Processor"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron Processor"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom Processor"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* Processor"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe Processor"
Standard = "Standard Processor"
ViaC7Processor.DeviceDesc = "VIA C7 Processor"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah Processor"
ViaESTProcessor.DeviceDesc = "VIA Esther Processor"
ViaNANOProcessor.DeviceDesc = "VIA Nano Processor"
ViaProcessor.DeviceDesc = "VIA Processor"
[Strings.0405]
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Intel Core Solo/Duo/Ex / Celeron / Xeon"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom / Sempron"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Standardní procesor"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0407]
ProcessorClassName = "Prozessoren"
Processor.DeviceDesc = "Prozessor"
Processor.ServiceDesc = "Prozessortreiber"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 Prozessor"
IntelProcessor.DeviceDesc = "Intel Pentium Prozessor"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX Prozessor"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro Prozessor"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron Prozessor"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon Prozessor"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M Prozessor"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D Prozessor"
IntelAtomProcessor.DeviceDesc = "Intel Atom Prozessor"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon Prozessor"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* Prozessor"
AMDProcessor.DeviceDesc = "AMD Prozessor"
AMDK6Processor.DeviceDesc = "AMD K6 Prozessor"
AMDK62Processor.DeviceDesc = "AMD K6-2 Prozessor"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode Prozessor"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron Prozessor"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron Prozessor"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom / Sempron Prozessor"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* Prozessor"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe Prozessor"
Standard = "Standard-Prozessor"
ViaC7Processor.DeviceDesc = "VIA C7 Prozessor"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah Prozessor"
ViaESTProcessor.DeviceDesc = "VIA Esther Prozessor"
ViaNANOProcessor.DeviceDesc = "VIA Nano Prozessor"
ViaProcessor.DeviceDesc = "VIA Prozessor"
[Strings.0408]
Processor.DeviceDesc = "Επεξεργαστής"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Επεξεργαστής Intel"
Standard = "Πρότυπος επεξεργαστής"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
Processor.DeviceDesc = "Procesador"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Procesador Intel"
AMDProcessor.DeviceDesc = "Procesador AMD"
Standard = "Procesador estándar"
[Strings.040C]
Processor.DeviceDesc = "Processeur"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Processeur Intel"
Standard = "Processeur standard"
[Strings.0411]
Processor.DeviceDesc = "プロセッサ"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel プロセッサ"
Standard = "スタンダードプロセッサ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ProcessorClassName = "Procesory"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron 64"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Procesor standardowy"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0416]
Processor.DeviceDesc = "Processadores"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Procesador Intel"
Standard = "Processador padrão"
[Strings.0418]
ReactOS = "Fundația ReactOS"
ProcessorClassName = "Procesoare"
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Modúl-pilot de processor"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Procesor standard"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0419]
ReactOS = "Фонд ReactOS"
ProcessorClassName = "Процессоры"
Processor.DeviceDesc = "Процессор"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 процессор"
IntelProcessor.DeviceDesc = "Intel Pentium процессор"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX процессор"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro процессор"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron процессор"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon процессор"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M процессор"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D процессор"
IntelAtomProcessor.DeviceDesc = "Intel Atom процессор"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M процессор"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* процессор"
AMDProcessor.DeviceDesc = "AMD процессор"
AMDK6Processor.DeviceDesc = "AMD K6 процессор"
AMDK62Processor.DeviceDesc = "AMD K6-2 процессор"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode процессор"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron процессор"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron процессор"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom процессор"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* процессор"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe процессор"
Standard = "Стандартный процессор"
ViaC7Processor.DeviceDesc = "VIA C7 процессор"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah процессор"
ViaESTProcessor.DeviceDesc = "VIA Esther процессор"
ViaNANOProcessor.DeviceDesc = "VIA Nano процессор"
ViaProcessor.DeviceDesc = "VIA процессор"
[Strings.041B]
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel procesor"
Standard = "Štandardný procesor"
[Strings.041f]
ReactOS = "ReactOS Vakfı"
ProcessorClassName = "İşlemciler"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "İşlemci"
Processor.ServiceDesc = "İşlemci sürücüsü"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 İşlemci"
IntelProcessor.DeviceDesc = "Intel Pentium İşlemci"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX İşlemci"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro İşlemci"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron İşlemci"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon İşlemci"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M İşlemci"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D İşlemci"
IntelAtomProcessor.DeviceDesc = "Intel Atom İşlemci"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M İşlemci"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* İşlemci"
AMDProcessor.DeviceDesc = "AMD İşlemci"
AMDK6Processor.DeviceDesc = "AMD K6 İşlemci"
AMDK62Processor.DeviceDesc = "AMD K6-2 İşlemci"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode İşlemci"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron İşlemci"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron İşlemci"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom İşlemci"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* İşlemci"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe İşlemci"
Standard = "Ölçünlü İşlemci"
ViaC7Processor.DeviceDesc = "VIA C7 İşlemci"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah İşlemci"
ViaESTProcessor.DeviceDesc = "VIA Esther İşlemci"
ViaNANOProcessor.DeviceDesc = "VIA Nano İşlemci"
ViaProcessor.DeviceDesc = "VIA İşlemci"
[Strings.0422]
ReactOS = "Фонд ReactOS"
ProcessorClassName = "Процесори"
Processor.DeviceDesc = "Процесор"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Процесор Cyrix 6x86"
IntelProcessor.DeviceDesc = "Процесор Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Процесор Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Процесор Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Процесор Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Процесор Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Процесор Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Процесор Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Процесор Intel Atom"
IntelCoreProcessor.DeviceDesc = "Процесор Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Процесор Intel Core i*"
AMDProcessor.DeviceDesc = "Процесор AMD"
AMDK6Processor.DeviceDesc = "Процесор AMD K6"
AMDK62Processor.DeviceDesc = "Процесор AMD K6-2"
AMDK63Processor.DeviceDesc = "Процесор AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Процесор AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Процесор AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Процесор AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Процесор AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Процесор Transmeta Crusoe"
Standard = "Стандартний процесор"
ViaC7Processor.DeviceDesc = "Процесор VIA C7"
ViaNEHProcessor.DeviceDesc = "Процесор VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Процесор VIA Esther"
ViaNANOProcessor.DeviceDesc = "Процесор VIA Nano"
ViaProcessor.DeviceDesc = "Процесор VIA"
[Strings.0427]
Processor.DeviceDesc = "Procesorius"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel procesorius"
Standard = "Standartinis procesorius"
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Processor
ClassGUID = {50127DC3-0F36-415e-A6CC-4CB3BE910B65}
Provider = %ReactOS%
DriverVer = 09/27/2007,1.00
[ControlFlags]
ExcludeFromSelect = *
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = ProcessorClass.NT.AddReg
[ProcessorClass.NT.AddReg]
HKR, , , 0, %ProcessorClassName%
HKR, , Icon, 0, "-28"
[Manufacturer]
%Standard%=Standard
%CyrixMfg%=Cyrix
%IntelMfg%=Intel
%AMDMfg%=AMD
%TransmetaMfg%=Transmeta
%VIAMfg%=VIA
[Standard]
%Processor.DeviceDesc% = Processr_Inst,ACPI\Processor
[Cyrix]
%CyrixProcessor.DeviceDesc% = Processr_Inst,ACPI\CyrixInstead_-_x86
[Intel]
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_1
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_2
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_3
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_4
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_7
%IntelMMXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_5_model_8
%IntelPROProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_1
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_3
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_5
%IntelP2Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_6
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_7
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
%IntelMProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_9
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_10
%IntelP3Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
%IntelMProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_13
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_14
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_15
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_22
%IntelCoreProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_23
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_26
%IntelAtomProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_28
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_30
%IntelCoreiXProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_37
%IntelP4Processor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86_Family_15
%IntelProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineIntel_-_x86
[AMD]
%AMDK6Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_7
%AMDK62Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_8
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_9
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_10
%AMDK63Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
%AMDK7Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_6
%AMDK8Processor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_15
%AMDPHENProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_16
%AMDQProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86_Family_17
%AMDProcessor.DeviceDesc% = Processr_Inst,ACPI\AuthenticAMD_-_x86
[Transmeta]
%TransmetaProcessor.DeviceDesc% = Processr_Inst,ACPI\GenuineTMx86_-_x86
[VIA]
%ViaNEHProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_9
%ViaESTProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_10
%ViaC7Processor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_13
%ViaNANOProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86_Family_6_Model_15
%ViaProcessor.DeviceDesc% = Processr_Inst,ACPI\CentaurHauls_-_x86
;---------------------------- Processr Driver ---------------------------
[Processr_Inst.NT]
CopyFiles = Processr_Inst.CopyFiles.NT
AddReg = Processr_Inst.AddReg.NT
[Processr_Inst.CopyFiles.NT]
processr.sys
[Processr_Inst.AddReg.NT]
HKR,,EnumPropPages32,,"devcpux.dll,PropSheetExtProc"
[Processr_Inst.NT.Services]
AddService = Processor, 0x00000002, Processr_Service_Inst
[Processr_Service_Inst]
DisplayName = %Processor.ServiceDesc%
ServiceType = 1
StartType = 1
ErrorControl = 1
ServiceBinary = %12%\processr.sys
LoadOrderGroup = Extended Base
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Foundation"
ProcessorClassName = "Processors"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "Processor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 Processor"
IntelProcessor.DeviceDesc = "Intel Pentium Processor"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX Processor"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro Processor"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron Processor"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon Processor"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M Processor"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D Processor"
IntelAtomProcessor.DeviceDesc = "Intel Atom Processor"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M Processor"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* Processor"
AMDProcessor.DeviceDesc = "AMD Processor"
AMDK6Processor.DeviceDesc = "AMD K6 Processor"
AMDK62Processor.DeviceDesc = "AMD K6-2 Processor"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode Processor"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron Processor"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron Processor"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom Processor"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* Processor"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe Processor"
Standard = "Standard Processor"
ViaC7Processor.DeviceDesc = "VIA C7 Processor"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah Processor"
ViaESTProcessor.DeviceDesc = "VIA Esther Processor"
ViaNANOProcessor.DeviceDesc = "VIA Nano Processor"
ViaProcessor.DeviceDesc = "VIA Processor"
[Strings.0405]
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Intel Core Solo/Duo/Ex / Celeron / Xeon"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom / Sempron"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Standardní procesor"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0407]
ProcessorClassName = "Prozessoren"
Processor.DeviceDesc = "Prozessor"
Processor.ServiceDesc = "Prozessortreiber"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 Prozessor"
IntelProcessor.DeviceDesc = "Intel Pentium Prozessor"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX Prozessor"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro Prozessor"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron Prozessor"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon Prozessor"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M Prozessor"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D Prozessor"
IntelAtomProcessor.DeviceDesc = "Intel Atom Prozessor"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon Prozessor"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* Prozessor"
AMDProcessor.DeviceDesc = "AMD Prozessor"
AMDK6Processor.DeviceDesc = "AMD K6 Prozessor"
AMDK62Processor.DeviceDesc = "AMD K6-2 Prozessor"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode Prozessor"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron Prozessor"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron Prozessor"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom / Sempron Prozessor"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* Prozessor"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe Prozessor"
Standard = "Standard-Prozessor"
ViaC7Processor.DeviceDesc = "VIA C7 Prozessor"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah Prozessor"
ViaESTProcessor.DeviceDesc = "VIA Esther Prozessor"
ViaNANOProcessor.DeviceDesc = "VIA Nano Prozessor"
ViaProcessor.DeviceDesc = "VIA Prozessor"
[Strings.0408]
Processor.DeviceDesc = "Επεξεργαστής"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Επεξεργαστής Intel"
Standard = "Πρότυπος επεξεργαστής"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
Processor.DeviceDesc = "Procesador"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Procesador Intel"
AMDProcessor.DeviceDesc = "Procesador AMD"
Standard = "Procesador estándar"
[Strings.040C]
Processor.DeviceDesc = "Processeur"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Processeur Intel"
Standard = "Processeur standard"
[Strings.0411]
Processor.DeviceDesc = "プロセッサ"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel プロセッサ"
Standard = "スタンダードプロセッサ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ProcessorClassName = "Procesory"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron 64"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Procesor standardowy"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0416]
Processor.DeviceDesc = "Processadores"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Procesador Intel"
Standard = "Processador padrão"
[Strings.0418]
ReactOS = "Fundația ReactOS"
ProcessorClassName = "Procesoare"
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Modúl-pilot de processor"
CyrixProcessor.DeviceDesc = "Procesor Cyrix 6x86"
IntelProcessor.DeviceDesc = "Procesor Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Procesor Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Procesor Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Procesor Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Procesor Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Procesor Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Procesor Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Procesor Intel Atom"
IntelCoreProcessor.DeviceDesc = "Procesor Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Procesor Intel Core i*"
AMDProcessor.DeviceDesc = "Procesor AMD"
AMDK6Processor.DeviceDesc = "Procesor AMD K6"
AMDK62Processor.DeviceDesc = "Procesor AMD K6-2"
AMDK63Processor.DeviceDesc = "Procesor AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Procesor AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Procesor AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Procesor AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Procesor AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Procesor Transmeta Crusoe"
Standard = "Procesor standard"
ViaC7Processor.DeviceDesc = "Procesor VIA C7"
ViaNEHProcessor.DeviceDesc = "Procesor VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Procesor VIA Esther"
ViaNANOProcessor.DeviceDesc = "Procesor VIA Nano"
ViaProcessor.DeviceDesc = "Procesor VIA"
[Strings.0419]
ReactOS = "Фонд ReactOS"
ProcessorClassName = "Процессоры"
Processor.DeviceDesc = "Процессор"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 процессор"
IntelProcessor.DeviceDesc = "Intel Pentium процессор"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX процессор"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro процессор"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron процессор"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon процессор"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M процессор"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D процессор"
IntelAtomProcessor.DeviceDesc = "Intel Atom процессор"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M процессор"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* процессор"
AMDProcessor.DeviceDesc = "AMD процессор"
AMDK6Processor.DeviceDesc = "AMD K6 процессор"
AMDK62Processor.DeviceDesc = "AMD K6-2 процессор"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode процессор"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron процессор"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron процессор"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom процессор"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* процессор"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe процессор"
Standard = "Стандартный процессор"
ViaC7Processor.DeviceDesc = "VIA C7 процессор"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah процессор"
ViaESTProcessor.DeviceDesc = "VIA Esther процессор"
ViaNANOProcessor.DeviceDesc = "VIA Nano процессор"
ViaProcessor.DeviceDesc = "VIA процессор"
[Strings.041B]
Processor.DeviceDesc = "Procesor"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel procesor"
Standard = "Štandardný procesor"
[Strings.041f]
ReactOS = "ReactOS Vakfı"
ProcessorClassName = "İşlemciler"
CyrixMfg = "Cyrix"
IntelMfg = "Intel"
AMDMfg = "Advanced Micro Devices"
TransmetaMfg = "Transmeta"
VIAMfg = "VIA"
Processor.DeviceDesc = "İşlemci"
Processor.ServiceDesc = "İşlemci sürücüsü"
CyrixProcessor.DeviceDesc = "Cyrix 6x86 İşlemci"
IntelProcessor.DeviceDesc = "Intel Pentium İşlemci"
IntelMMXProcessor.DeviceDesc = "Intel Pentium MMX İşlemci"
IntelPROProcessor.DeviceDesc = "Intel Pentium Pro İşlemci"
IntelP2Processor.DeviceDesc = "Intel Pentium II / Celeron İşlemci"
IntelP3Processor.DeviceDesc = "Intel Pentium III / Celeron / Xeon İşlemci"
IntelMProcessor.DeviceDesc = "Intel Pentium M / Celeron M İşlemci"
IntelP4Processor.DeviceDesc = "Intel Pentium 4 / Celeron / Xeon / D İşlemci"
IntelAtomProcessor.DeviceDesc = "Intel Atom İşlemci"
IntelCoreProcessor.DeviceDesc = "Intel Intel Core Solo/Duo/Ex / Celeron / Xeon / M İşlemci"
IntelCoreiXProcessor.DeviceDesc = "Intel Core i* İşlemci"
AMDProcessor.DeviceDesc = "AMD İşlemci"
AMDK6Processor.DeviceDesc = "AMD K6 İşlemci"
AMDK62Processor.DeviceDesc = "AMD K6-2 İşlemci"
AMDK63Processor.DeviceDesc = "AMD K6-III / Geode İşlemci"
AMDK7Processor.DeviceDesc = "AMD Athlon / Duron / Geode NX / Sempron İşlemci"
AMDK8Processor.DeviceDesc = "AMD Athlon 64 / Turion 64 / Opteron / Sempron İşlemci"
AMDPHENProcessor.DeviceDesc = "AMD Athlon 64 X / Turion 64 X / Phenom İşlemci"
AMDQProcessor.DeviceDesc = "AMD Athlon 64 Q* / Turion 64 *M / Sempron S* İşlemci"
TransmetaProcessor.DeviceDesc = "Transmeta Crusoe İşlemci"
Standard = "Ölçünlü İşlemci"
ViaC7Processor.DeviceDesc = "VIA C7 İşlemci"
ViaNEHProcessor.DeviceDesc = "VIA Nehemiah İşlemci"
ViaESTProcessor.DeviceDesc = "VIA Esther İşlemci"
ViaNANOProcessor.DeviceDesc = "VIA Nano İşlemci"
ViaProcessor.DeviceDesc = "VIA İşlemci"
[Strings.0422]
ReactOS = "Фонд ReactOS"
ProcessorClassName = "Процесори"
Processor.DeviceDesc = "Процесор"
Processor.ServiceDesc = "Processor driver"
CyrixProcessor.DeviceDesc = "Процесор Cyrix 6x86"
IntelProcessor.DeviceDesc = "Процесор Intel Pentium"
IntelMMXProcessor.DeviceDesc = "Процесор Intel Pentium MMX"
IntelPROProcessor.DeviceDesc = "Процесор Intel Pentium Pro"
IntelP2Processor.DeviceDesc = "Процесор Intel Pentium II / Celeron"
IntelP3Processor.DeviceDesc = "Процесор Intel Pentium III / Celeron / Xeon"
IntelMProcessor.DeviceDesc = "Процесор Intel Pentium M / Celeron M"
IntelP4Processor.DeviceDesc = "Процесор Intel Pentium 4 / Celeron / Xeon / D"
IntelAtomProcessor.DeviceDesc = "Процесор Intel Atom"
IntelCoreProcessor.DeviceDesc = "Процесор Intel Core Solo/Duo/Ex / Celeron / Xeon / M"
IntelCoreiXProcessor.DeviceDesc = "Процесор Intel Core i*"
AMDProcessor.DeviceDesc = "Процесор AMD"
AMDK6Processor.DeviceDesc = "Процесор AMD K6"
AMDK62Processor.DeviceDesc = "Процесор AMD K6-2"
AMDK63Processor.DeviceDesc = "Процесор AMD K6-III / Geode"
AMDK7Processor.DeviceDesc = "Процесор AMD Athlon / Duron / Geode NX / Sempron"
AMDK8Processor.DeviceDesc = "Процесор AMD Athlon 64 / Turion 64 / Opteron / Sempron"
AMDPHENProcessor.DeviceDesc = "Процесор AMD Athlon 64 X / Turion 64 X / Phenom"
AMDQProcessor.DeviceDesc = "Процесор AMD Athlon 64 Q* / Turion 64 *M / Sempron S*"
TransmetaProcessor.DeviceDesc = "Процесор Transmeta Crusoe"
Standard = "Стандартний процесор"
ViaC7Processor.DeviceDesc = "Процесор VIA C7"
ViaNEHProcessor.DeviceDesc = "Процесор VIA Nehemiah"
ViaESTProcessor.DeviceDesc = "Процесор VIA Esther"
ViaNANOProcessor.DeviceDesc = "Процесор VIA Nano"
ViaProcessor.DeviceDesc = "Процесор VIA"
[Strings.0427]
Processor.DeviceDesc = "Procesorius"
Processor.ServiceDesc = "Processor driver"
IntelProcessor.DeviceDesc = "Intel procesorius"
Standard = "Standartinis procesorius"

View file

@ -1,46 +1,46 @@
; defltws.inf
; Default security settings for ReactOS Workstation
[Version]
Signature = "$Windows NT$"
[Privilege Rights]
SeAssignPrimaryTokenPrivilege = *S-1-5-19, *S-1-5-20
SeAuditPrivilege = *S-1-5-19, *S-1-5-20
SeBackupPrivilege = *S-1-5-32-544
SeBatchLogonRight =
SeChangeNotifyPrivilege = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545
SeCreatePagefilePrivilege = *S-1-5-32-544
SeCreateGlobalPrivilege = *S-1-5-4, *S-1-5-6, *S-1-5-32-544
SeCreatePermanentPrivilege =
SeCreateTokenPrivilege =
SeDebugPrivilege = *S-1-5-32-544
SeDenyBatchLogonRight =
SeDenyInteractiveLogonRight =
SeDenyNetworkLogonRight =
SeDenyRemoteInteractiveLogonRight =
SeDenyServiceLogonRight =
SeEnableDelegationPrivilege =
SeImpersonatePrivilege = *S-1-5-6, *S-1-5-32-544
SeIncreaseBasePriorityPrivilege = *S-1-5-32-544
SeIncreaseQuotaPrivilege = *S-1-5-19, *S-1-5-20, *S-1-5-32-544
SeInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
SeLoadDriverPrivilege = *S-1-5-32-544
SeLockMemoryPrivilege =
SeMachineAccountPrivilege =
SeManageVolumePrivilege = *S-1-5-32-544
SeNetworkLogonRight = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
SeProfileSingleProcessPrivilege = *S-1-5-32-544
SeRemoteInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-555
SeRemoteShutdownPrivilege = *S-1-5-32-544
SeRestorePrivilege = *S-1-5-32-544
SeSecurityPrivilege = *S-1-5-32-544
SeServiceLogonRight =
SeShutdownPrivilege = *S-1-5-32-544, *S-1-5-32-545
SeSyncAgentPrivilege =
SeSystemEnvironmentPrivilege = *S-1-5-32-544
SeSystemProfilePrivilege = *S-1-5-32-544
SeSystemTimePrivilege = *S-1-5-32-544
SeTakeOwnershipPrivilege = *S-1-5-32-544
SeTcbPrivilege =
SeUndockPrivilege = *S-1-5-32-544, *S-1-5-32-545
; defltws.inf
; Default security settings for ReactOS Workstation
[Version]
Signature = "$Windows NT$"
[Privilege Rights]
SeAssignPrimaryTokenPrivilege = *S-1-5-19, *S-1-5-20
SeAuditPrivilege = *S-1-5-19, *S-1-5-20
SeBackupPrivilege = *S-1-5-32-544
SeBatchLogonRight =
SeChangeNotifyPrivilege = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545
SeCreatePagefilePrivilege = *S-1-5-32-544
SeCreateGlobalPrivilege = *S-1-5-4, *S-1-5-6, *S-1-5-32-544
SeCreatePermanentPrivilege =
SeCreateTokenPrivilege =
SeDebugPrivilege = *S-1-5-32-544
SeDenyBatchLogonRight =
SeDenyInteractiveLogonRight =
SeDenyNetworkLogonRight =
SeDenyRemoteInteractiveLogonRight =
SeDenyServiceLogonRight =
SeEnableDelegationPrivilege =
SeImpersonatePrivilege = *S-1-5-6, *S-1-5-32-544
SeIncreaseBasePriorityPrivilege = *S-1-5-32-544
SeIncreaseQuotaPrivilege = *S-1-5-19, *S-1-5-20, *S-1-5-32-544
SeInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
SeLoadDriverPrivilege = *S-1-5-32-544
SeLockMemoryPrivilege =
SeMachineAccountPrivilege =
SeManageVolumePrivilege = *S-1-5-32-544
SeNetworkLogonRight = *S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-547, *S-1-5-32-551
SeProfileSingleProcessPrivilege = *S-1-5-32-544
SeRemoteInteractiveLogonRight = *S-1-5-32-544, *S-1-5-32-555
SeRemoteShutdownPrivilege = *S-1-5-32-544
SeRestorePrivilege = *S-1-5-32-544
SeSecurityPrivilege = *S-1-5-32-544
SeServiceLogonRight =
SeShutdownPrivilege = *S-1-5-32-544, *S-1-5-32-545
SeSyncAgentPrivilege =
SeSystemEnvironmentPrivilege = *S-1-5-32-544
SeSystemProfilePrivilege = *S-1-5-32-544
SeSystemTimePrivilege = *S-1-5-32-544
SeTakeOwnershipPrivilege = *S-1-5-32-544
SeTcbPrivilege =
SeUndockPrivilege = *S-1-5-32-544, *S-1-5-32-545

View file

@ -1,115 +1,115 @@
; DISK.INF
; Installation of DISK DRIVESs
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = DiskDrive
ClassGUID = {4D36E967-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = DiskClass.NT.AddReg
[DiskClass.NT.AddReg]
HKR, , , 0, %DiskClassName%
;HKR, , Installer32, 0, "StorProp.dll,DiskClassInstaller"
HKR, , Icon, 0, "-53"
HKR, , NoInstallClass, 0, 1
HKR, , SilentInstall, 0, 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%Disk.DeviceDesc% = disk_Inst,GenDisk
%OpticalDisk.DeviceDesc% = disk_Inst,GenOptical
;----------------------------- DISK DRIVER -----------------------------
[disk_Inst.NT]
CopyFiles = disk_CopyFiles.NT
[disk_Inst.NT.Services]
AddService = disk, 2, disk_Service_Inst
[disk_Service_Inst]
DisplayName = %Disk.ServiceDesc%
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\disk.sys
[disk_CopyFiles.NT]
disk.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
GenericMfg = "(Generic Disk Drives)"
DiskClassName = "Disk Drives"
Disk.DeviceDesc = "Disk Drive"
OpticalDisk.DeviceDesc = "Optical Disk Drive"
Disk.ServiceDesc = "Disk Driver"
[Strings.0405]
GenericMfg = "(Obecné diskové jednotky)"
DiskClassName = "Diskové jednotky"
Disk.DeviceDesc = "Disková jednotka"
OpticalDisk.DeviceDesc = "Optická disková jednotka"
Disk.ServiceDesc = "Ovladač disku"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
GenericMfg = "(Unidades de disco genéricas)"
DiskClassName = "Unidades de disco"
Disk.DeviceDesc = "Unidad de disco"
OpticalDisk.DeviceDesc = "Unidad de disco óptico"
Disk.ServiceDesc = "Controlador de disco"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
GenericMfg = "(Standardowy dysk twardy)"
DiskClassName = "Dyski twarde"
Disk.DeviceDesc = "Dysk twardy"
OpticalDisk.DeviceDesc = "Dysk optyczny"
Disk.ServiceDesc = "Sterownik dysku"
[Strings.0418]
ReactOS = "Echipa ReactOS"
GenericMfg = "(dispozitiv disc generic)"
DiskClassName = "Dispozitive disc"
Disk.DeviceDesc = "Dispozitiv disc"
OpticalDisk.DeviceDesc = "Dispozitiv disc optic"
Disk.ServiceDesc = "Modúl-pilot de disc"
[Strings.0419]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартные дисковые накопители)"
DiskClassName = "Дисковые устройства"
Disk.DeviceDesc = "Дисковое устройство"
OpticalDisk.DeviceDesc = "Оптическое дисковое устройство"
Disk.ServiceDesc = "Драйвер диска"
[Strings.041f]
ReactOS = "ReactOS Takımı"
GenericMfg = "(Umûmî Disk Sürücüleri)"
DiskClassName = "Disk Sürücüleri"
Disk.DeviceDesc = "Disk Sürücüsü"
OpticalDisk.DeviceDesc = "Optik Disk Sürücüsü"
Disk.ServiceDesc = "Disk Sürücüsü"
[Strings.0422]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартні приводи дисків)"
DiskClassName = "Дискові приводи"
Disk.DeviceDesc = "Дисковий привід"
OpticalDisk.DeviceDesc = "Оптичний привід дисків"
Disk.ServiceDesc = "Драйвер диску"
; DISK.INF
; Installation of DISK DRIVESs
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = DiskDrive
ClassGUID = {4D36E967-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/19/1999,5.00.2157.1
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = DiskClass.NT.AddReg
[DiskClass.NT.AddReg]
HKR, , , 0, %DiskClassName%
;HKR, , Installer32, 0, "StorProp.dll,DiskClassInstaller"
HKR, , Icon, 0, "-53"
HKR, , NoInstallClass, 0, 1
HKR, , SilentInstall, 0, 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%Disk.DeviceDesc% = disk_Inst,GenDisk
%OpticalDisk.DeviceDesc% = disk_Inst,GenOptical
;----------------------------- DISK DRIVER -----------------------------
[disk_Inst.NT]
CopyFiles = disk_CopyFiles.NT
[disk_Inst.NT.Services]
AddService = disk, 2, disk_Service_Inst
[disk_Service_Inst]
DisplayName = %Disk.ServiceDesc%
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\disk.sys
[disk_CopyFiles.NT]
disk.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
GenericMfg = "(Generic Disk Drives)"
DiskClassName = "Disk Drives"
Disk.DeviceDesc = "Disk Drive"
OpticalDisk.DeviceDesc = "Optical Disk Drive"
Disk.ServiceDesc = "Disk Driver"
[Strings.0405]
GenericMfg = "(Obecné diskové jednotky)"
DiskClassName = "Diskové jednotky"
Disk.DeviceDesc = "Disková jednotka"
OpticalDisk.DeviceDesc = "Optická disková jednotka"
Disk.ServiceDesc = "Ovladač disku"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
GenericMfg = "(Unidades de disco genéricas)"
DiskClassName = "Unidades de disco"
Disk.DeviceDesc = "Unidad de disco"
OpticalDisk.DeviceDesc = "Unidad de disco óptico"
Disk.ServiceDesc = "Controlador de disco"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
GenericMfg = "(Standardowy dysk twardy)"
DiskClassName = "Dyski twarde"
Disk.DeviceDesc = "Dysk twardy"
OpticalDisk.DeviceDesc = "Dysk optyczny"
Disk.ServiceDesc = "Sterownik dysku"
[Strings.0418]
ReactOS = "Echipa ReactOS"
GenericMfg = "(dispozitiv disc generic)"
DiskClassName = "Dispozitive disc"
Disk.DeviceDesc = "Dispozitiv disc"
OpticalDisk.DeviceDesc = "Dispozitiv disc optic"
Disk.ServiceDesc = "Modúl-pilot de disc"
[Strings.0419]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартные дисковые накопители)"
DiskClassName = "Дисковые устройства"
Disk.DeviceDesc = "Дисковое устройство"
OpticalDisk.DeviceDesc = "Оптическое дисковое устройство"
Disk.ServiceDesc = "Драйвер диска"
[Strings.041f]
ReactOS = "ReactOS Takımı"
GenericMfg = "(Umûmî Disk Sürücüleri)"
DiskClassName = "Disk Sürücüleri"
Disk.DeviceDesc = "Disk Sürücüsü"
OpticalDisk.DeviceDesc = "Optik Disk Sürücüsü"
Disk.ServiceDesc = "Disk Sürücüsü"
[Strings.0422]
ReactOS = "Команда ReactOS"
GenericMfg = "(Стандартні приводи дисків)"
DiskClassName = "Дискові приводи"
Disk.DeviceDesc = "Дисковий привід"
OpticalDisk.DeviceDesc = "Оптичний привід дисків"
Disk.ServiceDesc = "Драйвер диску"

View file

@ -1,162 +1,162 @@
; Display.INF
;
; Installation file for the display adapters and display class
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Display
ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/25/2007,1.10
[DestinationDirs]
DefaultDestDir = 12
VGA.Display_CopyFiles.NT = 11
[ClassInstall32.NT]
AddReg = DisplayClass.NT.AddReg
[DisplayClass.NT.AddReg]
HKR, , , 0, %DisplayClassName%
HKR, , Icon, 0, "-1"
HKR, , Installer32, 0, "desk.cpl,DisplayClassInstaller"
[Manufacturer]
%StdMfg% = StdMfg
[StdMfg]
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0000
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0001
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0300
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0301
;---------------------------- VGA/VBE DRIVER ----------------------------
[VGA_Inst.NT]
CopyFiles = VGA.Miniport_CopyFiles.NT, VGA.Display_CopyFiles.NT
[VGA.Miniport_CopyFiles.NT]
vgamp.sys
vbemp.sys
[VGA.Display_CopyFiles.NT]
vgaddi.dll
framebuf.dll
[VGA_Inst.NT.Services]
AddService = , 0x00000002
;AddService = VGA, , VGA_Service_Inst
;AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE
[VGA_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\vgamp.sys
LoadOrderGroup = Video Save
[VBE_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\vbemp.sys
LoadOrderGroup = Video Save
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
DisplayClassName = "Display Adapters"
StdMfg = "(Standard display adapters)"
VGA.DeviceDesc = "VGA-compatible graphics card"
[Strings.0405]
DisplayClassName = "Grafické adaptéry"
StdMfg = "(Standardní grafické adaptéry)"
VGA.DeviceDesc = "VGA kompatibilní grafická karta"
[Strings.0407]
DisplayClassName = "Grafikkarten"
StdMfg = "(Standardgrafikkarten)"
VGA.DeviceDesc = "VGA-kompatible Grafikkarte"
[Strings.0408]
DisplayClassName = "Προσαρμογείς Οθόνης"
StdMfg = "(Πρότυποι προσαρμογείς οθόνης)"
VGA.DeviceDesc = "VGA-συμβατή κάρτα γραφικών"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
DisplayClassName = "Adaptadores de pantalla"
StdMfg = "(Adaptador de pantalla estándar)"
VGA.DeviceDesc = "Adaptador de pantalla compatible con VGA"
[Strings.040C]
DisplayClassName = "Cartes Graphiques"
StdMfg = "(Cartes Graphiques Standard)"
VGA.DeviceDesc = "Carte graphique compatible VGA"
[Strings.0411]
DisplayClassName = "ディスプレイ アダプタ"
StdMfg = "(標準ディスプレイ アダプタ)"
VGA.DeviceDesc = "VGA互換 グラフィックカード"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Karty graficzne"
StdMfg = "(Standardowe karty graficzne)"
VGA.DeviceDesc = "Karta graficzna kompatybilna z VGA"
[Strings.0416]
DisplayClassName = "Adaptadores de vídeo"
StdMfg = "(Adaptador de vídeo padrão)"
VGA.DeviceDesc = "Adaptador de vídeo compatível com VGA"
[Strings.0418]
ReactOS = "Echipa ReactOS"
DisplayClassName = "Adaptoare grafice"
StdMfg = "(adaptoare grafice standard)"
VGA.DeviceDesc = "Placă grafică compatibilă VGA"
[Strings.0419]
ReactOS = "Команда ReactOS"
DisplayClassName = "Графические адаптеры"
StdMfg = "(Стандартные графические адаптеры)"
VGA.DeviceDesc = "VGA-совместимая графическая карта"
[Strings.041B]
DisplayClassName = "Grafické karty"
StdMfg = "(Štandardné grafické karty)"
VGA.DeviceDesc = "VGA kompatibilná grafická karta"
[Strings.041f]
ReactOS = "ReactOS Takımı"
DisplayClassName = "Görüntü Bağdaştırıcıları"
StdMfg = "(Ölçünlü Görüntü Bağdaştırıcıları)"
VGA.DeviceDesc = "VGA Uyumlu Çizge Kartı"
[Strings.0422]
ReactOS = "Команда ReactOS"
DisplayClassName = "Графічні адаптери"
StdMfg = "(Стандартні графічні адаптери)"
VGA.DeviceDesc = "VGA-сумісна графічна картка"
[Strings.0427]
DisplayClassName = "Vaizdo adapteriai"
StdMfg = "(Standartinis vaizdo adapteris)"
VGA.DeviceDesc = "Su VGA suderinama vaizdo plokštė"
; Display.INF
;
; Installation file for the display adapters and display class
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Display
ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/25/2007,1.10
[DestinationDirs]
DefaultDestDir = 12
VGA.Display_CopyFiles.NT = 11
[ClassInstall32.NT]
AddReg = DisplayClass.NT.AddReg
[DisplayClass.NT.AddReg]
HKR, , , 0, %DisplayClassName%
HKR, , Icon, 0, "-1"
HKR, , Installer32, 0, "desk.cpl,DisplayClassInstaller"
[Manufacturer]
%StdMfg% = StdMfg
[StdMfg]
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0000
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0001
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0300
%VGA.DeviceDesc% = VGA_Inst,PCI\CC_0301
;---------------------------- VGA/VBE DRIVER ----------------------------
[VGA_Inst.NT]
CopyFiles = VGA.Miniport_CopyFiles.NT, VGA.Display_CopyFiles.NT
[VGA.Miniport_CopyFiles.NT]
vgamp.sys
vbemp.sys
[VGA.Display_CopyFiles.NT]
vgaddi.dll
framebuf.dll
[VGA_Inst.NT.Services]
AddService = , 0x00000002
;AddService = VGA, , VGA_Service_Inst
;AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE
[VGA_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\vgamp.sys
LoadOrderGroup = Video Save
[VBE_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\vbemp.sys
LoadOrderGroup = Video Save
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
DisplayClassName = "Display Adapters"
StdMfg = "(Standard display adapters)"
VGA.DeviceDesc = "VGA-compatible graphics card"
[Strings.0405]
DisplayClassName = "Grafické adaptéry"
StdMfg = "(Standardní grafické adaptéry)"
VGA.DeviceDesc = "VGA kompatibilní grafická karta"
[Strings.0407]
DisplayClassName = "Grafikkarten"
StdMfg = "(Standardgrafikkarten)"
VGA.DeviceDesc = "VGA-kompatible Grafikkarte"
[Strings.0408]
DisplayClassName = "Προσαρμογείς Οθόνης"
StdMfg = "(Πρότυποι προσαρμογείς οθόνης)"
VGA.DeviceDesc = "VGA-συμβατή κάρτα γραφικών"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
DisplayClassName = "Adaptadores de pantalla"
StdMfg = "(Adaptador de pantalla estándar)"
VGA.DeviceDesc = "Adaptador de pantalla compatible con VGA"
[Strings.040C]
DisplayClassName = "Cartes Graphiques"
StdMfg = "(Cartes Graphiques Standard)"
VGA.DeviceDesc = "Carte graphique compatible VGA"
[Strings.0411]
DisplayClassName = "ディスプレイ アダプタ"
StdMfg = "(標準ディスプレイ アダプタ)"
VGA.DeviceDesc = "VGA互換 グラフィックカード"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
DisplayClassName = "Karty graficzne"
StdMfg = "(Standardowe karty graficzne)"
VGA.DeviceDesc = "Karta graficzna kompatybilna z VGA"
[Strings.0416]
DisplayClassName = "Adaptadores de vídeo"
StdMfg = "(Adaptador de vídeo padrão)"
VGA.DeviceDesc = "Adaptador de vídeo compatível com VGA"
[Strings.0418]
ReactOS = "Echipa ReactOS"
DisplayClassName = "Adaptoare grafice"
StdMfg = "(adaptoare grafice standard)"
VGA.DeviceDesc = "Placă grafică compatibilă VGA"
[Strings.0419]
ReactOS = "Команда ReactOS"
DisplayClassName = "Графические адаптеры"
StdMfg = "(Стандартные графические адаптеры)"
VGA.DeviceDesc = "VGA-совместимая графическая карта"
[Strings.041B]
DisplayClassName = "Grafické karty"
StdMfg = "(Štandardné grafické karty)"
VGA.DeviceDesc = "VGA kompatibilná grafická karta"
[Strings.041f]
ReactOS = "ReactOS Takımı"
DisplayClassName = "Görüntü Bağdaştırıcıları"
StdMfg = "(Ölçünlü Görüntü Bağdaştırıcıları)"
VGA.DeviceDesc = "VGA Uyumlu Çizge Kartı"
[Strings.0422]
ReactOS = "Команда ReactOS"
DisplayClassName = "Графічні адаптери"
StdMfg = "(Стандартні графічні адаптери)"
VGA.DeviceDesc = "VGA-сумісна графічна картка"
[Strings.0427]
DisplayClassName = "Vaizdo adapteriai"
StdMfg = "(Standartinis vaizdo adapteris)"
VGA.DeviceDesc = "Su VGA suderinama vaizdo plokštė"

View file

@ -1,153 +1,153 @@
; FDC.INF
; Installation file for floppy disk controllers
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FDC
ClassGUID = {4D36E969-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = FDC.NT.AddReg
[FDC.NT.AddReg]
HKR, , , 0, %FDCClassName%
HKR, , Icon, 0, "-9"
HKR,,NoInstallClass,,1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%*PNP0700.DeviceDesc% = fdc_Inst,*PNP0700
;%*PNP0700.DeviceDesc% = NO_DRV,*PNP0700
;----------------------------- FDC DRIVER -----------------------------
[fdc_Inst.NT]
CopyFiles = fdc_CopyFiles.NT
[fdc_CopyFiles.NT]
fdc.sys
[fdc_Inst.NT.Services]
AddService = fdc, 0x00000002, fdc_Service_Inst
[fdc_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\fdc.sys
LoadOrderGroup = System Bus Extender
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FDCClassName = "Floppy disk controllers"
GenericMfg = "(Generic floppy disk controllers)"
*PNP0700.DeviceDesc = "Generic floppy disk controller"
[Strings.0405]
FDCClassName = "Řadiče disketových jednotek"
GenericMfg = "(Generické řadiče disketových jednotek)"
*PNP0700.DeviceDesc = "Generický řadič disketové jednotky"
[Strings.0407]
FDCClassName = "Disketten-Controller"
GenericMfg = "(Generische Disketten-Controller)"
*PNP0700.DeviceDesc = "Generischer Disketten-Controller"
[Strings.0408]
FDCClassName = "Ελεγκτής Δισκέτας"
GenericMfg = "(Γενικοί ελεγκτές δισκέτας)"
*PNP0700.DeviceDesc = "Γενικός ελεγκτής δισκέτας"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
FDCClassName = "Controladores de disquete"
GenericMfg = "(Controlador estándar de disquetes)"
*PNP0700.DeviceDesc = "Controlador estándar de disquetes"
[Strings.040C]
FDCClassName = "Contrôleurs de lecteur de disquettes"
GenericMfg = "(Contrôleurs de lecteur de disquettes génériques)"
*PNP0700.DeviceDesc = "Contrôleur de lecteur de disquettes générique"
[Strings.0411]
FDCClassName = "フロッピー ディスク コントローラ"
GenericMfg = "(標準フロッピー ディスク コントローラ)"
*PNP0700.DeviceDesc = "標準フロッピー ディスク コントローラ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
FDCClassName = "Kontrolery stacji dyskietek"
GenericMfg = "(Standardowowe kontrolery stacji dyskietek)"
*PNP0700.DeviceDesc = "Standardowy kontroler stacji dyskietek"
[Strings.0416]
FDCClassName = "Unidades de disquete"
GenericMfg = "(Unidades de disquete padrão)"
*PNP0700.DeviceDesc = "Controlador padrão de disquete"
[Strings.0418]
ReactOS = "Echipa ReactOS"
FDCClassName = "Dispozitive de control disc flexibil"
GenericMfg = "(dispozitiv generic de control disc flexibil)"
*PNP0700.DeviceDesc = "Dispozitiv generic de control disc flexibil"
[Strings.0419]
ReactOS = "Команда ReactOS"
FDCClassName = "Контроллеры гибких дисков"
GenericMfg = "(Стандартные контроллеры гибких дисков)"
*PNP0700.DeviceDesc = "Стандартный контроллер гибких дисков"
[Strings.041B]
FDCClassName = "Radiče disketových mechaník"
GenericMfg = "(Generické radiče disketových mechaník)"
*PNP0700.DeviceDesc = "Generický radič disketovej mechaniky"
[Strings.041f]
ReactOS = "ReactOS Takımı"
FDCClassName = "Yumuşak Disk Denetleyicileri"
GenericMfg = "(Umûmî Yumuşak Disk Denetleyicileri)"
*PNP0700.DeviceDesc = "Umûmî Yumuşak Disk Denetleyicisi"
[Strings.0422]
ReactOS = "Команда ReactOS"
FDCClassName = "Контроллери гнучких дисків"
GenericMfg = "(Стандартні контроллери гнучких дисків)"
*PNP0700.DeviceDesc = "Стандартний контроллер гнучких дисків"
[Strings.0427]
FDCClassName = "Diskelių įrenginių valdikliai"
GenericMfg = "(Standartiniai diskelių įrenginių valdikliai)"
*PNP0700.DeviceDesc = "Standartinis diskelių įrenginio valdiklis"
; FDC.INF
; Installation file for floppy disk controllers
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FDC
ClassGUID = {4D36E969-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = FDC.NT.AddReg
[FDC.NT.AddReg]
HKR, , , 0, %FDCClassName%
HKR, , Icon, 0, "-9"
HKR,,NoInstallClass,,1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%*PNP0700.DeviceDesc% = fdc_Inst,*PNP0700
;%*PNP0700.DeviceDesc% = NO_DRV,*PNP0700
;----------------------------- FDC DRIVER -----------------------------
[fdc_Inst.NT]
CopyFiles = fdc_CopyFiles.NT
[fdc_CopyFiles.NT]
fdc.sys
[fdc_Inst.NT.Services]
AddService = fdc, 0x00000002, fdc_Service_Inst
[fdc_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\fdc.sys
LoadOrderGroup = System Bus Extender
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FDCClassName = "Floppy disk controllers"
GenericMfg = "(Generic floppy disk controllers)"
*PNP0700.DeviceDesc = "Generic floppy disk controller"
[Strings.0405]
FDCClassName = "Řadiče disketových jednotek"
GenericMfg = "(Generické řadiče disketových jednotek)"
*PNP0700.DeviceDesc = "Generický řadič disketové jednotky"
[Strings.0407]
FDCClassName = "Disketten-Controller"
GenericMfg = "(Generische Disketten-Controller)"
*PNP0700.DeviceDesc = "Generischer Disketten-Controller"
[Strings.0408]
FDCClassName = "Ελεγκτής Δισκέτας"
GenericMfg = "(Γενικοί ελεγκτές δισκέτας)"
*PNP0700.DeviceDesc = "Γενικός ελεγκτής δισκέτας"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
FDCClassName = "Controladores de disquete"
GenericMfg = "(Controlador estándar de disquetes)"
*PNP0700.DeviceDesc = "Controlador estándar de disquetes"
[Strings.040C]
FDCClassName = "Contrôleurs de lecteur de disquettes"
GenericMfg = "(Contrôleurs de lecteur de disquettes génériques)"
*PNP0700.DeviceDesc = "Contrôleur de lecteur de disquettes générique"
[Strings.0411]
FDCClassName = "フロッピー ディスク コントローラ"
GenericMfg = "(標準フロッピー ディスク コントローラ)"
*PNP0700.DeviceDesc = "標準フロッピー ディスク コントローラ"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
FDCClassName = "Kontrolery stacji dyskietek"
GenericMfg = "(Standardowowe kontrolery stacji dyskietek)"
*PNP0700.DeviceDesc = "Standardowy kontroler stacji dyskietek"
[Strings.0416]
FDCClassName = "Unidades de disquete"
GenericMfg = "(Unidades de disquete padrão)"
*PNP0700.DeviceDesc = "Controlador padrão de disquete"
[Strings.0418]
ReactOS = "Echipa ReactOS"
FDCClassName = "Dispozitive de control disc flexibil"
GenericMfg = "(dispozitiv generic de control disc flexibil)"
*PNP0700.DeviceDesc = "Dispozitiv generic de control disc flexibil"
[Strings.0419]
ReactOS = "Команда ReactOS"
FDCClassName = "Контроллеры гибких дисков"
GenericMfg = "(Стандартные контроллеры гибких дисков)"
*PNP0700.DeviceDesc = "Стандартный контроллер гибких дисков"
[Strings.041B]
FDCClassName = "Radiče disketových mechaník"
GenericMfg = "(Generické radiče disketových mechaník)"
*PNP0700.DeviceDesc = "Generický radič disketovej mechaniky"
[Strings.041f]
ReactOS = "ReactOS Takımı"
FDCClassName = "Yumuşak Disk Denetleyicileri"
GenericMfg = "(Umûmî Yumuşak Disk Denetleyicileri)"
*PNP0700.DeviceDesc = "Umûmî Yumuşak Disk Denetleyicisi"
[Strings.0422]
ReactOS = "Команда ReactOS"
FDCClassName = "Контроллери гнучких дисків"
GenericMfg = "(Стандартні контроллери гнучких дисків)"
*PNP0700.DeviceDesc = "Стандартний контроллер гнучких дисків"
[Strings.0427]
FDCClassName = "Diskelių įrenginių valdikliai"
GenericMfg = "(Standartiniai diskelių įrenginių valdikliai)"
*PNP0700.DeviceDesc = "Standartinis diskelių įrenginio valdiklis"

View file

@ -1,106 +1,106 @@
; FDC.INF
; Installation file for floppy disk drives
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FloppyDisk
ClassGuid = {4D36E980-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = Floppy.NT.AddReg
[Floppy.NT.AddReg]
HKR, , , 0, %FloppyClassName%
HKR, , Icon, 0, "-50"
HKR, , NoInstallClass, , 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%Floppy.DeviceDesc% = NO_DRV, GenFloppyDisk
;%Floppy.DeviceDesc% = floppy_Inst, GenFloppyDisk
;----------------------------- FDC DRIVER -----------------------------
[floppy_Inst.NT]
CopyFiles = floppy_CopyFiles.NT
[floppy_CopyFiles.NT]
flpydisk.sys
[flopy_Inst.NT.Services]
AddService = flpydisk, 0x00000002, floppy_Service_Inst
[floppy_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\flpydisk.sys
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FloppyClassName = "Floppy disk drives"
GenericMfg = "(Generic floppy disk drives)"
Floppy.DeviceDesc = "Generic floppy disk drive"
[Strings.0405]
ReactOS = "ReactOS Team"
FloppyClassName = "Disketové jednotky"
GenericMfg = "(Obecné disketové jednotky)"
Floppy.DeviceDesc = "Obecná disketová jednotka"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
FloppyClassName = "Disqueteras"
GenericMfg = "(Disqueteras genéricas)"
Floppy.DeviceDesc = "Disquetera genérica"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
FloppyClassName = "Stacje dyskietek"
GenericMfg = "(Standardowe stacje dyskietek)"
Floppy.DeviceDesc = "Standardowa stacja dyskietek"
[Strings.0418]
ReactOS = "Echipa ReactOS"
FloppyClassName = "Unitate de disc flexibil"
GenericMfg = "(unități generice de disc flexibil)"
Floppy.DeviceDesc = "Unitate de disc flexibil"
[Strings.0419]
ReactOS = "Команда ReactOS"
FloppyClassName = "Дисководы гибких дисков"
GenericMfg = "(Универсальные дисководы гибких дисков)"
Floppy.DeviceDesc = "Универсальный дисковод гибких дисков"
[Strings.041f]
ReactOS = "ReactOS Takımı"
FloppyClassName = "Yumuşak Disk Sürücüleri"
GenericMfg = "(Umûmî Yumuşak Disk Sürücüleri)"
Floppy.DeviceDesc = "Umûmî Yumuşak Disk Sürücüsü"
; FDC.INF
; Installation file for floppy disk drives
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = FloppyDisk
ClassGuid = {4D36E980-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 08/15/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = Floppy.NT.AddReg
[Floppy.NT.AddReg]
HKR, , , 0, %FloppyClassName%
HKR, , Icon, 0, "-50"
HKR, , NoInstallClass, , 1
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
;FIXME: We do not have a driver yet
%Floppy.DeviceDesc% = NO_DRV, GenFloppyDisk
;%Floppy.DeviceDesc% = floppy_Inst, GenFloppyDisk
;----------------------------- FDC DRIVER -----------------------------
[floppy_Inst.NT]
CopyFiles = floppy_CopyFiles.NT
[floppy_CopyFiles.NT]
flpydisk.sys
[flopy_Inst.NT.Services]
AddService = flpydisk, 0x00000002, floppy_Service_Inst
[floppy_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\flpydisk.sys
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
FloppyClassName = "Floppy disk drives"
GenericMfg = "(Generic floppy disk drives)"
Floppy.DeviceDesc = "Generic floppy disk drive"
[Strings.0405]
ReactOS = "ReactOS Team"
FloppyClassName = "Disketové jednotky"
GenericMfg = "(Obecné disketové jednotky)"
Floppy.DeviceDesc = "Obecná disketová jednotka"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
FloppyClassName = "Disqueteras"
GenericMfg = "(Disqueteras genéricas)"
Floppy.DeviceDesc = "Disquetera genérica"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
FloppyClassName = "Stacje dyskietek"
GenericMfg = "(Standardowe stacje dyskietek)"
Floppy.DeviceDesc = "Standardowa stacja dyskietek"
[Strings.0418]
ReactOS = "Echipa ReactOS"
FloppyClassName = "Unitate de disc flexibil"
GenericMfg = "(unități generice de disc flexibil)"
Floppy.DeviceDesc = "Unitate de disc flexibil"
[Strings.0419]
ReactOS = "Команда ReactOS"
FloppyClassName = "Дисководы гибких дисков"
GenericMfg = "(Универсальные дисководы гибких дисков)"
Floppy.DeviceDesc = "Универсальный дисковод гибких дисков"
[Strings.041f]
ReactOS = "ReactOS Takımı"
FloppyClassName = "Yumuşak Disk Sürücüleri"
GenericMfg = "(Umûmî Yumuşak Disk Sürücüleri)"
Floppy.DeviceDesc = "Umûmî Yumuşak Disk Sürücüsü"

View file

@ -1,321 +1,321 @@
[Version]
Signature = $Windows NT$
;Signature = "$ReactOS$"
ClassGUID = {00000000-0000-0000-0000-000000000000}
LayoutFile = layout.inf
DriverVer = 05/29/2008,0.1
[SourceDisksFiles]
[HiddenFontFiles]
[DestinationDirs]
[Font.96]
[Font.120]
[Font.Reg.96]
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96
HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96
[Font.Reg.120]
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120
HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120
[Font.Latin.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Cyrillic.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Greek.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Hebrew.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"DejaVu Serif"
[Font.CJK.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic 2",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Unicode.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"DejaVu Serif"
; cp1252/cp437 US
[Font.CP437.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP437.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1256/cp720 Arabic
[Font.CP720.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP720.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp1253/cp737 Greek
[Font.CP737.96]
AddReg = Font.Reg.96
AddReg = Font.Greek.Reg
[Font.CP737.120]
AddReg = Font.Reg.120
AddReg = Font.Greek.Reg
; cp1257/cp775 Baltic
[Font.CP775.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP775.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp850 Multilingual Latin I
[Font.CP850.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP850.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1250/cp852 Latin II/Central European
[Font.CP852.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP852.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1251/cp855 Cyrillic
[Font.CP855.96]
AddReg = Font.Reg.96
AddReg = Font.Cyrillic.Reg
[Font.CP855.120]
AddReg = Font.Reg.120
AddReg = Font.Cyrillic.Reg
; cp1254/cp857 Turkish
[Font.CP857.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP857.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp860 Portuguese
[Font.CP860.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP860.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp861 Icelandic
[Font.CP861.96]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
[Font.CP861.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1255/cp862 Hebrew
[Font.CP862.96]
AddReg = Font.Reg.96
AddReg = Font.Hebrew.Reg
[Font.CP862.120]
AddReg = Font.Reg.120
AddReg = Font.Hebrew.Reg
; cp1252/cp863 Canadian-French
[Font.CP863.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP863.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp865 Nordic
[Font.CP865.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP865.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1251/cp866 Russian
[Font.CP866.96]
AddReg = Font.Reg.96
AddReg = Font.Cyrillic.Reg
[Font.CP866.120]
AddReg = Font.Reg.120
AddReg = Font.Cyrillic.Reg
; cp1253/cp869 Modern Greek
[Font.CP869.96]
AddReg = Font.Reg.96
AddReg = Font.Greek.Reg
[Font.CP869.120]
AddReg = Font.Reg.120
AddReg = Font.Greek.Reg
; cp874/cp874 (Thai)
[Font.CP874.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP874.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp1258/cp1258 (Vietnamese)
[Font.CP1258.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP1258.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp932/cp932 Japanese
[Font.CP932.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP932.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp936/cp936 Simplified Chinese
[Font.CP936.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP936.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp949/cp949 Korean
[Font.CP949.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP949.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp950/cp950 Traditional Chinese
[Font.CP950.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP950.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
[Font Sizes]
Small Fonts = 96
Large Fonts = 120
[Version]
Signature = $Windows NT$
;Signature = "$ReactOS$"
ClassGUID = {00000000-0000-0000-0000-000000000000}
LayoutFile = layout.inf
DriverVer = 05/29/2008,0.1
[SourceDisksFiles]
[HiddenFontFiles]
[DestinationDirs]
[Font.96]
[Font.120]
[Font.Reg.96]
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96
HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96
[Font.Reg.120]
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120
HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120
[Font.Latin.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Cyrillic.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Greek.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Hebrew.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"DejaVu Serif"
[Font.CJK.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Liberation Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic 2",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"Liberation Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Liberation Serif"
[Font.Unicode.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Lucida Console",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times New Roman",0x00000000,"DejaVu Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"DejaVu Serif"
; cp1252/cp437 US
[Font.CP437.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP437.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1256/cp720 Arabic
[Font.CP720.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP720.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp1253/cp737 Greek
[Font.CP737.96]
AddReg = Font.Reg.96
AddReg = Font.Greek.Reg
[Font.CP737.120]
AddReg = Font.Reg.120
AddReg = Font.Greek.Reg
; cp1257/cp775 Baltic
[Font.CP775.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP775.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp850 Multilingual Latin I
[Font.CP850.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP850.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1250/cp852 Latin II/Central European
[Font.CP852.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP852.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1251/cp855 Cyrillic
[Font.CP855.96]
AddReg = Font.Reg.96
AddReg = Font.Cyrillic.Reg
[Font.CP855.120]
AddReg = Font.Reg.120
AddReg = Font.Cyrillic.Reg
; cp1254/cp857 Turkish
[Font.CP857.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP857.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp860 Portuguese
[Font.CP860.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP860.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp861 Icelandic
[Font.CP861.96]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
[Font.CP861.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1255/cp862 Hebrew
[Font.CP862.96]
AddReg = Font.Reg.96
AddReg = Font.Hebrew.Reg
[Font.CP862.120]
AddReg = Font.Reg.120
AddReg = Font.Hebrew.Reg
; cp1252/cp863 Canadian-French
[Font.CP863.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP863.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1252/cp865 Nordic
[Font.CP865.96]
AddReg = Font.Reg.96
AddReg = Font.Latin.Reg
[Font.CP865.120]
AddReg = Font.Reg.120
AddReg = Font.Latin.Reg
; cp1251/cp866 Russian
[Font.CP866.96]
AddReg = Font.Reg.96
AddReg = Font.Cyrillic.Reg
[Font.CP866.120]
AddReg = Font.Reg.120
AddReg = Font.Cyrillic.Reg
; cp1253/cp869 Modern Greek
[Font.CP869.96]
AddReg = Font.Reg.96
AddReg = Font.Greek.Reg
[Font.CP869.120]
AddReg = Font.Reg.120
AddReg = Font.Greek.Reg
; cp874/cp874 (Thai)
[Font.CP874.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP874.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp1258/cp1258 (Vietnamese)
[Font.CP1258.96]
AddReg = Font.Reg.96
AddReg = Font.Unicode.Reg
[Font.CP1258.120]
AddReg = Font.Reg.120
AddReg = Font.Unicode.Reg
; cp932/cp932 Japanese
[Font.CP932.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP932.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp936/cp936 Simplified Chinese
[Font.CP936.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP936.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp949/cp949 Korean
[Font.CP949.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP949.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
; cp950/cp950 Traditional Chinese
[Font.CP950.96]
AddReg = Font.Reg.96
AddReg = Font.CJK.Reg
[Font.CP950.120]
AddReg = Font.Reg.120
AddReg = Font.CJK.Reg
[Font Sizes]
Small Fonts = 96
Large Fonts = 120

View file

@ -1,101 +1,101 @@
; HAL.INF
; Installation file for HAL device
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Computer
ClassGUID = {4D36E966-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 8/15/2011,1.00.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = ComputerClass.NT.AddReg
[ComputerClass.NT.AddReg]
HKR, , , 0, %ComputerClassName%
HKR, , Icon, 0, "-27"
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%acpipic_up.DeviceDesc% = NO_DRV,acpipic_up
%e_isa_up.DeviceDesc% = NO_DRV,e_isa_up
;------------------------------ NO DRIVER -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
ComputerClassName = "Computer"
GenericMfg = "(Generic computers)"
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
[Strings.0405]
ComputerClassName = "Počítač"
GenericMfg = "(Obecné počítače)"
acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním"
e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
ComputerClassName = "Equipo"
GenericMfg = "(Equipos genéricos)"
acpipic_up.DeviceDesc = "PC con uniprocesador ACPI"
e_isa_up.DeviceDesc = "PC con uniprocesador estándar"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ComputerClassName = "Komputer"
GenericMfg = "(Komputery standardowe)"
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
e_isa_up.DeviceDesc = "Standardowy komputer PC"
[Strings.0418]
ReactOS = "Echipa ReactOS"
ComputerClassName = "Calculator"
GenericMfg = "(calculatoare generice)"
acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
e_isa_up.DeviceDesc = "PC uniprocesor standard"
[Strings.0419]
ReactOS = "Команда ReactOS"
ComputerClassName = "Компьютер"
GenericMfg = "(Универсальный компьютер)"
acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК"
e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК"
[Strings.041f]
ReactOS = "ReactOS Takımı"
ComputerClassName = "Bilgisayar"
GenericMfg = "(Umûmî Bilgisayarlar)"
acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC"
e_isa_up.DeviceDesc = "Ölçünlü Tek İşlemcili PC"
[Strings.0422]
ReactOS = "Команда ReactOS"
ComputerClassName = "Комп'ютер"
GenericMfg = "(Стандартний комп'ютер)"
acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК"
e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК"
; HAL.INF
; Installation file for HAL device
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Computer
ClassGUID = {4D36E966-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 8/15/2011,1.00.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = ComputerClass.NT.AddReg
[ComputerClass.NT.AddReg]
HKR, , , 0, %ComputerClassName%
HKR, , Icon, 0, "-27"
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%acpipic_up.DeviceDesc% = NO_DRV,acpipic_up
%e_isa_up.DeviceDesc% = NO_DRV,e_isa_up
;------------------------------ NO DRIVER -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
ComputerClassName = "Computer"
GenericMfg = "(Generic computers)"
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
[Strings.0405]
ComputerClassName = "Počítač"
GenericMfg = "(Obecné počítače)"
acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním"
e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
ComputerClassName = "Equipo"
GenericMfg = "(Equipos genéricos)"
acpipic_up.DeviceDesc = "PC con uniprocesador ACPI"
e_isa_up.DeviceDesc = "PC con uniprocesador estándar"
[Strings.0415]
ReactOS = "Ekipa ReactOS"
ComputerClassName = "Komputer"
GenericMfg = "(Komputery standardowe)"
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
e_isa_up.DeviceDesc = "Standardowy komputer PC"
[Strings.0418]
ReactOS = "Echipa ReactOS"
ComputerClassName = "Calculator"
GenericMfg = "(calculatoare generice)"
acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
e_isa_up.DeviceDesc = "PC uniprocesor standard"
[Strings.0419]
ReactOS = "Команда ReactOS"
ComputerClassName = "Компьютер"
GenericMfg = "(Универсальный компьютер)"
acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК"
e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК"
[Strings.041f]
ReactOS = "ReactOS Takımı"
ComputerClassName = "Bilgisayar"
GenericMfg = "(Umûmî Bilgisayarlar)"
acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC"
e_isa_up.DeviceDesc = "Ölçünlü Tek İşlemcili PC"
[Strings.0422]
ReactOS = "Команда ReactOS"
ComputerClassName = "Комп'ютер"
GenericMfg = "(Стандартний комп'ютер)"
acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК"
e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК"

View file

@ -1,89 +1,89 @@
[Version]
Signature = "$Windows NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = ReactOS
DriverVer=11/19/2010,6.1.7601.17514
PnPLockdown=1
[SourceDisksFiles]
hdaudbus.sys = 3426
[DestinationDirs]
DefaultDestDir = 12 ; windows\system32\drivers
[Manufacturer]
Microsoft = GenericMfg
[ControlFlags]
ExcludeFromSelect = PCI\CC_0403
;ExcludeFromSelect = PCI\VEN_8086&DEV_2668
[GenericMfg]
%HDAudio.DeviceDesc% = HDAudio_Device, PCI\CC_0403
%HDAudio.DeviceDesc% = HDAudio_Device, PCI\VEN_8086&DEV_2668
[HDAudio_Device.NT]
CopyFiles = Drivers_Dir
AddReg = HDAudio.AddReg
[Drivers_Dir]
hdaudbus.sys,,,0x0100
[HDAudio.AddReg]
HKR,Settings,DeviceDescription_FUNC_01,,%AUDIOFG%
HKR,Settings,DeviceDescription_FUNC_02,,%MODEMFG%
HKR,Settings,DeviceDescription_Default,,%UNKNOWNFG%
HKR,Settings,DeviceLocation,,%HDAudioBUS%
HKR,Interrupt Management,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,MSISupported,0x00010001,1
;-------------- Service installation
[HDAudio_Device.NT.Services]
AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst
; -------------- HDAudio driver install sections
[HDAudio_Service_Inst]
DisplayName = %HDAudBus.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\HDAudBus.sys
LoadOrderGroup = Extended Base
[SignatureAttributes]
hdaudbus.sys=SignatureAttributes.DRM
[SignatureAttributes.DRM]
DRMLevel=1300
[Strings]
DiskId1 = "ReactOS UAA Bus Driver for High Definition Audio. Installation Disk #1"
HDAudio.DeviceDesc = "High Definition Audio Controller"
HDAudBus.SVCDESC = "ReactOS UAA Bus Driver for High Definition Audio"
AUDIOFG = "Audio Device on High Definition Audio Bus"
MODEMFG = "Modem Device on High Definition Audio Bus"
UNKNOWNFG = "Unknown Device on High Definition Audio Bus"
HDAudioBUS = "Internal High Definition Audio Bus"
[Strings.0418]
DiskId1 = "Modúl-pilot ReactOS de magistrală UAA pentru dispozitive audio de înaltă definiție. Disc de instalare №1"
HDAudio.DeviceDesc = "Dispozitiv de control audio de înaltă definiție"
HDAudBus.SVCDESC = "Modúl-pilot ReactOS pentru magistrală UAA pentru dispozitive audio de înaltă definiție"
AUDIOFG = "Dispozitiv audio pe magistrala audio de înaltă definiție"
MODEMFG = "Dispozitiv modem pe magistrala audio de înaltă definiție"
UNKNOWNFG = "Dispozitiv nespecificat pe magistrala audio de înaltă definiție"
HDAudioBUS = "Magistrală internă audio de înaltă definiție"
[Strings.041f]
DiskId1 = "Yüksek Tanımlı Ses İçin ReactOS UAA Veri Yolu Sürücüsü. 1. Kurulum Diski"
HDAudio.DeviceDesc = "Yüksek Tanımlı Ses Denetleyicisi"
HDAudBus.SVCDESC = "Yüksek Tanımlı Ses için ReactOS UAA Veri Yolu Sürücüsü"
AUDIOFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Ses Aygıtı"
MODEMFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Çevirge Aygıtı"
UNKNOWNFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Bilinmeyen Aygıt"
HDAudioBUS = "İç Yüksek Tanımlı Ses Veri Yolu"
[Version]
Signature = "$Windows NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = ReactOS
DriverVer=11/19/2010,6.1.7601.17514
PnPLockdown=1
[SourceDisksFiles]
hdaudbus.sys = 3426
[DestinationDirs]
DefaultDestDir = 12 ; windows\system32\drivers
[Manufacturer]
Microsoft = GenericMfg
[ControlFlags]
ExcludeFromSelect = PCI\CC_0403
;ExcludeFromSelect = PCI\VEN_8086&DEV_2668
[GenericMfg]
%HDAudio.DeviceDesc% = HDAudio_Device, PCI\CC_0403
%HDAudio.DeviceDesc% = HDAudio_Device, PCI\VEN_8086&DEV_2668
[HDAudio_Device.NT]
CopyFiles = Drivers_Dir
AddReg = HDAudio.AddReg
[Drivers_Dir]
hdaudbus.sys,,,0x0100
[HDAudio.AddReg]
HKR,Settings,DeviceDescription_FUNC_01,,%AUDIOFG%
HKR,Settings,DeviceDescription_FUNC_02,,%MODEMFG%
HKR,Settings,DeviceDescription_Default,,%UNKNOWNFG%
HKR,Settings,DeviceLocation,,%HDAudioBUS%
HKR,Interrupt Management,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,,0x00000010
HKR,Interrupt Management\MessageSignaledInterruptProperties,MSISupported,0x00010001,1
;-------------- Service installation
[HDAudio_Device.NT.Services]
AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst
; -------------- HDAudio driver install sections
[HDAudio_Service_Inst]
DisplayName = %HDAudBus.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\HDAudBus.sys
LoadOrderGroup = Extended Base
[SignatureAttributes]
hdaudbus.sys=SignatureAttributes.DRM
[SignatureAttributes.DRM]
DRMLevel=1300
[Strings]
DiskId1 = "ReactOS UAA Bus Driver for High Definition Audio. Installation Disk #1"
HDAudio.DeviceDesc = "High Definition Audio Controller"
HDAudBus.SVCDESC = "ReactOS UAA Bus Driver for High Definition Audio"
AUDIOFG = "Audio Device on High Definition Audio Bus"
MODEMFG = "Modem Device on High Definition Audio Bus"
UNKNOWNFG = "Unknown Device on High Definition Audio Bus"
HDAudioBUS = "Internal High Definition Audio Bus"
[Strings.0418]
DiskId1 = "Modúl-pilot ReactOS de magistrală UAA pentru dispozitive audio de înaltă definiție. Disc de instalare №1"
HDAudio.DeviceDesc = "Dispozitiv de control audio de înaltă definiție"
HDAudBus.SVCDESC = "Modúl-pilot ReactOS pentru magistrală UAA pentru dispozitive audio de înaltă definiție"
AUDIOFG = "Dispozitiv audio pe magistrala audio de înaltă definiție"
MODEMFG = "Dispozitiv modem pe magistrala audio de înaltă definiție"
UNKNOWNFG = "Dispozitiv nespecificat pe magistrala audio de înaltă definiție"
HDAudioBUS = "Magistrală internă audio de înaltă definiție"
[Strings.041f]
DiskId1 = "Yüksek Tanımlı Ses İçin ReactOS UAA Veri Yolu Sürücüsü. 1. Kurulum Diski"
HDAudio.DeviceDesc = "Yüksek Tanımlı Ses Denetleyicisi"
HDAudBus.SVCDESC = "Yüksek Tanımlı Ses için ReactOS UAA Veri Yolu Sürücüsü"
AUDIOFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Ses Aygıtı"
MODEMFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Çevirge Aygıtı"
UNKNOWNFG = "Yüksek Tanımlı Ses Veri Yolu Üzerinde Bilinmeyen Aygıt"
HDAudioBUS = "İç Yüksek Tanımlı Ses Veri Yolu"

File diff suppressed because it is too large Load diff

View file

@ -1,136 +1,136 @@
[Version]
Signature="$WINDOWS NT$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%ReactOS%
LayoutFile=layout.inf
DriverVer=01/20/2012,1.00
[DestinationDirs]
DefaultDestDir = 12
HID_Inst.CopyFilesDLL.NT = 11
[HIDClass.NT.AddReg]
HKR,,,0,%HID.ClassName%
HKR,,Icon,0,"-24"
HKR,,NoInstallClass,0,1
[ClassInstall32.NT]
AddReg=HIDClass.NT.AddReg
[Manufacturer]
%StdMfg% = StdMfg
%MSMice% = MSMice
[MSMice]
%USB\VID_045E&PID_0009.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0009
%USB\VID_045E&PID_001E.DeviceDesc%=HID_Inst,USB\VID_045E&PID_001E
%USB\VID_045E&PID_0023.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0023
%USB\VID_045E&PID_0024.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0024
%USB\VID_045E&PID_0025.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0025
%USB\VID_045E&PID_0029.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0029
%USB\VID_045E&PID_0039.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0039
%USB\VID_045E&PID_0040.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0040
%USB\VID_045E&PID_0047.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0047
[StdMfg]
%HID.DeviceDesc% = HID_Inst,GENERIC_HID_DEVICE
%HID.DeviceDesc% = HID_Inst,USB\Class_03&SubClass_01
%HID.DeviceDesc% = HID_Inst,USB\Class_03
%HID_DEVICE%=HID_Raw_Inst,, HID_DEVICE
;=========================== HID Raw Device ====================
[HID_Raw_Inst.NT]
[HID_Raw_Inst.Services]
AddService = , 0x00000002
[HID_Raw_Inst.HW]
;=========================== HID Device ====================
[HID_Inst.NT]
Copyfiles = HID_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT
[HID_Inst.CopyFiles.NT]
hidusb.sys
hidclass.sys
hidparse.sys
[HID_INST.CopyFilesDLL.NT]
hid.dll
[HID_Inst.NT.Services]
AddService = hidusb, 0x00000002, HID_Service_Inst
[HID_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\hidusb.sys
LoadOrderGroup = Extended Base
[Strings]
ReactOS = "ReactOS Team"
HID.ClassName = "Human Interface Devices"
HID.DeviceDesc = "USB Human Interface Device"
HID_DEVICE = "HID-compatible Device"
StdMfg = "(Standard Human Interface Devices)"
MSMice = "Microsoft"
USB\VID_045E&PID_0009.DeviceDesc="Microsoft IntelliMouse (USB)"
USB\VID_045E&PID_001E.DeviceDesc="Microsoft IntelliMouse Explorer (USB)"
USB\VID_045E&PID_0023.DeviceDesc="Microsoft Trackball Optical (USB)"
USB\VID_045E&PID_0024.DeviceDesc="Microsoft Trackball Explorer (USB)"
USB\VID_045E&PID_0025.DeviceDesc="Microsoft IntelliMouse mit IntelliEye (USB)"
USB\VID_045E&PID_0029.DeviceDesc="Microsoft IntelliMouse Web (USB)"
USB\VID_045E&PID_0039.DeviceDesc="Microsoft IntelliMouse Optical (USB)"
USB\VID_045E&PID_0040.DeviceDesc="Microsoft Wheel Mouse Optical (USB)"
USB\VID_045E&PID_0047.DeviceDesc="Microsoft IntelliMouse Explorer 3.0 (USB)"
[Strings.0405]
HID.ClassName = "Zařízení standardu HID"
HID.DeviceDesc = "USB zařízení standardu HID"
HID_DEVICE = "Zařízení standardu HID"
StdMfg = "(Obecná zařízení standardu HID)"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
HID.ClassName = "Dispositivos de interfaz humana"
HID.DeviceDesc = "Dispositivos de interfaz humana USB"
HID_DEVICE = "Dispositivo compatible con otros dispositivos de interfaz humana"
StdMfg = "(Dispositivos de interfaz humana estándar)"
[Strings.0418]
ReactOS = "Echipa ReactOS"
HID.ClassName = "Dispozitive de interfațare umană"
HID.DeviceDesc = "Dispozitiv USB de interfațare umană"
HID_DEVICE = "Dispozitiv compatibil de interfațare umană"
StdMfg = "(dispozitive generice de interfațare umană)"
[Strings.0419]
ReactOS = "Команда ReactOS"
HID.ClassName = "Устройства HID (Human Interface Devices)"
HID.DeviceDesc = "USB HID-совместимое устройство"
HID_DEVICE = "HID-совместимое устройство"
StdMfg = "(Стандартные HID-устройства)"
MSMice = "Microsoft"
[Strings.041f]
ReactOS = "ReactOS Takımı"
HID.ClassName = "İnsan Arabirimi Aygıtları"
HID.DeviceDesc = "USB İnsan Arabirimi Aygıtı"
HID_DEVICE = "HID Uyumlu Aygıt"
StdMfg = "(Ölçünlü İnsan Arabirimi Aygıtları)"
[Strings.0422]
ReactOS = "Команда ReactOS"
HID_DEVICE = "HID-сумісний пристрій"
[Version]
Signature="$WINDOWS NT$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%ReactOS%
LayoutFile=layout.inf
DriverVer=01/20/2012,1.00
[DestinationDirs]
DefaultDestDir = 12
HID_Inst.CopyFilesDLL.NT = 11
[HIDClass.NT.AddReg]
HKR,,,0,%HID.ClassName%
HKR,,Icon,0,"-24"
HKR,,NoInstallClass,0,1
[ClassInstall32.NT]
AddReg=HIDClass.NT.AddReg
[Manufacturer]
%StdMfg% = StdMfg
%MSMice% = MSMice
[MSMice]
%USB\VID_045E&PID_0009.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0009
%USB\VID_045E&PID_001E.DeviceDesc%=HID_Inst,USB\VID_045E&PID_001E
%USB\VID_045E&PID_0023.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0023
%USB\VID_045E&PID_0024.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0024
%USB\VID_045E&PID_0025.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0025
%USB\VID_045E&PID_0029.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0029
%USB\VID_045E&PID_0039.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0039
%USB\VID_045E&PID_0040.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0040
%USB\VID_045E&PID_0047.DeviceDesc%=HID_Inst,USB\VID_045E&PID_0047
[StdMfg]
%HID.DeviceDesc% = HID_Inst,GENERIC_HID_DEVICE
%HID.DeviceDesc% = HID_Inst,USB\Class_03&SubClass_01
%HID.DeviceDesc% = HID_Inst,USB\Class_03
%HID_DEVICE%=HID_Raw_Inst,, HID_DEVICE
;=========================== HID Raw Device ====================
[HID_Raw_Inst.NT]
[HID_Raw_Inst.Services]
AddService = , 0x00000002
[HID_Raw_Inst.HW]
;=========================== HID Device ====================
[HID_Inst.NT]
Copyfiles = HID_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT
[HID_Inst.CopyFiles.NT]
hidusb.sys
hidclass.sys
hidparse.sys
[HID_INST.CopyFilesDLL.NT]
hid.dll
[HID_Inst.NT.Services]
AddService = hidusb, 0x00000002, HID_Service_Inst
[HID_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\hidusb.sys
LoadOrderGroup = Extended Base
[Strings]
ReactOS = "ReactOS Team"
HID.ClassName = "Human Interface Devices"
HID.DeviceDesc = "USB Human Interface Device"
HID_DEVICE = "HID-compatible Device"
StdMfg = "(Standard Human Interface Devices)"
MSMice = "Microsoft"
USB\VID_045E&PID_0009.DeviceDesc="Microsoft IntelliMouse (USB)"
USB\VID_045E&PID_001E.DeviceDesc="Microsoft IntelliMouse Explorer (USB)"
USB\VID_045E&PID_0023.DeviceDesc="Microsoft Trackball Optical (USB)"
USB\VID_045E&PID_0024.DeviceDesc="Microsoft Trackball Explorer (USB)"
USB\VID_045E&PID_0025.DeviceDesc="Microsoft IntelliMouse mit IntelliEye (USB)"
USB\VID_045E&PID_0029.DeviceDesc="Microsoft IntelliMouse Web (USB)"
USB\VID_045E&PID_0039.DeviceDesc="Microsoft IntelliMouse Optical (USB)"
USB\VID_045E&PID_0040.DeviceDesc="Microsoft Wheel Mouse Optical (USB)"
USB\VID_045E&PID_0047.DeviceDesc="Microsoft IntelliMouse Explorer 3.0 (USB)"
[Strings.0405]
HID.ClassName = "Zařízení standardu HID"
HID.DeviceDesc = "USB zařízení standardu HID"
HID_DEVICE = "Zařízení standardu HID"
StdMfg = "(Obecná zařízení standardu HID)"
[Strings.0a]
ReactOS = "Equipo de ReactOS"
HID.ClassName = "Dispositivos de interfaz humana"
HID.DeviceDesc = "Dispositivos de interfaz humana USB"
HID_DEVICE = "Dispositivo compatible con otros dispositivos de interfaz humana"
StdMfg = "(Dispositivos de interfaz humana estándar)"
[Strings.0418]
ReactOS = "Echipa ReactOS"
HID.ClassName = "Dispozitive de interfațare umană"
HID.DeviceDesc = "Dispozitiv USB de interfațare umană"
HID_DEVICE = "Dispozitiv compatibil de interfațare umană"
StdMfg = "(dispozitive generice de interfațare umană)"
[Strings.0419]
ReactOS = "Команда ReactOS"
HID.ClassName = "Устройства HID (Human Interface Devices)"
HID.DeviceDesc = "USB HID-совместимое устройство"
HID_DEVICE = "HID-совместимое устройство"
StdMfg = "(Стандартные HID-устройства)"
MSMice = "Microsoft"
[Strings.041f]
ReactOS = "ReactOS Takımı"
HID.ClassName = "İnsan Arabirimi Aygıtları"
HID.DeviceDesc = "USB İnsan Arabirimi Aygıtı"
HID_DEVICE = "HID Uyumlu Aygıt"
StdMfg = "(Ölçünlü İnsan Arabirimi Aygıtları)"
[Strings.0422]
ReactOS = "Команда ReactOS"
HID_DEVICE = "HID-сумісний пристрій"

Some files were not shown because too many files have changed in this diff Show more