Add new registry inf files.

svn path=/trunk/; revision=4394
This commit is contained in:
Eric Kohl 2003-03-22 15:22:14 +00:00
parent 4f8e2ab714
commit 8b3c315dd9
5 changed files with 47 additions and 0 deletions

View file

@ -41,6 +41,8 @@ rem copy data files
copy /Y bootdata\autorun.inf %BOOTCD_DIR%\disk
copy /Y bootdata\readme.txt %BOOTCD_DIR%\disk
copy /Y bootdata\hivecls.inf %BOOTCD_DIR%\disk\install
copy /Y bootdata\hivedef.inf %BOOTCD_DIR%\disk\install
copy /Y bootdata\hivesft.inf %BOOTCD_DIR%\disk\install
copy /Y bootdata\hivesys.inf %BOOTCD_DIR%\disk\install

View file

@ -0,0 +1,15 @@
[Version]
Signature="$ReactOS$
[AddReg]
HKLM,"SOFTWARE\Classes",,0x00000010
HKCR,"CLSID",,0x00000012
HKCR,"Interface",,0x00000012
HKCR,"NDS\Clsid","",0x00000002,"{323991f0-7bad-11cf-b03d-00aa006e0975}"
HKCR,"WinNT\Clsid","",0x00000002,"{8b20cd60-0f29-11cf-abc4-02608c9e7553}"
; EOF

View file

@ -0,0 +1,12 @@
[Version]
Signature="$ReactOS$
[AddReg]
HKCU,"Control Panel",,0x00000012
HKCU,"Control Panel\Appearance",,0x00000012
HKCU,"Environment",,0x00000012
; EOF

View file

@ -0,0 +1,10 @@
[Version]
Signature="$ReactOS$
[AddReg]
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","Shell",0x00020000,"%SystemRoot%\System32\cmd.exe"
HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\WinLogon","StartServices",0x00010001,0x00000001
; EOF

View file

@ -96,3 +96,11 @@ system.hiv = 4
[SetupData]
DefaultPath = \ReactOS
[HiveInfs.Install]
AddReg=hivecls.inf,AddReg
AddReg=hivedef.inf,AddReg
AddReg=hivesft.inf,AddReg
AddReg=hivesys.inf,AddReg
; EOF