Expand-AppvSequencerPackage

Expands an existing App-V package.

Syntax

Expand-AppvSequencerPackage
      [-AppvPackagePath] <String>
      [<CommonParameters>]

Description

The Expand-AppvSequencerPackage cmdlet expands a Microsoft Application Virtualization (App-V) package into its native form to the NTFS file system on the computer running the sequencer. You can more easily add prerequisites or dependent applications to the sequencer before generating the package.

Run this cmdlet each time to expand a new package onto the computer running the sequencer.

Examples

Example 1: Expand a package

PS C:\> Expand-AppvSequencerPackage -AppvPackagePath "C:\MyPackages\PreReq.appv"

This command expands the package PreReq.appv to the sequencing computer.

Parameters

-AppvPackagePath

Specifies the file path to an existing App-V package to be expanded to the NTFS file system of the computer running the cmdlet.

Type:String
Aliases:AppvPackage
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False