how to test the sequencing out put files
in app v sequencing
1 Comment
[ + ] Show comment
-
I think you would get much better answers if you too the time to write a meaningful question. You have provided no detail about what it is you are trying to do. How can anyone offer a helpful answer to this? - bkelly 11 years ago
Answers (1)
Please log in to answer
Posted by:
ribzon
11 years ago
Hi,
This is for App-V 5.0!
This is the powershell commands i use to test a appv package locally without having to publish it on a server.
You must install the App-v 5.0 client on the machine your going to test on ofcourse and you need to activate the app-v client in powershell then use the below powershell cmd to test.
Add-AppvClientPackage -path "<App-v package folder\app-v package file>" | Add-AppvClientPackage -Global | Mount-AppvClientPackage -Verbose (hit enter)
Br
Jonas R
Comments:
-
This is what you want to use first to "Activate/import" the module. "import-module appvclient
"
Br
Jonas R - ribzon 11 years ago