Ok, I just fudged an AutoIt script to install the Adobe Creative Suite. I just copied both program CDs to the same directory and the setup program accepts it.

I looks like Adobe is trying to be a bigger PITA than they already are. All the individual apps have installers that should be automatable, but they won't accept the key for the suite.

So, here's the AutoIt script if anybody wants it.

 - Nick Lopez
   [EMAIL PROTECTED]

Run,\\\\PATH\\TO\\packages\\adobecs\\setup.exe
WinWaitActive,,Ne&xt
Send,!s
Send,YOURLICENCEHERE
Send,!x

WinWaitActive,,To continue installing, you must accept the End User License Agreement.
Send,!c
WinWaitActive,,Please select which components to install and where to place them.
Send,!x
WinWaitActive,,Each component will install individually.
Send,!i

WinWaitActive,,Installation is complete.
Send,!n
Send,!h

Reply via email to