When trying to import Windows 7 drivers (.inf files) you get an error stating:
Driver is not applicable to any supported platforms. Code 0x80070661
Discussion:
This issue is specific to running SCCM 2007 SP2 on Windows Server 2008 (you won't have it on windows server 2008 R2), and for drivers that apply exclusively to windows 7.
Solution:
You can fix it by either upgrading to Windows server 2008 R2, or call Microsoft support for Hotfix KB 978754.
Workaround:
Edit the INF files like in the example below and then the driver import will work.
Example: e6400 NIC driver for Windows 7 X86
edit a filed called E1Y6232.inf and found the lines
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Problem:
When trying to import Windows 7 drivers (.inf files) you get an error stating:
Discussion:
This issue is specific to running SCCM 2007 SP2 on Windows Server 2008 (you won't have it on windows server 2008 R2), and for drivers that apply exclusively to windows 7.
Solution:
You can fix it by either upgrading to Windows server 2008 R2, or call Microsoft support for Hotfix KB 978754.
Workaround:
Edit the INF files like in the example below and then the driver import will work.
Example: e6400 NIC driver for Windows 7 X86
edit a filed called E1Y6232.inf and found the lines
change
[Manufacturer]
%Intel% = Intel, NTx86.6.0, NTx86.6.1.1
to
[Manufacturer]
%Intel% = Intel, NTx86.6.1.1
References:
1. Importing Win 7 Drivers - .inf files
2. "The selected driver is not applicable to any supported platforms" issue still occur on SCCM SP2+R2 for Win7 Drivers
Share this post
Link to post
Share on other sites