Skip to main content
Participant
November 28, 2012
Answered

silent install Illustrator CS6, Master Collection CS6

  • November 28, 2012
  • 3 replies
  • 6571 views

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

    This topic has been closed for replies.
    Correct answer alisterblack

    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.

    3 replies

    October 25, 2016

    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

    alisterblack
    alisterblackCorrect answer
    Inspiring
    October 26, 2016

    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.

    October 25, 2016

    Is there any uninstall script place for adobe CS6 silent uninstallation?

    alisterblack
    Inspiring
    October 25, 2016

    See 'Uninstall products using command line '

    Deploy packages for Adobe Creative Cloud

    October 25, 2016

    Hi,

    Given command is for creative cloud package...please could you help me with CS6 package.

    Mylenium
    Legend
    November 28, 2012

    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

    Jeffrey_A_Wright
    Legend
    November 28, 2012

    Moving this discussion to the Creative Suite Enterprise Deployment forum.