Hi guys,
I need some help.
I have an application which works fine, when I install it over Software Center.
But when install the same application over the task sequence for a new computer installation then the Log in "Status Message Queries" says following:
The task sequence failed to install application *ApplicationName(*ScopeId_XXX) for action (*Application) in the group () with exit code 16389.
[The words with * at first I changed.]
The confuising thing is that this Application is installed correctly on the computer.
Now you will say that probably my detection rule is not correct. That shouldn't be the case, because if I install this application over Software Center than everthing is works great.
The detection rule asks for the Version Number of the application.exe.
The application is installed in a batch. In the batch I run the setup.exe silently and have the command "exit" in the end.
I hope you can help me or give some ideas how can I troubleshoot.
Thank you in advance!