How to Import a Windows Driver Described by a Txtsetup.oem File into Configuration Manager
In brief
The page now uses `ms.service: configuration-manager` instead of `microsoft-endpoint-configuration-manager`.
What Intune admins need to know
The article is categorized under the Configuration Manager service in Microsoft Learn; no administrator configuration change is indicated.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Import a Windows Driver Described by a Txtsetup.oem File into Configuration Manager
You can import a Windows driver that is described by a Txtsetup.oem file, in Configuration Manager, by using the CreateFromOEM Method in Class SMS_Driver. Configuration Manager can automatically create definitions for most drivers from just an .inf file. However, when installing mass-storage drivers on pre-Windows Vista operating systems, Configuration Manager also must have some information that is contained in the Txtsetup.oem file. To facilitate this, CreateFromOEM creates SMS_Driver Server WMI Class objects for each .inf file that is referenced in the Txtsetup.oem file. You then have the opportunity to customize the driver properties before saving them.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Import a Windows Driver Described by a Txtsetup.oem File into Configuration Manager You can import a Windows driver that is described by a Txtsetup.oem file, in Configuration Manager, by using the [CreateFromOEM Method in Class SMS_Driver](../../develop/reference/osd/createfromoem-method-in-class-sms_driver.md). Configuration Manager can automatically create definitions for most drivers from just an .inf file. However, when installing mass-storage drivers on pre-Windows Vista operating systems, Configuration Manager also must have some information that is contained in the Txtsetup.oem file. To facilitate this, `CreateFromOEM` creates [SMS_Driver Server WMI Class](../../develop/reference/osd/sms_driver-server-wmi-class.md) objects for each .inf file that is referenced in the Txtsetup.oem file. You then have the opportunity to customize the driver properties before saving them.