Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.51 KB

how-to-apply-the-user-configuration-file-by-using-powershell51.md

File metadata and controls

50 lines (28 loc) · 1.51 KB
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
How to Apply the User Configuration File by Using PowerShell
How to Apply the User Configuration File by Using PowerShell
dansimp
986e638c-4a0c-4a7e-be73-f4615e8b8000
dansimp
dansimp
mdop, appcompat, virtualization
deploy
library
w10
06/16/2016

How to Apply the User Configuration File by Using PowerShell

The dynamic user configuration file is applied when a package is published to a specific user and determines how the package will run.

Use the following procedure to specify a user-specific configuration file. The following procedure is based on the example:

c:\Packages\Contoso\MyApp.appv

To apply a user Configuration file

  1. To add the package to the computer using the PowerShell console type the following command:

    Add-AppVClientPackage c:\Packages\Contoso\MyApp.appv.

  2. Use the following command to publish the package to the user and specify the updated the dynamic user configuration file:

    Publish-AppVClientPackage $pkg –DynamicUserConfigurationPath c:\Packages\Contoso\config.xml

    Got a suggestion for App-V? Add or vote on suggestions here. Got an App-V issue? Use the App-V TechNet Forum.

Related topics

Operations for App-V 5.1