Jump to content

What is required to run a script on a Distro Computer


Joeman
 Share

Recommended Posts

I utilized Autoit inside a VB6 program. It works fine on the computer I developed it on. (Autoit is installed)

When I run my VB6 pgm on a computer which does not have Autoit installed I receive a run 429 error.

As soon as I install Autoit all works well.

Since I wish install my pgm on other computers which do not and cannot have Autoit installed, what action and what files do I need to include which my application?

Thanks

;)

Joe

Link to comment
Share on other sites

I utilized Autoit inside a VB6 program. It works fine on the computer I developed it on. (Autoit is installed)

When I run my VB6 pgm on a computer which does not have Autoit installed I receive a run 429 error.

As soon as I install Autoit all works well.

Since I wish install my pgm on other computers which do not and cannot have Autoit installed, what action and what files do I need to include which my application?

Thanks

:lmao:

Joe

Sorry but its still not clear,

In my application, I am only using these three functions for AutoIt:

AutoItX3.ControlSend

AutoItX3.ControlFocus

AutoItX3.ControlClick

Set AutoItX3 = CreateObject("AutoItX3.Control")

Do I require AutoIT to be loaded in order to use the functions above ? ( in order for my app to work on a computer with no AutoIT)

What files must be in system 32 in order fo AutoIt to work?

Thanks

Joe ;)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...