Expand-AppvSequencerPackage
Expand-AppvSequencerPackage is accessible with the help of AppvSequencer module. To install AppvSequencer, go through this link.
Synopsis
Expands an existing App-V package.
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.
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 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Syntax
Expand-AppvSequencerPackage [-AppvPackagePath] <String> [<CommonParameters>]
——————-Example 1——————-
Expand a package
PS C:\> Expand-AppvSequencerPackage -AppvPackageFilePath “C:\VPackages\PreReq.appv”
This command expands the package PreReq.appv to the sequencing computer.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Expand-AppvSequencerPackage
You can also read about