The -f2 switch solved my problem when installing from DVD for Acrobat 6, Photoshop CS and InDesign CS, but I it didn't do it for Illustrator CS

I get this in my logfile:
CODE
[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-3
[Application]
Name=Adobe Illustrator CS
Version=11
Company=Adobe
Lang=0009
Any ideas?
I installed them the same way to get the .iss file generated and copied that file into the folder of each program and this is what I use:
CODE
REG ADD %KEY%\032 /VE /D "Adobe Acrobat Pro 6.02" /f
REG ADD %KEY%\032 /V 1 /D "%CDROM%\Apps\Adobe\Acrobat\AcroPro.msi /QR" /f
REG ADD %KEY%\032 /V 2 /D "%CDROM%\Apps\Adobe\Acrobat\updates\Ac60PrP1.msp /qn" /f
REG ADD %KEY%\032 /V 3 /D "\"%CDROM%\Apps\Adobe\Acrobat\updates\Adobe Acrobat - Reader 6.0.2 Update.msi\" /qn" /f
REG ADD %KEY%\032 /V 4 /D "REGEDIT /S %CDROM%\Apps\Adobe\Acrobat\AcroPro6.reg" /f
REG ADD %KEY%\036 /VE /D "Adobe Photoshop CS" /f
REG ADD %KEY%\036 /V 1 /D "%CDROM%\Apps\Adobe\Photoshop\Setup.exe -s -f2%systemdrive%\AdobePhotoshopCSSetup.log" /f
REG ADD %KEY%\040 /VE /D "Adobe InDesign CS" /f
REG ADD %KEY%\040 /V 1 /D "%CDROM%\Apps\Adobe\InDesign\Setup.exe -s -f2%systemdrive%\AdobeInDesignCSSetup.log" /f
REG ADD %KEY%\044 /VE /D "Adobe Illustrator CS" /f
REG ADD %KEY%\044 /V 1 /D "%CDROM%\Apps\Adobe\Illustrator\Setup.exe -s -f2%systemdrive%\AdobeIllustratorCSSetup.log" /f