I have a task sequence to run a command. fde_da_ew.exe is in the "command line" under properties of the "Run Command" task sequence.
The "Start In" is filled in with C:\Program Files (x86)\Pointsec\Pointsec for PC
I do not have any quotes around the path. It works as-is on other deployment tasks.
"Run this step as the following account" is checked and the account is entered as Domain\Username. Password was set.
"Load this user's profile" is checked.
The application is that creates the program directory and executable file is installed and the computer reboots before it attempts to run the command. The user account is active. These exact settings work on a different deployment task sequence.
The error at the end is cryptic. It tells you it fails, but I can't see a specific reason or explanation.
Does this error message give anyone here a clue as why this works on one deployment task with the same application, but not on another?
Litetouch deployment failed, Return Code = -2147467259 0x80004005 Failed to run the action: Copy Recovery File. Unknown error (Error: FFFFFFFD; Source: Unknown) The execution of the group (State Restore) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows) Failed to run the last action: Copy Recovery File. Execution of task sequence failed. Unknown error (Error: FFFFFFFD; Source: Unknown) Task Sequence Engine failed! Code: enExecutionFail Task sequence execution failed with error code 80004005 Error Task Sequence Manager failed to execute task sequence. Code 0x80004005]]>
The application must run under a specific user account instead of the local administrator account because it copies a file to a network share and the default local user account is not a domain member and would not have any rights to the share.
Is there a better way to do this?
I looked through the other logs under Windows/Temp/DeploymentLogs and I couldn't see any other reference to this task.