2
I have Office 2008 for OS X through Microsoft's HUP (Home Use Program). I want to reinstall, so I need to first remove it.
For Office on OS X, Microsoft provides a binary called "/Applications/Microsoft Office 2008/Additional Tools/Remove Office/Remove Office". When I run it, it says it can't find any versions of office on my computer and won't do anything.
I know MS-Office for Mac puts many different components in various places all over the system and not just within it's own applications folder, so how to I successfully remove Office so I can re-install?
Are there any other settings (similar to a Windows registry or the contents of an /etc/* file in Unix/Linux) that this wouldn't catch? I'm worried about the contents of global files, not just files MS put down. – kbyrd – 2010-02-24T18:02:22.267
The
find
command will only catches files based on their names. If Microsoft is clever enough (which I doubt) to create files or folder without Microsoft or Office,find
won't find them. That's because I added another solutions. – Studer – 2010-02-24T20:42:30.280Nice tip on the mpkg viewers. That solved my problem exactly. – kbyrd – 2010-02-24T21:58:59.030