; ; PrintQueue.INF - Microsoft Windows Print Queue & Printer Connection Driver Package ; No driver is installed for these devices ; [Version] Signature="$Windows NT$" Provider="Microsoft" ClassGUID={1ED2BBF9-11F0-4084-B21F-AD83A8E6DCDC} Class=PrintQueue PnpLockdown=1 ; Prevent applications from directly modifying the files specified by this INF DriverVer = 06/21/2006,10.0.26100.1 [ControlFlags] BasicDriverOk=* ExcludeFromSelect=* PreConfigureDriver=* [ClassInstall32] AddReg = ClassInstall_AddReg [ClassInstall_AddReg] HKR,,,0,%ClassName% HKR,,NoInstallClass,,1 HKR,,SilentInstall,,1 HKR,,Configurable,,1 HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider" HKR,,IconPath,%REG_MULTI_SZ%,"%%systemroot%%\system32\imageres.dll,-51" HKR,,PreventDriverUpdate,,1 [Manufacturer] %MSFT%=Microsoft, NTamd64 [Microsoft.NTamd64] %MSFT.PrintQueueDesc% = NO_DRV_LOCAL,PRINTENUM\LocalPrintQueue %MSFT.PrinterConnectionDesc% = NO_DRV,PRINTENUM\PrinterConnection [NO_DRV_LOCAL] FeatureScore=0 [NO_DRV_LOCAL.Services] AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install [NO_DRV] [NO_DRV.Services] AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install [strings] ;Localizable Strings MSFT = "Microsoft" ClassName = "Print queues" MSFT.PrintQueueDesc = "Local Print Queue" MSFT.PrinterConnectionDesc = "Network Printer Connection" ;Non-Localizable Strings SPSVCINST_ASSOCSERVICE = 0x00000002 REG_MULTI_SZ = 0x00010000