How To Install Applications of A Client PC Remotely
-
Hi Guys, I need some help or some direction in what i am trying to do. basically i want to know how to install an application on a client pc from the server, using vb.net. kinda like how symantec does it, with the GUI and just click on network pc and install. I have googled and checked out msdn but with no luck. is there any documentation that you know that could help me in this...? thank you in advance Anoop
-
Hi Guys, I need some help or some direction in what i am trying to do. basically i want to know how to install an application on a client pc from the server, using vb.net. kinda like how symantec does it, with the GUI and just click on network pc and install. I have googled and checked out msdn but with no luck. is there any documentation that you know that could help me in this...? thank you in advance Anoop
You can use WMI's
Win32_Process
class, and .NET's System.Management classes, to launch a remote process, with one pitfall. The installer process will run, but no user interface will be possible. So, your .MSI installation has to be configured and launched without expecting any user input at all. Any windows your installer puts up will be launched, but the user will never see them or know they are there.A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008