Jump to content

Created Visual Basic .EXE to use on other computers


Recommended Posts

Posted

I created a simple exe program which I can use on my computer (maybe because I have visual basic 6.0)

 

But on other machines it asks for a few files to be sourced (not sure if it was .ocx files ??)

 

Is there a routine that can make this exe file run on different windows machines ?

 

Thanks

Posted

Yep - it is a simple Biorhythm program but I would like others to be able to use it on their machines

 

I have subsequently found it needs MSCOMCT2.OCX to be included as it won't run

 

Also, the installation of the program needs windows to register MSCOMCT2.OCX in the process ??

Posted

OK

 

2nd option it is then

 

However, it would be nice to include the exe and this other stuff in one simple install utility to keep it simple for people to install it on various machines

 

Thanks

Posted

OK

 

2nd option it is then

 

However, it would be nice to include the exe and this other stuff in one simple install utility to keep it simple for people to install it on various machines

 

Thanks

Posted

Im sure vb6 apps can just run directory. Put all the dependancy files (ocx etc) in same directory as exe and it should run.

Then either put on a share and just shortcut it to the desktops or put some script or packaging method to roll it out to where you want

Posted

I tried putting the exe and ocx in one folder but it failed and the ocx needed to be registered first

 

I would like a utility that does all that in one go during installation

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...