Skip to main content
May 20, 2016
Question

Error code 7; silent installation of CS6 Fireworks; deployment file?

  • May 20, 2016
  • 1 reply
  • 868 views

Dear Adobe Team and users,

I need to prepare CS6 Fireworks for mass deployment. I have encountered a trouble, which is not easily resolvable through internet research.

I install CS6 on clean VMWare Virtual Machine, on Windows 7 x64, in silent mode. My command looks like:

<Path to Set-up.exe> --mode=silent --deploymentFile=<path to deploy.xml>

or

<Path to Set-up.exe> --mode=silent --deploymentFile=<path to deploy.xml> --overrideFile=<path to override.xml>

And after a while I get Error Code 7.

This is how my deploy.xml looks like:

<?xml version="1.0" encoding="UTF-8"?>

<Deployment>

    <Properties>

        <Property name="EULA_LANGUAGE">en_US</Property>

        <Property name="eula_EPIC_EULA_ACCEPTED">1</Property>

        <Property name="eula_EPIC_EULA_SELECTED">0</Property>

        <Property name="INSTALLDIR">C:\Program Files\Adobe</Property>

        <Property name="defaultLanguage">en_EN</Property>

        <Property name="installLanguage">en_EN</Property>

        <Property name="driverAdobeCode">{CA7C485C-7A89-11E1-B2C8-CD54B377BC52}</Property>

    </Properties>

    <Payloads>

        <Payload adobeCode="{CA7C485C-7A89-11E1-B2C8-CD54B377BC52}">

            <Action>install</Action>

        </Payload>

    </Payloads>

</Deployment>

And this is override.xml

<?xml version="1.0" encoding="utf-8"?>

<Configuration>

<Payload adobeCode="CA7C485C-7A89-11E1-B2C8-CD54B377BC52}">

   <Data key="Serial" protected="0">11931347874xxxxxxxxxxxx</Data>

   <Data key="Registration">Suppress</Data>

   <Data key="EULA">Suppress</Data>

   <Data key="Updates">Suppress</Data>

</Payload>

</Configuration>

Product code in both files is taken from file  Payloads\Setup.xml

Also, here are few last lines from PDapp.log

5/20/2016 12:43:44 [INFO] PIM - Return ... SUCCESS _pimCreateOrUpdateAAMInventory

5/20/2016 12:43:44 [INFO] Setup - TimeLog: End Installing. Now launching PDApp

5/20/2016 12:43:44 [WARN] Setup - Install Source Path not specified. Searching for payloads at the launch path.

5/20/2016 12:43:44 [INFO] Setup - Deployment Engine launched with command : "C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe" --deploymentFile="C:\Users\Administrator\Desktop\Adobe Fireworks CS6\Adobe Fireworks CS6\deploy.xml" --installSourcePath="C:\Users\Administrator\Desktop\Adobe Fireworks CS6\Adobe Fireworks CS6"

5/20/2016 12:43:47 [FATAL] Setup - End Adobe Setup. Exit code: 7

5/20/2016 12:43:47 [INFO] PIM - PIMSqlite closeDB status 0

5/20/2016 12:43:47 [INFO] PIM - FREE PIM Instance ...

I would appreciate any clue to properly install my package.

This topic has been closed for replies.

1 reply

Atul_Saini
Legend
May 20, 2016