Single instance of an application on client.
Hi all,
Is there any way to launch a single instance of an application on the client side?.
Thanks in advance.
Is there any way to launch a single instance of an application on the client side?.
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
BadShadd
16 years ago
Posted by:
avherur
16 years ago
Hi,
Yes its a softgrid question.
My aim is to get the single instance of an appplication on the softgrid client side.
I got some information from the site http://support.microsoft.com/kb/930973 and tried with the script as shown below
[font="courier new"]<DEPENDENCY>
[font="courier new"] <SCRIPT TIMIMG="PRE" EVENT="LAUNCH" PROTECT="TRUE" WAIT="TRUE" TIMEOUT="10" SUCCESSRESULT="1" ABORTRESULT="0">
[font="courier new"] <SCRIPTBODY> IF %OS% == Windows_XP (exit 1) ELSE exit 0 </SCRIPTBODY>
[font="courier new"] </SCRIPT>
[font="courier new"] </DEPENDENCY>
One thing I observed is when I kept the above script in OSD, the application is not coming into the client cache.
But when I remove the script application is coming to client cache.
What may be the reason?
Correct me if i am wrong.
Thanks in advance.
Yes its a softgrid question.
My aim is to get the single instance of an appplication on the softgrid client side.
[font="courier new"]
[font="courier new"]
[font="courier new"]
[font="courier new"]
Posted by:
kkaminsk
16 years ago
When you double click the OSD do you get an error code?
One thing that is bad about using <SCRIPTBODY> or editing the OSD in general is how easy it is to make mistakes. If you aren't already I suggest making edits using this tool.
OSD Editor 2.01
http://www.loginconsultants.com/index.php?option=com_docman&task=cat_view&gid=20&Itemid=149
I think this is a better way to go so that you can focus on debugging the script and not the OSD.
One thing that is bad about using <SCRIPTBODY> or editing the OSD in general is how easy it is to make mistakes. If you aren't already I suggest making edits using this tool.
OSD Editor 2.01
http://www.loginconsultants.com/index.php?option=com_docman&task=cat_view&gid=20&Itemid=149
I think this is a better way to go so that you can focus on debugging the script and not the OSD.
Posted by:
oofemioo
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.