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

Home/Fix/Fix Error 0x80070667 — Setup Configuration Not Accepted

How to Fix Fix Error 0x80070667 — Setup Configuration Not Accepted on Windows

Getting error 0x80070667 during software installation? Setup configuration rejected? Installer setup parameters invalid? Application setup wizard failing with configuration error? Installation profile not accepted? Fix this setup configuration error.

Symptoms

You might be experiencing this problem if you notice:

  • Software installation fails with error 0x80070667
  • Setup wizard reports configuration not accepted
  • Silent installation with parameters returns this error
  • Upgrade installation rejects current configuration
  • Enterprise deployment tools show this error code
  • Configuration file for installer treated as invalid

Common Causes

  • Installer configuration file (.ini, .cfg) has invalid entries
  • Required prerequisites not installed
  • Installation target path contains special characters
  • Previous partial installation left conflicting configuration
  • Windows Installer service version incompatible
  • Missing or corrupted Visual C++ or .NET prerequisites

Solutions

Solution 1: Fix Installation Prerequisites

  1. 1Ensure required prerequisites are installed:
  2. 2Install latest Visual C++ Redistributable:
  3. 3Download from: learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
  4. 4Install both x86 and x64 versions
  5. 5Install latest .NET Framework:
  6. 6Settings → Windows Update → Optional updates
  7. 7Or download from: dotnet.microsoft.com
  8. 8Update Windows Installer:
  9. 9CMD as Admin: msiexec /regserver
  10. 10Check installation target path:
  11. 11Avoid paths with spaces, unicode, or special characters
  12. 12Try installing to a simple path like C:\Program Files\AppName
  13. 13Right-click installer → Run as administrator

Solution 2: Clean Previous Installation Artifacts

  1. 1Previous failed installs can leave blocking artifacts:
  2. 2Uninstall any existing version first:
  3. 3Settings → Apps → find the application → Uninstall
  4. 4Clean up leftover folders:
  5. 5Delete: C:\Program Files\[AppName]
  6. 6Delete: C:\Program Files (x86)\[AppName]
  7. 7Delete: C:\ProgramData\[AppName]
  8. 8Delete: %APPDATA%\[AppName]
  9. 9Clean registry (careful):
  10. 10regedit → HKLM\SOFTWARE\[AppName] → delete
  11. 11Also: HKCU\SOFTWARE\[AppName] → delete
  12. 12Restart PC
  13. 13Run the installer again as administrator
  14. 14If using silent install with parameters:
  15. 15Verify all parameter names and values in documentation

Solution 3: Fix Windows Installer Service

  1. 1Windows Installer service may need repair:
  2. 2CMD as Admin:
  3. 3msiexec /unregister
  4. 4msiexec /regserver
  5. 5Check service is running:
  6. 6services.msc → Windows Installer → should be Manual start
  7. 7If it shows Disabled: right-click → Properties → set to Manual
  8. 8For MSI-based installers specifically:
  9. 9Check installer log:
  10. 10msiexec /i "installer.msi" /L*V "C:\install-log.txt"
  11. 11Review the log for the specific configuration that failed
  12. 12Try forcing reinstall:
  13. 13msiexec /i "installer.msi" REINSTALLMODE=vomus REINSTALL=ALL
  14. 14If enterprise deployment:
  15. 15Verify the .mst transform file is correct
  16. 16Check Group Policy software installation settings
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80070667 — Setup Configuration Not Accepted 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