View Full Version : Run exe file without ocx
saranya
03-25-2009, 09:37 PM
I have created an exe file in vb6. In the project I have used some ocx like MSINET.ocx. If I run the exe in other computer which does not have vb I have "MSINET.ocx" missing error. If I paste the ocx in the same folder it works fine. Is there any way to run exe file without the support of ocx.
Tommy
03-26-2009, 05:50 AM
No not unless you write the code to do what the ocx does.
saranya
03-30-2009, 12:00 AM
I am using ccrpani6.ocx and I using following code for using this ocx
ccrpAnimation1.OpenStandardAVIResource (aniresFTPDownload)
I have the above ocx file in my system. If I want to run the exe file in which I have used the ccrpani6.ocx in other systems I am getting "Ocx missing" error. Is there any way to add reference to the ocx file
Tommy
03-30-2009, 05:44 AM
I would think you need to use the package and deployment wizard to package your application and make a setup program to install it.
saranya
03-30-2009, 09:36 PM
In 2 ways I can create setup
1. Package & Wizard
2. MSI Package
Is there any way to run the exe file alone without creating the setup.
Tommy
03-31-2009, 05:46 AM
Not and guarantee that it will run/work properly.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.