mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
Add back ClassInstall32 section, accidentally removed in r30320
svn path=/trunk/; revision=30538
This commit is contained in:
parent
f33d18ade0
commit
afeaa146f4
1 changed files with 23 additions and 16 deletions
|
@ -6,11 +6,18 @@
|
||||||
Signature = "$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
;Signature = "$ReactOS$"
|
;Signature = "$ReactOS$"
|
||||||
LayoutFile = layout.inf
|
LayoutFile = layout.inf
|
||||||
|
|
||||||
Class = SCSIAdapter
|
Class = SCSIAdapter
|
||||||
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider = %ReactOS%
|
Provider = %ReactOS%
|
||||||
DriverVer = 11/2/2007,1.0
|
DriverVer = 11/2/2007,1.1
|
||||||
|
|
||||||
|
[ClassInstall32.NT]
|
||||||
|
AddReg = SCSIClass.NT.AddReg
|
||||||
|
|
||||||
|
[SCSIClass.NT.AddReg]
|
||||||
|
HKR, , , 0, %SCSIClassName%
|
||||||
|
HKR, , Icon, 0, "-10"
|
||||||
|
;HKR, , Installer32, 0, "syssetup.dll,ScsiClassInstaller"
|
||||||
|
|
||||||
[DestinationDirs]
|
[DestinationDirs]
|
||||||
DefaultDestDir = 12
|
DefaultDestDir = 12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue