Home » published apps

Tag: published apps

App-V 5.0 apps not working when published as seamless applications

Scenario:

Our AppV Applications on Citrix are published globally to the citrix servers computer accounts so the apps are available before the users login. These applications all launch and integrate with AppV either directly calling the AppV exe or by using the /appvve or switch on a hosted Citrix desktop. When the same AppV application is launched seamlessly the app opens but without AppV integration.

Solution:

*UPDATED* – The /Appvve: switch will work if published via Citrix, but only if the Application/s (in APPV) are published to the end user account (not just the computer accounts)

The /appvve switch doesnt work with Citrix published applications. Use the APP-v console to make the applications available for the end user/s or user groups and then script the launch of the app with powershell.

Launch_APP_JAMES.ps1

—— begin script——–

$appvname = get-appvclientpackage “James”
start-appvvirtualprocess -appvclientobject $appvname excel.exe

—— end script——–

I then publish this PS1 script from Citrix in the published app command line:

“C:WindowsSystem32WindowsPowerShellv1.0powershell.exe” -windowstyle hidden “\lonfs001xenapp$AppsSAPLaunch_APPV_JAMES.ps1”

Resources:

There is a myriad of other ways you can integrate or launch apps inside the APPV bubble see below link for more details. We were unable to use the ‘file type associations’ as we want normal excel to load without the APPV integration and add-ins and for select users have this APPV integration be available.

http://support.microsoft.com/kb/2848278

Citrix Netscaler Gateway – Some apps sporadically appearing

Scenario: 2 Citrix XenApp farms (6.5 and a 4.5)

The 6.5 apps were always appearing and working ok

The 4.5 apps would sporadically appear or even disappear during a refresh of the Gaeway page ‘ Some applications have been removed’ even if these applications had the option to allow via access gateway UNTICKED

Image

Solution:

One of the 2 servers for the 4.5 farm did not have the Trust XML option enabled, once this was enabled the application stayed hidden!

Image