While launching your App-V shortcut, if you notice that the buffering launch on bottom right says 100% but the
launch does not disappear as per normal behaviour then you need to do some modification in your osd file.
This possible is a cause if your application is Java related. You need to modify the Subsystem value in your osd
file.
By default the osd file has this:
<subsystem VALUE = "windows"/>
You need to change this value to
<subsystem VALUE = "console"/>
If you face a similar problem while closing the application or your application does not close completely, then
you need to again tweek your osd file.
By default you have following in your OSD file:
<virtualenv TERMINATECHILDREN="FALSE">
You need to change the value as below:
<virtualenv TERMINATECHILDREN="TRUE">
This will terminate the any child application which is associated with this application and will help to shut
your application down.
This Blog is for all people working or related to the MSI and App-V. There are lots of issues we face in everyday work regarding the technology. The sole purpose of my blog is to help others with whatever I learn. All you people out there, please help by commenting, voting, propagating and sharing my blog with your friends and colleagues but with due credit and acknowledgement to the material posted here with my name and blog url as I still do hold the copyright of the posts here.
Wednesday, August 10, 2011
Issues while launching and closing of App-V shortcuts
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment