Spy96 Posted March 11, 2014 Posted March 11, 2014 AutoItSetOption("TrayIconHide", 1) RunWait("msiexec.exe /i ISScript8.msi /qb") RunWait("msiexec.exe /i Setup.msi /qb /norestart") /norestart or noreboot not supported in this Msi! I can close it with AutoIT? please help! WinWaitActive("TMPGEnc Authoring Works 4") ControlClick("TMPGEnc Authoring Works 4", "Button2")
orbs Posted March 11, 2014 Posted March 11, 2014 take a closer look at the parameters ControlClick() needs. something like this: ControlClick("TMPGEnc Authoring Works 4", "", "Button2") 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
Moderators JLogan3o13 Posted March 11, 2014 Moderators Posted March 11, 2014 Did you try it will a reallysuppress? ShellExecuteWait("msiexec.exe", "/i <path to msi> /qb /REBOOT=ReallySuppress") "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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