Microsoft Redist Package

Redistributable packages may be automatically installed along with programs that have been created with Microsoft Visual C. They can also be downloaded from Microsoft's website and installed manually. Each redistributable package correlates with a specific version of Visual C. Aug 17, 2019  Where do I download Microsoft Visual C 2017 Redistributable? My project target is 'Visual Studio 2017 - Windows XP (v141xp)' and I would like to install in another PC.

-->

The Windows Installer redistributable is a software update package. See the section Released Versions of Windows Installer to determine which products shipped versions of the Windows Installer. The redistributable update package for a version is made available after the release of the product that ships with a specific Windows Installer version.

The Windows Installer 5.0 is part of the Windows Server 2012, Windows 8, Windows Server 2008 R2, and Windows 7. There is no redistributable for Windows Installer 5.0.

Obtaining the Windows Installer Redistributable

  1. Jul 08, 2019  Download the Microsoft Visual C Redistributable for Visual Studio 2015, 2017 and 2019.The following updates are the latest supported Visual C redistributable packages for Visual Studio 2015, 2017 and 2019. Included is a baseline version of the Universal C Runtime see MSDN for details. X86: vcredist.x86.exe x64: vcredist.x64.exe ARM64: vcredist.arm64.exe.
  2. Redistributable packages may be automatically installed along with programs that have been created with Microsoft Visual C. They can also be downloaded from Microsoft's website and installed manually. Each redistributable package correlates with a specific version of Visual C.
  • You can find all the available Windows Installer redistributables at the Microsoft Download Center.

  • The download for the Windows Installer 4.5 redistributable package is available at: https://go.microsoft.com/fwlink/p/?LinkID=101159.

  • The name of the redistributable that installs Windows Installer 4.5 on x86-based computers running Windows Vista, Windows Vista with Service Pack 1 (SP1), and Windows Server 2008 is Windows6.0-KB942288-v2-x86.MSU.

  • The name of the redistributable that installs Windows Installer 4.5 on x64-based computers running Windows Vista, Windows Vista with SP1, and Windows Server 2008 is Windows6.0-KB942288-v2-x64.MSU.

  • The name of the redistributable that installs Windows Installer 4.5 on Itanium-Based Systems computers running Windows Vista, Windows Vista with SP1, and Windows Server 2008 is Windows6.0-KB942288-v2-ia64.MSU.

  • The name of the redistributable that installs Windows Installer 4.5 on x86-based computers running Windows XP with Service Pack 2 (SP2) and Windows XP with Service Pack 3 (SP3) is WindowsXP-KB942288-v3-x86.exe.

    Jun 10, 2013  KB976002 includes a ’Select Later’ option that in some circumstances may not be displayed for new installations of Internet Explorer 10 for Windows 7. Download Update for Internet Explorer 10 in Windows 7 (KB2859903) from Official Microsoft Download Center. Date Published. Ie10 download for windows 10.

  • The name of the redistributable that installs Windows Installer 4.5 on x86-based computers running Windows Server 2003 with Service Pack 1 (SP1) and Windows Server 2003 with Service Pack 2 (SP2) is WindowsServer2003-KB942288-v4-x86.exe.

  • The name of the redistributable that installs Windows Installer 4.5 on x64-based computers running Windows Server 2003 with SP1 and Windows Server 2003 with SP2 is WindowsServer2003-KB942288-v4-x64.exe.

  • The name of the redistributable that installs Windows Installer 4.5 on Itanium-Based Systems computers running Windows Server 2003 with SP1 and Windows Server 2003 with SP2 is WindowsServer2003-KB942288-v4-ia64.exe.

  • There is no redistributable that installs Windows Installer 4.0. This version of the Windows Installer ships with Windows Vista.

  • The name of the redistributable that installs Windows Installer 3.1 is WindowsInstaller-KB893803-v2-x86.exe. The download for the Windows Installer 3.1 Redistributable (v2) package is available at: https://www.microsoft.com/downloads/details.aspx?FamilyID=889482fc-5f56-4a38-b838-de776fd4138c.

    Note Home design software free download full version.

    If you upgraded to Windows Installer 3.1 by installing Windows Server 2003 with SP1, or an earlier version of this redistributable, you may also need to install the Update for Windows Server 2003 Service Pack 1 (KB898715) to obtain all the updates available in Windows Installer 3.1 Redistributable (v2).

  • The redistributable that installs Windows Installer 3.0 is WindowsInstaller-KB884016-v2-x86.exe. The download for the Windows Installer 3.0 Redistributable is available at: https://www.microsoft.com/downloads/details.aspx?FamilyID=5fbc5470-b259-4733-a914-a956122e08e8.

  • The Windows Installer 2.0 used a previous naming convention for the redistributable: Instmsi.exe. The redistributable for installing or upgrading to Windows Installer 2.0 on Windows 2000 should not be used to install or upgrade Windows Installer 2.0 on Windows Server 2003 and Windows XP.

    The download for the Windows Installer 2.0 Redistributable for Windows NT 4.0 and Windows 2000 is available at https://www.microsoft.com/downloads/details.aspx?FamilyID=4b6140f9-2d36-4977-8fa1-6f8a0f5dca8f.

Installing the Windows Installer Redistributable

The Windows Installer 4.5 resdistributable is provided for Windows Vista and Windows Server 2008 operating systems as a .msu file and should be installed using the Windows Update Stand-alone Installer (Wusa.exe.)

The Windows Installer 4.5 redistributable for Windows XP and Windows Server 2003 operating systems can be installed using the following command line syntax and options.

The Windows Installer 3.1 and Windows Installer 3.0 redistributables can be installed using the following command line syntax and options.

Syntax

Use the following syntax to install the redistributables for Windows Installer 4.5 on Windows XP and Windows Server 2003.

Microsoft Redistributable Package C++ 2010

  • Call the redistributable package with the /norestart command-line option.

  • Treat the return of either ERROR_SUCCESS or ERROR_SUCCESS_REBOOT_REQUIRED as meaning success.

  • Invoke Msiexec on the application's package and run other setup code specific to the application. If the setup application uses MsiInstallProduct, then the application must load MSI.DLL from the system directory. If no reboot occurs and if the redistributable returned ERROR_SUCCESS_REBOOT_REQUIRED, then prompt the user for a reboot to complete the setup of the Windows Installer binaries. If a reboot occurs, no additional steps are required.

    Note

    Applications that call LoadLibrary on the new MSI.DLL after the redistributable package returns success must ensure that an older version of MSI.DLL has not already been loaded within the process. If an older version of MSI.DLL was loaded, it must be unloaded from the process address space prior to calling LoadLibrary for the new MSI.DLL.

Microsoft Redist Package Vc

For more information, see Windows Installer Bootstrapping.