webmaniac Posted November 14, 2008 Share Posted November 14, 2008 (edited) Hi there can anyone make a autoit script that dosen't change anything in the installation the only thing it needs to do is go through the setup and exit when done, pretty simple but i must admit i'm not good with autoit.This it what i got so far but i'm missing the last code ; ----------------------------------------------------------------------------;; AutoIt Version: 3.0; Language: English; Platform: Win All; Author: webmaniac;; Script Function:; Nero9 - Install;; ----------------------------------------------------------------------------; ----------------------------------------------------------------------------; Set up our defaults/Variables; ----------------------------------------------------------------------------AutoItSetOption("WinTitleMatchMode", 1)$SF= "SetupX.exe"; ----------------------------------------------------------------------------; Script Start; ----------------------------------------------------------------------------Run($SF)WinWaitActive("Nero 9 - Installation")Send ("{ENTER}")Send ("{ENTER}")WinWaitActive("Nero 9 - Installation")ControlClick("Nero 9 - Installation","","Button6")ControlClick("Nero 9 - Installation","","Button2"); ----------------------------------------------------------------------------; Script End; ---------------------------------------------------------------------------i hope there is anyone out the who can help me finish the last part of the scriptEDITDon't need any help any way i figured it out! Edited November 15, 2008 by webmaniac Link to comment Share on other sites More sharing options...
DennyMK Posted December 24, 2008 Share Posted December 24, 2008 So would you like to share your AutoIT script with us?Please attach it for download Link to comment Share on other sites More sharing options...
kokimonster Posted February 10, 2009 Share Posted February 10, 2009 hey guys.. i new in autoit.. ive been reading the forum here and downloading some of the samples to be able to practise it.. but ive noticed no one posted anything about automating windows updates. or running softwares under power user accounts or guests accounts. i know windows updates can be automatically downloaded and installed. from the internet but what if like in my case where i dont have regular internet connection. so i use the windowsupdate downloader that i found also in this site. but then agane there are a lot of updates to install it one by one. so how can i automate its installation, even by batch or something...if anybody can share an idea or sample maybe. it would be verymuch appreciated.thanks in advance for the advice and help.. Link to comment Share on other sites More sharing options...
x-Shadow-x Posted February 11, 2009 Share Posted February 11, 2009 You should have started a new thread. You can slipstream the updates with nlite/vlite (depending on your OS). Much easier then using batch/autoit. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now