Computerpro2
Dec 15 2005, 12:49 PM
Hi guys i am wondering how i can install adobe photoshop CS2 while installing windows? i am installing programs using the CMD method of install.
thank in advance guys.
Zxian
Dec 15 2005, 03:07 PM
http://www.msfn.org/board/lofiversion/index.php/t10552.htmlThere have been several threads about this before... AFAIK, there's no way to silently activate any Adobe Products (without using AutoIt).
bobthenob
Dec 16 2005, 12:58 AM
hi ive been trying to install photoshop 8
using autoit (im new to autoit)
but the activation window dosnt have a title?
heres what i tryed but still dosnt work
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template AutoIt script.
;
; ----------------------------------------------------------------------------
; Script Start - Add your code below here
Run ("setup.exe")
WinWaitActive("Adobe Photoshop Installer")
ControlClick("Adobe Activation", "introduction""2","Button6")
ControlClick("Adobe Activation","2","Button1")