Uninstalling MS Office

When I bought my new MS Office 2004, I installed it without uninstalling that annoying "Test Drive" version first, which I later learned is something you're supposed to do.
A couple of people here recommended that I uninstall my MS Office 2004, then install it again, after I've uninstalled the Test Drive.
But I can't figure out how to uninstall MS Office 2004. Help?

No problems anymore, Walt. I broke down and called the non-toll-free MS help line. They said that as long as I've uninstalled the Test Drive, trashed it and successfully emptied the trash, then all should be well--I don't need to uninstall Office 2004 and install again.
We firgured out the reason why they recommend removing Test Drive first is like why they tell you to remove the lint from the lint filter in the public laudramats before you load your wash--because if you don't, chances are you'll forget to do it afterward. But if you remove it after you've loaded, it doesn't harm anything. So installing Office 2004 and then removing the Test Drive is fine.
They said having Test Drive active while also running Office 2004 might cause some problems. But it seems that in your case it hasn't.

Similar Messages

  • Uninstall Microsoft Office 2013 using Invoke-TroubleshootingPack

    Hi,
    I'm deploying an uninstallation package to uninstall Office 2013 using the ingenious Microsoft Fix it (located here: http://support.microsoft.com/kb/2739501/en-us)
    called O15CTRRemove.
    When running it manually, it removes everything that is related to Microsoft Office 2013 and I am able to install a new Office 2013 without any problems (changing from Office 365 to VL).
    The problem is as follows:
    I need to do this silently on a lot of computers using a deployment tool. I figured out how to use powershell and I'm doing it in the following way:
    Import-Module TroubleshootingPack
    $DIAGOFFRemoveOff2013 = Get-TroubleshootingPack -Path "C:\Deployment\Office2013Uninstall\O15CTRRemove"
    Invoke-TroubleshootingPack -Pack $DIAGOFFRemoveOff2013 -AnswerFile "C:\Deployment\Office2013Uninstall\DIAG_Off_RemoveOff2013.xml" -unattended
    I created the Answerfile DIAG_Off_RemoveOff2013.xml in the following way (according tohttp://blogs.technet.com/b/heyscriptingguy/archive/2011/02/09/use-powershell-troubleshooting-packs-to-diagnose-remote-problems.aspx):
    Get-TroubleshootingPack "C:\Deployment\Office2013Uninstall\O15CTRRemove" -answerfile "C:\Deployment\Office2013Uninstall\DIAG_Off_RemoveOff2013.xml"
    It looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <Answers Version="1.0" />
    When I run the script it works but for some reason, it doesn't work when I run it as system (my deployment tool runs the script as system, and I've tried it manually like this):
    psexec -i -s cmd
    cmd /C powershell -executionpolicy unrestricted -file "C:\Deployment\Office2013Uninstall\Uninstall_Office2013.ps1"
    It just hangs and I can see in eventviewer that it has run a few troubleshooting packs, that the uninstall of Office is complete but it doesn't continue until I force kill sdiagnhost.exe.
    If I run the script after killing sdiagnhost.exe, it finishes without a problem.
    I have temporarily solved it like this (I run the same job twice, to be sure everything is removed and the second one finishes quickly while the first hangs until the timeout):
    Start-Job -ArgumentList -ScriptBlock {
     $DIR = "C:\Deployment\Office2013Uninstall"
     Import-Module TroubleshootingPack
     $DIAGOFFRemoveOff2013 = Get-TroubleshootingPack -Path "${DIR}\O15CTRRemove"
     Invoke-TroubleshootingPack -Pack $DIAGOFFRemoveOff2013 -AnswerFile "${DIR}\DIAG_Off_RemoveOff2013.xml" -unattended
    Get-Job | Wait-Job -Timeout 1200
    Get-Job | Receive-Job
    Get-Job | Remove-Job -Force
    Start-Job -ArgumentList -ScriptBlock {
     $DIR = "C:\Deployment\Office2013Uninstall"
     Import-Module TroubleshootingPack
     $DIAGOFFRemoveOff2013 = Get-TroubleshootingPack -Path "${DIR}\O15CTRRemove"
     Invoke-TroubleshootingPack -Pack $DIAGOFFRemoveOff2013 -AnswerFile "${DIR}\DIAG_Off_RemoveOff2013.xml" -unattended
    Get-Job | Wait-Job -Timeout 1200
    Get-Job | Receive-Job
    Get-Job | Remove-Job -Force
    I am thinking that there is some kind of dialogue questions that I need to get into the answer file, but I have no idea how to do it.
    Any help is appreciated!
    Best regards,
    Simon

    Credit goes to MS for core script (its to long to post here).
    Credit goes to the guy who wrote the cleaner script.  Whoever packaged it and didn't build in silent switches gets zero points.
    Please note that this will only work for C2R installs of Office 2013.
    This is not true.  There are scrub scripts specific to C2R as well as MSI.
    I extracted the scrub vbs from O15CTRRemove.diagcab
    This is what worked for me.  Use 7-zip to extract the entire package to a directory.  Then run "OffScrub_015msi.vbs all".

  • TS3938 how do i uninstall microsoft office 2004 from my new macbook pro intel 5.....

    When it won't allow me. I get the same popup window message. "You can't open the app...beacause PowerPC apps are no longer supported."
    Can anyone help or offer advice please.
    kind regards
    vickynsimon

    vickynsimon wrote:
    When it won't allow me. I get the same popup window message. "You can't open the app...beacause PowerPC apps are no longer supported."
    Can anyone help or offer advice please.
    kind regards
    vickynsimon
    Vicky:  The initial question is why do you want to uninstall Microsoft Office 2004?
    If your answer is that you are upgrading to Office 2011, my recollection is that the installation process of Office 2011 will do all of the proper "uninstalling" that is necessary as it installs all of the necessary new files.
    If your answer is that you do not intend to ever use Office again, including any of the data files that were created from it: then at this point, I would suggest that you just leave it alone.  Manually uninstalling raises more risks than it cures.
    Even if you do upgrade to Office 2011, if you have continuous need to have access to your Office 2004 data files, you may find that Office 2011 does not properly translate some of your old files correctly.  I have this problem with an Excel 2004 chart that I access on a weekly basis and it gets trashed by Office 2011. 
    I have solved this problem by installing Snow Leopard (with Rosetta) into Parallels 7 in Lion (and reinstalling Office 2004 inside the Snow Leopard environment):
                             [click on image to enlarge]
    In this way I can access my Excel 2004 chart, modify it as needed and save the changes.
    Full Snow Leopard installation instructions:
    http://forums.macrumors.com/showthread.php?t=1365439

  • Uninstalling MS Office test Drive

    I am trying to uninstall MS Offic Test Drive as I am using NeoOffice now. Every time I try and open a document it tries to use MS Word - which is annoying....
    Anyway...
    I tried to use the "Remove Office" utility and it looked like it was working - it saw the test drive, started removing files and then stopped b/c I was in a non-admin account. I logged into my admin account and tried the same thing and now the Remove Office is not finding any installs of the software - but I can see then - click on them and it starts opening the trial.
    Weird...
    So, is there another way to get rid of this?
    Thanks,
    Rebecca

    Try this app to clean up unwanted programs it finds the files that can be removed http://www.versiontracker.com/dyn/moreinfo/macosx/32740 but always check they dont have an uninstaller program first, MSOffice does but doesnt seem to remove the associated files. Mitch

  • Invalid Pointer - Live Office - after in/uninstalling Live Office 3.0

    Hi Everyone,  thanks for your help in advance.
    When I add use Live Office to add an object into Excelsius, I get a "Invalid Pointer" error when I select the report.
    Also receiving a .NET error when shutting down the computer
    Object reference not set to an instance of the object.
    Steps to reproduce:
    - Business Objects XIR2 installed
    - Xcelsius 2008 installed
    - Live Office Productivity Pack XIR2 installed
    1.  Installed Live Office 3.0
    2.  Uninstalled Live Office 3.0
    Steps taken to resolve:
    - Restarted all BOE Servers
    - Restarted computer
    - Reinstalled Xcelsius 2008
    - Reinstalled Live Office XIR2 Productivity Pack
    - Reintalled .NET Framework

    Hi Steve,
    Live Office is only supported when it is connected to the same version of BusinessObjects Enterprise, eg XI R2 with XI R2, 3.0 with 3.0. Unfortunately, you are attempting to connect Live Office 3.0 with BOE XI R2. This is not supported and you may run into problems.
    Beyond that, I would highly recommend reading the Release Notes for both Live Office and Xcelsius, paying particular attention to the sections in each dedicated to the other program. Live Office within Xcelsius does not have the full functionality or feature set of Live Office in MS Office applications.

  • How do you uninstall open office 3

    I was just wondering if anyone could tell me how to uninstall open office 3?

    How to completely remove Office for Mac 2011
    http://support.microsoft.com/kb/2398768
    Note: in the future, questions about Microsoft Office is probably best asked in the Microsoft Office for Mac forums.

  • Uninstall MS Office 2008?

    I have both the 2008 and 2011 versions of MS Office on my Mac. How do  I uninstall the 2008 version?

    Look in the MS Office 2008 folder, I believe you will find a uninstall  utility.

  • Uninstalling Microsoft Office 2004 -

    Hi, i was wondering what happens to the Microsoft Word files that i have saved on my hard drive once i uninstall the suite. Of course i can back up the files etc, but i thought that it would be easier if perhaps the files stayed where they were, maybe in a different format, and when i installed a newer version they would revert back in the newer Word format...? Thank you all.

    It has been my experience that the files YOU created with Word SHOULD remain after you've used the uninstaller to remove Office. The uninstaller should seek out and remove only those files created by the installer and, perhaps, things like caches, etc. But, continue to get feedback from others. We are talking Microsoft, here. And, it never hurts to back-up those files that you created.

  • How to uninstall MS Office tryout?

    So I just bought an iMac. Cool. After 25 years of using PCs.
    Now.. how do I remove the pre-instaleld MS Office tryout? It has an option "remove office", but when I click that it says there is no office installed. So what do I do? Just drag that application to the bin? Other?

    Mr.Lobotomy wrote:
    Yep. Drag it to the Trash. That's how most Mac OS apps are uninstalled.
    Correct. If you never installed it there is no uninstall, so just drag what's there to the trashbin.
    Had you installed it, then the uninstall would have done something.

  • How to uninstall MS Office X

    This may not be the appropriate place but since MS Office X is creating problems for use in Tiger.......running 10.4.7, cannot use word or excel. Selection of a document format causes the program to close. Validated my fonts and all are ok......It's not worth the effort to have it but I want to make sure all the parts are removed. I can't find an uninstaller in the program itself. Is it simply enough to drag the thing to the trash and empty the trash? Thanks for any suggestions.

    Hi GRS,
    If you manually put the trial version of Office in the trash, then that would explain the issues with the full version. The trial version must be removed with the uninstaller it puts on the drive. Download the trial version again if you need to. Install it and then use its uninstall app to remove it.
    To then remove all traces of Office X, use the Remove Office program on the CD. It's location is noted in this info from Microsoft's web site:
    The Remove Office tool is available on the Microsoft Office v. X Installation CD-ROM, in the Remove Office folder, which is located in the Value Pack folder. You can run the Remove Office tool directly from the Office v. X CD-ROM, or you can copy the tool to your computer's hard disk and then run it.
    Then reinstall Office X from the CD.

  • How do i completely uninstall microsoft office 2011 from my new macbook pro ?

    I've just recently purchased 2011 for my new 15" Macbook pro but was wandering how to uninstall it as I hardly use it and if I do use word processing/spreadsheet/presentation software I'd much rather use iWork and have office 11 on the disk

    Please note that if Office is being removed to fix a problem prior to re-installing a new copy AppCleaner will not do what is needed, it is important to follow Microsoft's directions exactly, AppCleaner does not.
    Carolyn Samit's link is the correct method.

  • How to uninstall Microsoft Office trial on Satellite A200?

    I have a Satellite A200. It came with Vista Premium but I have since upgraded to Ultimate. It came with a 60 day trial for Office 2007 which I am not interested in. I installed Office XP (which works). However documents from emails etc will start opening in Word 2007. Setup for this causes an error, although it still seems to work when you get rid of the error message.
    What I really want to do is uninstall the trial. However it won't let me - it goes through "Preparing to uninstall" and then that just disappears and nothing has happened and the program is still there. In the Microsoft Office folder the 2 versions seem to have become intermingled. I have uninstalled Office XP and tried to uninstall 2007 after that, but still no joy.
    Don't know if it's got anything to do with fact that setup has not completed properly.
    Any ideas anyone on how to get rid of it?
    Val

    Usually you should be able to remove all applications in the Windows Vista -> Software settings.
    What you could do is to remove the whole Office 2007 folder. Usually the Office lives the files here:
    C:\Program Files\Microsoft Office
    Then you could use an 3rd party freeware application called CCleaner to clean the registry!
    *Visit also these sites:*
    [How to uninstall the 2007 Office system if you cannot uninstall it by using the Add or Remove Programs feature|http://support.microsoft.com/kb/928218]
    [Cannot Uninstall Office 2007 Beta from XP or Vista|http://www.tech-recipes.com/rx/1838/cannot_uninstall_office_2007_beta_xp_vista]
    Bye and good luck

  • SMS - Uninstall windows/office updates

    I install windows and office updates using SMS 2003. The patches are in
    .exe format. I want to uninstall one of the updates from all the computers. How do I unistall it using SMS2003?
    Regards,
    Fred.

    Hi,
    Check out this script it should do the trick for you:
    http://blog.coretech.dk/jgs/vbscript-uninstall-updates-on-winxpwin2003-win7-and-win-2008-r2-automatically/
    regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Uninstall MS office

    I would like to install Neo Office to a Leopard OS. There is a demo of MS Office preinstalled and I was wondering if I uninstall it, is it going to remove the fonts of MS office. I would like to do this while I think there is a problem with the fonts.
    Does MS Office install some fonts and in which directory ?
    If I remove it, will it remove its fonts ?
    Thank you in advance.

    If it is Office 2004, on your hard disk, open Microsoft Office 2004 folder that contains the Test Drive. Any documents you saved in the Microsoft Office 2004 Test Drive should be moved somewhere in your documents folder. 
    In the Microsoft Office 2004 folder, double-click "Remove Office". In the Results window, choose Microsoft Office 2004 (including Test Drive) and then click "continue" and follow the prompts. 
    http://docs.info.apple.com/article.html?artnum=25399
    http://support.microsoft.com/kb/871017
    -mj
    [email protected]
    Message was edited by: macjack

  • How  do you uninstall Microsoft office?

    I installed Microsoft office for a trial version.  I would like to uninstall it.  How do I do that?  I tried holding down the app until it wiggled; however, it doesn't give an x to delete.  So how do you uninstall a program?  Thanks!

    How to completely remove Office for Mac 2011
    http://support.microsoft.com/kb/2398768
    Note: in the future, questions about Microsoft Office is probably best asked in the Microsoft Office for Mac forums.

Maybe you are looking for

  • IPhone contacts disappeared after update to 4.1.

    Updated my iPhone 3G to 4.1 a few days ago and now all my contacts have disappeared. I let iTunes backup my phone before the update and I can see the backup in Preferences but how do I use the backup? I'd be very grateful for some help - I recently l

  • Return Stock

    If we are creating a Return Delivery  the system will automatically post the stock to the Return Stock.My Question is 1. Where the Material will go i.e., whether the Material has to Pass a Quality        inspection. If yes means what is the Transacti

  • How long is this video I just previewed?

    The previews are all 20 seconds, I can see that. How long is the $1.99 video? Some of the info is cut off near the PREVIEW button. It has release date, genre, label. and dots ......

  • I pod on, but not responding

    My Ipod has charged and was playing. Turned it off for the night and today it just started playing all by itself. Then, nothing. It is on with a full charge showing but is non-responsive. Song is showing but will not play. Have tried restarting, and

  • Labview player vi creation toolkit (version 1.0.0.1).

    I'm using labview 6.1 and I downloded and installed the labview player vi creation toolkit (version 1.0.0.1) from the web. When I tried to generate the key, an error ocurred, saying that an error occured loading vi 'IsEmptyStringRequired.vi'. It says