We can Convert APPv 4.6 Packages To APPv 5.0 by using Power Shell.
Follow these Simple Steps -
Step 1 : Open PowerShell (Search in Start menu)
Step 2 : type below command to change Execution Policy
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
And Enable Scripts by Below Command
Set-AppvClientConfiguration -EnablePackageScripts 1
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 : Test Your APPv 4.6 Package , if it is Compatible for Converting By Below Command
test-appvlegacyPackage -sourcepath "Path of appv4.6"
Step 6 : Create any Folder Where You want to keep your converted appv 5.0 Files.
Step 7 : If It is Compatible then type below command to convert


No comments:
Post a Comment