Jump to content

Autoit is not installing well


 Share

Recommended Posts

I am getting an error that after when Autoit installed successfully then when I right click then go to "New" there is no Autoit page available when I try to open it from programe file SCI editor open but when I save code it save it in "Notepad" format?now what to do & how to solve this issue?

Link to comment
Share on other sites

I already re-install Autoit & SCIEditor for a lot of times but no success see even though autoit is installed but there is no autoit sign iin new.

Posted Image

And when I open SCIEditor from autoit folder it open normal & code also written there but when I save the code it save it in text formate eventhough extension is .au3 & also show like a text file & when open that text file it shows as follow

Posted Image

Link to comment
Share on other sites

Can you export this key content to a file and post the content of that file: "HKEY_CLASSES_ROOT\AutoIt3Script\Shell"

Another alternative is to do it yourself, I'm not in front of Windows XP so I don't remember it right but from any folder view, choose Tools -> Folder Options and the extensions mapping should be the third tab. Look at a few examples like .txt or .pdf to see how the extension's open or edit are defined. The rest should be like this but using your path:

Name -> Command:
----------------

Compile -> "C:\Program Files\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l"
Compile With Options -> "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper_Gui.exe" /in "%l"
Edit -> "C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1"
Open -> "C:\Program Files\AutoIt3\SciTE\SciTE.exe" "%1"
Run -> "C:\Program Files\AutoIt3\AutoIt3.exe" "%1" %*
Tidy -> "C:\Program Files\AutoIt3\SciTE\Tidy\Tidy.exe" "%1"

It's better if you can fully install AutoIt and let it set the registry.

Link to comment
Share on other sites

  • Developers

Looks like you have some old registry stuff bugging you.

Try running attached script and fix any issues.

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

  • Developers

Brother Jos & Authenticity I tried everything but no success again the issue is the same & when I uninstall the autoit I use "Revo Uninstaller" which fully remove all registry things from windows plz someone help me I want to use autoit

You will have to share some more info because just telling us it doesn't work is not going to tell us much.

What did the script tell you about the installation?

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

Doubt it's the class mode..

Try this one, save it to something.reg and register it, make sure the paths are correct before you write it to the registry:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell]
@="Open"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile]
@="Compile Script"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile\Command]
@="\"C:\\Program Files\\AutoIt3\\Aut2Exe\\Aut2Exe.exe\" /in \"%l\""

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile with Options]

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Compile with Options\Command]
@="\"C:\\Program Files\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper_Gui.exe\" /in \"%l\""

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit]
@="Edit Script"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Edit\Command]
@="\"C:\\Program Files\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\""

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Open]
@="Open"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Open\Command]
@="\"C:\\Program Files\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\""

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run]
@="Run Script"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Run\Command]
@="\"C:\\Program Files\\AutoIt3\\AutoIt3.exe\" \"%1\" %*"

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Tidy]

[HKEY_CLASSES_ROOT\AutoIt3Script\Shell\Tidy\Command]
@="\"C:\\Program Files\\AutoIt3\\SciTE\\Tidy\\Tidy.exe\" \"%1\""
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...