Jump to content


Jayfore

Software change returned error code 0x800700C1(-2147024703)

Recommended Posts

Hello,

 

I am new to this site and also new to deploying packages and applications via SCCM. A coworker successfully created and deployed an application, so I started by copying that and then just adjusting to fit my needs.

 

I am attempting to uninstall a product that exists on a server. I have the command line defined in a batch script, which is defined in the SCCM application. I can run the batch file on the server and it will uninstall the product without any issues.

 

Unfortunately, when I deploy the application, it fails. I get the below error:

The software change returned error code 0x800700C1(-2147024703).

  • I have seen a blog post with the same error, and in that case the boundary was not defined properly. In my case it is. The subnet is associated with my site in AD Sites and Services, and that site is defined as a Boundary, which is part of my Boundary Group.
  • I have seen a post on this site, where a guy was trying to use a UNC path (which I am not), and he was able to correct the issue by using %~dp0. I am not using UNC path for anything.

My script is very basic. Do you see something wrong with what I am trying to do?

REM to uninstall Alienvault 2.8
net stop ossecsvc
"C:\Program Files (x86)\ossec-agent\uninstall.exe" /S

Thank you!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.