MSFN Forum: Autoit Tutorial - 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 Tutorial Rate Topic: -----

#1 User is offline   solohelp 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-July 04

Posted 25 January 2005 - 01:01 AM

Alright I've searched but can't find good documentation about using autoit to automate installs product ids etc...

any links would be great.


#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 25 January 2005 - 01:03 AM

u should join the autoit forum

u will get a lot of information and help there.

unless u hv a good tuitor like i do. (wink wink) yeslogic :P

#3 User is offline   ev0_05 

  • The Dumb one
  • Group: Members
  • Posts: 31
  • Joined: 18-January 05

Posted 25 January 2005 - 09:04 AM

look at some of the install scripts on the forum thats how i got going

run("C:\Program Files\Internet Explorer\IEXPLORE.EXE") 
    ;The Program To run from the autoit script
    ;the example being internet explorer
    ;you can change this to ur program installer
;----------------------------------------------------------------------------
Winwaitactive("Welcome to MSN.co.uk - Microsoft Internet Explorer")
    ;Waits till the windows active before proceeding to next step
    ;the way to find if widow is active is by the title bar on the page
;----------------------------------------------------------------------------
Controlclick("Welcome to MSN.co.uk - Microsoft Internet Explorer", "" , "Edit1")
  ;Clicks a control on the active widow 
  ;control being a textbox, command button, and other controls
  ;This clicks the adressbar on the control pannel
  ;if i wanted to make it click the home button i would change it to
  ;Controlclick("Welcome to MSN.co.uk - Microsoft Internet  Explorer", "" , 

"ToolbarWindow324")
  ;then that would click the home button on the iexplorer toolbar
;------------------------------------------------------------------------------
Send("http://www.msfn.org/board{Enter}")
  ;send sends keys to the inputbox 
  ;this will input things into an input box I.e for serial number etc:
  ;in this example i'm using Iexplorer adresss bar
  ;and the presses enter
;-------------------------------------------------------------------------------
;Run("Programname")

;WinWaitActive ( "title", ["text"], [timeout]               
;text optional, timeout optional. Taken for help file  

;controlclick("Title" , "Text" , "control")
;u can use the autoit window spy that comeswith autoit to find the control

;Send("TEXTTOSEND")
;send("{keytosend}")
;Send("TextToSend{KeyToPress]")
;Refer to help file for keys

;Sleep(Time)
;function to pause the script for x Amount of time
;250 = quarter of a second
;500 = half of a second
;1000 = second
;and so on


thats basicly all there is to cover an autoit install
any can add anything shout me

#4 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 25 January 2005 - 06:24 PM

my issue is i'm not sure what to do once i have the scipt, i admitedly dont know how to make t he scripts myself but have been able to assemble all the scripts i need between the ones made availible on this forum and ones i have used a script generator for.

#5 User is offline   mana 

  • Group: Members
  • Posts: 1
  • Joined: 26-January 05

Posted 26 January 2005 - 12:33 AM

When you got your Autoit script, you launch Aut2Exe to convert your *.au3 file into an executable (.exe). Then, you do the usual : start %wait .... \convertedau3file.exe
(no switch)
That's all. ;)

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