Copy link to clipboard
Copied
is it possible as with Adobe CS5 to use a application.override.xml to set a serial number?
with Adobe CS6 it did not work, at the moment i have used the adobe_prtk.exe to serialize
Illustrator CS6 after install, it worked!
Our company is using a SQL-database, a script get the serial from the database, this serial will be set in the application.override.xml, therefore my question!
"%INSTALLSRCPATH%\Set-up.exe" --mode=silent --deploymentFile="%INSTALLSRCPATH%\Deployment\deployment.xml" --overrideFile="%INSTALLSRCPATH%\application.override"
application.override.xml:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload adobeCode="{4869414E-7AEA-4C8E-BE1C-8D40977FD517}">
<Data key="Serial" protected="0">1111-1111-1111-1111-1111-1111</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
thank you in advance
There are command line uninstall options listed in the Cleaner Tool document.
The other alternative is to perform an msi uninstall.
If you have the original MSI file, you can uninstall the application with the command:
msiexec /uninstall <MSI file>.msi /qn
This will perform a silent uninstall.
Copy link to clipboard
Copied
Don't think so. I'm not up to speed on the latest deployment stuff, but it is my understanding that since Adobe ID is mandatory, there is no way to serialize the software without that info during install. anyway, perhaps check the dev center and deployment forums...
Mylenium
Copy link to clipboard
Copied
Moving this discussion to the Creative Suite Enterprise Deployment forum.
Copy link to clipboard
Copied
Is there any uninstall script place for adobe CS6 silent uninstallation?
Copy link to clipboard
Copied
See 'Uninstall products using command line '
Copy link to clipboard
Copied
Hi,
Given command is for creative cloud package...please could you help me with CS6 package.
Copy link to clipboard
Copied
For CS6 you can utilise the Creative Cloud Cleaner Tool
Use the Creative Cloud Cleaner Tool to solve installation problems
Copy link to clipboard
Copied
I checked with this tool as well...here I am looking for silent uninstallation through command line so that I can push the script on various systems through SCCM and uninstall the illustrator CS6
Copy link to clipboard
Copied
There are command line uninstall options listed in the Cleaner Tool document.
The other alternative is to perform an msi uninstall.
If you have the original MSI file, you can uninstall the application with the command:
msiexec /uninstall <MSI file>.msi /qn
This will perform a silent uninstall.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now