lucius100 Posted February 26, 2015 Posted February 26, 2015 In the middle making auto install, some software -Directx -Dot net framework These 2 software doesn't have switch for silent, and controlclick seems not working in here. Does there anyway to troubleshoot at which part it stuck so we know if it's winwait winactivate or controlclik is the cause ?
JohnOne Posted February 26, 2015 Posted February 26, 2015 Because AutoIt works with standard win32 controls. Some software uses custom controls. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
lucius100 Posted February 26, 2015 Author Posted February 26, 2015 How about the difference in RunWait or ShellExecuteWait ? It stuck at the first only, but if I run the setup manually and run the script without RunWait or ShellExecuteWait, it works perfectly.
orbs Posted February 26, 2015 Posted February 26, 2015 both programs you mention have built-in silent installation options. straight from the horse's mouth: https://msdn.microsoft.com/en-us/library/windows/desktop/ee416805(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/ee390831(v=vs.110).aspx you really should resort to simulating mouse clicks and key press only when all else fails. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates WinPose - simultaneous fluent move and resize Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Magic Math - a math puzzle Demos: Title Bar Menu - click the window title to pop-up a menu
lucius100 Posted February 26, 2015 Author Posted February 26, 2015 both programs you mention have built-in silent installation options. straight from the horse's mouth: https://msdn.microsoft.com/en-us/library/windows/desktop/ee416805(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/ee390831(v=vs.110).aspx you really should resort to simulating mouse clicks and key press only when all else fails. Oh, thanks, I never think about search online Use a software ultimate switch silent finder, and can't find it that way
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