Hi,
We have deployed an App-V package 7-Zip, with deployment type verision 1.0. Now, there was a tiny feature change we needed to do so we made deployment type version 2.0 and increased the priority.
The App-V package is deployed to a terminal server on which we have 100 users.
We see the old deployment type still is in use but also the new one. Tried to reboot the server, nothing works.
So last resort was to remove the old deployment type, but even that does not seem to work.
This is the package (not in use):
PackageId :
VersionId :
Name : packagex
Version : 0.0.0.3
Path : C:\Windows\ccmcache\33\packagex
IsPublishedToUser : False
UserPending : False
IsPublishedGlobally : False
GlobalPending : False
InUse : False
InUseByCurrentUser : False
PackageSize : 25066547
PercentLoaded : 100
IsLoading : False
HasAssetIntelligence : True
Whatever command I launch (via enter-pssession) no output (neither via -verbose) and it does not dissapear either.
Get-AppvClientPackage *7-zip*(1.0) -all | Stop-AppvClientPackage -Verbose | Unpublish-AppvClientPackage -verbose
get-appvclientpackage *7-zip*(1.0) gives the package
Please advise.
J.
Jan Hoedt