MSFN Forum: Photoshop 7.0 & 8.0 silent install - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Photoshop 7.0 & 8.0 silent install Howto Rate Topic: -----

#1 User is offline   Crispy 

  • Retired Yiffy Moderator
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,305
  • Joined: 14-September 02

Posted 05 November 2003 - 10:31 AM

OK, I was just asked how to install Photoshop 7 silent and I realized that neither I was able to find a post about this anywhere. So here it is:

The first thing you need to do is locate you Photoshop install files and open the file called "Abcpy.ini" with notepad. You then need to edit the "OEM Installation Options" section:

[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
ProgGroupName=
DefaultDestDir=C:\Program Files\Adobe\Photoshop
UserName=Gates
UserCompanyName=Microsoft
UserSerialNumber=XXXXXXXXXXXXXXXXXXXXXXXX
DisplayBackGround=NO
DisplayProgressBar=NO
ProgressBarStart=NO
ProgressBarEnd=NO


The interesting parts, if you want to do a completely siltent install without any dialogs, are only the Serial, Name, Company and Defaultdir, but if you change all the "display" values to "NO" you can also do a semi-silent install with the normal setup screens. It also makes a normal install from windows a hell of alot faster!

To do a slient install, set all "Display" option =NO and enter your details for Serial, Name, Company and Defaultdir. Please note that the serial must have the format:

XXXXXXXXXXXXXXXXXXXXXXXX and not XXXX-XXXX-XXXX-XXXX-XXXX-XXXX

After having edited the file, you save it and run the Setup.exe without any switches :)

Hope you find this usefull :rolleyes:

=Crispy


#2 User is offline   maverick215 

  • Group: Members
  • Posts: 3
  • Joined: 16-October 03

Posted 06 November 2003 - 10:34 AM

You can similarly create an autoload for the update.
Make your own abcpy.ini file or extract it from one of the cabs (I forget which it is)
but here's a sample silent upgrade 7.0.1 abcpy.ini file.
;***************************************************************
;Adobe Installer Internal Configuration File
;***************************************************************


;***************************************************************
;Main Section. 
;The (Product) key is a required key for this configuration file.
;***************************************************************
[MAIN]
Product=Adobe Photosop

;***************************************************************
;OEM Installation Options
;***************************************************************
[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayReadmeInfoDlg=NO
DisplayBrowseDlg=NO
DisplayStartCopyDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO

ProgGroupName=
DefaultDestDir=
DisplayBackGround=
DisplayProgressBar=
ProgressBarStart=
ProgressBarEnd=



[Patch]
DoBackup=NO
BackupFolder=
NumberOfPatches=2

Patch1Platform=ALL
Patch1Name=PSPATCH.RTP
Patch1DisplayName=Photoshop 7.0
Patch1Dest=$AppPath
Patch1IgnoreMissingFile=YES
Patch1IgnoreErr=YES

Patch2Platform=ALL
Patch2Name=IRPATCH.RTP
Patch2DisplayName=ImageReady 7.0
Patch2Dest=$AppPath
Patch2IgnoreMissingFile=YES
Patch2IgnoreErr=YES


#3 User is offline   mmarable 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 377
  • Joined: 01-November 03

Posted 06 November 2003 - 10:46 AM

I try this and the -S doesn't work for me. I can see the setup.exe start in Task Manager, but then it shuts down. If I run setup alone, it run through the install without problem.

I don't get it. :/

#4 User is offline   valkyre 

  • Member
  • PipPip
  • Group: Members
  • Posts: 112
  • Joined: 05-September 03

Posted 06 November 2003 - 12:34 PM

Are you using the InstallShield ISS file method?

#5 User is offline   mmarable 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 377
  • Joined: 01-November 03

Posted 06 November 2003 - 06:25 PM

No, I'm trying the method that Crispy listed.

#6 User is offline   aitf311 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 21-October 03

Posted 06 November 2003 - 07:21 PM

Anyone know how to silently install Photoshop 8?

#7 User is offline   Crispy 

  • Retired Yiffy Moderator
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,305
  • Joined: 14-September 02

Posted 11 November 2003 - 10:39 AM

aitf311, on Nov 7 2003, 02:21 AM, said:

Anyone know how to silently install Photoshop 8?

Its basicly the same way. The below Abcpy.ini is configured in almost the same manner. The default install folder is \Program files\Adobe\Photoshop CS. To do a completely silent install you need to use a setup.iss file too. To get this file run setup.exe -R (case sensitive). Click cancel on the activation. Then go into your windows folder and take the SETUP.ISS file and copy it in your photoshop CS install dir (replace the one in it). You can now run the Photoshop setup.exe using the -R switch to do a completely silent install. :) (Thx neoh)

[OEM Install]
DisplayWelcomeDlg=NO
DisplayEULA=NO
DisplayXPDialog=NO
DisplayTypeOfInstallDlg=NO
DisplaySelectDestDirDlg=NO
DisplayCustomDlg=NO
DisplayUserInfoDlg=NO
DisplayConfirmRegDlg=NO
DisplayStartCopyDlg=NO
DisplayFinishDlg=NO
DisplayFinalMessage=NO
DisplayRebootDlg=NO
DisplayBackGround=NO
ProgGroupName=
DefaultDestDir=
FName=XXXX
LName=XXXX
MI=
UserCompanyName=XXXXXXXX
UserSerialNumber=XXXXXXXXXXXXXXXXXXXXXXXX
DisplayBackGround=NO
DisplayProgressBar=NO
ProgressBarStart=NO
ProgressBarEnd=NO

Note: "DisplayBackGround" is not there by defualt, so you need to add it manually if you want to use it.

#8 User is offline   tapnet 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 18-July 03

Posted 14 December 2003 - 01:13 PM

How to bypass the activation so i can activate when I open application?

#9 User is offline   Cyber Axe 

  • Geek
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 13-December 03

Posted 14 December 2003 - 02:40 PM

is it possible to tell photoshop not to install the component that adds the photoshop tab to image properties and changes icons of images to thumbnails?

#10 User is offline   pmcx9 

  • Member
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 07-September 03

Posted 07 January 2004 - 05:43 PM

Further to tapnets question;

has anyone worked out how to prevent the activation from appearing at all rather than using PSkill.

I have established that if you copy over the following files from a previously activated install then it will allow it to open the following time as though activated;

emu.dll
AdobeLM.dll
Tw10122.dat

#11 User is offline   Crispy 

  • Retired Yiffy Moderator
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,305
  • Joined: 14-September 02

Posted 28 February 2004 - 03:27 AM

I just noticed: (At least) Photoshop CS has an OEM install mechanism. It works like this: Make a folder called "OEM_" in the setup file folder. Anything placed in that folder will be copied into the main photoshop dir before install. That means that you could preinstall, for example, plugins by placing them in \OEM_\Plug-ins\

:)

#12 User is offline   Neoh 

  • Group: Members
  • Posts: 8
  • Joined: 02-March 04

Posted 03 March 2004 - 06:30 AM

I had the same problem with photoshop CS, and you can't use the taskkill.exe since the activation pop-up is in the setup.exe process so the wait will wait for ever and never kill that thing... the only way around is using the setup.ISS file.
quick how to: (to do with photoshop CS not installed and reg on the machine)
fill the ini file as mentioned earlier in the thread
run setup.exe -R (case sensitive)
click cancel on the activation
go into your windows folder and take the SETUP.ISS file and copy it in your photoshop CS install dir (replace the one in it)
now you can use setup.exe -S to install it without any prompt or activation crap

#13 User is offline   djt_ 

  • Group: Members
  • Posts: 4
  • Joined: 28-February 04

  Posted 08 March 2004 - 01:38 PM

To install silent and activate .. here's how .. (it's work for me so make sure u test it before burn to cd)

Quote

prep ..
1. install photoshop as normal and activate it
2. copy "C:\Documents and Settings\All Users\Application Data\Macrovision\" to a temp folder
3. export "HKEY_CURRENT_USER\Software\Adobe\ALM" in registry
You must successful activate for this to work

Quote

install ..
1. copy "Macrovision" to "All Users\Application Data\" folder
2. then import the saved registry file
3. change your Abcpy.ini like in the above post and run setup.exe


#14 User is offline   willpantin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 155
  • Joined: 20-September 03

Posted 10 March 2004 - 12:14 AM

I own the full Adobe Creative Suite Premium, and am wondering 2 questions:

1. The installation requires the use of 2 CDs; if I place all their files in one directory, will it install fine unnattended, off a DVD?

2. Should I use a combination of Neoh's and djt_'s methods?

Thanks! :)

#15 User is offline   TeT_TaT 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 05-March 04

Posted 11 March 2004 - 03:39 AM

Thank u

i have already Knew about it >>
by the way

u can use this idea in some other product from Adobe

#16 User is offline   thedogcow 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-March 04

Posted 21 March 2004 - 07:29 AM

Hi I made a setup.iss using the -R switch, and changed all the dialogs to "NO" in the Abcpy.ini. From my hard drive i can run the setup.exe for photoshop cs with the /S for a totally silent install which doesn't even show the activation, however when i run it from cd it just quits... Anyone else noticed this???

All the log file contains is:

[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=0

and yes i did use the f2 switch to save the log to c: :)

This post has been edited by thedogcow: 21 March 2004 - 07:31 AM


#17 User is offline   thedogcow 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-March 04

Posted 21 March 2004 - 11:53 AM

OK I figured out how to get this photoshop 8 working perfectly.

Install with -R switch IMPORTANT click cancel when u get to activation
put the setup.iss in the setup folder
edit the Abcpy.ini to display NO dialogs
then run setup.exe /s /sms /f2c:\Photoshop.log

Result is NO ACTIVATION POPUP during install

you could also copy the activation files over for a totally silent install :)

#18 User is offline   crehren 

  • Group: Members
  • Posts: 1
  • Joined: 20-March 04

Posted 25 March 2004 - 03:06 AM

willpantin, on Mar 10 2004, 12:14 AM, said:

I own the full Adobe Creative Suite Premium, and am wondering 2 questions:

1. The installation requires the use of 2 CDs; if I place all their files in one directory, will it install fine unnattended, off a DVD?

2. Should I use a combination of Neoh's and djt_'s methods?

Thanks! :rolleyes:

To install from a DVD copy the contents of both CD's to the same directory on the DVD. Then remove the entry "Launch1ChangeDir=$Source\Disk1" for the section "[Launches]" from every Abcpy.ini folder. Works for me. :)

#19 User is offline   willpantin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 155
  • Joined: 20-September 03

Posted 18 April 2004 - 07:05 PM

Anyone successfully install the full "Adobe Creative Suite CS Premium" Unattended?

I have followed some of the tips here. Extracted CD1 and CD2 to a folder on my hard-drive, changed all entries to "NO" on the ABCPY.INI files, and inserted my registration info as well.

But, as luck will have it, my MS Virtual PC 2004 demo copy has expired, and I ran out of DVD's to burn and test. I plan on buying a copy of Virtual PC, and more DVD-R discs, of course...

In the meantime, some questions:

1. Any good entries to skip the activation step? Or at least automate it?
djt_ suggested:

Quote

3. export "HKEY_CURRENT_USER\Software\Adobe\ALM" in registry

But, that key does not exist on my computer, which DOES have Creative Suite CS installed on it...!

2. Should I ignore the setup.exe file in the root folder, and install Photoshop, Illustrator, Acrobat, etc one by one, using the setup.exe files in each one of their folders? (With newly generated setup.iss files)

3. I have a student edition. Any special considerations?

:)

PS. I will post my results the day I get my Virtual PC 2004 in the mail.

#20 User is offline   Skip 

  • Group: Members
  • Posts: 2
  • Joined: 30-May 04

Posted 30 May 2004 - 08:24 PM

So I understand I gotta download emu.dll to get rid of the activation popup, but could it work now if I already had my Photoshop 8.0 installed?

Or do I have to re-install everything and start all over again?

Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
0 members, 4 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy