Jump to content

Autoit Script Request - Nero 9


webmaniac

Recommended Posts

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

; ----------------------------------------------------------------------------
;
; 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 script

EDIT

Don't need any help any way i figured it out!

Edited by webmaniac
Link to comment
Share on other sites

  • 1 month later...

  • 1 month later...

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...