Advanced Search
Welcome to Omgili,
Omgili (Oh My God I Love It ;) is a search engine for discussions. With Omgili you can find answers and solutions, debates, discussions, personal experiences, opinions and more... To learn more about Omgili click here.

This is a complete preview of the discussion as it was indexed by Omgili crawlers. Use this preview if the original discussion is unavailable.
Click here to view the original discussion.

Photoshop CS2 - MSFN Forums

I've got the new adobe photoshop cs2 silent running but can not get the activation screen removed on installation. i've already got this: start /wait %systemdrive%\install\photoshop\setup.exe /v/qb! (this is the program installation) start /wait "%systemdrive%\install\photoshop\Adobe Common File Installer.msi" /qb! (this is an installation to remove the update error when you start photoshop) copy %systemdrive%\install\photoshop\B2B86000.dat "%systemdrive%\Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses" /y (this is my activation file for activation) regedit /s %systemdrive%\install\photoshop\settings.reg (for getting some reg settings right) and my Abcpy.ini looks like this: ; ;Adobe Installer External Configuration File: Abcpy.ini ; ; ;Main Section ;The (Product) key is a required key ; [MAIN] Product=Adobe® Photoshop CS2 AbcpyVersion=2.0 ; ;OEM Installation Options ;

Remove your tryout serial from your .ini file.

You shouldn't be posting it.

I don't think you can remove activation without manually doing it.

I could be wrong though...

Also you need to add two more msi's to your photoshop cs2 install or errors will occur with help and browse will not work.

And another one exists which is for stock photos but is not needed unless like me you want the full install.. This post has been edited by 1chaoticadult : Apr 28 2005, 11:38 AM

Quote: Remove your tryout serial  from your .ini file.

You shouldn't be posting it.

I don't think you can remove activation without manually doing it.

I could be wrong though...

Also you need to add two more msi's to your photoshop cs2 install or errors will occur with help and browse will not work.

And another one exists which is for stock photos but is not needed unless like me you want the full install.. oke removed it, but cant i turn the activation off on installation so it pop ups when you start photoshop for the first time?

Quote: Quote: Remove your tryout serial  from your .ini file.

You shouldn't be posting it.

I don't think you can remove activation without manually doing it.

I could be wrong though...

Also you need to add two more msi's to your photoshop cs2 install or errors will occur with help and browse will not work.

And another one exists which is for stock photos but is not needed unless like me you want the full install.. oke removed it, but cant i turn the activation off on installation so it pop ups when you start photoshop for the first time? This might be possible but seeing how photoshop cs2 activation is slightly different from cs, I'm not sure if ya can or not especially how they have the transfer activation option (although I think this uses the net connection, not sure).

The activation file is unique to your system.

I have the same name for the activation file and try deleting it and the activation window popped up.

When I put it back, it disappeared.

I've tried creating an administrative installation point from the .msi resulting on a smaller setup...

Problem is that it won't run uA. apparently the program builds the admin point only for photoshop and imageready, prompting an error when it's time to install adobe updater.

This can be interesting for us b/c it also reduces the size of installed CS2 i wonder if will be available a tool to deploy .mst files to use with "/TRANSFORMS=" switch...

I followed the instructions posted here an got some interesting results.

After creating an admin point with PSCS2 and the other MSIs i trie to install PSCS2 silently with the /qb-!

Switch - it didn't work - it did NOTHING at all!

The only switch that worked was /qb.

But i got an error (a nice errormessage - just ERROR).

The reason for this error was the missing abcpy.ini, so i copied it to the main directory of the admin installation point.

After that /qb worked, till i got another error, complaining that \PSCS2\CommonAppData\Adobe\Updater\Certs\photoshop.cer has a read error.

Does anyone has the some or similar problems?

I keep on trying.... Update: Ok, i finished the installed (i clicked ignore) but nevertheless i get the activation screen at the end of the installation.

Adobe sucks .

This AutoIT script is not the perfect solution, but it works (for now)... CODE Run ("setup.exe /v/qb") WinWaitActive("Adobe Photoshop Installer") ControlClick("Adobe Photoshop Installer", "", "Button6") WinWaitActive("Adobe Activation") ControlClick("Adobe Activation", "", "Button1")

That script didnt work for me. i hope someone finds out a method to make this unattended.

Quote: This AutoIT script is not the perfect solution, but it works (for now)... CODE Run ("setup.exe /v/qb") WinWaitActive("Adobe Photoshop Installer") ControlClick("Adobe Photoshop Installer", "", "Button6") WinWaitActive("Adobe Activation") ControlClick("Adobe Activation", "", "Button1") That script won't work anyway.

You have to type in an serial numbers to have a fully activated copy unless of course you are using the trial in which the activation screen will keep popping up.

Indeed

Just add the serial to the abcpy.ini - there are two possibilities to enter serials - enter either a "real" or a "tryout".

Sorry, forgot to mention that.

I tried it and it worked CODE [OEM Install] SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx SERIALNUMBERTRYOUT=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx

Ive tried that too, but the activation message still appears at the end of the installation.

Quote: just add the serial to the abcpy.ini - there are two possibilities to enter serials - enter either a "real" or a "tryout".

Sorry, forgot to mention that.

I tried it and it worked CODE [OEM Install] SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx SERIALNUMBERTRYOUT=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx Yea but you still need an authorization & activation code to input into the activation screen.

I guess you wasn't getting what I saying before.

Thats right - but therefore i included this part here: CODE WinWaitActive("Adobe Photoshop Installer") ControlClick("Adobe Photoshop Installer", "", "Button6") WinWaitActive("Adobe Activation") ControlClick("Adobe Activation", "", "Button1") It waits for the Registration "popup" and cancels activation.

Of course, you have to register it within the first 30 days, but hey, at least its installed unattended :-).

I suppose its the same as with adobe acrobat professional - the activation just sucks and can't be automated (as far as i know)! And hey, the topic was "remove activation screen on install" - not REGISTER it successfully :-).

I'm new to this AutoIt thingy, how does it work?

Can you post the exe for this?

You could also fill in the activation info with autoIt...

Not that hard, look in the help files, or other scripts posted in the forum

Quote: I'm new to this AutoIt thingy, how does it work?

Can you post the exe for this? i too would like an exe or an au3 file for this. most prefferably an au3 file. thanks

Using autoit for activation is impossible! Adobe knows about Autoit when the corp edition comes out no need to activate.

Discussion Title: Photoshop CS2
Title Keywords: Photoshop  MSFN  Forums