harveybham
Well-Known Member
- Messages
- 86
- Solutions
- 1
- Reaction score
- 5
- Points
- 8
Hi All
I am trying to remove CTR from a load of machines. I have put in the uninstall path setup.exe /configure "remove.xml". My remove .xml file is
<Configuration>
<Remove All="TRUE">
</Remove>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Path ="C:\temp\O365"/>
</Configuration>
I have tested this from a command line and it works.
I can not get it to work via sccm. It comes back with error "Removal Failed" and the code is 0x87D00325(-2016410843). This code means can not detect it. How ever when it install, it install fine and says installed. I only have this issue when trying to remove
Any ideas? Driving me mad this is
I am trying to remove CTR from a load of machines. I have put in the uninstall path setup.exe /configure "remove.xml". My remove .xml file is
<Configuration>
<Remove All="TRUE">
</Remove>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Path ="C:\temp\O365"/>
</Configuration>
I have tested this from a command line and it works.
I can not get it to work via sccm. It comes back with error "Removal Failed" and the code is 0x87D00325(-2016410843). This code means can not detect it. How ever when it install, it install fine and says installed. I only have this issue when trying to remove
Any ideas? Driving me mad this is
