ashbha12 Posted May 25, 2006 Posted May 25, 2006 Can someone tell me how to install Adobe Illustrator CS using SMS . The program starts in the task manager but thereafter there is no activity. There are two setup.exe files on the task mgr of different byte sizes. I have tried using autoit file also but the exe file created using autoit script quits after sometime from task mgr. though it works okay when i do a manual install and I get a log of successful installation on the sms console but no illustrator CS is installed. This auotit complied exe file has only one problem when manually installed though the first dialog gets suppressed the 2nd does not. 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}')EndIfI have tried using the setup.exe /s /v"/qn USERNAME=xxx COMPANYNAME=xxx SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx but problem persists . The advt get published okay but the task too starts okay but then there is no installation.Pls help
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now