Link to home
Start Free TrialLog in
Avatar of Jared Luker
Jared LukerFlag for United States of America

asked on

Command line uninstall of Outlook Express

I have 100 Server 2003 boxes I need to uninstall Outlook Express from.

I need a command line that will get the job done so that I can script it.

I have already changed the sysoc.inf on all the servers via a script that I wrote, so I just need to know if there is a way to pull it out of there without going to add/remove programs.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of hlarse
hlarse

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hlarse
hlarse

Correction:
oeaccess = off
Avatar of Jared Luker

ASKER

I didn't find the sysoc.inf info in that article, but I think now that you have enlightened me, I'll be able to get this thing finished.

Thanks.
I'm not sure what these servers are doing.  The command line runs, but it does not remove OE.  Even if I do it through the Add/Remove programs, it acts like it's doing something and it removes the check mark in the Windows Components section, but the OE binary is still there and it can be executed without a problem.

Very strange.
The script you mentioned earlier that changed the sysoc.inf file, what did it do exactly?
just took the 'hide' out of the line for oeaccess
So the line reads
OEAccess=ocgen.dll,OcEntry,oeaccess.inf,,7
correct?

Can you try reversing your script and trying again?
Yea.. I tried that.  I put hide back in there and it didn't make a difference.
Hey Jared Luker,

This question has kind of morphed into something different.  I'm not sure exactly either what is happening with OE for you.  I've attempted to recreate the issue, but haven't been able to get this to fail the same way.  I've also been unable to to find some type of reference to this issue anywhere else.  

I did find something here --> http://www.product-key.com/remove-outlook-express.htm, it's not freeware tho.  Sorry I'm not much use beyond that.
I'm just using the command line to take the check mark out of OE in add/remove components and just deleting the contents of the Outlook Express folder.  That'll do the job I think.