Results 1 to 3 of 3

Thread: Exe File Dependencies

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    14

    Exe File Dependencies

    I have create a project and compiled it to exe. but when I run it on another computer it generates an error "Components or one of its dependencies not correctly registered". I have used a couple of Activex controls in the project. My question is how can I bind the activex needed with the compiled exe.

    wait for response. Thanks a lot.


    mh

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Exe File Dependencies

    Create an installation package. VB comes with the built in Package & Deployment wizard. When running this, it will put all necessary files into a folder named SUPPORT.

    I like to use a different install program for the actual installer though, one like Inno Setup or Easy Install Creator. Easy Install Creator is the easiest to use for me. You can just point it to that SUPPORT folder and it will add/compress all the files into a single installation EXE that you can give to anyone.

  3. #3

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