bobthenob Posted December 18, 2005 Posted December 18, 2005 (edited) Hi ive read loads on this forum about Photoshop.Ive tryed lots of ideas but none worked for me. The activation screen Kept popping up, and I couldnt get rid of itUntill nowI set up my Abcpy.inilike in other posts;***************************************************************;OEM Installation Options;***************************************************************[OEM Install]DisplayWelcomeDlg=noDisplayEULA=noDisplayXPDialog=noDisplayTypeOfInstallDlg=NODisplaySelectDestDirDlg=noDisplayCustomDlg=noDisplayUserInfoDlg=noDisplayConfirmRegDlg=noDisplayStartCopyDlg=noDisplayFinishDlg=noDisplayFinalMessage=noDisplayRebootDlg=noProgGroupName=DefaultDestDir=c:\Program Files\Adobe\PhotoshopFName=nameLName=nameMI=UserCompanyName=nameUserSerialNumber=serial no ---DisplayBackGround=DisplayProgressBar=ProgressBarStart=ProgressBarEnd=Heres my Autoit script; AutoIt Version: 3.1.0; Author: A.N.Other <myemail@nowhere.com>;; Script Function:; Template AutoIt script.;; ----------------------------------------------------------------------------; Script Start - Add your code below hereRun ("setup.exe")WinWaitActive("Adobe Photoshop CS and ImageReady CS Setup")Sleep(120000)Send('{tab 4}{Enter}')WinWaitActive ("Adobe Photoshop")Send('{ALT}')Send('{Down}')Send('{Up}')send('{Enter}')Exitand it works. Installs then closes registration window yeha...................And thanks to MHZ Edited December 18, 2005 by bobthenob
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