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

9 Pages V  « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
> Photoshop CS2, remove activation screen on install
jroc
post May 4 2005, 03:27 PM
Post #61


18 Bravo
**

Group: Members
Posts: 235
Joined: 17-August 03
From: Ft. Bragg
Member No.: 5835



Adobe mentions how to make a 'silent install' on the support page...dont know if you want to go to the trouble.
http://www.adobe.com/support/techdocs/331297.html

Run a silent installation of Adobe Creative Suite 2.0


What's covered

Create an installer XML file

Run a silent installation



When you purchase a volume license for Adobe Creative Suite 2.0, Adobe provides an option that allows you to run a silent installation (that is, an installation with preselected options and no interface) on Windows or Mac OS X. In a silent installation, a custom installer runs the installers for each product in the suite by using command-line installation tools built into the operating system. To run a silent installation, you must create an XML file (or script) for the custom installer.
Go to the top of the page
 
+Quote Post
BoardBabe
post May 4 2005, 03:29 PM
Post #62


MSFN Expert
******

Group: Members
Posts: 1419
Joined: 4-October 04
Member No.: 32729
Country Flag


Any chance of an updated similar version of Adobe Illustrator CS2.msi?
Go to the top of the page
 
+Quote Post
totoymola
post May 4 2005, 07:08 PM
Post #63


Friend of MSFN
*****

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


Great find jroc. thumbup.gif

However, there are some factors to consider.

1. This for Creative Suite. I'm not sure if the msi if the Photoshop CS2 supports xml files.
2. This is for the VL version (volume license).
Go to the top of the page
 
+Quote Post
WotC
post May 5 2005, 02:03 AM
Post #64


Member
**

Group: Members
Posts: 127
Joined: 29-January 05
Member No.: 42428



A little bit off topic, but: which programs do (did) u use for editing MSIs?
Go to the top of the page
 
+Quote Post
BoardBabe
post May 5 2005, 04:34 AM
Post #65


MSFN Expert
******

Group: Members
Posts: 1419
Joined: 4-October 04
Member No.: 32729
Country Flag


Can you show us how you did it? I'd like to do the same with the illustrator cs2 msi file.
Go to the top of the page
 
+Quote Post
batman75
post May 5 2005, 05:40 AM
Post #66


Alive and kicking
*

Group: Members
Posts: 58
Joined: 12-December 04
Member No.: 38418
Country Flag


orca
Go to the top of the page
 
+Quote Post
totoymola
post May 5 2005, 09:35 AM
Post #67


Friend of MSFN
*****

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


InstallShield! thumbup.gif
Go to the top of the page
 
+Quote Post
mrmb
post May 5 2005, 11:10 AM
Post #68


Newbie


Group: Members
Posts: 11
Joined: 16-August 04
Member No.: 27738



QUOTE (BoardBabe @ May 4 2005, 03:29 PM)
Any chance of an updated similar version of Adobe Illustrator CS2.msi?
*

If only i had illustrator!

i was using some dodgy freeware msi editor (but it did the trick)
Go to the top of the page
 
+Quote Post
Astalavista
post May 5 2005, 12:06 PM
Post #69


MSFN loyalist
*********

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


@mrmb

pls write some sort of guide. And then pm one of the moderators
to put your guide on the first post of this topic. So that people dont
have to go through 3 pages.

provide the files u hv them.

thanks!
Go to the top of the page
 
+Quote Post
orustom
post May 7 2005, 12:35 AM
Post #70


Newbie


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


A guide would be GREAT if you can make one! thumbup.gif
Go to the top of the page
 
+Quote Post
jacksont123
post May 7 2005, 08:03 PM
Post #71


Junior
*

Group: Members
Posts: 65
Joined: 6-February 05
Member No.: 43233



indeed it would
Go to the top of the page
 
+Quote Post
totoymola
post May 7 2005, 08:56 PM
Post #72


Friend of MSFN
*****

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


All you need to do is remove the custom action in the execute sequence.

Remove this:
CA_ActivationCheckLicense

You can try deleting this also: (not sure if this is necessary)
CA_ActivationCheckProductActivationStatus
Go to the top of the page
 
+Quote Post
totoymola
post May 7 2005, 09:12 PM
Post #73


Friend of MSFN
*****

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


Here is my MST file. I removed the CA_ActivationCheckLicense custom action.

This should work on the RETAIL version. Not sure if it will work on the trial because I think they use different MSI's.

smile.gif

EDIT: The only difference between the trial and the retail msi is the UNITYSECTION. Therefore, this should work with the trial as well.

I made this for those who don't have fast internet connection. 5kb is way much easier to download compared to 5mb.

EDIT2: File attached again.
Attached File(s)
Attached File  Adobe_Photoshop_CS2.mst ( 5K ) Number of downloads: 352
 
Go to the top of the page
 
+Quote Post
orustom
post May 7 2005, 10:48 PM
Post #74


Newbie


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


I edited the MSI file directly to remove CA_ActivationCheckLicense from the CustomAction section of the MSI as per totoymola's suggestion above. I used Orca to do this.

About to test now. Stay tuned for the feedback... whistling.gif
Go to the top of the page
 
+Quote Post
totoymola
post May 7 2005, 11:11 PM
Post #75


Friend of MSFN
*****

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


Please post your results. smile.gif
Go to the top of the page
 
+Quote Post
orustom
post May 7 2005, 11:46 PM
Post #76


Newbie


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


See below for result. That's the most descriptive error message ever. unsure.gif

Any ideas?
Attached File(s)
Attached File  error.png ( 18.33K ) Number of downloads: 264
 
Go to the top of the page
 
+Quote Post
totoymola
post May 7 2005, 11:49 PM
Post #77


Friend of MSFN
*****

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


that's weird.. try /qr

what did you do? how did you edit the msi?
Go to the top of the page
 
+Quote Post
orustom
post May 7 2005, 11:56 PM
Post #78


Newbie


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


I edited the MSI by using Orca. All I did was remove that one line called CA_ActivationCheckLicense from the CustomAction section as you suggested we do, and resaved the file.

Interestingly enough, I get the same result with mrmb's posted MSI. It could be a problem with my setup though. I'm testing in Virtual PC 2004 (w/o SP1). It's NOT a clean install. I've had Photoshop CS installed previously and recently uninstalled it to see if I can get Photoshop CS2 to install silently. Stay tuned for more meaningful results.

Also, when I open up mrmb's MSI, I noticed that he did NOT remove CA_ActivationCheckLicense, which makes me more curious as to what changes he made, if in fact his MSI works on others' systems.
Go to the top of the page
 
+Quote Post
totoymola
post May 8 2005, 12:19 AM
Post #79


Friend of MSFN
*****

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


Sorry but I can't really help you on that because I don't use Orca.
QUOTE
I noticed that he did NOT remove CA_ActivationCheckLicense, which makes me more curious as to what changes he made

He removed that for sure, because that is the custom action that triggers the activation window. Well, there are other possible ways to disable that. Maybe he didn't remove the action, but he changed the condition so it will not be called. Or maybe he didn't remove it from the table, but he removed it in the execute sequence.
Go to the top of the page
 
+Quote Post
orustom
post May 8 2005, 12:24 AM
Post #80


Newbie


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


QUOTE (totoymola @ May 8 2005, 12:19 AM)
Sorry but I can't really help you on that because I don't use Orca.
QUOTE
I noticed that he did NOT remove CA_ActivationCheckLicense, which makes me more curious as to what changes he made

He removed that for sure, because that is the custom action that triggers the activation window. Well, there are other possible ways to disable that. Maybe he didn't remove the action, but he changed the condition so it will not be called. Or maybe he didn't remove it from the table, but he removed it in the execute sequence.
*



I have zero experience with editing MSI's, so got no clue what he did. I've been messing with Orca a total of about 2 hours. As an added note, I tried using /qr when installing, and I got further than before. At least the install started this time. Instead though, I end up with it asking me if I want to open the readme file, and then upon trying to launch Photoshop, it says the serial number provided isn't valid (or something to that effect), which is probably normal since I never provided one in the Abcpy.ini file. No sign of any activation wizard yet either.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

9 Pages V  « < 2 3 4 5 6 > » 
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 - 10:16 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