abbodi1406/vcredist

Did not resolve issues on the WampServer Install

renato-bosa opened this issue · 1 comments

Well, today I started to install WampServer on my Windows 10 and got a message warning that it need some stuff installed previously WampServer installation to get it working properly.

So, in the same textbox it pointed me to the 'check_vcredist.exe' file, that (as I understood) checks if the 'stuff' is already ok.

I run 'check_vcredist.exe' and it told me 'the needed stuff' wasn't ok, and told me to get the 'stuff installers' on 'https://wampserver.aviatechno.net'.

I got to the 'https://wampserver.aviatechno.net', and trying to understand what should I download, got to the bottom of the page where there was a message saying about "Best way to install Visual C++ Redistributable Packages"...

Turns out that the "Best way to install Visual C++ Redistributable Packages" are told me to be to use 'VisualCppRedist_AIO_x86_x64.exe'.

I had run 'VisualCppRedist_AIO_x86_x64.exe', but during the process got the message "The specified path 'C:\WINDOWS\Installer\Config.Msi' is unavailable." multiple times.

message

After clicking OK to the messages every-time(I had no choice), I tried to run 'check_vcredist.exe' again, but I still said I had the needed stuff installed.

Is after all this project aimed to resolve this issue, or am I missing something?

Thanks.

Config.Msi is always created at the drive root C:
your system seems not in a good shape

open command prompt as administrator, and execute:

md C:\Config.Msi
md %windir\Installer\Config.Msi

then run the AIO via command prompt with switch (case-sensetive)
VisualCppRedist_AIO_x86_x64.exe /aiR

then open VisualCppRedist_AIO_x86_x64.exe again and try installation