Как установить msp файл
Как установить msp файл
Вот на сайте Microsoft полностью для этого обновления :
Это исправление исправлений включает в себя следующие важные показатели стабильности и улучшения в виртуальной машине сети: А виртуальная машина, которая использует сеть, в общей сети (NAT) в режиме, сильно низкая производительность по сравнению с виртуальной машиной, которая использует сеть в мостовом режиме. Это исправление исправлений обеспечивает заметное улучшение в виртуальной машине сетевой производительности в общей сети (NAT) режиме.
При использовании в мостовом режиме сетевой гостем будет зеркало соединение государства принимающей сетевого адаптера, к которому гости адаптер был связан. При использовании Общие Networking (NAT), гостевой сети адаптера будет отключен только тогда, когда все сетевые адаптеры на принимающей отключены.
Это отнимает много времени, чтобы скопировать несколько файлов и больших и из виртуальной машины, которая использует Общие Networking (NAT) режиме. Кроме того, этот процесс иногда приводит к остановке сети связи или остановки процесса копирования.
Автоматическое обнаружение в HTTP прокси-сервер работает со Общие Networking (NAT), после установки данного исправления исправлений.
Это исправление накопительный задает правильный адрес WINS в рамках DHCP-адрес назначения.
Чтобы установить это обновление, сохраните. MSP-файл на месте. Если у вас установлена Windows Vista, Windows Vista с пакетом обновления 1 или Windows Server 2008, выполните обновление с повышенной командной строки. Для этого используйте следующий синтаксис команды:
Msiexec / п путь. MSP-файл
Если у вас установлена более ранняя версия Windows, дважды щелкните загруженный. MSP-файл, чтобы начать процесс установки. Затем следуйте инструкциям по установке.
Необходимость перезагрузки
Вам не нужно перезагружать компьютер после установки данного исправления.
Честно говоря уже голова дымиться начинает, уже неделю мучаюсь.
Как открыть MSP файлы? 4 простых метода решения таких проблем
Когда вы сталкиваетесь с проблемой с неизвестным файлом MSP и не знаете, как открыть такой файл, первый шаг, который вы должны сделать, это определить причину данной проблемы. Мы покажем вам, как решить наиболее распространенные проблемы с файлами MSP и как их решить, в 4 простых шага.
MSP расширение файла
Как открыть файл MSP?
В некоторых случаях проблемы могут возникнуть при попытке открыть файлы MSP. Приведенные ниже шаги могут быть полезны для решения таких проблем.
Шаг 1 – Убедитесь, что файл правильно связан с выбранным программным обеспечением
Первое, что пользователь должен сделать, это связать приложение с файлами MSP. Может случиться так, что даже если в системе установлено приложение, поддерживающее файлы MSP, оно не будет правильно связано с этим форматом файла. Это можно легко исправить, связав программу с файлами MSP. Чтобы связать такие файлы с данным приложением, пользователь должен открыть меню файлов (щелкнув правой кнопкой мыши по файлу) и выбрав «Открыть с помощью». Список предлагаемых приложений будет отображаться в верхней части меню. Затем выберите приложение и подтвердите свой выбор, установив флажок «Всегда использовать выбранное приложение для открытия файлов такого типа». Подтвердите свой выбор, нажав ОК.
Чтобы открыть MSP файл, сфокусируйтесь на шагах 1 и 2
В большинстве случаев для открытия файлов с расширением MSP должно быть достаточно следующих инструкций на шаге 1 и 2. Прежде чем предпринимать следующие шаги, протестируйте все программы, перечисленные ниже.
Шаг 2 – Установите программу, которая поддерживает MSP файлы
Если случится так, что раздел с предлагаемыми программами будет пустым, наиболее вероятно, что в системе не будет установлена программа, поддерживающая файлы MSP. Выберите программу из следующего списка и установите ее:
Работа с MSI пакетами и MSP патчами к ним
Эта статья обновлена в июле 2014 года и принадлежит серии статей про установку программ в Active Directory. Несмотря на обилие текста, сразу смотрите финал (на этой странице) — все слишком просто! Потом читайте спокойно и вдумчиво.
Задача
Подготовить пакет Adobe Reader со всеми обновлениями на текущий момент для установки через Active Directory.
Исходные данные
На 28.02.11 актуальной версией Adobe Reader является 11.0.7. Для русской версии доступны AdbeRdr11000_ru_RU.msi и файл обновления AdbeRdrUpd11007.msp.
Нам будет необходимо подготовить пакет msi (.msi), наложить на него патч (.msp) и скопировать результат на сетевую папку для дальнейшего распространения средствами Active Directory.
1.Готовим MSI-пакет для наложения патча
Создадим папку C:\Temp\Adobe и скопируем в нее файлы AdbeRdr11000_ru_RU.msi и файл обновления AdbeRdrUpd11007.msp
Запускаем cmd и переходим в созданную папку:
Распаковываем AdbeRdr11000_ru_RU.msi в папку Updated:
> msiexec /a AdbeRdr11000_ru_RU.msi TARGETDIR=c:\Temp\Adobe\Updated
Запустится инсталлятор, соглашайтесь и примайте 🙂 После этого в папке Updated будут лежать файлы для установки по сети. Но это пока еще версия 11.0.0. Нам надо обновить ее.
2. Обновляем установочный набор
> msiexec /a c:\Temp\Adobe\Updated\ AdbeRdr11000_ru_RU.msi /p C:\Temp\Adobe\ AdbeRdrUpd11007.msp
Эта команда объединит существующий набор с обновлениями из файла AdbeRdrUpd11007.msp.
3. Копируем обновленный набор в сеть
Теперь копируем папку Updated в сеть и распространяем обновленный пакет Adobe Reader 11.0.7 всем пользователям локальной сети.
Собрав все вместе, привожу команды консоли cmd одна за другой, все три!
> cd C:\Temp\Adobe
> msiexec /a AdbeRdr11000_ru_RU.TARGETDIR=c:\Temp\Adobe\Updated
> msiexec /a c:\Temp\Adobe\Updated\ AdbeRdr11000_ru_RU./p C:\Temp\Adobe\ AdbeRdrUpd11007.msp
Вот и все. Слов оказалось намного больше дела.
Для тех, кто предпочитает читать превоисточники, смотрите руководство для администраторов (англ., офиц. сайт Adobe, формат PDF).
Чтобы знать, в какой порядке ставить обновления, см. соответствие версий и языковых пакетов (англ., офиц. сайт Adobe).
Список материалов (англ., офиц. сайт Adobe) для системных администраторов.
Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
INTRODUCTION
More Information
Overview
A4: Yes. Visit one of the following Microsoft Web sites depending on whether you are a partner or a customer.
Microsoft Dynamics GP 9.0
Partner and Customer
Note No service packs or hotfixes have been released for Microsoft Dynamics GP 2010. Microsoft Dynamics GP 10.0
Installation
Q1: Is there a preinstall checklist that I can follow before I install a service pack or a hotfix?
A1: Yes. Use the following service pack or hotfix preinstall checklist:
Verify that you are logged in as a domain administrator. This step eliminates any permissions issues to where the package or the installation file is located.
Run Windows Updates, and verify that you have all critical updates downloaded and installed.
Verify that you have Microsoft Windows Installer 3.1 installed. To do this, open the Add or Remove Programs item in Control Panel.
For more information about how to obtain Windows Installer 3.1, click the following article number to view the article in the Microsoft Knowledge Base:
893803 Windows Installer 3.1 v2 (3.1.4000.2435) is available
Update the Windows Scripts for Windows XP. This step is not automatically performed through Windows Update. However, you can follow this step by visiting one of the following Microsoft Web sites:
Failed patching Microsoft Dynamics GP 9.0 with error code 1625
Q3: Are there special steps to install a service pack or a hotfix on a Windows Vista-based, Windows Server 2008, or Windows 7 computer?
A3: Use one of the following methods:
Temporarily disable User Account Control (UAC). To do this, follow these steps:
Turn off User Account Control (UAC).
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
929908 Description of the Windows Vista versions that are supported together with Microsoft Dynamics GP
Use UAC. To do this, follow these steps:
Open the Command Prompt window as a user who has administrative permissions on the local computer. This command is located in the Accessories group. To do this, right-click the
Command Prompt shortcut, and then click Run as administrator.
Copy the path file to the root folder of drive C.
Type the following command, and then press ENTER:
Type the following command, and then press ENTER to install the patch file:
Msiexec /p c:\ PatchFile /l*v C:\MSPErrorlog.txt Note PatchFile represents the name of the service pack or the hotfix that you are installing.
Q6: How long will the Utilities process for updating my company databases take?
A6: The update process may take several minutes for each company database depending on the size of the database.
Click Start, click Run, type regedit, and then click
OK.
Locate and then click the following registry subkey:
Microsoft Dynamics GP 9.0
32-bit enironment
HKEY_LOCAL_MACHINE\Software\Microsoft\Business Solutions\Great Plains
64-bit environment HKEY_LOCAL_MACHINE\Software\wow6432Node\Microsoft\Business Solutions\Great Plains Microsoft Dynamics GP 10.0 and later versions
32-bit environment
HKEY_LOCAL_MACHINE\Software\Microsoft\Business Solutions\Great Plains\1033
64-bit environment
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Business Solutions\Great Plains\1033
Expand the folder for the instance of Microsoft Dynamics GP you want to patch.
Note The DEFAULT folder is for the default installation. The Inst01 folder is for the second instance of Microsoft Dynamics GP. For example, if you want to patch the second installation, expand the Inst01 folder.
Click the SETUP folder, double-click the Product Code, and then copy the code.
Exit Registry Editor.
Click Start, and then click
Run.
Troubleshooting
http://msdn2.microsoft.com/en-us/library/aa372835.aspx Q2: Why am I being prompted to insert the Microsoft Dynamics GP 9.0 CD when I am installing a service pack for Microsoft Dynamics GP 9.0?
The upgrade patch cannot be installed by the Windows Installer service because the program to be upgrade may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct update patch.
A2: This error message may indicate potential issues with the current install of Microsoft Dynamics GP 9.0 on this computer. Insert the Microsoft Dynamics GP 9.0 to continue the service pack installation. If the installation does not continue, remove Microsoft Dynamics GP 9.0 from this computer. Then, reinstall Microsoft Dynamics GP 9.0, and then install the latest service pack.
Q3: Why do I receive the following error message when I am installing a service pack for Microsoft Dynamics GP 9.0?
The upgrade patch cannot be installed by the Windows Installer service because the program to be upgrade may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct update patch.
A3: If you have only one installation of Microsoft Dynamics GP 9.0, this error message may indicate potential issues with the current installation of Microsoft Dynamics GP 9.0 on this computer. To resolve the problem, follow these steps:
Click Start, click Control Panel, and then double-click Add or Remove Programs.
In the Currently installed programs list, click Microsoft Dynamics GP 9.0, and then click
Change.
Run a repair on the Microsoft Dynamics GP 9.0 installation.
Q4: Why do I receive the following error message when I am installing a service pack for Microsoft Dynamics GP?
DEX.DIC version 9.00.xxxx.0 is not compatible with executable version 9.00.xxxx.0.
A4: This error may occur if the workstation is not restarted after you are prompted to restart.
Restart the workstation, and then start Microsoft Dynamics GP again.
Rename the Dex.dic file in the Microsoft Dynamics GP folder, and then run the msp patch installation again.
This error may occur when you attempt to start Microsoft Dynamics GP if the DEX.DIC is not at the correct build.
Please browse to the Microsoft Dynamics GP Code folder on the server (the default path is C:\Program Files\Microsoft Dynamics\GP) and rename the current DEX.DIC to DEXOLD.DIC.
Open Control Panel, click
Add/Remove Programs and click Microsoft Dynamics GP 9.0 or Microsoft Dynamics GP 10.0 and click
Change.
In the ‘Program Maintenance’ window select the
Repair option.
Start Microsoft Dynamics GP by double clicking on the
Microsoft Dynamics GP icon to verify the error is resolved.
Q5: When I try to install a service pack for Microsoft Dynamics GP 9.0, I receive the following error message:
Windows installer is not able to find the GreatPlains.msi file in the location where Dynamics GP was originally installed based on the path is stored in the Windows registry.
When I browse to the GreatPlains.msi file on the installation CD, I receive the same error message. What is the problem?
A5: This problem occurs if the path to the original GreatPlains.msi file was changed or if the file was moved. You must correct the registry entry for the path of the GreatPlains.msi file. To do this, follow these steps.
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
Click Start, click Run, type regedit, and then click
OK.
On the File menu, click
Export.
In the File name box, type
registry backup, click All under
Export Range, and then click Save.
Press CTRL+F, type GreatPlains.msi, and then click Find Next. A registry subkey that resembles the following will be returned:
Right-click LastUsedSource, and then click
Modify.
Replace the current path with the path to the GreatPlains.msi file on the Microsoft Dynamics GP 9.0 installation CD. For example, if the CD is in the D drive, the Value data information is as follows:
Click OK, and then exit Registry Editor.
Retry the installation of the service pack.
Note If you have multiple instances of Microsoft Dynamics GP installed, you may have to repeat these steps to fix any other instances of the GreatPlains.msi file.
Q6: When I install a service pack, the following error appears:
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.
The error code is 2755. What is causing this error?
A6: This error occurs for either of the following reasons.
The service pack or the hotfix is not physically on the same drive partition as the Microsoft Dynamics GP application folder. For example, the service pack file exists on the C drive and the Microsoft Dynamics GP folder is on the D drive. To resolve this problem, download and then run the service pack file or the hotfix file on the same physical drive as the Microsoft Dynamics GP directory.
The service pack or the hotfix is installed from a network location. To resolve this problem if the service pack or the hotfix is on a network share, copy this file locally to the workstation, and then install the file.
Q7: When I try to uninstall Microsoft Dynamics GP 9.0, I receive the following error message:
A network error occurred while attempting to read from the file: C:\WINDOWS\Installer\GreatPlains.msi
How can I resolve this?
A7: When you uninstall the Microsoft Dynamics GP program, the GreatPlains.msi file is accessed. If this file cannot be found, you receive this error message. To resolve this issue, copy the GreatPlains.msi file from the Microsoft Dynamics GP installation CD to the location that is displayed in the error message. The GreatPlains.msi file is located in the Bin folder on the Microsoft Dynamics GP installation CD. After you copy the file, try to uninstall Microsoft Dynamics GP again. In this example, you copy the GreatPlains.msi file to following location:
C:\WINDOWS\Installer\
Q8. When you try to apply a service pack or hotfix for either Microsoft Dynamics GP on a Windows Vista computer, the following error is given:
«New code must be included in the Dynamics.set dictionary. However, you do not have sufficient privileges to do so. You can choose to continue, but the new code will not be used.»
A8: This error message is occuring because of the User Access Control (UAC) in Windows Vista. Use one of the following methods to resolve the issue:
Run the installation of the service pack or hotfix as an Administrator. To do this, right-click the file, on the shortcut menu, click
Run As Administrator, and then continue through the isntallation of the service pack or hotfix.
Disable User Access Control. To do this, follow these steps:
In Control Panel, click Add or remove user accounts.
Click the user account that you are logging into the computer as, and then click Go to the main User Accounts Page.
Click Change security settings, clear the Use User Account Control (UAC) to help protect your computer option, and then click OK.
Restart the computer when you are prompted.
Install by double-clicking the installation file.
As soon as the installation has finished, reset the changes that you made in steps 1-4 to enable UAC.
Развертывание Office 2016 с помощью SCCM 2012 R2
В этой статье описывается процедура централизованного разворачивания корпоративной 32-битной версии Microsoft Office Professional Plus 2016 на клиентские компьютеры с помощью System Center Configuration Manager 2012 R2. Рассмотрим процесс подготовки собственного MSP пакета с настройками Office, создания программы на сервере SCCM и установки программы на клиентских компьютерах.
Скачайте и разместите VL копию Office 2016 Pro Plus в каталоге, который будет источником файлов для SCCM пакета ( к примеру, \\msk-distr01\Applications\Office 2016)
Вместе с Office 2016, Microsoft выпустила новую версию MS Office Deployment Tool, позволяющую создавать кастомизированные сценарии установки Office 2016. С помощью данного средства администратор можно настроить параметры и опции установки Office, предопределить настройки продукта, языковые настройки и т.д.
Скачайте Office 2016 Deployment Tool и запустите файл OfficeDeploymentTool.exe. Укажите директорию, в которую нужно распаковать файлы setup.exe и Configuration.xml.
Запустите утилиту Office Customization Tool (OCT), с параметром /admin:
Программа установки Office 2016 запустится в особом режиме, в котором мы зададим настройки, которые должны быть использованы при разворачивании на компьютерах пользователей. На выходе программа создаст файл MSP, содержащий все указанные настройки, который нужно будет сохранить в каталог “.\Updates” дистрибутива Office.
Мы создадим MSP файл, позволяющий установить Office в автоматическом режиме без необходимости взаимодействия с пользователем.
Выберите Create a new setup customization file for following product, отметьте нужную редакцию продукта и нажмите OK.
В разделе Install location and organization name укажите информацию об организации.
Затем в разделе Licensing and user interface, выберите опцию Use KMS client key (если у вас будет использоваться KMS сервер для активации Office 2016 или ADBA активация), либо вручную укажите MAK ключ, выбрав пункт Enter another product key.
Включите чекбокс в разделе I accept the terms in the license agreement, в разделе Display level укажите Basic, и выберите Suppress modal и No cancel. При данных настройках пользователь не должен вводить никакой лицензионной информации и подтверждать лицензионное соглашение.
В разделе Modify Setup properties нажмите Add, и добавьте параметр с именем SETUP_REBOOT и значением Never.
Следующий этап – создание SCCM приложения.
Выберите Automatically detect information и укажите UNC путь к файлу proplusww.msi
Приложение будет импортировано из файла msi. Нажмите Next.
Укажем информацию о приложении. Строку установки оставим пока без изменнеий (по умолчанию, msiexec /i “proplusww.msi” /q ). В пункте Install behavior выберем Install for system.
Закроем мастер создания приложения.
Откроем свойства созданного приложения, на вкладке Deployment Types выберите MSI файл и перейдите в режим редактирования (Edit). На вкладке Content укажите путь к каталогу с дистрибутивом Office 2016.
На вкладе Programs измените строку установки (Installation Program) на setup.exe. Сохраните изменения.
Осталось распространить приложение на нужные Distribution Point и опубликовать программу на коллекцию с компьютерами пользователей. В мастере Deploy Software Wizard укажем действие: Action – Install, Purpose — Available
Подробный лог установки находится в файле %Windir%\CCM\Logs\Appenforce.log. По этому файлу можно следить за статусом установки.
Приложение будет скачано на компьютер клиента и установлено. Как мы видим, статус установки изменился на Installed, значит Office 2016 установился корректно.
Для автоматической установки Office 2016 в тихом режиме на компьютеры определенной коллекции нужно создать отдельный Advertisement.