Results 1 to 4 of 4

Thread: Deploying ActiveX control via Active Directory.

  1. #1

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    Deploying ActiveX control via Active Directory.

    Hello all,

    I wish to deploy an activex control (a .OCX )file to a group of lab PC's via Active directory.

    I understand that this can be done by creating an MSI in VB.net and then deploy the file that way. Will the deployment Register the OCX?

    I would apreciate any examples of code required to deploy just that single file and if it can be done they way im asking.


    Im using VB.net 2005

    THank you!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Deploying ActiveX control via Active Directory.

    This is not a VB.NET issue, but rather a deployment issue and, as such, should have been posted in the Application Deployment forum.

    In the Solution Explorer, expand your Setup project and select your ActiveX controls. Open the Properties window and set the Register property appropriately. I'm no expert on this but I believe that vsdrpCOMSelfReg is the value you want.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    Re: Deploying ActiveX control via Active Directory.

    THank you, Sorry for the wrong post spot. Ill re post in the other forum.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Deploying ActiveX control via Active Directory.

    I see it's already too late but don't create duplicate posts. If you post in the wrong spot you should ask a moderator to move it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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