CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633
    Originally posted by Sam Hobbs
    ...perhaps a RPC would be easier. I know very little more about RPCs, except that COM uses the same MIDL type of langauge and such that is used for RPCs.
    Service registration/unregistration at remote also uses RPC.

    A sufficient obstacle for RPC (and DCOM as well) usage is that any its functionality(interface at least) should be registered, as far as I know, before it been used. Unfortunately I'm not experienced in RPC at all.
    Best regards,
    Igor

  2. #17
    Join Date
    Mar 2002
    Location
    Philadelphia
    Posts
    150
    Is there some way to get Windows Installer to install a program on a remote computer? If so, perhaps that mechanism could be used to install then start a program on a remote computer.
    Sincerely,
    - Ron

  3. #18
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    Originally posted by Igor Vartanov
    A sufficient obstacle for RPC (and DCOM as well) usage is that any its functionality(interface at least) should be registered, as far as I know, before it been used.
    Which is a good thing, since otherwise systems would be much more vulnerable to installation of malicious software.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured