Henry, Is that a run command-line task?
If so, apparently there was one (undocumented) change that was introduced at some point (most likely SP1/SP2): the run command-line task is no longer 32-bit when deploying a 64-bit OS. I can't necessarily see that specifically causing your issue though; but there could be some other underlying related change that could be causing the issue. 0x80070002 = "The system cannot find the file specified." Try placing the command in batch file with a single line in it: "%~dp0Content\FarmCreation\FarmCreation3-V2013-EN-R2.exe" This will eliminate any pathing issues. Also, make sure you aren't specifying a "Start In" location, this is generally not needed and almost everyone uses it incorrectly anyway. J From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, October 13, 2015 8:01 AM To: [email protected] Subject: [mssms] CM 2012 Client version 5.0.823.1203 issue in a task sequence Ever since we introduced the latest client Into our server builds (Win 2012 R2 x64) we are now encountering an error [cid:[email protected]] [cid:[email protected]] This is from a Working build, nothing changed as the SCCM Client version.... [cid:[email protected]] [cid:[email protected]] We suspect it has something to do with the Relative Path used - but we're not sure .\Content\FarmCreation\FarmCreation3-V2013-EN-R2.exe Any suggestions? Thanks Henry
