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

 
Reply to this topicStart new topic
> Adobe CS3 Master Collection setup w/serial?
jellyhead
post Aug 30 2007, 09:35 AM
Post #1





Group: Members
Posts: 6
Joined: 9-August 07
Member No.: 149919
OS: Vista Ultimate x86
Country Flag


I don't want to create a silent install, but I want to have the serial numer pre-filled. Is there any way to do this with a configuration file? I created the application.xml.override file but this doesn't seem to be used if not doing a silent install. Is it possible to add it to the msi file directly?

This post has been edited by jellyhead: Aug 30 2007, 11:33 AM
Go to the top of the page
 
+Quote Post
totoymola
post Sep 2 2007, 03:01 AM
Post #2


MSFN Expert
******

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


QUOTE (jellyhead @ Aug 30 2007, 08:35 AM) *
I don't want to create a silent install, but I want to have the serial numer pre-filled. Is there any way to do this with a configuration file? I created the application.xml.override file but this doesn't seem to be used if not doing a silent install. Is it possible to add it to the msi file directly?

Yes, by editing the msi properties. But try creating an mst file first. Modifying the msi directly does not work all the time, and it should only be done if everything else fails. I haven't played with msi files for more than 2 years, and I don't have the adobe software to perform some tests. But I am pretty sure that the concept about msi's still remains the same (except for the implementation of xml).
Go to the top of the page
 
+Quote Post
jellyhead
post Sep 2 2007, 08:55 AM
Post #3





Group: Members
Posts: 6
Joined: 9-August 07
Member No.: 149919
OS: Vista Ultimate x86
Country Flag


I haven't found where the serial is located in the msi or mst files. If the value is not already present, then I need to know the value name so I can add it.
Go to the top of the page
 
+Quote Post
MrCobra
post Sep 5 2007, 08:20 AM
Post #4


Advanced Member
***

Group: Members
Posts: 387
Joined: 16-July 04
Member No.: 24732



(This is what works for me)

Automatically enter your serial number during installation process.

1.) Create a blank text file using (e.g.) Notepad
2.) Ctrl+c/v or type the following:

CODE
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
    <Payload>
        <Data key="Serial" protected="0">1234xxxx5678yyyy4321zzzz</Data>
        <Data key="Registration">Suppress</Data>
        <Data key="EULA">Suppress</Data>
        <Data key="Updates">Suppress</Data>
    </Payload>
</Configuration>


3.) Save as "application.xml.override"
4.) Put it into "payloads\AdobeMasterCollectionSuiteen_US_volume\" (or equivalent)
5.) Run setup.exe and have fun.

Replace 1234xxxx5678yyyy4321zzzz above with your install code.

This post has been edited by MrCobra: Sep 5 2007, 08:22 AM
Go to the top of the page
 
+Quote Post
jellyhead
post Sep 9 2007, 10:54 AM
Post #5





Group: Members
Posts: 6
Joined: 9-August 07
Member No.: 149919
OS: Vista Ultimate x86
Country Flag


I've tried creating the overide file and it doesn't seem to work. I'm guessing it only works with the silent install switches and I don't want to perform a silent install. I just want to have the serial pre-filled.
Go to the top of the page
 
+Quote Post
JuMz
post Sep 10 2007, 05:43 PM
Post #6


Senior Member
****

Group: Members
Posts: 520
Joined: 9-August 04
From: Edmonton, Alberta
Member No.: 26786
OS: XP Pro x86
Country Flag


Nice post. I'll try this....xml based answer file...I like I like...
Go to the top of the page
 
+Quote Post
wirawan1988
post Sep 18 2007, 02:23 PM
Post #7





Group: Members
Posts: 2
Joined: 18-September 07
Member No.: 155287
OS: none
Country Flag


I am running to the same problem too. I have put the serial key into the application.xml.override file which I put into the payload folder and it still prompt me for the cd-key after the installation. I am currently running the silent install from a batch file with this command

start /wait \\server\share\adobecs3\setup.exe --mode=Silent --deploymentFile="\\server\share\adobecs3\install.xml"


here is also a copy of the application.xml.override
CODE
<? xml version="1.0" encoding="utf-8">
<Configuration>
<Payload>
<Data key="Serial" protected="0">1234xxx5678yyy9012zzz</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
</Payload>
</Configuration>


Any help would be appreciated,
Thank You
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

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: 8th January 2009 - 03:44 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy