Good morning,
I am trying to create a task sequence for Dell Command Update version 3.1.0 (the non UWP version). I have created Dell Command Update version 2.4 with no issues. It seems that this version of DCU doesn't install during the task sequence, even though the BDD log shows a successful installation.
<![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log.]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Language/Locale Identified (in order of precedence): 1033,0409,0x0409,9,0009,0x0009]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Mandatory Single Application install indicated. Guid: {479c77b5-9560-4db8-a872-0edef0457134}]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[################]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Entry: {479c77b5-9560-4db8-a872-0edef0457134}]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Name: Dell Command Update 3.1.0]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[################]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Validating connection to \\deployserver\DeploymentShare$\Applications\Dell Command Update 3.1.0]LOG]!><time="08:53:52.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Mapping server share: \\deployserver\DeploymentShare$]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Already connected to server deployserver as that is where this script is running from.]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[ Change directory: \\deployserver\DeploymentShare$\Applications\Dell Command Update 3.1.0]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[ Run Command: \\deployserver\DeploymentShare$\Tools\X64\bddrun.exe DCU_Setup_3_1_0.exe /s /v"/qn"]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[ZTI installing application ]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Event 41031 sent: ZTI installing application ]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[About to run command: \\deployserver\DeploymentShare$\Tools\X64\bddrun.exe DCU_Setup_3_1_0.exe /s /v"/qn"]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Command has been started (process ID 10016)]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[ZTI Heartbeat: command has been running for 0 minutes (process ID 10016)]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Event 41003 sent: ZTI Heartbeat: command has been running for 0 minutes (process ID 10016)]LOG]!><time="08:53:53.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Return code from command = 0]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Application Dell Command Update 3.1.0 installed successfully]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Event 41033 sent: Application Dell Command Update 3.1.0 installed successfully]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Property InstalledApplications001 is now = {479c77b5-9560-4db8-a872-0edef0457134}]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[ZTIApplications processing completed successfully.]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Event 41001 sent: ZTIApplications processing completed successfully.]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="ZTIApplications" context="" type="1" thread="" file="ZTIApplications"><![LOG[Command completed, return code = -2147021886]LOG]!><time="08:53:54.000+000" date="12-20-2019" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
Command Line: DCU_Setup_3_1_0.exe /s /v"/qn"
We also use BigFix in our environment and the package works in that system with no issues.
What am I doing wrong?