How to Uninstall Application Manager?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been hunting the internet all day with no success. Hopefull someone here knows.
I am deploying AutoCad 2015 via SCCM 2012. The install works fine, it is the uninstall that I am having issues with.
Using the uninstall.bat file does not uninstall "Application Manager", not to be confused with "App Manager", which is very easy considering the service for Application Manager is named adAppMgr.exe and the removal tool is RemoveAdAppMgr.exe.
With much hunting, I was able to come up with the following process to initiate a silent uninstall of Application Manager.
- taskkill /F /IM "AdAppMgr.exe"
- net stop AdAppMgrSvc
- "C:\Program Files (x86)\Common Files\Autodesk Shared\AppManager\R1\removeAdAppMgr.exe" --mode win32 unattended
However AP does not uninstall, please find the attached uninstall log. According to removeAdAppMgr.exe --help this looks like the proper syntax.
Anyone figured this out yet?
TIA.