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

> Photoshop CS2, remove activation screen on install
Astie
post Apr 28 2005, 11:32 AM
Post #1


Newbie


Group: Members
Posts: 11
Joined: 25-January 05
Member No.: 42072



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
;***************************************************************
[OEM Install]
SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
SERIALNUMBERTRYOUT=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
USERNAME=a
COMPANYNAME=d
INSTALLDIR=
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
DisplayBackGround=NO
DisplayProgressBar=NO
ProgressBarStart=NO
ProgressBarEnd=NO


Can somebody help me?

greetz astie
Go to the top of the page
 
+Quote Post
9 Pages V  « < 3 4 5 6 7 > »   
Start new topic
Replies (80 - 99)
totoymola
post May 8 2005, 12:30 AM
Post #81


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


This is what I did.

First, I entered my license number in the INI file, then ran this command.

start /w "Adobe Photoshop CS2.msi" transforms="Adobe Photoshop CS2.mst" /qb!-
I didn't run all the other msi's because I'm only concerned about the activation window. Luckily, it didn't show up because of the transform file. But I have to do a test again, on a clean system.
Go to the top of the page
 
+Quote Post
orustom
post May 8 2005, 12:35 AM
Post #82


Newbie


Group: Banned
Posts: 31
Joined: 10-June 04
Member No.: 22255
Country Flag


QUOTE (totoymola @ May 8 2005, 12:31 AM)
stupid double post..  tongue.gif
*


lol...I hate it when that happens!

I'm in the process of creating a fresh install of XP. Will update again later tonight after I try some stuff out.
Go to the top of the page
 
+Quote Post
totoymola
post May 8 2005, 12:47 AM
Post #83


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


I attached the MST again. I tried it on my current system twice without any problem.

orustom, instead of editing the msi directly, try using the mst. I'm not familiar with Orca, but if you remove the custom action, you have to remove it to the sequence also. And should not delete it from the binary table. (If I'm not mistaken, it's under binary24) That's probably why you're getting an error.

The target of CA_ActivationCheckLicense is CallALMCheckLicense. That is the activation window. The custom action CA_ActivationCheckProductActivationStatus is also under binary24, that's why I thought you have to remove it also.
Go to the top of the page
 
+Quote Post
totoymola
post May 8 2005, 01:07 AM
Post #84


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


QUOTE
I noticed that he did NOT remove CA_ActivationCheckLicense, which makes me more curious as to what changes he made
I download his msi so I can give you a good answer to you question. smile.gif

QUOTE
Report of differences between original installation:
C:\Documents and Settings\xxx\Desktop\Adobe Photoshop CS2.msi  <---- This is my untouched retail msi
And updated installation:
C:\Documents and Settings\xxx\Desktop\adobe photoshop cs2 (modified).msi <---- This is his modified msi

Table Property, changed record:
From UNITYSELECTION | RETAIL    --- this doesn't
    To UNITYSELECTION | TRYOUT  --- really matter

Table InstallExecuteSequence, deleted record CA_ActivationCheckLicense.  <---- This is the only modification he made.


In short, we are going on the same direction. He also removed the custom action like what I did.

I hope this answers your question. smile.gif

Wait, if you already have his modified msi, why do you have to make a new one?


mrmb, I think you should compress your msi (with winrar) to save bandwidth.
Uncompressed - 4.85 MB (5,091,328 bytes)
Compressed - 1.09 MB (1,145,971 bytes)

smile.gif
Go to the top of the page
 
+Quote Post
orustom
post May 8 2005, 02:45 AM
Post #85


Newbie


Group: Banned
Posts: 31
Joined: 10-June 04
Member No.: 22255
Country Flag


Thanks for the info. I'll post some results tomorrow evening. Gotta get to bed before I pass out on my keyboard. wacko.gif
Go to the top of the page
 
+Quote Post
Astie
post May 8 2005, 10:45 AM
Post #86


Newbie


Group: Members
Posts: 11
Joined: 25-January 05
Member No.: 42072



QUOTE (totoymola @ May 8 2005, 01:07 AM)
QUOTE
I noticed that he did NOT remove CA_ActivationCheckLicense, which makes me more curious as to what changes he made

I download his msi so I can give you a good answer to you question. smile.gif

QUOTE
Report of differences between original installation:
C:\Documents and Settings\xxx\Desktop\Adobe Photoshop CS2.msi  <---- This is my untouched retail msi
And updated installation:
C:\Documents and Settings\xxx\Desktop\adobe photoshop cs2 (modified).msi <---- This is his modified msi

Table Property, changed record:
From UNITYSELECTION | RETAIL     --- this doesn't
    To UNITYSELECTION | TRYOUT   --- really matter

Table InstallExecuteSequence, deleted record CA_ActivationCheckLicense.  <---- This is the only modification he made.
In short, we are going on the same direction. He also removed the custom action like what I did.

I hope this answers your question. smile.gif

Wait, if you already have his modified msi, why do you have to make a new one?


mrmb, I think you should compress your msi (with winrar) to save bandwidth.
Uncompressed - 4.85 MB (5,091,328 bytes)
Compressed - 1.09 MB (1,145,971 bytes)

smile.gif
*



wow you guys rock. i havvent replayd in this topic because i got banned without a reason.

ive tried your solution with Wise Package Studio, and search the msi script for CA_ActivationCheckLicense. I've removed that line (in total 3 in a row) and then run the installation (setup.exe /v/qb!). It really went sillently and i want to thank you all for helping me and many others with this problem.

greetz Astie
Go to the top of the page
 
+Quote Post
totoymola
post May 8 2005, 11:30 AM
Post #87


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


QUOTE
i havvent replayd in this topic because i got banned without a reason.

Oh.. I'm sorry to hear that.. Well at least you're not banned anymore. smile.gif

I'm glad it's working for you. smile.gif
Go to the top of the page
 
+Quote Post
orustom
post May 8 2005, 09:31 PM
Post #88


Newbie


Group: Banned
Posts: 31
Joined: 10-June 04
Member No.: 22255
Country Flag


@ totoymola: I tried using your MST file on a clean install using the original unmodified MSI file, and it works perfectly - no activation window! thumbup.gif

Of course the activation window DOES come up when I first start Photoshop after it's installed. The registration window also comes up the first time it's started. Any idea how to get rid of both of these? That would be the next step. My guess is its some form of registry edit.... newwink.gif

Edit: OK, so I used Regshot to take a snapshot of the registry before and after doing the activation, and I saved the differences in a .reg file. Now to try it out from scratch on a clean install. Stay tuned! whistling.gif

Edit 2: Well, for whatever reason the registry edit didn't work. The .reg file I made was refusing to integrate into the registry using a simple double-click, so I had to cut back one key at a time until I determined that the keys that could not be updated were all in the following branch:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_ADOBE_LM_SERVICE]

So using a .reg file that was missing that branch did not disable activation.
Go to the top of the page
 
+Quote Post
Astalavista
post May 8 2005, 11:10 PM
Post #89


MSFN loyalist
*********

Group: Banned
Posts: 3338
Joined: 2-December 03
Member No.: 10301
Country Flag


http://rapidshare.de/files/1655029/PhotoshopMSI_MST.exe.html


msi w/ mst together in one file.

Notes: on using Rapidshare. click free, wait 30 seconds, downlaod file.
Go to the top of the page
 
+Quote Post
lecben
post May 9 2005, 02:54 PM
Post #90





Group: Members
Posts: 9
Joined: 24-January 05
Member No.: 41924



This might help you guys :

http://www.adobe.com/support/techdocs/331261.html
Go to the top of the page
 
+Quote Post
jelli
post May 9 2005, 03:29 PM
Post #91


Newbie


Group: Members
Posts: 30
Joined: 22-August 04
Member No.: 28504
Country Flag


Tried the MSI just now and thanks a lot for all your work on the unattended the fact that it now installs without the activation screen appearing is enough for me and i hope this makes your work that little bit nicer! biggrin.gif

Thanks Everyone!
Go to the top of the page
 
+Quote Post
blinkdt
post May 9 2005, 03:57 PM
Post #92


Somewhat Knowledgeable
Group Icon

Group: Supreme Sponsors
Posts: 580
Joined: 30-September 03
From: Fox Valley, WI
Member No.: 7533
OS: Vista Business x64
Country Flag


Discussion Removed.

This post has been edited by blinkdt: Feb 16 2006, 02:22 PM
Go to the top of the page
 
+Quote Post
jelli
post May 9 2005, 04:07 PM
Post #93


Newbie


Group: Members
Posts: 30
Joined: 22-August 04
Member No.: 28504
Country Flag


Looks interesting couldnt you just create a couple of variables, place the desired data such as activation code, serial etc and use the script to activate the software using the code instead of using that generator which in theory would give you endless posibilities.

Sorry not that familiar with AutoIt so if my suggestion is so noobie unsure.gif then just disregard it newwink.gif
Go to the top of the page
 
+Quote Post
blinkdt
post May 9 2005, 05:04 PM
Post #94


Somewhat Knowledgeable
Group Icon

Group: Supreme Sponsors
Posts: 580
Joined: 30-September 03
From: Fox Valley, WI
Member No.: 7533
OS: Vista Business x64
Country Flag


Discussion Removed.

This post has been edited by blinkdt: Feb 16 2006, 02:22 PM
Go to the top of the page
 
+Quote Post
totoymola
post May 9 2005, 07:08 PM
Post #95


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


About the activation, we have to keep track of the file that is created when we activate. It can be a file(s), registry entry(s), or both. Just like the Adobe Acrobat Professional.
Go to the top of the page
 
+Quote Post
Astie
post May 10 2005, 03:34 AM
Post #96


Newbie


Group: Members
Posts: 11
Joined: 25-January 05
Member No.: 42072



QUOTE (totoymola @ May 9 2005, 07:08 PM)
About the activation, we have to keep track of the file that is created when we activate.  It can be a file(s), registry entry(s), or both.  Just like the Adobe Acrobat Professional.
*


here is the activation file located for every user of your pc. its a .dat file.

Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses
Go to the top of the page
 
+Quote Post
orustom
post May 10 2005, 10:20 PM
Post #97


Newbie


Group: Banned
Posts: 31
Joined: 10-June 04
Member No.: 22255
Country Flag


QUOTE (Astie @ May 10 2005, 03:34 AM)
QUOTE (totoymola @ May 9 2005, 07:08 PM)
About the activation, we have to keep track of the file that is created when we activate.  It can be a file(s), registry entry(s), or both.  Just like the Adobe Acrobat Professional.
*


here is the activation file located for every user of your pc. its a .dat file.

Documents and Settings\All Users\Application Data\Adobe Systems\Product licenses
*



Sweet. Thanks for bringing this to my attention. Gonna have to try copying over this file along with the registry changes and see what happens.
Go to the top of the page
 
+Quote Post
Muaitai
post May 11 2005, 03:54 PM
Post #98


Junior
*

Group: Members
Posts: 51
Joined: 21-August 04
Member No.: 28433
Country Flag


Can we modify that to activate Creative instead of only Photoshop?
Go to the top of the page
 
+Quote Post
orustom
post May 11 2005, 06:28 PM
Post #99


Newbie


Group: Banned
Posts: 31
Joined: 10-June 04
Member No.: 22255
Country Flag


@ totoymola: Is it possible for you to make us an Illustrator CS2 MST file as well?
Go to the top of the page
 
+Quote Post
totoymola
post May 11 2005, 06:30 PM
Post #100


Friend of MSFN
*****

Group: Members
Posts: 944
Joined: 24-September 04
From: Pilipinas!
Member No.: 31914
OS: none
Country Flag


I will try tomorrow. smile.gif I can't do it now because I'm studying for my test.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

9 Pages V  « < 3 4 5 6 7 > » 
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: 24th November 2009 - 03:51 PM
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