Vishal Gupta
Microsoft MVP
To make installation of Photoshop automated/unattended (U'll not hv to do nething after double-clicking on the setup icon, it'll install the Photoshop and also exit after finishing the installation automatically
), U hv to edit "Abcpy.ini" file (In root of CD), and add following lines in "[OEM Install]" section (overwrite if exists):
From now whenever u'll start the installation, it'll not ask nething from u and will finish the installation.
PS: U can also edit this file according to ur requirements
Source: DIGIT magzine
Code:
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=YES
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=YES
ProgGroupName=
DefaultDestDir=
UserName= <put_ur_name_here>
UserCompanyName=<put_ur_company_name_here>
UserSerialNumber=<put_serial_key_without_dashes_here>
DisplayBackGround=
DisplayProgressBar=
ProgressBarStart=
ProgressBarEnd=
From now whenever u'll start the installation, it'll not ask nething from u and will finish the installation.
PS: U can also edit this file according to ur requirements
Source: DIGIT magzine