Jump to content

wirawan1988

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About wirawan1988

wirawan1988's Achievements

0

Reputation

  1. Thank you for the description of the CS installation, I am currently having problem with the pre-serialization. I was able to deploy the install silently without any error using the deployment.xml.override method, but when I go to run the program I was prompt for the serial key, I already did input the key into the .override file as prescribed by both this guide and the adobe guide. I did check and my serial key is legit volume license and it should work. I am currently using SMS to deploy the application but I have also tried with a bat script, I use the command that were given in the adobe guide. Here is a copy of my deployment.xml.override <?xml version="1.0" encoding="utf-8"?> <Configuration> <Payload> <Data Key="Serial" protected="0">1234xxxx1234xxxx1234xxxx</Data> <Data Key="Registration">Suppress</Data> <Data Key="EULA">Suppress</Data> </Payload> </Configuration> Any help would be appreciated thank you. --William
  2. 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 <? 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
×
×
  • Create New...