This post has been edited by jellyhead: 30 August 2007 - 11:33 AM
Page 1 of 1
Adobe CS3 Master Collection setup w/serial?
#1
Posted 30 August 2007 - 09: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?
#2
Posted 02 September 2007 - 03:01 AM
jellyhead, on Aug 30 2007, 08:35 AM, said:
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).
#3
Posted 02 September 2007 - 08:55 AM
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.
#4
Posted 05 September 2007 - 08:20 AM
(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:
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.
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:
<?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: 05 September 2007 - 08:22 AM
#5
Posted 09 September 2007 - 10:54 AM
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.
#6
Posted 10 September 2007 - 05:43 PM
Nice post. I'll try this....xml based answer file...I like I like...
#7
Posted 18 September 2007 - 02:23 PM
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
Any help would be appreciated,
Thank You
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
<? 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
- ← Noob Question : Unattented Silent Installs
- Application Installs
- Restart a service remotely with auto it →
Share this topic:
Page 1 of 1



Help
Back to top









