terraj01 Posted February 9, 2016 Report post Posted February 9, 2016 I have an interesting one. I created a driver pack for a dell e5450 copied my production TS and added the drivers to it. Let it run drivers installed fine. So I added the step to my production TS and the drivers don't install the logs say it can't find the content. Any ideas because I am scratching my head.d Quote Share this post Link to post Share on other sites More sharing options...
ZeZe Posted February 9, 2016 Report post Posted February 9, 2016 Are you using categories to select the drivers to be injected to that model? Quote Share this post Link to post Share on other sites More sharing options...
terraj01 Posted February 9, 2016 Report post Posted February 9, 2016 yes each model is separated out with a query for the model to apply the proper driver. Quote Share this post Link to post Share on other sites More sharing options...
ZeZe Posted February 9, 2016 Report post Posted February 9, 2016 Which driver is it?! If it's not woking injecting, create a package to install using manufacture package (ex: msiexec /i install.msi /quiet) ... add this step your TS... I use this method when I have tricky drivers... Quote Share this post Link to post Share on other sites More sharing options...
terraj01 Posted February 10, 2016 Report post Posted February 10, 2016 Its all the drivers for a dell e5450 windows 7 x64. it works fine in one task sequence but not another.Start executing an instruction. Instruction name: Dell Latitude E5450. Instruction pointer: 24 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Set a global environment variable _SMSTSCurrentActionName=Dell Latitude E5450 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Set a global environment variable _SMSTSNextInstructionPointer=24 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Set a local default variable OSDAllowUnsignedDriver TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Set a global environment variable _SMSTSLogPath=X:\windows\TEMP\SMSTSLog TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Evaluating an AND expression TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Evaluating a WMI condition expression TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Namespace = root\cimv2 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Query = select * from Win32_ComputerSystem where Model like 'Latitude E5450%' TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Expand a string: root\cimv2 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Expand a string: select * from Win32_ComputerSystem where Model like 'Latitude E5450%' TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)The WMI condition expression is evaluated to be TRUE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)The AND expression is evaluated to be TRUE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)The condition for the action (Dell Latitude E5450) is evaluated to be true TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Expand a string: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Expand a string: TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Command line for extension .exe is "%1" %* TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Set command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Start executing the command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)!--------------------------------------------------------------------------------------------! TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Expand a string: WinPE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Executing command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)============================[ OSDDriverClient.exe ]============================ OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Command line: "osddriverclient.exe" /install:CAS00606 /unsigned:true OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Driver path is C:\_SMSTaskSequence\drivers OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Driver-signing policy cannot be configured on this operating system. An administrator must always authorize the installation of unsigned drivers or a driver from a publisher that is not yet trusted. OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Applying driver package "CAS00606". OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL' OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)ResolveSource flags: 0x00000000 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)SMSTSPersistContent: . The content for package CAS00606 will be persisted OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)sPackageLocation.empty() == false, HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3598) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Empty location for package: _SMSTSCAS00606 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)TS::Utility::ResolveSource( pszPackageId, sSource ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\driverinstaller.cpp,472) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Failed to determine the driver source location. Code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)pDriverInstaller->InstallDriverPackage( sPackageId, pBootCriticalInfo ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\osddriverclient.cpp,380) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Failed to provision driver. Code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Exiting with return code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4)Process completed with exit code 2147942402 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)!--------------------------------------------------------------------------------------------! TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)Failed to run the action: Dell Latitude E5450.The system cannot find the file specified. (Error: 80070002; Source: Windows) TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Quote Share this post Link to post Share on other sites More sharing options...
ZeZe Posted February 11, 2016 Report post Posted February 11, 2016 Driver-signing policy cannot be configured on this operating system. An administrator must always authorize the installation of unsigned drivers or a driver from a publisher that is not yet trusted. OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Doesn't this means that you have allow unattended installation for unsigned drivers?! I would suggest to install the driver as a package program... But that's me! Quote Share this post Link to post Share on other sites More sharing options...
terraj01 Posted February 12, 2016 Report post Posted February 12, 2016 I ended up just creating a new task sequence and everything works fine. 1 Quote Share this post Link to post Share on other sites More sharing options...