IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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 V   1 2 3 > »   
Reply to this topicStart new topic
> Photoshop 7.0 & 8.0 silent install, Howto
Crispy
post Nov 5 2003, 10:31 AM
Post #1


Retired Yiffy Moderator
Group Icon

Group: Patrons
Posts: 1305
Joined: 14-September 02
From: North Buena Vista, Singapore
Member No.: 1976
Country Flag


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:

CODE
[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 smile.gif

Hope you find this usefull smile.gif

=Crispy
Go to the top of the page
 
+Quote Post
maverick215
post Nov 6 2003, 10:34 AM
Post #2





Group: Members
Posts: 3
Joined: 16-October 03
Member No.: 8171



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.
CODE
;***************************************************************
;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
Go to the top of the page
 
+Quote Post
mmarable
post Nov 6 2003, 10:46 AM
Post #3


Advanced Member
***

Group: Members
Posts: 375
Joined: 1-November 03
From: USA
Member No.: 8879
OS: none
Country Flag


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. :/
Go to the top of the page
 
+Quote Post
valkyre
post Nov 6 2003, 12:34 PM
Post #4


Member
**

Group: Members
Posts: 112
Joined: 5-September 03
From: USA
Member No.: 6225



Are you using the InstallShield ISS file method?
Go to the top of the page
 
+Quote Post
mmarable
post Nov 6 2003, 06:25 PM
Post #5


Advanced Member
***

Group: Members
Posts: 375
Joined: 1-November 03
From: USA
Member No.: 8879
OS: none
Country Flag


No, I'm trying the method that Crispy listed.
Go to the top of the page
 
+Quote Post
aitf311
post Nov 6 2003, 07:21 PM
Post #6


Newbie


Group: Members
Posts: 37
Joined: 21-October 03
Member No.: 8383



Anyone know how to silently install Photoshop 8?
Go to the top of the page
 
+Quote Post
Crispy
post Nov 11 2003, 10:39 AM
Post #7


Retired Yiffy Moderator
Group Icon

Group: Patrons
Posts: 1305
Joined: 14-September 02
From: North Buena Vista, Singapore
Member No.: 1976
Country Flag


QUOTE (aitf311 @ Nov 7 2003, 02:21 AM)
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. smile.gif (Thx neoh)

CODE
[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.
Go to the top of the page
 
+Quote Post
tapnet
post Dec 14 2003, 01:13 PM
Post #8


Junior
*

Group: Members
Posts: 50
Joined: 18-July 03
Member No.: 5024



How to bypass the activation so i can activate when I open application?
Go to the top of the page
 
+Quote Post
Cyber Axe
post Dec 14 2003, 02:40 PM
Post #9


Junior
*

Group: Members
Posts: 54
Joined: 13-December 03
Member No.: 10854



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?
Go to the top of the page
 
+Quote Post
pmcx9
post Jan 7 2004, 05:43 PM
Post #10


Member
**

Group: Members
Posts: 165
Joined: 7-September 03
Member No.: 6274
OS: none
Country Flag


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
Go to the top of the page
 
+Quote Post
Crispy
post Feb 28 2004, 03:27 AM
Post #11


Retired Yiffy Moderator
Group Icon

Group: Patrons
Posts: 1305
Joined: 14-September 02
From: North Buena Vista, Singapore
Member No.: 1976
Country Flag


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\

smile.gif
Go to the top of the page
 
+Quote Post
Neoh
post Mar 3 2004, 06:30 AM
Post #12





Group: Members
Posts: 8
Joined: 2-March 04
From: Somewhere Over The Rainbow
Member No.: 15201



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
Go to the top of the page
 
+Quote Post
djt_
post Mar 8 2004, 01:38 PM
Post #13





Group: Members
Posts: 4
Joined: 28-February 04
Member No.: 15056



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
Go to the top of the page
 
+Quote Post
willpantin
post Mar 10 2004, 12:14 AM
Post #14


Member
**

Group: Members
Posts: 152
Joined: 20-September 03
From: Newnan, GA
Member No.: 7083
Country Flag


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! newwink.gif
Go to the top of the page
 
+Quote Post
TeT_TaT
post Mar 11 2004, 03:39 AM
Post #15


Newbie


Group: Members
Posts: 45
Joined: 5-March 04
From: Al Madenah
Member No.: 15396



Thank u

i have already Knew about it >>
by the way

u can use this idea in some other product from Adobe
Go to the top of the page
 
+Quote Post
thedogcow
post Mar 21 2004, 07:29 AM
Post #16


Newbie


Group: Members
Posts: 12
Joined: 19-March 04
Member No.: 16173



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: tongue.gif

This post has been edited by thedogcow: Mar 21 2004, 07:31 AM
Go to the top of the page
 
+Quote Post
thedogcow
post Mar 21 2004, 11:53 AM
Post #17


Newbie


Group: Members
Posts: 12
Joined: 19-March 04
Member No.: 16173



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 biggrin.gif
Go to the top of the page
 
+Quote Post
crehren
post Mar 25 2004, 03:06 AM
Post #18





Group: Members
Posts: 1
Joined: 20-March 04
Member No.: 16230



QUOTE (willpantin @ Mar 10 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! newwink.gif

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. thumbup.gif
Go to the top of the page
 
+Quote Post
willpantin
post Apr 18 2004, 07:05 PM
Post #19


Member
**

Group: Members
Posts: 152
Joined: 20-September 03
From: Newnan, GA
Member No.: 7083
Country Flag


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?

cool.gif

PS. I will post my results the day I get my Virtual PC 2004 in the mail.
Go to the top of the page
 
+Quote Post
Skip
post May 30 2004, 08:24 PM
Post #20





Group: Members
Posts: 2
Joined: 30-May 04
From: T.O.
Member No.: 21101



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?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

4 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 12:40 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy