From: Narcisa Vasile <navas...@microsoft.com> Co-installers are no longer needed.
Signed-off-by: Narcisa Vasile <navas...@microsoft.com> Reported-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> --- kernel/windows/netuio/netuio.inf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/kernel/windows/netuio/netuio.inf b/kernel/windows/netuio/netuio.inf index 4c4d5e047..35fe7c85c 100644 --- a/kernel/windows/netuio/netuio.inf +++ b/kernel/windows/netuio/netuio.inf @@ -85,30 +85,14 @@ StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\netuio.sys -; -;--- netuio_Device Coinstaller installation ------ -; - [DestinationDirs] DefaultDestDir = 12 -netuio_Device_CoInstaller_CopyFiles = 11 - -[netuio_Device.NT.CoInstallers] -AddReg=netuio_Device_CoInstaller_AddReg -CopyFiles=netuio_Device_CoInstaller_CopyFiles - -[netuio_Device_CoInstaller_AddReg] -HKR,,CoInstallers32,0x00010000, "WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll,WdfCoInstaller" - -[netuio_Device_CoInstaller_CopyFiles] -WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles] netuio.sys = 1,, -WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=1 ; make sure the number matches with SourceDisksNames [netuio_Device.NT.Wdf] KmdfService = netuio, netuio_wdfsect -- 2.23.0.vfs.1.1.63.g5a5ad7f