Installing the exe from iss6.0 to local machinehttp://forums.asp.net/t/1724692.aspx/1?Installing+the+exe+from+iss6+0+to+local+machineTue, 27 Sep 2011 12:30:24 -040017246924615368http://forums.asp.net/p/1724692/4615368.aspx/1?Installing+the+exe+from+iss6+0+to+local+machineInstalling the exe from iss6.0 to local machine <p>Hello friends</p> <p>&nbsp;&nbsp; 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.</p> 2011-09-27T11:01:49-04:004615425http://forums.asp.net/p/1724692/4615425.aspx/1?Re+Installing+the+exe+from+iss6+0+to+local+machineRe: Installing the exe from iss6.0 to local machine <p>Hello,</p> <p>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 &amp; win32_ScheduledJob class.</p> <p></p> <p>Check out the link for implementation details:&nbsp;<a href="http://motevich.blogspot.com/2007/11/execute-program-on-remote-computer.html">http://motevich.blogspot.com/2007/11/execute-program-on-remote-computer.html</a></p> <p><a href="http://motevich.blogspot.com/2007/11/execute-program-on-remote-computer.html"></a></p> <p></p> <p>Thanks,</p> <p>Anindita</p> <p><a href="http://anindita9.wordpress.com" target="_blank">http://anindita9.wordpress.com</a></p> 2011-09-27T11:27:00-04:004615526http://forums.asp.net/p/1724692/4615526.aspx/1?Re+Installing+the+exe+from+iss6+0+to+local+machineRe: Installing the exe from iss6.0 to local machine <p>Hello Anindita</p> <p>&nbsp;&nbsp;&nbsp; Thanks for replay me. but the think is my exe file located&nbsp;in the server iis,while&nbsp;user first time logged in &nbsp;that exe should be execute from the server and install in the client machine.please let me know what to do.</p> <p>&nbsp;</p> 2011-09-27T12:10:29-04:004615573http://forums.asp.net/p/1724692/4615573.aspx/1?Re+Installing+the+exe+from+iss6+0+to+local+machineRe: Installing the exe from iss6.0 to local machine <p>Hi,</p> <p>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.</p> <p></p> <p>Details:&nbsp;<a href="../../../../t/1124574.aspx/1/10">http://forums.asp.net/t/1124574.aspx/1/10</a></p> <p></p> <p>In XP, Windows 2003, Windows Server 2000 User mode &amp; 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.&nbsp;</p> <p>Check the link to know about the issue in details :<a href="http://forums.iis.net/t/1181401.aspx">http://forums.iis.net/t/1181401.aspx</a>&nbsp;&nbsp;</p> <p></p> <p></p> <p>Thanks,</p> <p>Anindita</p> <p><a href="http://anindita9.wordpress.com" target="_blank">http://anindita9.wordpress.com</a></p> <p><a href="http://forums.iis.net/t/1181401.aspx"></a></p> <p><a href="http://forums.iis.net/t/1181401.aspx"></a></p> <p><a href="http://forums.iis.net/t/1181401.aspx"></a></p> 2011-09-27T12:30:24-04:00