Guest waking Posted April 15, 2005 Posted April 15, 2005 I need to do a silent install and use to use in version 2 the HideAutoItWin command. There doesnt seem to be an equivalent command in ver 3. Any help would be appreciated.
Developers Jos Posted April 15, 2005 Developers Posted April 15, 2005 I need to do a silent install and use to use in version 2 the HideAutoItWin command. There doesnt seem to be an equivalent command in ver 3. Any help would be appreciated.<{POST_SNAPBACK}>There is a section in the helpfile for V2 users which contains:HideAutoItWin AutoItSetOption("TrayIconHide",...) 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.
Guest waking Posted April 15, 2005 Posted April 15, 2005 There is a section in the helpfile for V2 users which contains:<{POST_SNAPBACK}>Sorry, but Its Friday and I'm on cruise control. I see the AutoItSetOption command but nothing to prevent the windows from popping up. I already got the trayicon hidden. Thanks.
Developers Jos Posted April 15, 2005 Developers Posted April 15, 2005 (edited) Sorry, but Its Friday and I'm on cruise control. I see the AutoItSetOption command but nothing to prevent the windows from popping up. I already got the trayicon hidden. Thanks.<{POST_SNAPBACK}>Which Windows ? Edited April 15, 2005 by JdeB 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.
Guest waking Posted April 15, 2005 Posted April 15, 2005 Which Windows ?<{POST_SNAPBACK}>I'm trying to install a software product, which doesn't have a silent install feature. So I want to block the popup reply windows. Thanks.
Developers Jos Posted April 15, 2005 Developers Posted April 15, 2005 I'm trying to install a software product, which doesn't have a silent install feature. So I want to block the popup reply windows. Thanks.<{POST_SNAPBACK}>Ok, understand now...You can test for a window to see if it exists WinExist() or WinWait() and then do a WinSetState() to hide it.You can still work with the controls on these hidden windows with the Control???() commands.... 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.
Guest waking Posted April 15, 2005 Posted April 15, 2005 Thanks, I was hoping to do something on the job level rather then the window level, but I'll try your advice.
Developers Jos Posted April 15, 2005 Developers Posted April 15, 2005 (edited) Thanks, I was hoping to do something on the job level rather then the window level, but I'll try your advice.<{POST_SNAPBACK}>Well that doesn't really work like that since you shell the installer which will start in its own process and will show windows whenever it wants to without AutoIt having control...Even doing Run("yourprogram","",@SW_HIDE) doesn't do anything in general for a windows program but only for Commandline programs... Edited April 15, 2005 by JdeB 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.
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