cyberalau3 Posted January 10, 2016 Share Posted January 10, 2016 Because I suddenly was having errors trying to "Compile" or using "GO" in the Scite menu, I completely removed AutoIt3 from my PCand 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 manyproblems 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 muchcyberalau3 Link to comment Share on other sites More sharing options...
Developers Jos Posted January 10, 2016 Developers Share Posted January 10, 2016 It should be installed into:C:\Program Files (x86)\AutoIt3Jos 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 More sharing options...
cyberalau3 Posted January 10, 2016 Author Share Posted January 10, 2016 jos,It's not there. I have not done anything in AutoIt at all. All I did was search for the AutoIt3.EXE file right after I re-installed it. Very strange.cyberalau3 Link to comment Share on other sites More sharing options...
cyberalau3 Posted January 10, 2016 Author Share Posted January 10, 2016 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 Link to comment Share on other sites More sharing options...
Trong Posted January 10, 2016 Share Posted January 10, 2016 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 Professor_Bernd 1 Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted January 10, 2016 Developers Share Posted January 10, 2016 (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 January 10, 2016 by Jos Xandy 1 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 More sharing options...
Danp2 Posted January 10, 2016 Share Posted January 10, 2016 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. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Danp2 Posted January 12, 2016 Share Posted January 12, 2016 FYI, I finally got Webroot to whitelist the current version of Autoit so this issue should be resolved. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
cyberalau3 Posted January 19, 2016 Author Share Posted January 19, 2016 Sorry this took me so long, but I finally had time to follow up. I also have Webroot and found I had to "Allow" the autoit3.exe file also. Thanks for your help Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now