Hi,
I have an App-V package which is deployed to several terminal server users (not to the machine but the users).
I created a deployment type (V2) which I deployed. However I want to fail back to deployment type V1. I increased the priority of V1 but V2 still is there.
So I tried via Powershell to remove V2 but that does not work:
Invoke-Command -ScriptBlock { Get-AppvClientPackage -name "*App-V package V2" -all | Stop-AppvClientPackage | Repair-AppvClientPackage | Unpublish-AppvClientPackage | Remove-AppvClientPackage } -computername $ComputerName -verbose
Internal AppV Integration error: Package not integrated for the user. Please ensure that the package is added to the machine and published to the user.
Operation attempted: Repair Package.
AppV Error Code: 010000001D.
How can I force the removal of this App-V package so I can deploy the new one?
J.
Jan Hoedt