/build/static/layout/Breadcrumb_cap_w.png

Sequencing IE Add-On with App-V 5.0 SP2

Hi,

 

I tried sequencing IE Add-On with 5.0 SP2 where IE is locally installed. When I create a IE shortcut during sequencing the Add-On works when the shortcut is launched on the client. But when I launch IE from start menu, it gives an error. I saw that we can use Run Virtual but how do we deploy it to the users using the App-V deployment? Please advice.

 

Thank you.


1 Comment   [ + ] Show comment
  • You can use the Deployment Config to deploy the registry key, you will need to read up about it - I would aviod Run Virt if you can.

    When you launch IE, is that from within the bubble, or outside?
    Inside meaning you have IE shortcut within the app-v app to launch .. IE XD - rileyz 9 years ago
    • Hi rileyz

      The shortcut I created will launch with in the "bubble". But it does not work when I launch it out of the "bubble" but appears in the Add-Ons. We cannot make the users launch the shortcut only when they need to use the AddOn. It has to work when launched from outside. Can you elaborate a bit on the deployment config file and how the add-on makes local IE to talk to it.

      Thank you,
      Varun. - cvkr8456 9 years ago

Answers (1)

Posted by: rileyz 9 years ago
Red Belt
0
Bloody add-ons, thats a bit ass when that happens. Right, guess Run Virt might be your best option. I assume you are using SCCM, because you need a method to deploy the packages with <nameofpackage>DeploymentConfig.xml.

Read this, it will give you the jist.
http://blogs.technet.com/b/appv/archive/2012/12/10/scripting-and-embedded-scripting-for-appv-5-0-dynamic-deployment-and-user-configuration-scripting.aspx

In your case you want to run a script, maybe you can even even just use REG /ADD? (pure commnd line, no script) - to add the key into the RunVirt key outside of the bubble. I would use "AddPackage" event to do the action. Dont forget to undo the action when you remove ("RemovePackage")!

Here this link will help as well.
http://myitforum.com/myitforumwp/2014/02/15/app-v-5-0-demo-user-scripting-startprocess/
*global actions for all users need to be done in the DeploymentConfig.xml.

Now, this is very important!
Test this on a machine that has been joint to a domain at least once, Dan has found that if a machine has never joined a domain it will not run scripts - wtf... (this might only apply to StartVirtualEnvironment)
http://www.appvirtguru.com/viewtopic.php?f=10&t=7979

Read this to learn how to apply the deploymentconfig.xml when adding the app-v package - you need to know this to test it manually on a machine. 
Add-AppVClientPackage –Path .\MyApp.appv -DynamicDeploymentConfiguration .\DynamicConfigurations\deploymentconfig.xml | Publish-AppvClientPackage 
I think that cmd is correct.

**Don't go throwing it in sccm, always test it manually! Hence the link above.

***RunVirt - err test this out manually by adding the key yourself to make sure it does what you want it to do... dont want to do all of the above work and find it dosent work to your needs  :S

Got to go, good luck!
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ