Jump to content

Where is AUTOIT3.EXE


Recommended Posts

Because I suddenly was having errors trying to "Compile" or using "GO" in the Scite menu, I completely removed AutoIt3 from my PC

and re-installed it. The very first thing I have done was to search for "AutoIt3.EXE" and it is nowhere to be found. Is this why I am having so many

problems trying to compile or run (GO) from the Scite menu ?  Where is it now located and is this the reason I am having these problems?

I think so but I am no expert. How can I correct this.

Thanks much

cyberalau3

Link to comment
Share on other sites

Local $AutoItPath = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt", "InstallDir")
If FileExists($AutoItPath & '\AutoIt3.exe') Then
    FileWrite(@TempDir & '\~test.au3', 'MsgBox(0,@AutoItVersion,"' & 'Installed in: ' & $AutoItPath & '")')
    Run('"' & $AutoItPath & '\AutoIt3.exe" ' & '"' & @TempDir & '\~test.au3"')
Else
    MsgBox(48, "", "Can't find AutoIt installed path!")
EndIf

 

Regards,
 

Link to comment
Share on other sites

  • Developers

Can I get AutoIt3.exe somewhere and then get into the autoit3 folder so I can try it and see if this corrects my problem?

Installer and zip file are both available in the download directory.

I use Webroot SecureAnywhere. Could this somehow see it and somehow delete it?

Check your AV software for any activities it has performed.

Jos

Edited by 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

I use Webroot SecureAnywhere. Could this somehow see it and somehow delete it?

And there is where your problem lies. Webroot recently started detecting and quarantining Autoit. Efforts to get them to reverse this decision were futile.

You need to add an Allow rule so that Webroot stops quarantining the app.

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...