Corel Draw APPV 5.0 Process never ends in virtual envoirment
I am trying to sequence Corel Draw Graphic Suite X5. Sequence works well application corelDraw and Paint start and close but ...after closing they leave coreldrw.exe and corelpp.exe runing behind the scene, hence virtual envoirment never terminates. any help ...if you launch another draw .. leaves another coreldrw.exe and so on how to terminnate process when app is closed. I am sequencing appv 5.0. Corel Draw X4 works perfect
Answers (1)
1. You can write script to close (taskkill ) after application is closed.
<DEPENDENCY>
<SCRIPT TIMING="POST" EVENT="SHUTDOWN" WAIT="TRUE" PROTECT="TRUE">
<SCRIPTBODY>
TaskKill /IM xyz.exe /F \n
</SCRIPTBODY>
</SCRIPT>
</DEPENDENCY>
2. TERMINATECHILDREN=TRUE check.
Comments:
-
Thanks Problem is I am working in appv 5.0 so How I can do that in APPV 5.0 any help will be nice - hannanjavid 11 years ago
-
This link should be of some help .
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
I have not yet started working on v5. Can't help you out much . - rock_star 11 years ago-
Thanks I have almost gone all through that let us see if some one comes with solution... I will post it if I can find on it ... seatching ... - hannanjavid 11 years ago
-
As far as my experience and knowledge goes in AppV, applications that keep running in the background after closing the application are not suitable candidates for AppV - talonsprem87 11 years ago