Windows installer для windows server 2003 r2

Скачать ★«Microsoft Windows Installer» для Windows бесплатно с сайта MyDiv. Только официальные и безопасные ссылки и файлы, отзывы и форум.

Предположительно у вас система Windows 7, разрядность: 64 Bits
  Подробнее

Windows Vista и Windows Server 2008:

Windows XP и Windows Server 2003 (платформа AMD64):

Windows XP и Windows Server 2003 (платформа IA64):

Windows Vista и Windows Server 2008 (платформа IA64):

Windows Vista и Windows Server 2008 (платформа AMD64):

Внимание! Мы стараемся тщательно проверять все программы, но не гарантируем абсолютную безопасность скачиваемых файлов. Администрация сайта не
несет ответственности за содержание файлов, программ и возможный вред от их использования.

description ms.assetid title ms.topic ms.date

The Windows Installer redistributable is a software update package.

8491dfa6-b9be-4e37-8a61-a405c8eb0ab0

Windows Installer Redistributables

article

05/19/2020

Windows Installer 4.5 and earlier is available as a redistributable 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.

[!NOTE]
There is no redistributable for Windows Installer 5.0. This version is included with the OS in Windows 7, Windows Server 2008 R2, and later client and server releases (including Windows 10).

Obtaining the Windows Installer Redistributable (4.5 and earlier)

  • 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.

  • 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]
    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 (4.5 and earlier)

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.

<Name of the Redistributable>[<options>]*

Command-Line Options

The Windows Installer redistributable software update packages use the following case-insensitive command-line options.

Option Description
/norestart Prevents the redistributable package from asking the user to reboot even if it had to replace files that were in use during the installation. If the update package is invoked with this option, it returns ERROR_SUCCESS_REBOOT_REQUIRED if it had to replace files that were in use.
If it did not have to replace files that were in use, it returns ERROR_SUCCESS. See the remarks section for additional information on delayed reboots.
/quiet For use by applications that redistribute the Windows Installer as part of a bootstrapping application. A user interface (UI) is not presented to the user. The bootstrapping application should check the return code to determine whether a reboot is needed to complete the installation of the Windows Installer.
/help Displays help on all the available options.

Delayed Restart on Windows Vista and Windows Server 2008

The /norestart command-line option prevents wusa.exe from restarting the computer. However, if a file being updated by the MSU package is in use, then the package is not applied to the computer until the user restarts the computer. This means that applications that use the Windows Installer 4.5 redistributable for Windows Vista and Windows Server 2008 cannot use the Windows Installer 4.5 functionality until the computer is restarted.

Delayed Restart on Windows XP and Windows Server 2003

It is recommended that the Windows Installer service be stopped when using the update package. When the package is run in full UI mode it detects if the Windows Installer service is running and requests the user to stop the service. If the user continues without stopping the service, the update replaces Windows Installer.

Bootstrapping applications that use the redistributable package to install the Windows Installer with another application can require an extra system reboot in addition to reboots needed to install the application. The delayed reboot option is only recommended for cases where it is necessary to eliminate an extra reboot caused by installing files that are in use. Developers should do the following in their setup application to use the delayed reboot option.

  • 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.

For more information, see Windows Installer Bootstrapping.

description ms.assetid title ms.topic ms.date

The Windows Installer redistributable is a software update package.

8491dfa6-b9be-4e37-8a61-a405c8eb0ab0

Windows Installer Redistributables

article

05/19/2020

Windows Installer 4.5 and earlier is available as a redistributable 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.

[!NOTE]
There is no redistributable for Windows Installer 5.0. This version is included with the OS in Windows 7, Windows Server 2008 R2, and later client and server releases (including Windows 10).

Obtaining the Windows Installer Redistributable (4.5 and earlier)

  • 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.

  • 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]
    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 (4.5 and earlier)

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.

<Name of the Redistributable>[<options>]*

Command-Line Options

The Windows Installer redistributable software update packages use the following case-insensitive command-line options.

Option Description
/norestart Prevents the redistributable package from asking the user to reboot even if it had to replace files that were in use during the installation. If the update package is invoked with this option, it returns ERROR_SUCCESS_REBOOT_REQUIRED if it had to replace files that were in use.
If it did not have to replace files that were in use, it returns ERROR_SUCCESS. See the remarks section for additional information on delayed reboots.
/quiet For use by applications that redistribute the Windows Installer as part of a bootstrapping application. A user interface (UI) is not presented to the user. The bootstrapping application should check the return code to determine whether a reboot is needed to complete the installation of the Windows Installer.
/help Displays help on all the available options.

Delayed Restart on Windows Vista and Windows Server 2008

The /norestart command-line option prevents wusa.exe from restarting the computer. However, if a file being updated by the MSU package is in use, then the package is not applied to the computer until the user restarts the computer. This means that applications that use the Windows Installer 4.5 redistributable for Windows Vista and Windows Server 2008 cannot use the Windows Installer 4.5 functionality until the computer is restarted.

Delayed Restart on Windows XP and Windows Server 2003

It is recommended that the Windows Installer service be stopped when using the update package. When the package is run in full UI mode it detects if the Windows Installer service is running and requests the user to stop the service. If the user continues without stopping the service, the update replaces Windows Installer.

Bootstrapping applications that use the redistributable package to install the Windows Installer with another application can require an extra system reboot in addition to reboots needed to install the application. The delayed reboot option is only recommended for cases where it is necessary to eliminate an extra reboot caused by installing files that are in use. Developers should do the following in their setup application to use the delayed reboot option.

  • 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.

For more information, see Windows Installer Bootstrapping.

Microsoft Windows Installer — это не что иное, как компонент, который устанавливает и удаляет программы в ОС Windows. Эта версия устанавливается на следующие операционные системы: Windows 2000 Service Pack 3, Windows 2000 Service Pack 4, Windows Server 2003, Windows XP, Windows XP Service Pack 1, Windows XP Service Pack 2. В этой версии исправлена серьёзная ошибка, которая могла возникать при установке программ инсталлятором .msi.

Автор программы Microsoft | сайт
программы
Последняя версия 3.1.4000.2435
| сообщить о новой
Последнее обновление от 26 мая 2005 г.
Тип лицензии Бесплатна
Версия ОС Windows XP/Vista/7/8/10
Интерфейс Англ.
Размер программы 2.5 МБ
Кол-во загрузок 119,063 (+0)
Кол-во просмотров 214,437 (+0)
 

Рейтинг Filebox.ru

Рейтинг Windows Installer 3.1.4000.2435: 9.09

Оценка пользователей

Рейтинг Windows Installer 3.1.4000.2435: 5,2

оценили 84 человека


Ссылки на загрузку Windows Installer под Windows


Комментарии и обсуждение программы Windows Installer

 
  Windows Installer 3.1.4000.2435

09.06.2006

При установке проги для nokia N70 , Windows Installer выкидывает ошибку что типа нет доступа к нему или что он работает не правильно,вроде все нормально,скачал Вашу прогу тот-же результат :(

 
  необходимость сайта

16.02.2006

спасибо огромное за помощь в работе с обновлениями и доработками систем win
всё прекрасно работает

 
  Windows Installer 3.1.4000.2435

31.12.2005

Все работает, rover38 походу не в курсе что такое windows installer и думает если прога не создала ярлычок в пуске то она не работает

Есть мнение, пожелание или комментарий?

 

msi_installer

Windows Installer — это компонент Microsoft Windows, обеспечивающий установку программ. Является компонентом Windows, начиная с Windows 2000; может быть установлен и на более ранние версии Windows. Вся необходимая для установки информация, иногда, вместе с устанавливаемыми файлами, содержится в установочных пакетах, имеющих расширение msi. Пользователи часто сталкиваются с сообщениями вида: Windows Installer не может открыть установочный пакет, Ошибка установки Windows Installer, сбой установки приложения Windows Installer, Windows Installerне может найти необходимую информацию, подождите пока устанавливается другое приложение.

Ниже представлена последняя версия установщика Windows Installer, которая поможет решить некоторые проблемы с поврежденными и устаревшими версиями Windows Installer Чтобы исключить ошибки во время обновлений с узла Windows Update, либо установить на компьютере без выхода в Интернет, либо ускорить процесс обновления операционной системы, воспользуйтесь ссылкой:

Windows Installer 4.5 Redistributable для ИТ-специалистов и разработчиков.

В открывшемся окне необходимо выбрать «Скачать» затем выбрать какой установщик Вам нужен:

Для Windows Vista, Windows Vista Service Pack 1 и Windows Server 2008:
x86 Platform: Windows6.0-KB942288-v2-x86.msu
x64 Platform: Windows6.0-KB942288-v2-x64.msu
IA64 Platform: Windows6.0-KB942288-v2-ia64.msu

Для Windows XP Service Pack 2 и Windows XP Service Pack 3 32-бит платформы:
x86 Platform: WindowsXP-KB942288-v3-x86.exe

Для Windows Server 2003 Service Pack 1, Windows Server 2003 Service Pack 2 и Windows XP 64-бит платформы:
x86 Platform: WindowsServer2003-KB942288-v4-x86.exe
x64 Platform: WindowsServer2003-KB942288-v4-x64.exe
IA64 Platform: WindowsServer2003-KB942288-v4-ia64.exe

затем нажать кнопку «Далее»… начнется загрузка пакета Windows Installer 4.5 Redistributable для ИТ-специалистов и разработчиков. Данный пакет Windows Installer 4.5 — оригинал «чистый» от компании Microsoft, не содержит вредоносных файлов и не требует денежных средств!

Microsoft Windows Installer 4.5.0

Это системный компонент операционной системы, используемый для установки программ и их удалением. Начиная с windows 7 используется 5 версия этого пакета, который не распространяется, а уже в составе операционной системы. Так что этот пакет актуален для Windows XP, 2003, Vista, Server 2008. Зачем он нужен, во первых для установки программ которые упакованы в формат .msi и для дальнейшего удаления программ. Во время установки таких программ упакованных в .msi Windows Installer запоминает, что было изменено в системе и при последующем удалений они будут полностью удалены. И так же бывают такие моменты что вы попросту не можете установить .программы упакованные в .msi, появляются ошибки (Windows XP, 2003, Server 2008, Vista), тогда можете скачать и попробовать переустановить нужный пакет.

Server 2008, Vista:

Для того, чтобы вручную извлечь содержимое файла MSU, в командной строке Windows введите:
expand -f:* «filename.msu» output_directory
Для того, чтобы вручную установить пакет обновлений, введите следующую команду:
pkgmgr.exe /n:output_directoryfilename.xml (filename.msu и filename.xml имеют одинаковый префикс имени файла).

Скачать: Microsoft Windows Installer 4.5.0 для 2003 XP 64.7z
Microsoft Windows Installer 4.5.0 для XP 86.7z
Microsoft Windows Installer 4.5.0 для Vista Server 2008 x64.7z
Microsoft Windows Installer 4.5.0 для Vista Server 2008 x86.7z

Понравилась статья? Поделить с друзьями:
  • Windows installer для windows 7 удалить
  • Windows installer для windows 7 не работает
  • Windows installer для windows 7 в безопасном режиме
  • Windows installer для windows 7 x64 скачать бесплатно официальный сайт
  • Windows installer для windows 7 x32 для 7 скачать бесплатно