Contribute CS3 Silent Install Failed

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Contribute CS3 Silent Install Failed

    I'm trying to install Contribute CS silently on several computers, however all
    of the components install except for Contribute. I followed the steps in the
    Enterprise Deployment Options technical paper.

    First I created the application.xml.override file with the following entries:
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
    <Payload>
    <Data key="Serial" protected="0">11XXXXX9XXXXX3XXXXXXX81X</Data>
    <Data key="Registration">Suppress</Data>
    <Data key="EULA">Suppress</Data>
    <Data key="Updates">Suppress</Data>
    </Payload>
    </Configuration>

    Next, I copied it to the payloads\AdobeContribute4.1en_US directory.

    I'm running <Path to setup.exe> --mode=Silent -?deploymentFile =
    <Path_to_deployment.xml> from a command line. I continue to get Error code 6:
    Silent workflow completed with errors.

    My deployment file has the following entries:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Deployment>
    - <Properties>
    <Property name="installLanguage">en_US</Property>
    </Properties>
    - <Payloads>
    - <!-- Adobe Contribute CS3
    -->
    - <Payload adobeCode="{11439DFB-0658-42C7-926D-B66985857733}">
    <Action>install</Action>
    </Payload>
    </Payloads>
    </Deployment>

    When I look at the log file, all I see is
    ERROR
    The following payload errors were found during install:
    - Adobe Contribute CS3: Install failed
    [ 2572] Thu Jun 21 11:04:10 2007 INFO
    -----------------------------------------------------------------
    ------------------ END Silent Installer Session

    I made sure the PC has local admin rights. I also made sure no other
    application was running in the background. What am I missing?

    I've been working on this for several days now. Any help would be greatly
    appreciate!

    ashleyw889 Guest

  2. Similar Questions and Discussions

    1. Silent install?
      Hi, We just recieved our Acrobat 9 as part of our Creative Suite 3 software maintenance. I can't find any information about silently deploying...
    2. Can't get a silent install!
      I have 8.0.24.0 on current systems and cannot for the life of me get it to install completely silent. Most of my installs are done after hours on...
    3. Silent Uninstall and Install
      I have the uninstall. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14157 I have the install....
    4. Silent Install of Shockwave
      How do I push out a silent install of Shockwave with the Yahoo toolbar option unchecked? Need the shockwave, don't want the Yahoo stuff... Thanks
    5. Silent Patchset Install ?
      Mr Bakker I do not your knowledge level. Nor do I care. You must realize that this is a public forum with no ownership from you. You are not...
  3. #2

    Default Re: Contribute CS3 Silent Install Failed

    I finally got it working. The problem was the deployment.xml file.

    I found a post from John Fieber on the Adobe forums that talked about doing a
    recorded setup. [url]http://www.adobeforums.com/cgi-bin/webx?14@@.3bc3beca/0[/url]. I
    followed the steps below to create a recorded setup.
    1. Open a command shell
    2. cd to the installer directory (the one with Setup.exe)
    3. Execute the command:

    setup.exe --record=1

    4. Go through the UI workflow, setting install dir, product selections, etc.
    5. Click "[record] Install >"...don't worry, it won't install anything.
    6. Copy the deployment file location paths it displays on the final summary
    screen.
    7. Run setup in silent mode specifying that as the deployment file path.
    (Remember to put the path name in quotes as it has spaces in it).

    The recorded setup put two files, ?Adobe Contribute CS3.install.xml? and
    ?Adobe Contribute CS3.remove.xml? in C:\Program Files\Common
    Files\Adobe\Installers.
    I copied these two files to the setup directory and used these two files for
    the installation and uninstall scripts.

    I used the following command:
    "<Path to setup>Setup.exe" --mode=silent --deploymentFile="<Path to
    install.xml file>\Adobe Contribute CS3.install.xml"

    Contribute CS3 finally installed!

    ashleyw889 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139