Why do most of my installers fail to work?

Kevin Lau

For a while, any installers which use the Windows installer in any way, all fail to install, with the error The specified path 'C:\WINDOWS\Installer\Config.Msi\' is unavailable.

enter image description here

The folder doesn't exist on my machine at all. Other times, installers will throw in an error code. enter image description here

All the solutions I try to look for mention C:\Config.Msi and none of those have worked for me. As far as I remember, most of them deal with folder permissions.

I also found this previous question/solution, which did not work for me. Running msicuu just resulted in the exact same 'C:\WINDOWS\Installer\Config.Msi\' is unavailable error message, this time showing error code 1314.

Following that up, I saw that msicuu has been replaced by Program Install and Uninstall Troubleshooter, which also was not able to do anything for me. I tested on one program that fails to install updates. It suggested to uninstall the program, which it did successfully, and now I cannot reinstall it.

System info: Windows 10 x64, version 1909

John

Try the following in order:

  1. In an Admin Command Prompt, run: dism.exe /online /cleanup-image /restorehealth followed by SFC /SCANNOW. When all complete, restart and test.

  2. If option (1) fails, make a new, test Windows User Profile (Account). Log into the new Account and test. If a new Account works, you need to back up and create a new user Account for yourself.

  3. If option 1 and 2 fail, run a Windows 10 Repair Install and see if that works.

https://www.microsoft.com/en-us/software-download/windows10

Windows 10 is running, so click on the Download button (not Upgrade Button) and select Run.

This will launch the Repair and proceed normally.

Restart when done and test.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Why do my updates not work?

From Dev

Why my lambdas do not work?

From Javascript

Why does my regex work on client and fail on server?

From Dev

Why does my code fail to buld with Mex but work with cl?

From Dev

Why don't any MSI (Windows Installer) installers work?

From Dev

Why do Windows Installers (.msi files) take so much longer to uninstall than other installers?

From Java

How do Linux binary installers (.bin, .sh) work?

From Dev

Why do options in a quoted variable fail, but work when unquoted?

From Dev

Why do some function calls fail to work without a type application?

From Dev

Why do startup updates always fail on my computer?

From Dev

Why do my builds fail after installing a pod?

From Dev

Why do my unit tests pass with Chrome and fail with PhantomJS?

From Dev

Why does my do/while loop occasionally fail to run?

From Dev

After renaming a model, why do my create and update functions fail?

From Dev

Why do object arrays in my ArrayList fail to retain their values?

From Dev

Why do most of my elements get jumbled at the top of the css grid?

From Dev

Why do my distinct functions not work in Oracle?

From Dev

Why do fseek & fputc not work in my program?

From Dev

Why do my move methods not work?

From Dev

Why my custom control do not work correctly?

From Dev

why the control button do not work in my slideshow?

From Dev

BASH Script: Why Do My Variables Not Work

From Dev

Why does (python) gspread work fine from my Mac but fail silently from my CentOS host

From Dev

Why does my NSMutableURLRequest fail?

From Dev

Why my rspec test fail?

From Dev

Why my nested form fail?

From Dev

Why do my variadic functions in my printf function not work?

From Dev

Why does my first deployment work but all subsequent deployments fail to get an instance?

From Dev

Why does this ftp get command work in my shell script but fail in cron

Related Related

  1. 1

    Why do my updates not work?

  2. 2

    Why my lambdas do not work?

  3. 3

    Why does my regex work on client and fail on server?

  4. 4

    Why does my code fail to buld with Mex but work with cl?

  5. 5

    Why don't any MSI (Windows Installer) installers work?

  6. 6

    Why do Windows Installers (.msi files) take so much longer to uninstall than other installers?

  7. 7

    How do Linux binary installers (.bin, .sh) work?

  8. 8

    Why do options in a quoted variable fail, but work when unquoted?

  9. 9

    Why do some function calls fail to work without a type application?

  10. 10

    Why do startup updates always fail on my computer?

  11. 11

    Why do my builds fail after installing a pod?

  12. 12

    Why do my unit tests pass with Chrome and fail with PhantomJS?

  13. 13

    Why does my do/while loop occasionally fail to run?

  14. 14

    After renaming a model, why do my create and update functions fail?

  15. 15

    Why do object arrays in my ArrayList fail to retain their values?

  16. 16

    Why do most of my elements get jumbled at the top of the css grid?

  17. 17

    Why do my distinct functions not work in Oracle?

  18. 18

    Why do fseek & fputc not work in my program?

  19. 19

    Why do my move methods not work?

  20. 20

    Why my custom control do not work correctly?

  21. 21

    why the control button do not work in my slideshow?

  22. 22

    BASH Script: Why Do My Variables Not Work

  23. 23

    Why does (python) gspread work fine from my Mac but fail silently from my CentOS host

  24. 24

    Why does my NSMutableURLRequest fail?

  25. 25

    Why my rspec test fail?

  26. 26

    Why my nested form fail?

  27. 27

    Why do my variadic functions in my printf function not work?

  28. 28

    Why does my first deployment work but all subsequent deployments fail to get an instance?

  29. 29

    Why does this ftp get command work in my shell script but fail in cron

HotTag

Archive