Jump to content

Autoit in VB without Autoit installed on users pc


griffunt
 Share

Recommended Posts

Hi

I have a Problem

I made a application in visualbasic 2010

it uses some commands from the autoitx3.dll

i added the dll in the project properities

and added this line to the code: Dim AutoIt As New AutoItX3Lib.AutoItX3

everithing works fine.

but if the system doesnt have autoit installed i get an error.

is there anyway i can include the dll so that it gets installed on the users pc?

Thanks for your help

Link to comment
Share on other sites

  • Developers

Isn't this why most VB programs have an installer to ensure all DLL and other files will be present on the target PC?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Isn't this why most VB programs have an installer to ensure all DLL and other files will be present on the target PC?

Jos

I have made a Setup.

You mean i can simply add autoitx3.dll to setup?

(it diddnt get recogniced by depedecies)

no need to register or so?

Edited by griffunt
Link to comment
Share on other sites

  • 5 months 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
 Share

  • Recently Browsing   0 members

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