No need to create a service group only for VBE driver. By using tags, VBE driver can be installed as the first one in the "Video Save" group

svn path=/trunk/; revision=29078
This commit is contained in:
Hervé Poussineau
2007-09-17 09:35:31 +00:00
parent ceb71f7fcf
commit ec81f99348
+2 -2
View File
@@ -46,7 +46,7 @@ framebuf.dll
[VGA_Inst.NT.Services]
AddService = VGA, , VGA_Service_Inst
AddService = VBE, 0x00000002, VBE_Service_Inst
AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE
[VGA_Service_Inst]
ServiceType = 1
@@ -60,7 +60,7 @@ ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\vbemp.sys
LoadOrderGroup = Video SVGA Save
LoadOrderGroup = Video Save
;-------------------------------- STRINGS -------------------------------