For some reason I can't open any Microsoft Office files...the icon is that generic white icon with a tabbed corner and a window on it. Tried reinstalling office and I get an error.

Dani AI

Generated

Short expert note for (and following up on ’s KB suggestion): the message "Error applying transforms. Verify that the specified transform paths are valid." is the Windows Installer error 1624 — it usually means the installer is trying to apply an .mst transform that it cannot locate or that is incompatible with the system language. The Revo output showing multiple MUI/proofing components strongly suggests a language/MUI mismatch or a missing cached transform. (learn.microsoft.com)

Recommended, ordered steps (safe to follow from an administrator account; back up the registry and create a restore point first):

  1. Capture a verbose MSI/setup log so the installer shows the exact missing transform path. From an elevated command prompt run something like:

    msiexec /i "C:\path\to\setup.msi" /L*V "C:\Temp\office_setup.log"

    If the installer is a Setup.exe wrapper, check the Setup log and the Application event log for MsiInstaller entries. The log will usually show the full transform path the engine is failing to find. (learn.microsoft.com)

  2. Try Microsoft’s automated cleanup first (less risky than manual registry surgery): run the Program Install and Uninstall troubleshooter / Microsoft Support and Recovery Assistant targeted at Office to remove the broken product entry. If that succeeds, a normal reinstall usually works afterwards. (support.microsoft.com)

  3. If automated tools fail, remove the bad transform reference: search the Installer product entries in the registry (for example under HKEY_CLASSES_ROOT\Installer\Products or the Uninstall keys) for the Office product, and either clear/delete the Transforms value or uninstall by product GUID with msiexec /x {GUID}. Avoid running broad Win32_Product queries (WMIC/Get‑WmiObject) because they can trigger Windows Installer consistency checks—inspect the Uninstall keys or use PowerShell registry queries instead. Back up keys before editing. (thewindowsclub.com)

Notes and cautions: if Control Panel is inaccessible, boot into Safe Mode or use a recovery/admin account to run the cleanup tools and registry edits. If the root cause is a language mismatch, temporarily installing the matching language pack or the same-language Office trial and then uninstalling can also clear the orphaned entries.

Recommended Answers

All 7 Replies

what's the error that you get? did you uninstall the office before you try to re-install? or you do a repair installation?

I don't get an error...nothing happens. Can't open Office, can't uninstall office, get error when I try to reinstall office!

what office version you're using office 2007 ?

if you're using office 2007.. check this link..

I'm sorry I don't have my laptop with me so I don't know the error...but I'm pretty sure it just says it encountered an error during installation. I can't uninstall it, it say's that there is a conflict with the language or something to that affect. I'm trying to reinstall it not repair it. 2007 version

I'll post a more detailed description in about 1/2 hour.

When I try to open a word doc I get this error:

"Error applying transforms. Verify that the specific transforms path are valid."

Control Panel will not even open to try to uninstall it!!

So I'm trying Revouninstaller...

In Revo it shows: Microsoft Office Excel MUI (English 2007), Microsoft Office Proof (French) 2007, Microsoft Office Proof (Spanish) 2007, Microsoft Office Proofing (English) 2007, Microsoft Office Shared Setup Metadata MUI (English) 2007, Microsoft Office Standard 2007...

When I attempt to uninstall Microsoft Office Standard 2007 in Revo it says: "The language of this installation package is not supported by your system."

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.