add default ms.topic

This commit is contained in:
Aaron Czechowski
2024-02-14 13:26:21 -08:00
parent d8449d8427
commit 60d657bf76
21 changed files with 106 additions and 85 deletions

View File

@ -4,11 +4,12 @@ description: Learn how to sequence a new Microsoft Application Virtualization (A
author: aczechowski
ms.service: windows-client
ms.date: 04/19/2017
ms.reviewer:
ms.reviewer:
manager: aaroncz
ms.author: aaroncz
ms.collection: must-keep
ms.subservice: itpro-apps
ms.topic: article
---
# How to Sequence a Package by using Windows PowerShell
@ -20,7 +21,7 @@ Use the following procedure to create a new App-V package using Windows PowerShe
> [!NOTE]
> Before you use this procedure you must copy the associated installer files to the computer running the sequencer and you have read and understand the sequencer section of [Planning for the App-V Sequencer and Client Deployment](appv-planning-for-sequencer-and-client-deployment.md).
**To create a new virtual application by using Windows PowerShell**
1. Install the App-V sequencer. For more information about installing the sequencer, see [How to Install the Sequencer](appv-install-the-sequencer.md).
@ -60,10 +61,10 @@ The following list displays additional optional parameters that can be used with
- FullLoad - specifies that the package must be fully downloaded to the computer running the App-V before it can be opened.
Starting with Windows 10 version 1703, the `new-appvsequencerpackage` or the `update-appvsequencepackage` cmdlets automatically capture and store all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
Starting with Windows 10 version 1703, the `new-appvsequencerpackage` or the `update-appvsequencepackage` cmdlets automatically capture and store all of your customizations as an App-V project template. If you want to make changes to this package later, your customizations are automatically loaded from this template file.
> [!IMPORTANT]
> If you have an auto-saved template and you attempt to load another template through the _TemplateFilePath_ parameter, the customization value from the parameter will override the auto-saved template.
> If you have an auto-saved template and you attempt to load another template through the _TemplateFilePath_ parameter, the customization value from the parameter will override the auto-saved template.
## Related articles