Jump to content

Recommended Posts

Posted

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

Posted

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?

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

Thanks - cyberalau3

Posted
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,
 

  • Developers
Posted (edited)

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

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
  • Recently Browsing   0 members

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