Â
ÂÑÅ
òîâàðû â íàëè÷èè
èç íàøåãî
ÈÍÒÅÐÍÅÒ-ÌÀÃÀÇÈÍÀ
Â
ÄÎÑÒÀÂËßÅÌ ÑÐÀÇÓ!
Â
Ïðè ñóììå çàêàçà
èç òîâàðîâ â íàëè÷èè
îò 20 000 ðóá
Â
äîñòàâêà
áåñïëàòíî!
Â
Çàêàç èç òîâàðîâ
â íàëè÷èè
áîëüøå
20 000 ðóá?
Âûáåðèòå
ÏÎÄÀÐÎÊ
Â
ÊÎÍÒÀÊÒÍÀß
èíôîðìàöèÿ
Â
Â
ã. Ðàìåíñêîå, óë. ×óãóíîâà 18Á
8 (495) 585-46-56
                   Â
 Â
![]()
Â
Get-WmiObject -Class Win32_Product | Where-Object $_.Name -like "*Visual C++ 2008*" While you can uninstall the Microsoft Visual C++ 2008 SP1 Redistributable Package (x64) via Programs and Features , doing so is strongly discouraged unless you know exactly which applications depend on it.
By understanding what this package does, where to download it safely, and how to troubleshoot it, you can save hours of frustration. For most users, our recommendation is simple: Install both the x86 and x64 versions from official Microsoft links, then never think about them again. Let the legacy applications enjoy their ancient runtime; your modern Windows 10 or 11 system will run all the better for it. Get-WmiObject -Class Win32_Product | Where-Object $_
In simple terms, this redistributable package allows applications written in C++ using Microsoft Visual Studio 2008 with Service Pack 1 to run on a computer that does not have Visual Studio installed. Without it, many programs will fail to launch, displaying errors like "The application has failed to start because its side-by-side configuration is incorrect" or "MSVCR90.dll is missing." Let the legacy applications enjoy their ancient runtime;
| File Name | Description | Typical Location (x64) | | :--- | :--- | :--- | | msvcr90.dll | C Runtime Library | C:\Windows\System32 | | msvcp90.dll | C++ Standard Library | C:\Windows\System32 | | mfc90.dll | Microsoft Foundation Classes | C:\Windows\System32 | | mfcm90.dll | MFC Managed Code Support | C:\Windows\System32 | | atl90.dll | Active Template Library | C:\Windows\System32 | | VCOMP90.DLL | OpenMP Parallel Library | C:\Windows\System32 | many programs will fail to launch
vcredist_x64.exe /quiet /norestart To get a return code (0 for success, 1638 for already installed, 3010 for reboot required):