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
![]() ![]() |
Aug 30 2007, 09:35 AM
Post
#1
|
|
|
Group: Members Posts: 6 Joined: 9-August 07 Member No.: 149919 OS: Vista Ultimate x86
|
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 |
|
|
|
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
|
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). |
|
|
|
Sep 2 2007, 08:55 AM
Post
#3
|
|
|
Group: Members Posts: 6 Joined: 9-August 07 Member No.: 149919 OS: Vista Ultimate x86
|
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.
|
|
|
|
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 |
|
|
|
Sep 9 2007, 10:54 AM
Post
#5
|
|
|
Group: Members Posts: 6 Joined: 9-August 07 Member No.: 149919 OS: Vista Ultimate x86
|
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.
|
|
|
|
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
|
Nice post. I'll try this....xml based answer file...I like I like...
|
|
|
|
Sep 18 2007, 02:23 PM
Post
#7
|
|
|
Group: Members Posts: 2 Joined: 18-September 07 Member No.: 155287 OS: none
|
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 |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 8th January 2009 - 03:44 AM |