App-V package published to user but not visible

Hi,

We have an app-v 5.0 package which is published to a user on a terminal server. I can see it pysically on the server (package root) and also in the log that it is published to him:

+++ Discovered App-V 5.X application GoogleChrome for S-1-5-21-12658709152273-2161545870178-1385530878-124309 [AppDT Id: ScopeId_8B8D93AF-5181-48FE-9202-2CFE5CC93EE2/DeploymentType_b735bf4f-053e-419e-beae-72116b871e61, Revision: 4, AppV Pkg GUID: 04583721-2c88-40b1-a2ee-2b91f939cdec, AppV Version GUID: b61a4cee-8cbe-4cc5-9bc1-7ff63bf0a998]    AppVHandler    27/08/2015 12:45:15    7372 (0x1CCC)
+++ Detected app deployment type

However, it is NOT visible in his App-V GUI (so he could repair the shortcut)/startmenu.

It''s a newly built server on which the App-V GUI (as app-v works fine) + other app-v packages work fine too.
I cannot remove the package via Powershell since it is only published to the user

"Invoke-Command -ScriptBlock  { Get-AppvClientPackage -name  *chrome* -all | Stop-AppvClientPackage -Global  | Repair-AppvClientPackage -Global | Unpublish-AppvClientPackage -Global  | Remove-AppvClientPackage } -computername $ComputerName -verbose"

Error = Package not integrated for the machine. Please ensure that the package is added to the machine and published globally.
When I don't use the -all after Chrome I can't see the package.

Please advise.
J.

August 31st, 2015 5:51am

You have used -Global command in the PS,that is the reason the script has failed. Since you have published only to the user - global will not work. Try removing it and check once.

"Invoke-Command -ScriptBlock  { Get-AppvClientPackage -name  *chrome* -all | Stop-AppvClientPackage | Repair-AppvClientPackage | Unpublish-AppvClientPackage | Remove-AppvClientPackage } -computername $ComputerName -verbose"

Free Windows Admin Tool Kit Click here and download it now
August 31st, 2015 6:03am

Should have mentioned that, already tried it, result is the same.


Internal AppV Integration error: Package not integrated for the user.

August 31st, 2015 6:53am

What method you have used to publish through SCCM? Download and execute or streaming delivery? What does the AppEnforce.log say?
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2015 7:23am

Download and execute indeed.
Appenforce.log says:

+++ Discovered App-V 5.X application GoogleChrome for S-1-5-21-12658709152273-2161545870178-1385530878-124309 [AppDT Id: ScopeId_8B8D93AF-5181-48FE-9202-2CFE5CC93EE2/DeploymentType_b735bf4f-053e-419e-beae-72116b871e61, Revision: 4, AppV Pkg GUID: 04583721-2c88-40b1-a2ee-2b91f939cdec, AppV Version GUID: b61a4cee-8cbe-4cc5-9bc1-7ff63bf0a998]    AppVHandler    27/08/2015 12:45:15    7372 (0x1CCC)
+++ Detected app deployment type

August 31st, 2015 8:36am

The sid is the sid for the user, so it says it IS installed.
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2015 8:36am

From my understanding,when you tried giving get-appvclientpackage in PS, you are able to see the chrome package published to user, but you are not able to remove it right?

To unpublish a package that has been published to a particular user, only an administrator can unpublish it by using the optional UserSID parameter with the Unpublish-AppvClientPackage cmdlet.

August 31st, 2015 9:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics