| View previous topic :: View next topic |
| Author |
Message |
Roussi Nikolov Guest
|
Posted: Tue May 01, 2007 10:31 pm Post subject: AutoHotkey v1.0.46.13 install in Vista |
|
|
 |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Tue May 01, 2007 10:53 pm Post subject: |
|
|
I'll try it on my Vista laptop when I get home (another 4 hours or so) _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2397
|
Posted: Tue May 01, 2007 11:59 pm Post subject: |
|
|
| That dialog is very common when installing various applications in Vista and usually nothing to worry about. You will usually get an option at that point to try installing again with different options (compatibility mode). Alternately, you could close the window and attempt to run the installation file as administrator instead. Usually this is not necessary though. It seems that Vista doesn't like the way that some installers quit after installing an application. I usually close the Window and most times the application Vista was complaining about seems to have installed correctly and seems to run ok. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed May 02, 2007 12:27 am Post subject: |
|
|
The might happen when the installer isn't run as administrator. Usually Vista detects the word "Install" in the installer's filename and automatically prompts you to install as administrator. But maybe this doesn't happen for AutoHotkey (or stopped happening with the latest Vista updates).
It's on my to-do list to add a require-admin flag to the manifest for the Installer.
Thanks. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed May 02, 2007 1:04 am Post subject: |
|
|
UPDATE: Today's v1.0.46.14 adds the "require administrator" flag to the installer to avoid the warning dialog on Windows Vista
Thanks for the help.
Last edited by Chris on Wed May 02, 2007 2:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2397
|
Posted: Wed May 02, 2007 5:07 am Post subject: |
|
|
| The updated version installs ok on Vista Home Premium for me. The official version posted gives me the same message as Roussi Nikolov posted. I tried installing a previous version (104610) and didn't get the message. |
|
| Back to top |
|
 |
Roussi Nikolov Guest
|
Posted: Wed May 02, 2007 7:50 am Post subject: |
|
|
The updated version installs ok on Vista Ultimate, too.
Thanks |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed May 02, 2007 2:11 pm Post subject: |
|
|
| Thanks for the testing. I've released an update to solve it. |
|
| Back to top |
|
 |
|