Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

silent install Illustrator CS6, Master Collection CS6

New Here ,
Nov 28, 2012 Nov 28, 2012

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

6.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Oct 26, 2016 Oct 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.

Translate
LEGEND ,
Nov 28, 2012 Nov 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 28, 2012 Nov 28, 2012

Moving this discussion to the Creative Suite Enterprise Deployment forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 25, 2016 Oct 25, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 25, 2016 Oct 25, 2016

See 'Uninstall products using command line '

Deploy packages for Adobe Creative Cloud

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 25, 2016 Oct 25, 2016

Hi,

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 25, 2016 Oct 25, 2016

For CS6 you can utilise the Creative Cloud Cleaner Tool

Use the Creative Cloud Cleaner Tool to solve installation problems

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 25, 2016 Oct 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 26, 2016 Oct 26, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines