Author: hpoussin Date: Mon Sep 17 13:35:31 2007 New Revision: 29078
URL: http://svn.reactos.org/svn/reactos?rev=29078&view=rev Log: 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
Modified: trunk/reactos/media/inf/display.inf
Modified: trunk/reactos/media/inf/display.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/display.inf?rev=2... ============================================================================== --- trunk/reactos/media/inf/display.inf (original) +++ trunk/reactos/media/inf/display.inf Mon Sep 17 13:35:31 2007 @@ -46,7 +46,7 @@
[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 @@ StartType = 1 ErrorControl = 0 ServiceBinary = %12%\vbemp.sys -LoadOrderGroup = Video SVGA Save +LoadOrderGroup = Video Save
;-------------------------------- STRINGS -------------------------------