mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Adding content
This commit is contained in:
@ -111,7 +111,7 @@
|
|||||||
### [Operations for App-V](appv-operations.md)
|
### [Operations for App-V](appv-operations.md)
|
||||||
#### [Creating and Managing App-V Virtualized Applications](appv-creating-and-managing-virtualized-applications.md)
|
#### [Creating and Managing App-V Virtualized Applications](appv-creating-and-managing-virtualized-applications.md)
|
||||||
##### [Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-sequence-a-new-application.md)
|
##### [Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-sequence-a-new-application.md)
|
||||||
##### [Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-automatic-sequence-a-new-app.md)
|
##### [Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-sequence-a-new-app.md)
|
||||||
###### [Automatically sequence multiple apps at the same time](appv-auto-batch-sequencing.md)
|
###### [Automatically sequence multiple apps at the same time](appv-auto-batch-sequencing.md)
|
||||||
###### [Automatically update multiple apps at the same time](appv-auto-batch-updating.md)
|
###### [Automatically update multiple apps at the same time](appv-auto-batch-updating.md)
|
||||||
##### [How to Modify an Existing Virtual Application Package](appv-modify-an-existing-virtual-application-package.md)
|
##### [How to Modify an Existing Virtual Application Package](appv-modify-an-existing-virtual-application-package.md)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
title: Automatically sequence multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer) (Windows 10)
|
||||||
description: How to automatically sequence a new app using the App-V Sequencer
|
description: How to automatically sequence multiple apps at the same time using the Microsoft Application Virtualization Sequencer.
|
||||||
author: eross-msft
|
author: eross-msft
|
||||||
ms.pagetype: mdop, appcompat, virtualization
|
ms.pagetype: mdop, appcompat, virtualization
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
@ -9,28 +9,18 @@ ms.prod: w10
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
# Automatically sequence multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer)
|
||||||
|
|
||||||
**Applies to**
|
**Applies to**
|
||||||
- Windows 10, version 1703
|
- Windows 10, version 1703
|
||||||
|
|
||||||
Previous versions of the App-V Sequencer have required you to manually sequence your app packages. This was time-consuming and required extensive interaction, causing many companies to deploy brand-new packages rather than update an existing one. Windows 10, version 1703 introduces an updated App-V Sequencer that automatically sequences your app packages, improving your overall experience by streamlining the provisioning of the prerequisite environment, automating app installation, and expediting the package updating setup.
|
Sequencing multiple apps at the same time
|
||||||
|
There are 2 approaches to sequencing multiple apps at the same time:
|
||||||
Using the automatic sequencer to package your apps provides:
|
- Using a cmdlet in PowerShell
|
||||||
|
|
||||||
- Automatic virtual machine (VM) provisioning of the sequencing environment. The process for this is covered in this topic.
|
|
||||||
|
|
||||||
- Batch-sequencing of packages. This means that multiple apps can be sequenced at the same time, in a single group. For info about this, see ...
|
|
||||||
|
|
||||||
- Batch-updating of packages. This means that multiple apps can be updated at the same time, in a single group. For info about this, see ...
|
|
||||||
|
|
||||||
## Automatic VM provisioning of the sequencing environment
|
|
||||||
You have 2 options for provisioning an VM for auto-sequencing:
|
|
||||||
- Using a Virtual Hard Disk (VHD)
|
|
||||||
|
|
||||||
-OR-
|
-OR-
|
||||||
|
|
||||||
- Updating an existing VM
|
- Using the UI provided by the App-V Sequencer
|
||||||
|
|
||||||
### Provision a new VM by using a VHD file
|
### Provision a new VM by using a VHD file
|
||||||
Provisioning your new VM includes creating a VHD file, setting up a user account, turning on remote PowerShell scripting, and installing the App-V Sequencer.
|
Provisioning your new VM includes creating a VHD file, setting up a user account, turning on remote PowerShell scripting, and installing the App-V Sequencer.
|
||||||
@ -132,7 +122,5 @@ The 2 types of provisioning log files, located at “%temp%\AutoSequencer\Logs
|
|||||||
|
|
||||||
- [Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-sequence-a-new-application.md)
|
- [Manually sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-sequence-a-new-application.md)
|
||||||
|
|
||||||
**Have a suggestion for App-V?**
|
**Have a suggestion for App-V?**<p>
|
||||||
|
|
||||||
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
||||||
|
|
||||||
|
@ -20,9 +20,9 @@ Using the automatic sequencer to package your apps provides:
|
|||||||
|
|
||||||
- Automatic virtual machine (VM) provisioning of the sequencing environment. The process for this is covered in this topic.
|
- Automatic virtual machine (VM) provisioning of the sequencing environment. The process for this is covered in this topic.
|
||||||
|
|
||||||
- Batch-sequencing of packages. This means that multiple apps can be sequenced at the same time, in a single group. For info about this, see [Automatically sequence multiple apps at the same time](appv-auto-batch-sequencing.md).
|
- Batch-sequencing of packages. This means that multiple apps can be sequenced at the same time, in a single group. For info about this, see [Automatically sequence multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-sequencing.md).
|
||||||
|
|
||||||
- Batch-updating of packages. This means that multiple apps can be updated at the same time, in a single group. For info about this, see [Automatically update multiple apps at the same time](appv-auto-batch-updating.md).
|
- Batch-updating of packages. This means that multiple apps can be updated at the same time, in a single group. For info about this, see [Automatically update multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-updating.md).
|
||||||
|
|
||||||
## Automatic VM provisioning of the sequencing environment
|
## Automatic VM provisioning of the sequencing environment
|
||||||
You have 2 options for provisioning an VM for auto-sequencing:
|
You have 2 options for provisioning an VM for auto-sequencing:
|
||||||
@ -136,4 +136,3 @@ The 2 types of provisioning log files, located at “%temp%\AutoSequencer\Logs
|
|||||||
|
|
||||||
**Have a suggestion for App-V?**<p>
|
**Have a suggestion for App-V?**<p>
|
||||||
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
|
||||||
|
|
@ -17,9 +17,9 @@ This topic lists new and updated topics in the [Manage and update Windows 10](in
|
|||||||
## February 2017
|
## February 2017
|
||||||
| New or changed topic | Description |
|
| New or changed topic | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|[Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-automatic-sequence-a-new-app.md) |New |
|
|[Automatically sequence a new app using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-sequence-a-new-app.md) |New |
|
||||||
|[Automatically sequence multiple apps at the same time](appv-auto-batch-sequencing.md) |New |
|
|[Automatically sequence multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-sequencing.md) |New |
|
||||||
|[Automatically update multiple apps at the same time](appv-auto-batch-updating.md) |New |
|
|[Automatically update multiple apps at the same time using the Microsoft Application Virtualization Sequencer (App-V Sequencer)](appv-auto-batch-updating.md) |New |
|
||||||
|[](appv-template-improvements.md) |New |
|
|[](appv-template-improvements.md) |New |
|
||||||
|
|
||||||
## January 2017
|
## January 2017
|
||||||
|
Reference in New Issue
Block a user