How TO Add and Publish APPv 5.0 Package

Follow these Simple Steps -

Step 1 :  Open PowerShell (Search in Start menu)

Step 2 :  type below command to change Execution Policy

Set-executionpolicy Remotesigned


and press Y

Step 3 : Import Appv Converter Module By using below command

import-module appvpkgconverter


Step 4 : Get Appv Converter Module By Using Following Command

get-module appvpkgconverter


Step 5 : Add Appv Package By Using Below Command

Add-AppvClientPackage -path "Path of Package Appv File"


Step 6 : Publish Package By Entering Below Command 

Publish-AppvClientPackage -name "Name Of application"


No comments: