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  < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> Photoshop CS2, remove activation screen on install
mrmb
post May 2 2005, 12:25 PM
Post #41


Newbie


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



QUOTE (BoardBabe @ May 2 2005, 12:17 PM)
Maybe try to just include the trial key? and not both. I think you should only have one key present... not both...
*

yep thats what i thought

so i removed the full serial and left the trial serial but install just crashes.
also if both serials are included it just installs the full version. there must be another option that i could add, something like "TRIALINSTALL=Yes" but i'm just stabbing in the dark i have no idea if it's even possible.
Go to the top of the page
 
+Quote Post
Joe User 99
post May 2 2005, 12:47 PM
Post #42


Member
**

Group: Members
Posts: 168
Joined: 24-September 03
Member No.: 7341



Ok, before I pass along this info, let me state, I have not tried any form of unattended install of this, and don't really have plans to. But I am interested in seeing if it can be done. So, here is what I have found in relation to serial numbers.

According to the MSI:

The "Full" version serial number property is: SERIALNUMBERTEMP
The "Trial" version serial number property is: SERIALNUMBERTRYOUT

The properties to set which version ("Full" or "Trial") is:
UNITYSELECTION="RETAIL"
or
UNITYSELECTION="TRYOUT"

So it sounds like you would call: Adobe Photoshop CS2.msi /qb UNITYSELECTION="TRYOUT" SERIALNUMBERTRYOUT="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

Now, I realize this doesn't help on the abcpy.ini way of setup, but for those setting up straight from the MSI (and maybe those passing the MSI properties through setup.exe without using abcpy.ini), hopefully this will help.
Go to the top of the page
 
+Quote Post
mrmb
post May 2 2005, 12:54 PM
Post #43


Newbie


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



QUOTE (Joe User 99 @ May 2 2005, 12:47 PM)
Ok, before I pass along this info, let me state, I have not tried any form of unattended install of this, and don't really have plans to. But I am interested in seeing if it can be done. So, here is what I have found in relation to serial numbers.

According to the MSI:

The "Full" version serial number property is: SERIALNUMBERTEMP
The "Trial" version serial number property is: SERIALNUMBERTRYOUT

The properties to set which version ("Full" or "Trial") is:
UNITYSELECTION="RETAIL"
or
UNITYSELECTION="TRYOUT"

So it sounds like you would call: Adobe Photoshop CS2.msi /qb UNITYSELECTION="TRYOUT" SERIALNUMBERTRYOUT="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

Now, I realize this doesn't help on the abcpy.ini way of setup, but for those setting up straight from the MSI (and maybe those passing the MSI properties through setup.exe without using abcpy.ini), hopefully this will help.
*



i'll test that then...

EDIT:
nope, sorry. if the full serial is still in abcpy it does a full install anyway. if it is not then it just throws an error.

EDIT:
btw, how did u get that information if i run the msi with the /? switch it gives me the normal help page but it doesn' tell me anything like the above?
Go to the top of the page
 
+Quote Post
BoardBabe
post May 2 2005, 02:22 PM
Post #44


MSFN Expert
******

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


Where do you get the msi from?
Go to the top of the page
 
+Quote Post
Joe User 99
post May 2 2005, 02:24 PM
Post #45


Member
**

Group: Members
Posts: 168
Joined: 24-September 03
Member No.: 7341



QUOTE (mrmb @ May 2 2005, 12:54 PM)
EDIT:
btw, how did u get that information if i run the msi with the /? switch it gives me the normal help page but it doesn' tell me anything like the above?
*


I opened it up in a MSI editor and poked around the dialogs and tables.
Go to the top of the page
 
+Quote Post
mrmb
post May 2 2005, 02:32 PM
Post #46


Newbie


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



QUOTE (Joe User 99 @ May 2 2005, 02:24 PM)
QUOTE (mrmb @ May 2 2005, 12:54 PM)

EDIT:
btw, how did u get that information if i run the msi with the /? switch it gives me the normal help page but it doesn' tell me anything like the above?
*


I opened it up in a MSI editor and poked around the dialogs and tables.
*



yep i did that for a while too but to no avail what editor do you use
Go to the top of the page
 
+Quote Post
Joe User 99
post May 2 2005, 02:44 PM
Post #47


Member
**

Group: Members
Posts: 168
Joined: 24-September 03
Member No.: 7341



QUOTE (mrmb @ May 2 2005, 02:32 PM)
yep i did that for a while too but to no avail what editor do you use
*


Wise Package Studio Professional 5.6
Go to the top of the page
 
+Quote Post
mrmb
post May 2 2005, 02:46 PM
Post #48


Newbie


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



YES!!

i dun it!

i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!

i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.
Go to the top of the page
 
+Quote Post
1chaoticadult
post May 2 2005, 03:56 PM
Post #49


A Part of a Dying Breed...
****

Group: Members
Posts: 669
Joined: 31-August 03
From: Chi-Town
Member No.: 6102
OS: Windows 7 x64
Country Flag


QUOTE (mrmb @ May 2 2005, 02:46 PM)
YES!!

i dun it!

i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!

i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.
*



Actually I think it would be fine since you need the other files in order to install it. I've posted Symantec Antivirus modified msi(s) before so go ahead and give us link please.... biggrin.gif
Go to the top of the page
 
+Quote Post
SiMoNsAyS
post May 2 2005, 04:23 PM
Post #50


C'mon you apes! You wanna live forever!?
Group Icon

Group: Patrons
Posts: 3455
Joined: 17-May 04
From: Puertollano, Spain
Member No.: 20147
Country Flag


@mrmb i think it's ok, b/c your msi removes the activation screen although you need to activate the program on first run... right (correct me if necessary) ?
Go to the top of the page
 
+Quote Post
totoymola
post May 2 2005, 05:31 PM
Post #51


Friend of MSFN
*****

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


If you guys have the msi installer, use Wise InstallTailor to get an mst. Then download ang msi/mst editor to modify the mst and to remove the custom actions.

Just a suggestion. I haven't tried it myself. I've been busy recenly.
Go to the top of the page
 
+Quote Post
Swimming_Bird
post May 2 2005, 06:43 PM
Post #52


I want the NHL Back
***

Group: Members
Posts: 378
Joined: 12-October 04
From: Mines in Colorado
Member No.: 33557
Country Flag


i just used the autoit script. works fine
Go to the top of the page
 
+Quote Post
Joe User 99
post May 2 2005, 07:03 PM
Post #53


Member
**

Group: Members
Posts: 168
Joined: 24-September 03
Member No.: 7341



QUOTE (mrmb @ May 2 2005, 02:46 PM)
YES!!

i dun it!

i managed to remove the section in the .msi which runs the activation window. so i now have a .msi which does the install normally except for not displaying the activation window. no need for autoit or anything else!

i'm not sure if i can post the msi here (might be considered warez) if a mod could let me know that'd be good.
*


Just create a MST with your changes and post it instead.
(It'll be smaller too.)
Go to the top of the page
 
+Quote Post
mrmb
post May 3 2005, 10:09 AM
Post #54


Newbie


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



right,
sorry it took me so long but i was at school. i've attatched the edited msi. which doesn't prompt for activation. just replace the original and follow the instructions from the first post.

either
setup.exe /v/qb

(but remember that could cause problems because setup.exe closes almost as soon as it calls the msi and this means your script might move on before the install is finished)

or

"adobe photoshop cs2.msi" /qb

good luck

EDIT: it wont allow me to upload an msi so download from here:

www.mrmb.pwp.blueyonder.co.uk/adobe photoshop cs2.msi
Go to the top of the page
 
+Quote Post
Fritz_Saxi
post May 3 2005, 12:52 PM
Post #55


Junior
*

Group: Members
Posts: 77
Joined: 8-April 05
Member No.: 51139
Country Flag


Thanks mrmb, works like a charm
Go to the top of the page
 
+Quote Post
totoymola
post May 3 2005, 04:22 PM
Post #56


Friend of MSFN
*****

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


Why not just use an mst? I'm just curious. smile.gif
Go to the top of the page
 
+Quote Post
genci88
post May 4 2005, 12:33 AM
Post #57





Group: Members
Posts: 7
Joined: 29-October 04
Member No.: 35110
Country Flag


Thanks mrmb. It works. biggrin.gif Great job buddy.

I wish there was a way to activate it silently though.
Go to the top of the page
 
+Quote Post
BoardBabe
post May 4 2005, 04:22 AM
Post #58


MSFN Expert
******

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


Me too, but seems this is the closest we get.
Go to the top of the page
 
+Quote Post
mrmb
post May 4 2005, 10:49 AM
Post #59


Newbie


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



QUOTE (totoymola @ May 3 2005, 04:22 PM)
Why not just use an mst?  I'm just curious. smile.gif
*

well cus i think an mst just sets options like parameters where as i had to actually remove a component from the msi. i don't actually know a great deal abot it and i was only stabbing in the dark when i tried editing the msi in the first place.
Go to the top of the page
 
+Quote Post
totoymola
post May 4 2005, 12:38 PM
Post #60


Friend of MSFN
*****

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


QUOTE (mrmb @ May 4 2005, 09:49 AM)
QUOTE (totoymola @ May 3 2005, 04:22 PM)
Why not just use an mst?  I'm just curious. smile.gif
*

well cus i think an mst just sets options like parameters where as i had to actually remove a component from the msi. i don't actually know a great deal abot it and i was only stabbing in the dark when i tried editing the msi in the first place.
*


Actually, anything you edit on the msi can be done with an mst file. You can edit the mst to add registry entries, modify the public properties, remove a custom action, remove a component, etc. One more advantage of that is the file size is smaller compared to the msi, so it's easier to distribute. smile.gif

I have nothing against editing msi's. I also do it myself. However, it's not the best practice. That's why they make mst's. smile.gif
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

9 Pages V  < 1 2 3 4 5 > » 
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 - 04:27 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