MSFN Forum: Autoit Script Request - Nero 9 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Autoit Script Request - Nero 9 Nero 9 Rate Topic: -----

#1 User is offline   webmaniac 

  • Group: Members
  • Posts: 3
  • Joined: 19-November 06

  Posted 14 November 2008 - 02:21 AM

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!

This post has been edited by webmaniac: 14 November 2008 - 07:48 PM



#2 User is offline   DennyMK 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-September 08

  Posted 23 December 2008 - 06:33 PM

So would you like to share your AutoIT script with us?
Please attach it for download :thumbup

#3 User is offline   kokimonster 

  • Group: Members
  • Posts: 2
  • Joined: 26-January 09

Posted 09 February 2009 - 06:38 PM

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..

#4 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 11 February 2009 - 01:33 PM

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy