🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Error 0x80070668 — Installer Transform Failure

How to Fix Fix Error 0x80070668 — Installer Transform Failure on Windows

Getting error 0x80070668 during installation? Installer transform application failed? MSI transform file rejected? Software installation failing with transform error? Custom installation configuration not accepted? Fix this installer transform error.

Symptoms

You might be experiencing this problem if you notice:

  • MSI installation fails with error 0x80070668
  • Enterprise software deployment returns transform failure
  • Installer applies transform then rolls back with this error
  • Custom .mst transform file rejected during installation
  • Upgrade installation fails when applying configuration transform
  • Group Policy software installation shows this error

Common Causes

  • MSI transform (.mst) file incompatible with current MSI version
  • Transform file corrupted during download or transfer
  • Previous installation state conflicts with transform settings
  • Windows Installer cache missing original MSI for transform reference
  • Transform targets properties that dont exist in current MSI
  • Insufficient permissions to apply transform during installation

Solutions

Solution 1: Verify and Recreate Transform File

  1. 1Check if the .mst transform matches the .msi version:
  2. 2The transform must be created against the exact MSI version being installed
  3. 3If the MSI was updated, the transform needs recreation
  4. 4To verify: use Orca (Microsoft MSI editor tool)
  5. 5Download Orca from Windows SDK
  6. 6Open the MSI → Transform → Apply Transform → select .mst
  7. 7If it fails: the transform is incompatible
  8. 8Recreate the transform against the current MSI version
  9. 9For testing: try installation without transform:
  10. 10msiexec /i "installer.msi" (skip the TRANSFORMS= parameter)
  11. 11If it works: the transform is the problem

Solution 2: Fix Windows Installer Cache

  1. 1Windows caches original MSI files for transforms:
  2. 2Check cache: C:\Windows\Installer\
  3. 3If previous version MSI is missing from cache:
  4. 4The transform cant reference the original properly
  5. 5Fix by cleaning up and reinstalling:
  6. 6Uninstall the application completely first
  7. 7Use Microsoft Program Install/Uninstall Troubleshooter
  8. 8Download from: support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed
  9. 9After cleanup: install fresh with the transform
  10. 10CMD: msiexec /i "installer.msi" TRANSFORMS="config.mst" /L*V "C:\install-log.txt"
  11. 11Review log if it fails again

Solution 3: Fix Permissions and Service

  1. 1Transform application may need elevated permissions:
  2. 2Run CMD as Administrator:
  3. 3msiexec /i "installer.msi" TRANSFORMS="config.mst"
  4. 4Ensure Windows Installer service is working:
  5. 5services.msc → Windows Installer → Manual start type
  6. 6If disabled: right-click → Properties → set to Manual
  7. 7Re-register the service:
  8. 8msiexec /unregister
  9. 9msiexec /regserver
  10. 10For Group Policy deployment issues:
  11. 11Verify the transform file is accessible from the network share
  12. 12Check share permissions (NTFS + share both)
  13. 13Ensure computer account has read access to both .msi and .mst
  14. 14Test: copy files locally and install from local path
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80070668 — Installer Transform Failure Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Update & Installation Guides

Share this:XRedditLinkedInEmail