| View previous topic :: View next topic |
| Author |
Message |
SuperScripter
Joined: 31 Mar 2006 Posts: 25
|
Posted: Tue Apr 18, 2006 2:09 pm Post subject: Un_installing Autohotkey |
|
|
I was currently having trouble uninstalling autohotkey 1.0.41.2
When I used the windows XP add / remove programs function on it, it said that it removed OK. But when I would go to install the latest version it gave me an error saying that it could not open autohotkey.exe
So I went to look in the directory (after uninstalling again) & found that folder & the old autohotkey.exe (1.0.41.2) was still there. When trying to delete it manually, it said that it was copyrighted & could not be removed.
So to install the latest version of autohotkey I simply moved the folder (autohotkey) out of the (working directory)"C: ProgramFiles\ " & put it somewhere, & then installed the latest version (1.0.43. .
So now my only problem is that I still cannot delete the older version from where I moved it to. |
|
| Back to top |
|
 |
enrica
Joined: 21 Mar 2005 Posts: 117 Location: Bahia, Brasil
|
Posted: Tue Apr 18, 2006 2:26 pm Post subject: |
|
|
| Quote: | Version 1.0.43.08 -- April 17, 2006 (see changelog)
AutoHotkey (1665 KB): It is not necessary to uninstall your old version first. |
_________________ 65.6E.72.69.63.61. (My hovercraft is full of eels) |
|
| Back to top |
|
 |
SuperScripter
Joined: 31 Mar 2006 Posts: 25
|
Posted: Tue Apr 18, 2006 2:40 pm Post subject: uninstalling |
|
|
But when I went to install the new version (WITH OUT uninstalling), it did the same thing upon installing...
Gave me an error message could not open autohotkey.exe.
I can still duplicate it if need be. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Tue Apr 18, 2006 3:41 pm Post subject: |
|
|
OK, here is the "stupid" question: are you sure you stopped all scripts before doing the new install? If AutoHotkey.exe is running, you cannot overwrite it. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
SuperScripter
Joined: 31 Mar 2006 Posts: 25
|
Posted: Tue Apr 18, 2006 5:44 pm Post subject: Uninstall |
|
|
OK that did it!!!
I had a script running using the "#NoTrayIcon" command
So I did not see it.
Sorry, for the misuse of your time
thanks |
|
| Back to top |
|
 |
|