I hava an sdk(exe) driver software,i wants to install the driver software from the server to client machine. please any one help me to resolve this problem.
To execute .exe from remote server to client system , you have to take help of scripts using WMI (Windows Management instrumentation) of win32_Process class & win32_ScheduledJob class.
Thanks for replay me. but the think is my exe file located in the server iis,while user first time logged in that exe should be execute from the server and install in the client machine.please let me know what to do.
You need to write simple batch files through which you have to call the .exe in client side. Make sure to host the app in IIS 5.1 or lower as IIS 6, IIS 7 onwards security vulnerability issues.
In XP, Windows 2003, Windows Server 2000 User mode & Kernel mode runs in same session but Windows vista, Windows 7, Windows Server 2008 User mode API runs in seperate session that System mode API.
sarathy
Member
38 Points
58 Posts
Installing the exe from iss6.0 to local machine
Sep 27, 2011 11:01 AM|LINK
Hello friends
I hava an sdk(exe) driver software,i wants to install the driver software from the server to client machine. please any one help me to resolve this problem.
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: Installing the exe from iss6.0 to local machine
Sep 27, 2011 11:27 AM|LINK
Hello,
To execute .exe from remote server to client system , you have to take help of scripts using WMI (Windows Management instrumentation) of win32_Process class & win32_ScheduledJob class.
Check out the link for implementation details: http://motevich.blogspot.com/2007/11/execute-program-on-remote-computer.html
Thanks,
Anindita
http://anindita9.wordpress.com
sarathy
Member
38 Points
58 Posts
Re: Installing the exe from iss6.0 to local machine
Sep 27, 2011 12:10 PM|LINK
Hello Anindita
Thanks for replay me. but the think is my exe file located in the server iis,while user first time logged in that exe should be execute from the server and install in the client machine.please let me know what to do.
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: Installing the exe from iss6.0 to local machine
Sep 27, 2011 12:30 PM|LINK
Hi,
You need to write simple batch files through which you have to call the .exe in client side. Make sure to host the app in IIS 5.1 or lower as IIS 6, IIS 7 onwards security vulnerability issues.
Details: http://forums.asp.net/t/1124574.aspx/1/10
In XP, Windows 2003, Windows Server 2000 User mode & Kernel mode runs in same session but Windows vista, Windows 7, Windows Server 2008 User mode API runs in seperate session that System mode API.
Check the link to know about the issue in details :http://forums.iis.net/t/1181401.aspx
Thanks,
Anindita
http://anindita9.wordpress.com