/build/static/layout/Breadcrumb_cap_w.png

Uninstall Inventor 2010 - explorer.exe issue

If you've been trying to silently/quietly uninstall Inventor 2010 and finding it hangs, it's very often due to a prompt it wants to make that it needs to stop the explorer.exe process. If you precede the uninstall statement with a PSKILL or TASKKILL statement to terminate the explorer.exe process it will continue on without interruption (unless you have antivirus real-time protection running, which may give it problems).


Set objShell = CreateObject("Wscript.Shell")
result = objShell.Run("c:\pskill.exe explorer.exe", 1, True)
wscript.echo "result: ", result
result = objShell.Run("msiexec /x {long-as-hell-guid} /qn /l*v c:\inv2010_uninstall.log", 1, True)
wscript.echo "result: ", result

' clean up folders and registry keys left behind


0 Comments   [ + ] Show comments

Answers (2)

Posted by: anonymous_9363 14 years ago
Red Belt
0
Why on God's green earth would an application require the killing of Explorer? Nasty...
Posted by: MSIPackager 14 years ago
3rd Degree Black Belt
0
Gods green earth - lol

Does seem a pretty bizarre thing to have to do.. is this a vendor install or repackaged?

I personally wouldn't be comfortable deploying this setup but each to their own I guess.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ