Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Task Sequence Install Application Failed

  • Thread starter Thread starter anorton
  • Start date Start date
  • Replies Replies 3
  • Views Views 7K

anorton

New Member
Messages
1
Reaction score
0
Points
1
Hello everyone, I am relatively new to SCCM imaging and have an issue with a single application not installing during a task sequence. It is the screenconnect MSI install. At first I thought it was the UAC being turned on but i added the reg edit to turn that off and the install still fails. I am also able to login after the machine comes up and do the install manually with the same command line that is used in the task sequence. I have attached the smsts.log file for review.

Thanks in advance for all your help!
 

Attachments

Have you tested this application's deployment package outside of the TS? I never have had to manually disable UAC to deploy applications via TS.

I am also able to login after the machine comes up and do the install manually with the same command line that is used in the task sequence.

Well that only rules out the command. How about the context? Are you authenticating as the same account SCCM uses to run TS'es?
 
Looks to be "AGMI Screen Connect" based on this chunk of the log (sorry, don't have cmtrace on this network):
<![LOG[Install application action cannot continue. ContinueOnErrorFlag is set to false.]LOG]!><time="08:55:34.455+240" date="08-20-2019" component="InstallApplication" context="" type="3" thread="3676" file="installapplication.cpp:933">
<![LOG[hrInstallation, HRESULT=80004005 (installapplication.cpp,934)]LOG]!><time="08:55:34.455+240" date="08-20-2019" component="InstallApplication" context="" type="0" thread="3676" file="installapplication.cpp:934">
<![LOG[pInstall->InstallApplications(saAppNames, sContinueOnError), HRESULT=80004005 (main.cpp,279)]LOG]!><time="08:55:34.455+240" date="08-20-2019" component="InstallApplication" context="" type="0" thread="3676" file="main.cpp:279">
<![LOG[Install Static Applications failed, hr=0x80004005]LOG]!><time="08:55:34.455+240" date="08-20-2019" component="InstallApplication" context="" type="3" thread="3676" file="main.cpp:279">
<![LOG[Process completed with exit code 2147500037]LOG]!><time="08:55:34.471+240" date="08-20-2019" component="TSManager" context="" type="1" thread="3500" file="CommandLine.cpp:1115">
<![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="08:55:34.471+240" date="08-20-2019" component="TSManager" context="" type="1" thread="3500" file="instruction.cxx:814">
<![LOG[Failed to run the action: AGMI Screen Connect.
Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="08:55:34.471+240" date="08-20-2019" component="TSManager" context="" type="3" thread="3500" file="instruction.cxx:921">
 

Forum statistics

Threads
7,165
Messages
27,971
Members
18,271
Latest member
prashantrm

Trending content

Back
Top