Client Management Suite

 View Only

Adobe CS3 Silent Install and Uninstall 

Dec 18, 2007 02:16 PM

After spending a fair amount of time looking for a solid way to perform silent installations of CS3 products I found there was no good documentation on it. Even Adobe has failed to document the method well so I thought I'd share my findings.

Silent Install Method

Run Setup.exe with --record=1 option, run through the quick recorded install, grab the two files it spits out at the end and throw them up on the server. Rename them to install.xml and remove.xml (respectively). With this done, create the application.xml.override as the PDF explained and put it in the proper location (making sure you have the proper quotation marks!). It should be the value of Driver folder indicated in the payloads/Setup.xml. Run the silent install again pointing to the full path for "install.xml" and you're all set. For my setup I use the following command line.
Setup.exe --mode=Silent --deploymentFile=".\install.xml"

Silent Uninstall Method

To run a silent uninstall I copy the remove.xml to the %TEMP% directory on the machine and run the following command line.
"C:\Program Files\Common Files\Adobe\Installers\aef45239e3987fdf2a5e406d559eb22\Setup.exe" --mode=Silent --deploymentFile="%temp%\remove.xml"

Note that I'm running the Setup.exe from the installSourcePath value indicated in the install.xml. Both the install and uninstall work with Deployment Console and Software Delivery Solution. Enjoy.

Added December 20th, 2007 by Todd Murray

Here are screenshots of the Install and Uninstall Tasks I'm using in the Deployment Console.

Deployment Console Install for Illustrator CS3

Deployment Console Uninstall Task 1 for Illustrator CS3

Deployment Console Uninstall Task 2 for Illustrator CS3

Note: This should all be one line but as there is no word wrap I made it into 3 lines for readability.

Statistics
0 Favorited
1 Views
10 Files
0 Shares
0 Downloads
Attachment(s)
txt file
Adobe Dreamweaver CS3.install.xml_.txt   785 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Dreamweaver CS3.remove.xml_.txt   194 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Flash CS3.install.xml_.txt   1 KB   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Flash CS3.remove.xml_.txt   473 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Illustrator CS3.install.xml_.txt   785 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Illustrator CS3.remove.xml_.txt   194 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Photoshop CS3.install.xml_.txt   785 B   1 version
Uploaded - Feb 25, 2020
txt file
Adobe Photoshop CS3.remove.xml_.txt   194 B   1 version
Uploaded - Feb 25, 2020
txt file
application.xml_.override.txt   271 B   1 version
Uploaded - Feb 25, 2020
pdf file
cs3_deployment.pdf   228 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Comments

Jul 07, 2008 03:10 PM

Uninstall ends in Error 7.
Using c:\windows\temp to store remove.xml

Feb 04, 2008 08:04 PM

Try copying the content of the DVD to your HD first. When you run the record option it drops the output files in the same directory.

Feb 04, 2008 03:19 PM

OK, so i ran the setup.exe from a DVD via the windows comand prompt:
"D:\Adobe Ultra CS3\setup.exe" /S/v/qn --record=1
The setup launches, I can see in from the task manager, but nothing happens. The command promt just creates a new prompt that lookes just like the one i typed the previous command into. No response from it. Where am I going wrong? It doesn't seem to like --record=1, because i tried using --mode=silent in place of the /s/v/qn and it told me to use that command to run in silent mode.

Dec 20, 2007 02:49 PM

[quote=Todd Murray]I attached the output files from the record as well as the CS3 Deployment guide to this article. Keep in mind that the method's described in the Deployment Guide do not actually work. If they had, there would be no need for anyone to document their methods.[/quote]
Completely agree, adobe doesn't even have the filenames correct, they refer to "deployment.xml" which is actually install.xml which doesn't work regardless of what you call it. After running setup.exe --record=1 and using that xml as install.xml it functions properly. Now if you're installing individual apps then there is a deployment.xml however this file doesn't exist on the suite install.

Dec 20, 2007 02:06 PM

I attached the output files from the record as well as the CS3 Deployment guide to this article. Keep in mind that the method's described in the Deployment Guide do not actually work. If they had, there would be no need for anyone to document their methods.

Dec 20, 2007 10:55 AM

There is a detailed explanation on the steps to follow here.

Dec 19, 2007 01:52 PM

I have gotten this functioning. Please note: The install.xml contained in the deployment folder on the CD does not work for me. Only after doing the recorded setup like Todd explains, and then renaming the file to install.xml and using that, did the silent install work correctly.
Thanks for the great article.

Dec 19, 2007 11:06 AM

[quote=caleywoods]This is exactly what I set out to do today! Thank you, however I have one question.
My application.xml.override file, what "type" of file should it be?
I have tried application.xml.override.XML (to make it xml) and I am now trying application.xml.override.txt. I know the cs3_deployment pdf states for it not to have a hidden extension, does this mean that when you right click on the file and select properties that it should say it's an "override" file? So that would mean the file needs to just be "application.xml.override" with override acting as the extension?[/quote]
It should be named application.xml.override

Dec 19, 2007 10:35 AM

This is exactly what I set out to do today! Thank you, however I have one question.
My application.xml.override file, what "type" of file should it be?
I have tried application.xml.override.XML (to make it xml) and I am now trying application.xml.override.txt. I know the cs3_deployment pdf states for it not to have a hidden extension, does this mean that when you right click on the file and select properties that it should say it's an "override" file? So that would mean the file needs to just be "application.xml.override" with override acting as the extension?

Related Entries and Links

No Related Resource entered.