From 442b022c4182a93937e725a918a0fb84e7fc17bf Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 16 Apr 2018 16:46:14 -0700 Subject: [PATCH] Bulleted list cleanup --- .../app-v/revision-heidi/appv-about-appv.md | 1 - .../app-v/revision-heidi/appv-auto-batch-sequencing.md | 7 +------ .../app-v/revision-heidi/appv-capacity-planning.md | 8 +++----- .../appv-deploying-microsoft-office-2016-with-appv.md | 10 +++++----- .../appv-planning-for-high-availability-with-appv.md | 2 -- 5 files changed, 9 insertions(+), 19 deletions(-) diff --git a/windows/application-management/app-v/revision-heidi/appv-about-appv.md b/windows/application-management/app-v/revision-heidi/appv-about-appv.md index 1e7e61d7d8..c996e00b12 100644 --- a/windows/application-management/app-v/revision-heidi/appv-about-appv.md +++ b/windows/application-management/app-v/revision-heidi/appv-about-appv.md @@ -66,5 +66,4 @@ Add or vote on suggestions on the [Application Virtualization feedback site](htt ## Related topics * [Release Notes for App-V for Windows 10, version 1607](appv-release-notes-for-appv-for-windows.md) - * [Release Notes for App-V for Windows 10, version 1703](appv-release-notes-for-appv-for-windows-1703.md) \ No newline at end of file diff --git a/windows/application-management/app-v/revision-heidi/appv-auto-batch-sequencing.md b/windows/application-management/app-v/revision-heidi/appv-auto-batch-sequencing.md index 61668a5ec0..cf822d0696 100644 --- a/windows/application-management/app-v/revision-heidi/appv-auto-batch-sequencing.md +++ b/windows/application-management/app-v/revision-heidi/appv-auto-batch-sequencing.md @@ -92,15 +92,10 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle 2. Add the following required XML info for each app: - ``````. The name of the app you're adding to the package. - - ``````. The file path to the folder with the app installer. - - ``````. The file name for the app executable. This will typically be an .exe or .msi file. - - ``````. The maximum amount of time, in minutes, that the cmdlet should wait for sequencing to complete. You can enter a different value for each app, based on the size and complexity of the app itself. - - ``````. Determines whether the sequencer uses the cmdlet or the App-V Sequencer interface. **True** tells the sequencer to usea cmdlet-based sequencing, while **False** tells the sequencer to use the App-V Sequencer interface. You can use both the cmdlet and the interface together in the same ConfigFile, for different apps. - - ``````. Indicates whether the app should be sequenced. **True** includes the app, while **False** ignores it. You can include as many apps as you want in the batch file, but optionally enable only a few of them. **Example:** @@ -128,7 +123,7 @@ Sequencing multipe apps at the same time requires that you create a **ConfigFIle ``` -#### Start the App-V Sequencer interface and app installation process +#### How to start the App-V Sequencer interface and app installation process Open PowerShell as an admin on the Host computer and run the following commands to start the batch sequencing: diff --git a/windows/application-management/app-v/revision-heidi/appv-capacity-planning.md b/windows/application-management/app-v/revision-heidi/appv-capacity-planning.md index acfade2490..3e1024197e 100644 --- a/windows/application-management/app-v/revision-heidi/appv-capacity-planning.md +++ b/windows/application-management/app-v/revision-heidi/appv-capacity-planning.md @@ -190,8 +190,6 @@ Add or vote on suggestions on the [Application Virtualization feedback site](htt ## Related topics -[App-V supported configurations](appv-supported-configurations.md) - -[Planning for high availability with App-V](appv-planning-for-high-availability-with-appv.md) - -[Planning to deploy App-V](appv-planning-to-deploy-appv.md) \ No newline at end of file +* [App-V supported configurations](appv-supported-configurations.md) +* [Planning for high availability with App-V](appv-planning-for-high-availability-with-appv.md) +* [Planning to deploy App-V](appv-planning-to-deploy-appv.md) \ No newline at end of file diff --git a/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md b/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md index 8b3628ecfb..89c9561158 100644 --- a/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md +++ b/windows/application-management/app-v/revision-heidi/appv-deploying-microsoft-office-2016-with-appv.md @@ -17,9 +17,9 @@ Use the information in this article to use Application Virtualization (App-V) to This topic contains the following sections: * [What to know before you start](#what-to-know-before-you-start) -* [Creating an Office 2016 package for App-V with the Office Deployment Tool](#creating-an-office-2016-package-for-app-v-with-the-office-deployment-tool)  -* [Publishing the Office package for App-V](#publishing-the-office-package-for-app-v)  -* [Customizing and managing Office App-V packages](#customizing-and-managing-office-app-v-packages)  +* [Creating an Office 2016 package for App-V with the Office Deployment Tool](#creating-an-office-2016-package-for-app-v-with-the-office-deployment-tool) +* [Publishing the Office package for App-V](#publishing-the-office-package-for-app-v) +* [Customizing and managing Office App-V packages](#customizing-and-managing-office-app-v-packages) ## What to know before you start @@ -364,8 +364,8 @@ To upgrade an Office 2016 package, use the Office Deployment Tool. To upgrade a >[!NOTE] >Office App-V packages have two Version IDs: - * An Office 2016 App-V Package Version ID that is unique across all packages created using the Office Deployment Tool. - * A second App-V Package Version ID, formatted as X.X.X.X, in the AppX manifest that will only change if there is a new version of Office itself. For example, if a new Office 2016 release with upgrades is available, and a package is created through the Office Deployment Tool to incorporate these upgrades, the X.X.X.X version ID will change to reflect the new version of Office. The App-V server will use the X.X.X.X version ID to differentiate this package and recognize that it contains new upgrades to the previously published package, and as a result, publish it as an upgrade to the existing Office 2016 package. + >* An Office 2016 App-V Package Version ID that is unique across all packages created using the Office Deployment Tool. + >* A second App-V Package Version ID, formatted as X.X.X.X, in the AppX manifest that will only change if there is a new version of Office itself. For example, if a new Office 2016 release with upgrades is available, and a package is created through the Office Deployment Tool to incorporate these upgrades, the X.X.X.X version ID will change to reflect the new version of Office. The App-V server will use the X.X.X.X version ID to differentiate this package and recognize that it contains new upgrades to the previously published package, and as a result, publish it as an upgrade to the existing Office 2016 package. 2. Globally publish the newly created Office 2016 App-V Packages onto the computers you want to apply the new updates to. Since the new package has the same lineage as the older Office 2016 App-V Package, publishing will be fast, as publishing the new package with the updates only applies the new changes to the old package. 3. Upgrades will be applied in the same manner of any globally published App-V packages. Because applications will probably be in use, upgrades might be delayed until the computer is rebooted. diff --git a/windows/application-management/app-v/revision-heidi/appv-planning-for-high-availability-with-appv.md b/windows/application-management/app-v/revision-heidi/appv-planning-for-high-availability-with-appv.md index 3b28988928..5c057229da 100644 --- a/windows/application-management/app-v/revision-heidi/appv-planning-for-high-availability-with-appv.md +++ b/windows/application-management/app-v/revision-heidi/appv-planning-for-high-availability-with-appv.md @@ -89,9 +89,7 @@ Use the following steps to modify the connection string to include ```failover p Click any of the following links for more information: * [Prepare a mirror database for mirroring (SQL Server)](https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/prepare-a-mirror-database-for-mirroring-sql-server). - * [Establish a database mirroring session using Windows Authentication (SQL Server Management Studio)](https://docs.microsoft.com/en-us/sql/database-engine/database-mirroring/establish-database-mirroring-session-windows-authentication). - * [Deprecated database engine features in SQL Server 2012](). ## Support for Microsoft SQL Server Always On configuration