Registering ActiveX .exe files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    Registering ActiveX .exe files

    I have my program dynamically register custom ActiveX components when
    it starts. On the most part, this works great for all my customers,
    except my own internal ones. Our Win2k computers are locked down so
    only someone with Admin privledges can install programs. So now,
    instead of remotely loading new components (which is what they asked
    for), they have to add them locally after logging onto the computers
    as admins and running my program or by running my program using Run
    As. The code I use is as follows, where strRegPath is the path to the
    component:

    Shell strRegPath & " /regserver", vbNormalNoFocus

    Is there a way to pass in userid and password information so it can be
    installed by the Administrators remotely?

    David
Working...