Advertisement

04.25.2008 at 08:02AM PDT, ID: 23353746
[x]
Attachment Details

Adobe CS3 silent install via batch script

Asked by johnnyh86 in Windows Batch Scripting, VB Database Programming, Macromedia Dreamweaver

Tags: Adobe, CS3, Unattended install via batch

I use this script trying to install Adobe CS3 silent.


I got error message (see attached file).

Created a application.xml.override and putted it in the payloads folder.

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Serial" protected="0">xxxxxxxxxxxxxxxxxxx</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration> Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
@ECHO OFF
TITLE Installation of Adobe CS3 Unattended
 
.ECHO
ECHO Installing Adobe CS3
ECHO Please wait...
 
start /wait "C:\Adobe CS3\setup.exe" --mode=silent --deploymentFile="C:\Adobe cs3\deployment\install.xml"
 
ECHO Installation Finished!
 
pause
 
exit
Attachments:
 
errormessage
errormessage
 
[+][-]04.30.2008 at 12:01PM PDT, ID: 21473594

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 02:40PM PDT, ID: 21474794

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.30.2008 at 02:56PM PDT, ID: 21474948

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.05.2008 at 01:00AM PDT, ID: 21498639

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.12.2008 at 01:23PM PDT, ID: 21550211

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.12.2008 at 11:00PM PDT, ID: 21552611

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Windows Batch Scripting, VB Database Programming, Macromedia Dreamweaver
Tags: Adobe, CS3, Unattended install via batch
Sign Up Now!
Solution Provided By: johnnyh86
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628