Jump to content

Recommended Posts

Posted

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 ?

Posted

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.

Posted

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

 

Posted

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  :sweating:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...