wootn0w Posted July 18, 2007 Posted July 18, 2007 (edited) im doing a complet software install script and now im at nero7. the issue is once i go to the 3rd install screen it is the EULA and wants a check box checked (wich isnt the issue) the issue is when it jumps to that install screen it deselects the window and goes grey. i then first need to select it again to actually check or do anything. so i need a command to reselect the window from the installer ... any tips on how todo this ? i searched a little bit on the forums but couldnt find anything specific let me know ! thanks -wootn0w EDIT: i think an alt tab would work to switch back then altup and then select the checkbox with Send("{+}") ill try it and let you know Edited July 18, 2007 by wootn0w
wootn0w Posted July 18, 2007 Author Posted July 18, 2007 Alright selecting the checkbox works now via send("!i) but i still cant seem to reselect the window ... altdown tab altup doesnt work ...
wootn0w Posted July 18, 2007 Author Posted July 18, 2007 (edited) Run("\\Server3\NoBackup\EDV\software\Nero7\Nero-7.0.8.2_deu_no_yt.exe") WinWaitActive("Nero 7 Demo - Installations-Assistent", "Der Installations-Assistent wird Nero 7 Demo") Send("!w") WinWaitActive("Nero 7 Demo - Installations-Assistent") Send("{ALT DOWN}") Send("{TAB}") Send("{ALT UP}") Send("!i") Send("!w") the alt tab just doesnt want to work ... is the sleep needed ? IMO yes cause otherwise it will just mumble up the alt down tab alt up ... let me know EDIT: maybe itl run now ... Edited July 18, 2007 by wootn0w
bobbintb Posted July 24, 2007 Posted July 24, 2007 WinActivate() is what you want I think...^ i concur
weaponx Posted July 24, 2007 Posted July 24, 2007 How about: msiexec.exe /i "Nero.msi" FAMILYNAME="Nero 7" TRANSFORMS="1033.mst" UILANGUAGEID="4105" STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" MSISOURCEFILE="Nero.msi" ?? If a program is in msi format you can save a lot of time using built-in silent switches.
monochrome90 Posted December 16, 2007 Posted December 16, 2007 could you tell me more about those silent switches? what is the meaning for all of that?
benners Posted December 16, 2007 Posted December 16, 2007 im doing a complet software install script and now im at nero7. the issue is once i go to the 3rd install screen it is the EULA and wants a check box checked (wich isnt the issue) the issue is when it jumps to that install screen it deselects the window and goes grey. i then first need to select it again to actually check or do anything.so i need a command to reselect the window from the installer ... any tips on how todo this ? i searched a little bit on the forums but couldnt find anything specific let me know !thanks-wootn0wEDIT: i think an alt tab would work to switch back then altup and then select the checkbox with Send("{+}") ill try it and let you knowIf you are doing this to learn AutoIt then ignore this post but if not there is already an AutoIt script Here for v7 created by CEoCEo Its might contain some more options that you may find useful
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