Jump to content

silent install of Alcohol 120% -> new scsi/raid ?


r0sWell

Recommended Posts

  • 4 weeks later...

I made an AutoIt script wich work for me.

!!! French script !!!!

; ----------------------------------------------------------------------------
; Set up our defaults/Variables
; ----------------------------------------------------------------------------

AutoItSetOption("WinTitleMatchMode", 1)
;Setup file name
$SF= "msiexec /i Alcohol.msi /qn REBOOT=Suppress"


; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------

Run($SF)
WinWaitActive("Assistant Matériel détecté")
Send("!N")
Send("!S")
Send("!S")
WinWaitActive("Assistant Matériel détecté","Fin de l'Assistant Ajout de nouveau matériel détecté")
Send("{ENTER}")

Can anyone translate one for english? I mean with english Windows Name so Autoit can auctually work

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