Installing Intel HD Graphics Driver for WinXP with SCCM 2007 SP2 fails with error code 14
If you need to install the latest release of the Intel HD Graphics Driver via a SD package or OSD task sequence with SCCM 2007 SP2.
I downloaded the driver from the Intel website and built a package for a silent install (just adding -s to setup.exe) .
If I run it manually, it works fine. If I have it run by a SCCM SD program or OSD task Sequence , it runs fine, but the SCCM program log reports error 14.
The IntelGFX log shows no error, the drivers installs fine... why does SCCM say it didn't ? SCCM reports that error code (14) is related to the product.
Workaround :
Make a .cmd that installs it, and add echo finish at the end so that the .cmd file is sending return code 0(Zero) to SCCM.
Hope it Helps ,
Kenny Buntnx