My Way:
abcpy.ini
[MAIN]
Product=Adobe Illustrator 11
[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
DisplayBackGround=NO
ProgGroupName=
DefaultDestDir=
UserName=-
UserCompanyName=-
UserSerialNumber=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DisplayProgressBar=YES
ProgressBarStart=
ProgressBarEnd=
My Starting Script for AutoIT (
http://www.hiddensoft.com/autoit3/
aisetup.au3
;Script to install Adobe Illustrator silently
AutoItSetOption("WinTitleMatchMode", 1)
Run("setup.exe", "")
; Suppres Dialog - "To avoid restarting your system after installation..."
If WinWait("Adobe Illustrator CS Setup", "To avoid restarting your system", 30) Then
WinActivate("Adobe Illustrator CS Setup", "To avoid restarting your system")
Send('{ENTER}')
EndIf
; Suppres Dialog - "QuickTime 6 is required..."
If WinWait("Adobe Illustrator CS Setup", "QuickTime 6 is required ", 90) Then
WinActivate("Adobe Illustrator CS Setup", "QuickTime 6 is required ")
Send('{ENTER}')
EndIf
run this - its all right