TonyValenti Posted September 30, 2022 Posted September 30, 2022 Is it possible to silently install AutoIt? The standard command lines args don't seem to be recognized and Google's answer seems to be "Use AutoIt to automate installing AutoIt."
Developers Jos Posted September 30, 2022 Developers Posted September 30, 2022 The standard parameter for silent install (/s) should be working fine. 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.
TonyValenti Posted September 30, 2022 Author Posted September 30, 2022 When I run: B:\DOWNLOADS\autoit-v3-setup.exe /s Then it pops up the installer wizard which must be clicked through.
Developers Jos Posted September 30, 2022 Developers Posted September 30, 2022 Also with capital /S ? (Can't check here at the moment) TonyValenti 1 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.
TonyValenti Posted September 30, 2022 Author Posted September 30, 2022 That was it! Thanks. Didn't expect case sensitive command line args. Especially since /? and -? didn't show anything.
Musashi Posted September 30, 2022 Posted September 30, 2022 From the very old thread https://www.autoitscript.com/forum/topic/2169-how-to-install-autoit-silently/ : it should be /S (not /s) TonyValenti 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
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