Re: Errors of AutoIt v3.2.4.1 installation
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
I hate to speak about trivial things... However, when windows shell will run AutoIt3 script (for example a.au3) by command line of this sort d:\Program Files\AutoIt3\AutoIt3.exe "%1" %* It uses the invalid command line d:\Program Files\AutoIt3\AutoIt3.exe "a.au3" Test it by Start/Run d:\Program Files\AutoIt3\AutoIt3.exe "a.au3" and this one "d:\Program Files\AutoIt3\AutoIt3.exe" "a.au3" Thus, you have to write into registry "d:\Program Files\AutoIt3\AutoIt3.exe" "%1" %* It's easy way to fix these errors. BTW. I'm getting this naked AutoIt path during installation after simple manual replacement (replace one letter "C" to "d") of promped path C:\Program Files\AutoIt3 to d:\Program Files\AutoIt3 Valery --- In [email protected], "Janus S. Andersen" <janus.andersen@...> wrote: > > Hi Jon > I get the same error. > Best Regaard > Janus S. Andersen > > > 2007/5/15, valery_vi <shehrer1@...>: > > > > Hi Jon, > > > > You wrote: > > http://www.autoitscript.com/forum/index.php?showtopic=45891 > > " > > AutoIt v3.2.4.1 - 13th May, 2007 > > Download: http://www.autoitscript.com/autoit3/downloads.php > > > > History: http://www.autoitscript.com/autoit3/docs/history.htm > > " > > > > I have problem with it's installation, though. > > > > It seems to be good old error: > > > > The pathes (for Run and other command of AutoIt3Script & > > AutoIt3XScript in registry) must be closed in double quotes. > > > > After installation into folder > > D:\Program Files\AutoIt3 > > > > registry has default key in ...Run/Command as follows > > > > d:\Program Files\AutoIt3\AutoIt3.exe "%1" %* > > > > instead of > > > > "d:\Program Files\AutoIt3\AutoIt3.exe" "%1" %* > > > > There is a new error, too > > > > SciTE is always installed into default folder > > > > C:\Program Files\AutoIt3 > > > > Thus, AutoIt3 is in two folders > > > > D:\Program Files\AutoIt3 and > > C:\Program Files\AutoIt3 > > > > where SciTE is in folder > > > > C:\Program Files\AutoIt3 > > > > Maybe these errors is in my Windows XP Pro (SP2 Rus), only. > > > > Valery > > > > > > > > > [Non-text portions of this message have been removed] >