Back in SMS 2.0 I used this command in all my batch files!! "%~dp0Content
From: [email protected] [mailto:[email protected]] On Behalf Of Jason Sandys Sent: Tuesday, October 13, 2015 9:49 AM To: [email protected] Subject: [mssms] RE: CM 2012 Client version 5.0.823.1203 issue in a task sequence 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]> [mailto:[email protected]] On Behalf Of [email protected]<mailto:[email protected]> Sent: Tuesday, October 13, 2015 8:01 AM To: [email protected]<mailto:[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 ________________________________ Legal Notice: This email is intended only for the person(s) to whom it is addressed. If you are not an intended recipient and have received this message in error, please notify the sender immediately by replying to this email or calling +44(0) 2083269015 (UK) or +1 866 592 4214 (USA). This email and any attachments may be privileged and/or confidential. The unauthorized use, disclosure, copying or printing of any information it contains is strictly prohibited. The opinions expressed in this email are those of the author and do not necessarily represent the views of 1E Ltd. Nothing in this email will operate to bind 1E to any order or other contract.
