mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Merge pull request #271 from JanKeller1/master
Update Planning topic w Office 2016 info
This commit is contained in:
commit
06a8e5fa73
@ -16,7 +16,7 @@ ms.prod: w10
|
||||
|
||||
You can create user-entitled connection groups that contain both user-published and globally published packages, using either of the following methods:
|
||||
|
||||
- [How to use Windows PowerShell cmdlets to create user-entitled connection groups](#how-to-use-powershell-cmdlets-to-create-user-entitled-connection-groups)
|
||||
- [How to use Windows PowerShell cmdlets to create user-entitled connection groups](#how-to-use-windows-powershell-cmdlets-to-create-user-entitled-connection-groups)
|
||||
|
||||
- [How to use the App-V Server to create user-entitled connection groups](#how-to-use-the-app-v-server-to-create-user-entitled-connection-groups)
|
||||
|
||||
|
@ -243,7 +243,7 @@ The XML file that is included in the Office Deployment Tool specifies the produc
|
||||
**Note**<br>
|
||||
The configuration XML is a sample XML file. The file includes lines that are commented out. You can “uncomment” these lines to customize additional settings with the file.
|
||||
|
||||
The above XML configuration file specifies that Office 2013 ProPlus 32-bit edition, including Visio ProPlus, will be downloaded in English to the \\\\server\\Office 2013, which is the location where Office applications will be saved to. Note that the Product ID of the applications will not affect the final licensing of Office. Office 2013 App-V packages with various licensing can be created from the same applications through specifying licensing in a later stage. For more information, see [Customizable attributes and elements of the XML file](#customizable-attributes-and-elements-of-the-XML-file), later in this topic.
|
||||
The above XML configuration file specifies that Office 2013 ProPlus 32-bit edition, including Visio ProPlus, will be downloaded in English to the \\\\server\\Office 2013, which is the location where Office applications will be saved to. Note that the Product ID of the applications will not affect the final licensing of Office. Office 2013 App-V packages with various licensing can be created from the same applications through specifying licensing in a later stage. For more information, see [Customizable attributes and elements of the XML file](#customizable-attributes-and-elements-of-the-xml-file), later in this topic.
|
||||
|
||||
After editing the configuration.xml file to specify the desired product, languages, and also the location which the Office 2013 applications will be saved onto, you can save the configuration file, for example, as Customconfig.xml.
|
||||
|
||||
|
@ -20,15 +20,15 @@ A connection group XML file defines the connection group for the App-V client. F
|
||||
|
||||
This topic explains the following procedures:
|
||||
|
||||
- [To add and publish the App-V packages in the connection group](#bkmk-add-pub-pkgs-in-cg)
|
||||
- [To add and publish the App-V packages in the connection group](#to-add-and-publish-the-app-v-packages-in-the-connection-group)
|
||||
|
||||
- [To add and enable the connection group on the App-V client](#bkmk-add-enable-cg-on-clt)
|
||||
- [To add and enable the connection group on the App-V client](#to-add-and-enable-the-connection-group-on-the-app-v-client)
|
||||
|
||||
- [To enable or disable a connection group for a specific user](#bkmk-enable-cg-for-user-poshtopic)
|
||||
- [To enable or disable a connection group for a specific user](#to-enable-or-disable-a-connection-group-for-a-specific-user)
|
||||
|
||||
- [To allow only administrators to enable connection groups](#bkmk-admin-only-posh-topic-cg)
|
||||
- [To allow only administrators to enable connection groups](#to-allow-only-administrators-to-enable-connection-groups)
|
||||
|
||||
**To add and publish the App-V packages in the connection group**
|
||||
## To add and publish the App-V packages in the connection group
|
||||
|
||||
1. To add and publish the App-V packages to the computer running the App-V client, type the following command:
|
||||
|
||||
@ -36,7 +36,7 @@ This topic explains the following procedures:
|
||||
|
||||
2. Repeat **step 1** of this procedure for each package in the connection group.
|
||||
|
||||
**To add and enable the connection group on the App-V client**
|
||||
## To add and enable the connection group on the App-V client
|
||||
|
||||
1. Add the connection group by typing the following command:
|
||||
|
||||
@ -48,7 +48,7 @@ This topic explains the following procedures:
|
||||
|
||||
When any virtual applications that are in the member packages are run on the target computer, they will run inside the connection group’s virtual environment and will be available to all the virtual applications in the other packages in the connection group.
|
||||
|
||||
**To enable or disable a connection group for a specific user**
|
||||
## To enable or disable a connection group for a specific user
|
||||
|
||||
1. Review the parameter description and requirements:
|
||||
|
||||
@ -89,9 +89,7 @@ This topic explains the following procedures:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
**To allow only administrators to enable connection groups**
|
||||
## To allow only administrators to enable connection groups
|
||||
|
||||
1. Review the description and requirement for using this cmdlet:
|
||||
|
||||
|
@ -16,11 +16,11 @@ ms.prod: w10
|
||||
|
||||
This topic explains how to:
|
||||
|
||||
- [Update an application in an existing virtual application package](#bkmk-update-app-in-pkg)
|
||||
- [Update an application in an existing virtual application package](#update-an-application-in-an-existing-virtual-application-package)
|
||||
|
||||
- [Modify the properties associated with an existing virtual application package](#bkmk-chg-props-in-pkg)
|
||||
- [Modify the properties associated with an existing virtual application package](#modify-the-properties-associated-with-an-existing-virtual-application-package)
|
||||
|
||||
- [Add a new application to an existing virtual application package](#bkmk-add-app-to-pkg)
|
||||
- [Add a new application to an existing virtual application package](#add-a-new-application-to-an-existing-virtual-application-package)
|
||||
|
||||
**Before you update a package:**
|
||||
|
||||
@ -32,7 +32,7 @@ This topic explains how to:
|
||||
|
||||
- If you click **Modify an Existing Virtual Application Package** in the Sequencer in order to edit a package, but then make no changes and close the package, the streaming behavior of the package is changed. The primary feature block is removed from the StreamMap.xml file, and any files that were listed in the publishing feature block are removed. Users who receive the edited package experience that package as if it were stream-faulted, regardless of how the original package was configured.
|
||||
|
||||
**Update an application in an existing virtual application package**
|
||||
## Update an application in an existing virtual application package
|
||||
|
||||
1. On the computer that runs the sequencer, click **All Programs**, point to **Microsoft Application Virtualization**, and then click **Microsoft Application Virtualization Sequencer**.
|
||||
|
||||
@ -47,25 +47,17 @@ This topic explains how to:
|
||||
**Important**
|
||||
If you are required to disable virus scanning software, first scan the computer that runs the sequencer to ensure that no unwanted or malicious files are added to the package.
|
||||
|
||||
|
||||
|
||||
6. On the **Select Installer** page, click **Browse** and specify the update installation file for the application. If the update does not have an associated installer file, and if you plan to run all installation steps manually, select the **Select this option to perform a custom installation** check box, and then click **Next**.
|
||||
|
||||
7. On the **Installation** page, when the sequencer and application installer are ready you can proceed to install the application update so the sequencer can monitor the installation process. If additional installation files must be run as part of the installation, click **Run**, and then locate and run the additional installation files. When you are finished with the installation, select **I am finished installing**. Click **Next**.
|
||||
|
||||
**Note**
|
||||
The sequencer monitors all changes and installations that occur on the computer that runs the sequencer. This includes any changes and installations that are performed outside of the sequencing wizard.
|
||||
|
||||
|
||||
>**Note** The sequencer monitors all changes and installations that occur on the computer that runs the sequencer. This includes any changes and installations that are performed outside of the sequencing wizard.
|
||||
|
||||
8. On the **Installation Report** page, you can review information about the updated virtual application. In **Additional Information**, double-click the event to obtain more detailed information. To proceed, click **Next**.
|
||||
|
||||
9. On the **Streaming** page, run each program so that it can be optimized and run more efficiently on target computers. It can take several minutes for all of the applications to run. After all applications have run, close each of the applications, and then click **Next**.
|
||||
|
||||
**Note**
|
||||
You can stop an application from loading during this step. In the **Application Launch** dialog box, click **Stop**, and then select either **Stop all applications** or **Stop this application only**.
|
||||
|
||||
|
||||
>**Note** You can stop an application from loading during this step. In the **Application Launch** dialog box, click **Stop**, and then select either **Stop all applications** or **Stop this application only**.
|
||||
|
||||
10. On the **Create Package** page, to modify the package without saving it, select the check box for **Continue to modify package without saving using the package editor**. When you select this option, the package opens in the App-V Sequencer console, where you can modify the package before it is saved. Click **Next**.
|
||||
|
||||
@ -73,7 +65,8 @@ This topic explains how to:
|
||||
|
||||
11. On the **Completion** page, click **Close** to close the wizard. The package is now available in the sequencer.
|
||||
|
||||
**Modify the properties associated with an existing virtual application package**
|
||||
|
||||
## Modify the properties associated with an existing virtual application package
|
||||
|
||||
1. On the computer that runs the sequencer, click **All Programs**, point to **Microsoft Application Virtualization**, and then click **Microsoft Application Virtualization Sequencer**.
|
||||
|
||||
@ -109,14 +102,11 @@ This topic explains how to:
|
||||
|
||||
- Add or edit shortcuts and file type associations.
|
||||
|
||||
**Note**
|
||||
To edit shortcuts or file type associations, you must first open the package for upgrade to add a new application, and then proceed to the final editing page.
|
||||
|
||||
|
||||
>**Note** To edit shortcuts or file type associations, you must first open the package for upgrade to add a new application, and then proceed to the final editing page.
|
||||
|
||||
6. When you finish changing the package properties, click **File** > **Save** to save the package.
|
||||
|
||||
**Add a new application to an existing virtual application package**
|
||||
## Add a new application to an existing virtual application package
|
||||
|
||||
1. On the computer that runs the sequencer, click **All Programs**, point to **Microsoft Application Virtualization**, and then click **Microsoft Application Virtualization Sequencer**.
|
||||
|
||||
@ -128,19 +118,13 @@ This topic explains how to:
|
||||
|
||||
5. On the **Prepare Computer** page, review the issues that could cause the package creation to fail or cause the revised package to contain unnecessary data. Resolve all potential issues before you continue. After making any corrections and resolving all potential issues, click **Refresh** > **Next**.
|
||||
|
||||
**Important**
|
||||
If you are required to disable virus scanning software, first scan the computer that runs the sequencer to ensure that no unwanted or malicious files can be added to the package.
|
||||
|
||||
|
||||
>**Important** If you are required to disable virus scanning software, first scan the computer that runs the sequencer to ensure that no unwanted or malicious files can be added to the package.
|
||||
|
||||
6. On the **Select Installer** page, click **Browse** and specify the installation file for the application. If the application does not have an associated installer file and you plan to run all installation steps manually, select the **Select this option to perform a custom installation** check box, and then click **Next**.
|
||||
|
||||
7. On the **Installation** page, when the sequencer and application installer are ready, install the application so that the sequencer can monitor the installation process. If additional installation files must be run as part of the installation, click **Run**, and locate and run the additional installation files. When you finish the installation, select **I am finished installing** > **Next**. In the **Browse for Folder** dialog box, specify the primary directory where the application will be installed. Ensure that this is a new location so that you don’t overwrite the existing version of the virtual application package.
|
||||
|
||||
**Note**
|
||||
The sequencer monitors all changes and installations that occur on the computer that runs the sequencer. This includes any changes and installations that are performed outside of the sequencing wizard.
|
||||
|
||||
|
||||
>**Note** The sequencer monitors all changes and installations that occur on the computer that runs the sequencer. This includes any changes and installations that are performed outside of the sequencing wizard.
|
||||
|
||||
8. On the **Configure Software** page, optionally run the programs contained in the package. This step completes any associated license or configuration tasks that are required to run the application before you deploy and run the package on target computers. To run all the programs at the same time, select at least one program, and then click **Run All**. To run specific programs, select the program or programs you want to run, and then click **Run Selected**. Complete the required configuration tasks and then close the applications. It can take several minutes for all programs to run. Click **Next**.
|
||||
|
||||
@ -152,10 +136,7 @@ This topic explains how to:
|
||||
|
||||
11. On the **Streaming** page, run each program so that it can be optimized and run more efficiently on target computers. It can take several minutes for all the applications to run. After all applications have run, close each of the applications, and then click **Next**.
|
||||
|
||||
**Note**
|
||||
You can stop an application from loading during this step. In the **Application Launch** dialog box, click **Stop** and then select either **Stop all applications** or **Stop this application only**.
|
||||
|
||||
|
||||
>**Note** You can stop an application from loading during this step. In the **Application Launch** dialog box, click **Stop** and then select either **Stop all applications** or **Stop this application only**.
|
||||
|
||||
12. On the **Create Package** page, to modify the package without saving it, select the **Continue to modify package without saving using the package editor** check box. Selecting this option opens the package in the App-V Sequencer console, where you can modify the package before saving it. Click **Next**.
|
||||
|
||||
|
@ -26,15 +26,14 @@ Use the following information to plan how to deploy Office by using Microsoft Ap
|
||||
|
||||
## <a href="" id="bkmk-lang-pack"></a>App-V support for Language Packs
|
||||
|
||||
You can use the App-V Sequencer to create plug-in packages for Language Packs, Language Interface Packs, Proofing Tools and ScreenTip Languages. You can then include the plug-in packages in a Connection Group, along with the Office 2013 package that you create by using the Office Deployment Toolkit. The Office applications and the plug-in Language Packs interact seamlessly in the same connection group, just like any other packages that are grouped together in a connection group.
|
||||
You can use the App-V Sequencer to create plug-in packages for Language Packs, Language Interface Packs, Proofing Tools and ScreenTip Languages. You can then include the plug-in packages in a Connection Group, along with the Office package that you create by using the Office Deployment Toolkit. The Office applications and the plug-in Language Packs interact seamlessly in the same connection group, just like any other packages that are grouped together in a connection group.
|
||||
|
||||
**Note**
|
||||
Microsoft Visio and Microsoft Project do not provide support for the Thai Language Pack.
|
||||
|
||||
|
||||
|
||||
## <a href="" id="bkmk-office-vers-supp-appv"></a>Supported versions of Microsoft Office
|
||||
|
||||
<!-- As of February 28, 2017, the first row of the table should be updated, because at that point, support for the Office 2013 version of Office 365 will end. It might also be good to have a link to this KB article: https://support.microsoft.com/kb/3199744 -->
|
||||
|
||||
The following table lists the versions of Microsoft Office that App-V supports, methods of Office package creation, supported licensing, and supported deployments.
|
||||
|
||||
@ -55,7 +54,7 @@ The following table lists the versions of Microsoft Office that App-V supports,
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Office 365 ProPlus</p>
|
||||
<td align="left"><p>Office 365 ProPlus (either the Office 2013 or the Office 2016 version)</p>
|
||||
<p>Also supported:</p>
|
||||
<ul>
|
||||
<li><p>Visio Pro for Office 365</p></li>
|
||||
@ -71,6 +70,22 @@ The following table lists the versions of Microsoft Office that App-V supports,
|
||||
</ul></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><ul>
|
||||
<li><p>Visio Professional 2016 (C2R-P)</p></li>
|
||||
<li><p>Visio Standard 2016 (C2R-P)</p></li>
|
||||
<li><p>Project Professional 2016 (C2R-P)</p></li>
|
||||
<li><p>Project Standard 2016 (C2R-P)</p></li>
|
||||
</ul></td>
|
||||
<td align="left"><p>Office Deployment Tool</p></td>
|
||||
<td align="left"><p>Volume Licensing</p></td>
|
||||
<td align="left"><ul>
|
||||
<li><p>Desktop</p></li>
|
||||
<li><p>Personal VDI</p></li>
|
||||
<li><p>Pooled VDI</p></li>
|
||||
<li><p>RDS</p></li>
|
||||
</ul></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Office Professional Plus 2013</p>
|
||||
<p>Also supported:</p>
|
||||
<ul>
|
||||
@ -89,12 +104,9 @@ The following table lists the versions of Microsoft Office that App-V supports,
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
## <a href="" id="bkmk-plan-coexisting"></a>Planning for using App-V with coexisting versions of Office
|
||||
|
||||
|
||||
You can install more than one version of Microsoft Office side by side on the same computer by using “Microsoft Office coexistence.” You can implement Office coexistence with combinations of all major versions of Office and with installation methods, as applicable, by using the Windows Installer-based (MSi) version of Office, Click-to-Run, and App-V. However, using Office coexistence is not recommended by Microsoft.
|
||||
You can install more than one version of Microsoft Office side by side on the same computer by using “Microsoft Office coexistence.” You can implement Office coexistence with combinations of all major versions of Office and with installation methods, as applicable, by using the Windows Installer-based (MSI) version of Office, Click-to-Run, and App-V. However, using Office coexistence is not recommended by Microsoft.
|
||||
|
||||
Microsoft’s recommended best practice is to avoid Office coexistence completely to prevent compatibility issues. However, when you are migrating to a newer version of Office, issues occasionally arise that can’t be resolved immediately, so you can temporarily implement coexistence to help facilitate a faster migration to the latest product version. Using Office coexistence on a long-term basis is never recommended, and your organization should have a plan to fully transition in the immediate future.
|
||||
|
||||
@ -115,19 +127,22 @@ Before implementing Office coexistence, review the following Office documentatio
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Office 2016</p></td>
|
||||
<td align="left"><p>[Information about how to use Outlook 2016 or 2013 and an earlier version of Outlook installed on the same computer](https://support.microsoft.com/kb/2782408)</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>Office 2013</p></td>
|
||||
<td align="left"><p>[Information about how to use Office 2013 suites and programs (MSI deployment) on a computer that is running another version of Office](http://support.microsoft.com/kb/2784668)</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Office 2010</p></td>
|
||||
<td align="left"><p>[Information about how to use Office 2010 suites and programs on a computer that is running another version of Office](http://support.microsoft.com/kb/2121447)</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
The Office documentation provides extensive guidance on coexistence for Windows Installer-based (MSi) and Click-to-Run installations of Office. This App-V topic on coexistence supplements the Office guidance with information that is more specific to App-V deployments.
|
||||
The Office documentation provides extensive guidance on coexistence for Windows Installer-based (MSI) and Click-to-Run installations of Office. This App-V topic on coexistence supplements the Office guidance with information that is more specific to App-V deployments.
|
||||
|
||||
### Supported Office coexistence scenarios
|
||||
|
||||
@ -166,11 +181,13 @@ The Windows Installer-based and Click-to-Run Office installation methods integra
|
||||
<td align="left"><p>Office 2013</p></td>
|
||||
<td align="left"><p>Always integrated. Windows operating system integrations cannot be disabled.</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>Office 2016</p></td>
|
||||
<td align="left"><p>Always integrated. Windows operating system integrations cannot be disabled.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Microsoft recommends that you deploy Office coexistence with only one integrated Office instance. For example, if you’re using App-V to deploy Office 2010 and Office 2013, you should sequence Office 2010 in non-integrated mode. For more information about sequencing Office in non-integration (isolated) mode, see [How to sequence Microsoft Office 2010 in Microsoft Application Virtualization 5.0](http://support.microsoft.com/kb/2830069).
|
||||
|
||||
### Known limitations of Office coexistence scenarios
|
||||
@ -183,9 +200,9 @@ The following limitations can occur when you install the following versions of O
|
||||
|
||||
- Office 2010 by using the Windows Installer-based version
|
||||
|
||||
- Office 2013 by using App-V
|
||||
- Office 2013 or Office 2016 by using App-V
|
||||
|
||||
After you publish Office 2013 by using App-V side by side with an earlier version of the Windows Installer-based Office 2010 might also cause the Windows Installer to start. This is because the Windows Installer-based or Click-to-Run version of Office 2010 is trying to automatically register itself to the computer.
|
||||
After you publish Office 2013 or Office 2016 by using App-V side by side with an earlier version of the Windows Installer-based Office 2010, it might also cause the Windows Installer to start. This is because the Windows Installer-based or Click-to-Run version of Office 2010 is trying to automatically register itself to the computer.
|
||||
|
||||
To bypass the auto-registration operation for native Word 2010, follow these steps:
|
||||
|
||||
@ -215,12 +232,13 @@ To bypass the auto-registration operation for native Word 2010, follow these ste
|
||||
|
||||
8. On the File menu, click **Exit** to close Registry Editor.
|
||||
|
||||
|
||||
|
||||
## <a href="" id="bkmk-office-integration-win"></a>How Office integrates with Windows when you use App-V to deploy Office
|
||||
|
||||
When you deploy Office 2013 or Office 2016 by using App-V, Office is fully integrated with the operating system, which provides end users with the same features and functionality as Office has when it is deployed without App-V.
|
||||
|
||||
When you deploy Office 2013 by using App-V, Office is fully integrated with the operating system, which provides end users with the same features and functionality as Office has when it is deployed without App-V.
|
||||
|
||||
The Office 2013 App-V package supports the following integration points with the Windows operating system:
|
||||
The Office 2013 or Office 2016 App-V package supports the following integration points with the Windows operating system:
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
@ -235,8 +253,8 @@ The Office 2013 App-V package supports the following integration points with the
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Lync meeting Join Plug-in for Firefox and Chrome</p></td>
|
||||
<td align="left"><p>User can join Lync meetings from Firefox and Chrome</p></td>
|
||||
<td align="left"><p>Skype for Business (formerly Lync) meeting Join Plug-in for Firefox and Chrome</p></td>
|
||||
<td align="left"><p>User can join Skype meetings from Firefox and Chrome</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>Sent to OneNote Print Driver</p></td>
|
||||
@ -251,8 +269,8 @@ The Office 2013 App-V package supports the following integration points with the
|
||||
<td align="left"><p>User can send to OneNote from IE</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Firewall Exception for Lync and Outlook</p></td>
|
||||
<td align="left"><p>Firewall Exception for Lync and Outlook</p></td>
|
||||
<td align="left"><p>Firewall Exception for Skype for Business (formerly Lync) and Outlook</p></td>
|
||||
<td align="left"><p>Firewall Exception for Skype for Business (formerly Lync) and Outlook</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>MAPI Client</p></td>
|
||||
@ -307,6 +325,6 @@ Add or vote on suggestions on the [Application Virtualization feedback site](htt
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Deploying Microsoft Office 2016 by Using App-V](appv-deploying-microsoft-office-2016-with-appv.md)
|
||||
- [Deploying Microsoft Office 2013 by Using App-V](appv-deploying-microsoft-office-2013-with-appv.md)
|
||||
|
||||
- [Deploying Microsoft Office 2010 by Using App-V](appv-deploying-microsoft-office-2010-wth-appv.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user