Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How To Install Applications of A Client PC Remotely

How To Install Applications of A Client PC Remotely

Scheduled Pinned Locked Moved Visual Basic
sysadmincsharphelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anoop Brijmohun
    wrote on last edited by
    #1

    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

    D 1 Reply Last reply
    0
    • A Anoop Brijmohun

      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

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups