|
-
Aug 21st, 2007, 10:33 PM
#1
Thread Starter
New Member
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
-
Aug 21st, 2007, 10:38 PM
#2
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.
-
Aug 21st, 2007, 11:58 PM
#3
Re: Exe File Dependencies
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|