Launching a different sequence from the primary app
Hi
Hope this makes sense
Working with APPV 4.6 publishing to XenApp
My primary app requires secondary app to launch and terminate in coexistence with the primary, is this possible? Currently the secondary app launches on startup for all users which is not the ideal solution.
Any ideas?
Y
Hope this makes sense
Working with APPV 4.6 publishing to XenApp
My primary app requires secondary app to launch and terminate in coexistence with the primary, is this possible? Currently the secondary app launches on startup for all users which is not the ideal solution.
Any ideas?
Y
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
ksaunam
12 years ago
Launching secondary application is quite easy, you could use OSD scripting to trigger it as asynchronous HREF script (WAIT="FALSE") in the main application's OSD file.
Having it terminate is little bit trickier, but running POST SHUTDOWN script likely can do what you want if you use taskkill.exe in it with the process' name as an argument?
/Kalle
Having it terminate is little bit trickier, but running POST SHUTDOWN script likely can do what you want if you use taskkill.exe in it with the process' name as an argument?
/Kalle
Posted by:
dunnpy
12 years ago
Have a look at DSC linking (Dynamic Suite Composition) it will allow the two sequence 'bubbles' to see each other and interact.
It all depends how your secondary application is invoked, is it launched by the primary, or do they just need to interact? In which case DSC is the way to go.
Hope that helps,
Dunnpy
It all depends how your secondary application is invoked, is it launched by the primary, or do they just need to interact? In which case DSC is the way to go.
Hope that helps,
Dunnpy
Comments:
-
Apologies I should have mentioned, this is already DSC linked but I need the secondary app to launch and terminate at the same time. - VirtualY 12 years ago