Expand-AppvSequencerPackage
Expands an existing App-V package.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AppvPackage |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.