How to do Silent Remote Instalation in >net ?
-
Hi , I am trying to developping a web application where i want to implement silent remote instalation. That means if click a link then the .exe file located at server will be automatically get installed to the client machine. Normally when ever we are installing any software we are comming across a popup showing next,previous,finish buttons. But in my application needs automatic installtion without dispaly of that popup. Can anybody help me. Thanks in advance. subrat
-
Hi , I am trying to developping a web application where i want to implement silent remote instalation. That means if click a link then the .exe file located at server will be automatically get installed to the client machine. Normally when ever we are installing any software we are comming across a popup showing next,previous,finish buttons. But in my application needs automatic installtion without dispaly of that popup. Can anybody help me. Thanks in advance. subrat
To run an .exe file on client side without informing the user / os is similar to any virus activity. Normally the client browsers + OS sense the .exe files trying to execute and blocks it asking user either to go ahead or not. Programmers who have tried infecting client computers may help you but this is not good.