PixelPixPanreyes Posted September 15, 2025 Posted September 15, 2025 I recently started using an updater based in Winget and, when it updates AutoIT, AutoIT's associations are being changed to "Run Script" instead of keeping my "Edit Script" preference. It might be a good idea to detect if it's already associated, and keep the existing preference in the installer when doing a silent install/update
Solution argumentum Posted September 15, 2025 Solution Posted September 15, 2025 If anyone ask me that their installation is not working, I'd tell them to reinstall and that would reset it to "factory" settings, that in turn would fix whatever didn't work before. If the installer did what you say, it would not fix the registry entries. Now, it takes a degree of "know how" to do the edits that you did so, do them again ? Because otherwise ( changing the installer ) would not help those less knowledgeable users. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
PixelPixPanreyes Posted September 16, 2025 Author Posted September 16, 2025 Well, I see your point. And, in the end, AutoIT is not updated so oftenly to this actually become an issue to any developer. argumentum 1
rudi Posted September 19, 2025 Posted September 19, 2025 pls let me point out, that "run script" is the default behavior. If you prefer edit, all you need to do is to modify the value of this registry value: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AutoIt3Script\Shell] @="Open" the default value a silent install will define is "Run" Earth is flat, pigs can fly, and Nuclear Power is SAFE!
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