I have tried every method mentioned on this forum with absolutely no success.
I am trying to install the retail package of Adobe Illustrator CS2. I am trying to make a silent install which requires no user input and no scripts either. I can not use an unattended install using a script.
I have tried the following:
Running setup.exe /r for the setup file on the CD to produce a setup.iss file. No setup.iss file is produced anywhere on the system.
I tried copying the contents of the Adobe Illustrator CS2 directory to the hard drive and running Setup.exe /r to create an setup.iss file. No setup.iss file is produced anywhere on the system.
I tried running msiexec.exe /i "Adobe Illustrator CS2.msi" /qn INSTALLDIR="C:\Program Files\Adobe" USERNAME="Bob Smith" SERIALNUMBER=1034-10XX-XXXX-XXXX-XXXX-XXXX /L*v mylog.txt
The log says 1034-10XX-XXXX-XXXX-XXXX-XXXX error and appears to have a number 3 error value.
I tried running msiexec.exe /i "Adobe Illustrator CS2.msi" /qn INSTALLDIR="C:\Program Files\Adobe" USERNAME="Bob Smith" SERIALNUMBER=103410XXXXXXXXXXXXXXXXXX /L*v mylog.txt
The log says 1034-10XXXXXXXXXXXXXXXXXX error and appears to have a number 3 error value.
I tried entering the username, serial number and install dir into the abcpy.ini file and running Setup. It either just starts Setup normally and waits for user input or fails to run. I tried running msiexec after setting abcpy.ini and it also fails to install.
WTH?