المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : running an application through network



C# Programming
05-01-2009, 04:51 PM
Dear All,

I developed an application and I would like to install it on one computer in a network and want other users in the network to run this application without need to install this app. in all machines.

and for your info:
1. My application requires other application called (Exceed) need to be installed in all machines in order to run my application. (this is out of scope. this application must be installed in all machines).
2. this (Exceed) application stores its path ******** in a user environment variable in a user machine.
3. my application need to read this Env. variable to locate the (Exceed) application in user machines.

and my goal for that is to make it easy if I would like to release a new version of my application so all what I need to do is to re-install this version in that computer without need to re-install it in all machines in the network.

so is there a way to do that?

I hope this explaination is clear http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif ... and I apprieciate your helps


thanks,