Meta Posted February 19 Share Posted February 19 I am trying to configure AutoItV3 Installation silently. How can I change the options for below points silently? 1. Use native x64 tools by default or Use x86 tools by default 2. Select default option for .au3 files 3. Selecting optional components like script examples & UDF script examples Link to comment Share on other sites More sharing options...
Nine Posted February 19 Share Posted February 19 Use /S (capital S) to install silently. For 1 & 2 : Change Registry with script. For 3 : DirRemove unwanted folders (untested though) “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Developers Jos Posted February 19 Developers Share Posted February 19 1 hour ago, Meta said: 1. Use native x64 tools by default or Use x86 tools by default 2. Select default option for .au3 files 3. Selecting optional components like script examples & UDF script examples These are all defined in the registry. When you have the Full SciTE4AutoIt3 installed you can start SciTEConfig and goto "Other tools"/"Run AutoIt/Scite check" which will produce this report: ****************************************************************************************************************************************** * HKCR\.au3 Default : AutoIt3Script * HKLM\SOFTWARE\Classes\.au3\ShellNew: C:\WINDOWS\SHELLNEW\Template.au3 (File Exists) * HKCR\.au3 ShellNew : C:\WINDOWS\SHELLNEW\Template.au3 (File Exists) ****************************************************************************************************************************************** * Explorer shell options: * HKCR\AutoIt3Script\shell: * => Default Action:Open * Compile => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l" * Compile with Options => Command:"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /ShowGui /in "%l" * CompileX64 => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in "%l" * CompileX86 => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l" * Edit => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1" * Open => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1" * Run => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3.exe" "%1" %* * RunX64 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "%1" %* * RunX86 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3.exe" "%1" %* ****************************************************************************************************************************************** * User SciTE info: * SCITE_USERHOME:C:\Users\josva\AppData\Local\AutoIt v3\SciTE: * SciTEUSer.Properties: *----------------------------------------------------------------------------------------- This reveals the registry locations you would need to update when you like to change them after a silent install. 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. Link to comment Share on other sites More sharing options...
Meta Posted April 26 Author Share Posted April 26 Hello, thanks for the response. I could see the registry key to select default option for .au3 files. But in 64bit machine, I get this below option to select native x64 or x86. How to select between these two options when installing silently? And how do we know which option is installed in the machine? Also, there is option to select required components in UI mode. How to select these components in Silent installation? Any switch to pass while installing? Link to comment Share on other sites More sharing options...
argumentum Posted April 26 Share Posted April 26 (edited) On 2/19/2024 at 7:17 AM, Meta said: I am trying to configure AutoItV3 Installation silently I would download the portable version of AutoIt and SciTE. Then with the magic of ... ( I guess magic don't exist ). I would write a script that sets whatever I want. Edit: 24 minutes ago, Meta said: Couldn't see the picture hence my answer Edited April 26 by argumentum Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Meta Posted April 29 Author Share Posted April 29 Hello, Couldn't get you. We are not looking to use portable version. We are trying to automate the Installation if AutoIt v3 silently. Link to comment Share on other sites More sharing options...
argumentum Posted April 29 Share Posted April 29 Other than the location and registry entries, what's the difference ? Installers are no magical and this one is quite simple. In any case I'll retire from this post. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Nine Posted April 29 Share Posted April 29 9 hours ago, Meta said: We are trying to automate the Installation I do not see any attempt in your posts that demonstrate you tried anything. In fact, it looks like you are waiting for someone to code it for you. Unless you start showing some initiative, I am afraid that you will not get much more help that we already gave you. SOLVE-SMART 1 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
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