Link to Adobe enterprise deployment tools

Hello I am trying to distribute the latest version of Adobe Reader and Flash to all workstations in my organization. I would like to do so via GPO. I would like to uninstall any previous version found and install the new one silently without requiring user input for a silent install without prompts. the deployment will be or a mix of Windows 7 Machines and Windows Servers 2008. Any recommendations.

This forum is really more about individuals and the Cloud, so the only links I have are...
Packager Links https://forums.adobe.com/thread/1586021
http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

Similar Messages

  • Enterprise deployment of Flash Builder 4, how?

    What sources or tools are available to aid in enterprise deployment of Flash Builder 4?  I need to create a 100% silent, 100% no touch installation and uninstallation.  I'd rather not capture it into a MSI.  I'm finding nothing on how to automate the installer at all.
    I'd like some customization along with just how to do the actual install.  For example, being able to NOT install Adobe AIR, Flash Plugin/ActiveX and the accompanying Microsoft VC items or selectively installing them.  In our environment, EVERYTHING is layered - no application installs other vendor installs.  This simplifies managing and updating them.  When a user requests a application, all pre-reqs are installed and the actual app only installs if they all completed.
    Thanks,
    digital

    For the path to your own copy of eclipse, if the link file isn't created automatically in silent mode, you could fix that quickly afterwards by copying the link file (either manually or with a script) from the bundled eclipse dropins folder into your own copy of eclipse.
    Regarding silent deployment of volume SNs for FB4 Plug-in, we've been working up some documentation for that. Here's the approach, if anyone needs it.
    Phase 1: Package the RIBS subinstaller (STIWrapper) for network deployment
    first, install FB4 Plug-in normally (interactively) once locally, to obtain the embedded subinstaller here: C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\install.support\AdobeFlashBuilderPluginSTIWrapperWin
    that STIWrapper normally gets run automatically and silently by InstallAnywhere. Because it’s in CS Installer format, an enterprise deployment engineer can use Adobe’s regular CS5 Enterprise Deployment tools to configure it for embedding a volume SN.
    when configuring the STIWrapper for Enterprise Deployment, the install path needs to go all the way down to the bundled Eclipse folder. For example that will be here by default: <Property name="INSTALLDIR">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</Property>
    docs and downloads for Adobe's Enterprise Deployment tools are available here: http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    Phase 2: Deploying FB4 Plug-in to End Users
    Before deploying, it’s important that any previously installed versions of FB4 Plug-in and its STIWrapper have been uninstalled. Generally, the Plug-in uninstaller will uninstall the STIWrapper automatically, but for more robust deployments, the enterprise engineer may want to automate a prerequisite step of uninstalling both FB4 and its STIWrapper.
    Next, the silent installers need to be deployed in this order:
    install the STIWrapper first, using the CS5 Deployment Toolkit
    run the regular InstallAnywhere FB4 Plug-in installer silently.
    To run the Plug-in installer silently, you can either use the "FB4_Plugin_Win_Installer.exe -i silent" syntax in your deployment scripts, or else place a new file named installer.properties right next to FB4_Plugin_Win_Installer.exe, in the same VM folder, and include this line in that file:
    INSTALLER_UI=silent
    Important: in step 2 above you need to run the extracted FB4 Plug-in installer, using the same folder tree format found on the DVD, not the self-extracting ESD archive named FlashBuilder_4_Plugin_LS1.exe.
    Alternatively, if you only have the ESD exe named FlashBuilder_4_Plugin_LS1.exe, and don’t have the FB 4.0.1 DVD available, you can obtain the same folder tree by running the plug-in installer interactively on a local machine. Cancel the installation right after it finishes with the part that says “...downloaded files are being extracted.” Locate the full plugin installer tree from your Temp folder, normally here: [yourHomeFolder]\AppData\Local\Temp\Adobe Flash Builder 4 Plugin\
    Post this extracted folder (from the DVD or from the Temp folder) to a convenient share on your network and then use it for Step 2 above.
    Note that this will only work fully on Win, because InstallAnywhere doesn’t support silent deployments on OS X. You could still use Step 1 on OS X to deploy a Volume SN the same way, but Step 2 would involve running the Plug-in installer interactively on OS X.
    If you try out this approach, please let us know how it goes.
    Thanks,
    -Chris

  • Prerequisite Check Failed: Windows Deployment Tools installed

    Hi Configuration Manager community,
    I'm installing SCCM 2012 R2 and keep getting stuck at the "Windows Deployment Tools installed" pre-req.
    I've followed the link and installed Windows Deployment Tools component of Windows Assessment and Deployment Kit for Windows 8.1, but Setup keeps showing this pre-req's status as Failed.
    Any suggestions?
    Thanks!

    Mike
    Just confirm you have followed the steps outlined in my R2 install guide 
    https://sccmentor.wordpress.com/2014/01/08/sccm-2012-r2-step-by-step-installation-guide/
    What's in your ConfigMgrPreReq.log & ConfigMgrsetup.log files re: Windows Deployment Tools?
    Cheers Paul | http://sccmentor.wordpress.com

  • Enterprise deploy Adobe Technical Communication Suite 5

    Enterprise deploy Adobe Technical Communication Suite 5. AAMEE 3.1 doesnot recognize the package and creative cloud packager doesnot help either as the package created by ccp doesnot get installed

    Going to answer my own question.  Its long, and im not sorry as it took me over an hour to work it out and test!
    So my scenario is I am creating a disk image to deploy to my end users (over 50), I have a Volume Licence key, however installing Technical Communications Suite 5 will not install until I have logged into my adobe account which will cache my details in the image and we dont want that.
    So... I have found a link to silently installing Technical Communications Suite 3 (close enough? - Yes!).
    There are several things to do which with a little more work can be deployed with GPO etc...
    Copy the media to somewhere, we will assume c:\TCS5
    I have the following folders and files in this folder -
    *deploy
    *packages
    *payloads
    *resources
    *Set-up.exe
    Copy the correct language file .xml from "deploy" for me this is "Install_en_US.xml" and drop it in "c:\TCS5" for no real reason other than it makes it easier for me.
    Edit this file (i used notepad++) to only include the products you want to install. i.e. Acrobat only from the TCS suite.
    <!-- TechCommSuite 5 -->
    <Payload adobeCode="{5EEBC969-9161-4053-B4E0-200000000000}">
    <Action>install</Action>
    </Payload>
    <!-- Acrobat Professional -->
    <Payload adobeCode="{23D3F585-AE29-4670-8E3E-640000000000}">
    <Action>install</Action>
    </Payload>
    Create a file named "application.xml.override" in c:\TCS5 which should include the following information, you will need to enter two values yourself:
    PRODUCT SERIAL NUMBER WITHOUT DASHES - This is fairly obvious and is your TCS5 product code
    PAYLOAD CODE - To get this code open the setup.xml file on the media c:\TCS5\payloads\setup.xml, copy the product code between <mediaSignature> and </mediaSignature>  Example: <Configuration><Payload adobeCode="{DE60F0DE-469A-42DC-A678-978313210057}">.
    The rest is pretty obvious:
    Registration - Do you want end users to register?
    Updates - Do you want the product to self update?
    EULA - Not interested as I have already read it
    <?xml version="1.0" encoding="utf-8"?>
    <Configuration>
        <Payload adobeCode="{PAYLOAD CODE}">
            <Data key="Serial" protected="0">PRODUCT SERIAL NUMBER WITHOUT DASHES</Data>
            <Data key="Registration">Suppress</Data>
            <Data key="Updates">Suppress</Data>
            <Data key="EULADelay">-1</Data> 
        </Payload>
    </Configuration>
    Save this file.
    Now you have you install language file, your override file and you set-up.exe file in c:\TCS5.  Lets install...  Now the guide wont tell you all the paths need to be absolute, not from where you are running the command from.
    c:\TCS5\Set-up.exe --mode=silent --deploymentFile=c:\TCS5\Install_en_US.xml --action=install  --c:\TCS5\overrideFile=application.xml.override
    Tada!  It should install. (the default action is install so you can omit --action=install this was also spelt wrong in the snippets I found so go careful) 
    If you get issues the install logging is pretty good, they can be found here : “\Program Files(x86)\Common Files\Adobe\Installers\”  (also could be Program Files without the (x86) on your system.
    If you get error 16, your file names or paths are probably wrong, error code 19? close any conflicting apps the log file will tell you whats causing the holdup.
    You can uninstall with the same procedure just swap out the language install xml file to the uninstall xml file.
    So there it is, if you have a better way or AAMEE 3.2 is released, drop me a PM so at least I can then slipstream the updates in...  Thats the next job...

  • Adobe Creative Cloud Enterprise Deployment Issues using SCCM 2012 R2

    Hi,
    I have been trying to deploy Adobe Creative Cloud Enterprise to Windows 8.1 machines that are identical, using SCCM 2012 R2.
    The Adobe package seems fine, because it seems to deploy successfully to some machines. And SCCM 2012 R2 has been configured correctly, as I can deploy other software using it, and again, it deploys Adobe CC successfully to some of the machines.
    I have tried comparing the package that is downloaded on the test machine/client machine, with the original package on the distribution point, using Beyond Compare, and there are no differences.
    I have contacted Adobe Enterprise Support, and they asked me to send to them log files from Event Viewer, the msi installer, and other Adobe logs, from the machine that failed the deployment. However, after Adobe studying them, they told me that they could not identify any problems... Strange, because I could have sworn that I saw error 1603 pop up over 20 times on different machines indicating that the 'Set-up.dat' file had a problem with it.
    After all the testing on over 20 identical machines (same hardware/same software), using different configurations on SCCM 2012 R2 and the client machines, I still can't seem to have a reliable solution to deploying Adobe CC.
    The fact that it deploys successfully on one machine and fails on another, or sometimes deploy to two machines and fail on another (simultaneously), is something that I don't understand.
    Another thing is that, if I retry the deployment 10-15 times after it failed the first time, it might go through...
    Adobe Enterprise Support asked me if they could remote into a machine that failed the deployment to have a look at it and I agreed to that option, but it seems like my issue has been ignored because they never got back to me.
    Has anyone had this kind of problem or anything similar before?
    I need to be able to deploy this remotely to 100+ machines. So installing manually is not an option.
    Any help is appreciated.
    This was posted in the wrong section a few days ago. I'm hoping I can get some help here.
    Case Number: 1862659812
    UPDATE: I spoke to Adobe Customer Support and after 1.5 hours on the phone with a remote session going on, problem was still not solved or identified. Additional log files have been sent and now I'm waiting for a call back.

    Hi Robert,
    We seem to be having a very similar issue.  Our installs would randomly fail with error code 1603 and an error message about a fault in Set-up.dat.  Failure rate was near 95% on our 900 machines.  Adobe Support and Karl having been looking into our issues but so far no solution has been found.
    Having done a lot of investigating we've managed to deploy our package using a schedule task running as a domain admin.  This is a nasty solution and we don't intend on using this permanently, but we needed to get the package out.
    Are you seeing any of the following:
    Entries in PDApp.log:
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The Bootstrapper Process is (5).Stopping the installation process.
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to find the pdb database.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to get the local payload database handle.
    Event Log:
    Faulting application name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Faulting module name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Exception code: 0xc0000005
    Fault offset: 0x000d7c52
    Faulting process id: 0xb40
    Faulting application start time: 0x01d072a073861622
    Faulting application path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Faulting module path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Report Id: c86d9216-de93-11e4-8284-782bcb99e284
    Faulting package full name:
    Faulting package-relative application ID:
    Installer Log
    Indicates it can't find the Media_db.  We noticed that the folder C:\Program Files (x86)\Common Files\Adobe\caps doesn't get created on the machines were the install fails, so error message is correct in that there isn't a Media_db.db.  Sysinterals Process Monitor seems to show that the setup tried to create the folder/files but they don't actually get created.  Copying a Media_db into the folder from another machine seems to allow the installation to almost finish, but unsurprisingly you end up with problems later on.

  • Adobe Reader XI enterprise deploy-disable display PDF in browser?

    There appears to be conflicting information about Adobe Reader XI and how to pre-configure the "disable display pdf in browser".
    The Enterprise Administration Kit/Guide says you can do this via the MSI Property:
    DISABLE_BROWSER_INTEGRATION = YES
    However, acrobat help, indicates you can ONLY do this manually via individual browser add-ons.
    I have the redestributable version from Adobe and I used the Enterprise Guide to make the AIP and used the Customization Wizard to create the package and am using the properties line when the msi is installed to disable the display
    so which one is right?

    I am out of the office until 1/22/13.
    If you need assistance with technical issues, please contact the Help Desk at:  518-402-8888
    >>> Test Screen Name <[email protected]> 01/17/13 10:30 >>>
    Test Screen Name http://forums.adobe.com/people/Test+Screen+Name created the discussion
    "Re: Adobe Reader XI enterprise deploy-disable display PDF in browser?"
    To view the discussion, visit: http://forums.adobe.com/message/5001441#5001441

  • ANNOUNCEMENT: Adobe Enterprise Developer Program is LIVE!

    I'm happy to announce a brand new developer program targetting individual developers. Benefits include:
    - Developer licenses of all Adobe enterprise software, including Adobe LiveCycle & Adobe Acrobat
    - Unlimited e-mail and web based support for 1 year
    - Access to pre-release software, SDKs and other tools to help make development easier
    - Monthly e-mail newsletter sent out to all members highlighting new content and resources
    Cost: $1495 per year, per developer (not per company)
    This is a different approach than ASN (Adobe Solutions Network) Developer Program, which targets an organization (vs. individual developer)
    More information and a link to join is available at http://partners.adobe.com/public/asn/developer/detail_edp.html

    John Hawkinson wrote on 11/08/19 13:11:
    I think you misunderstood me. I was not asking where to find it. I was remarking on its magnitude.
    ADEP is essentially what would have been LiveCycle ES 3. Considering we
    have 70+ forums for the current and previous versions of LiveCycle and
    there are new components due to the integration of Day Software it isn't
    really all that much.
    I just hope that dismantling the old LiveCycle forums is going to be
    done a bit more aggressively because there are quite a few LC forums
    that are already attracting more spam than posters.

  • Enterprise Deployment of EMET

    There have been a number of requests to make enterprise deployment of EMET easier. 
    This is something we are actively working on.  We expect to be able to offer this along with the ability to configure and monitor EMET across an enterprise in the future. 
    Until this is ready, there are a few options for rolling out EMET across an enterprise. 
    Please note that these options are only relevant for the application specific mitigations and not the system policy for mitigations.
    Option 1: Deploy from a common share
    The first step for this is to place all the binaries on a common share (with the appropriate ACLS to prevent undesirable tampering). 
    Next, EMET_conf.exe should be run with the --add parameter from each of the machines that are to be protected. 
    This can be done with tools such as SCCM, startup scripts etc. 
    When EMET_conf.exe runs, it will copy the necessary files to c:\windows\apppatch and will also make the necessary registry key changes.
    To remove EMET from one of these machines, you can follow the same steps, but use either the --remove or --remove_all parameter with EMET_conf.exe. 
    This will leave the files on the system, but will deactivate the EMET functionality.
    Option 2: Deploy the EMET installation file and configure through script
    This option involves rolling out the “EMET Setup.msi” to all of the target machines utilizing any number of package deployment options (including Group
    Policy).  Later, a script can be run that uses EMET_conf.exe –add to configure the appropriate target applications.
    Option 3: Create a wrapper msi
    Another approach you can take is to create a new msi that includes the “EMET Setup.msi” file. 
    When the wrapper msi is installed, it can be set up to install the “EMET Setup.msi” file and then run EMET_conf.exe --add to configure the desired settings. 
    It can also be configured to uninstall “EMET Setup.msi” if it is later uninstalled.

    Thanks for the information.  I am currently testing deployment using option 2.  We are using SCCM packages to install the software and run a configuration batch file.  I came up with this script so we could run it on both 32-bit and 64-bit
    machines.  It will add the programs it finds based on the paths.  I would like to see the community develop a more complete list if this approach is efficient.  Thanks.
    @echo OFF
    REM Program List v1.0
    if exist "C:\Program Files (x86)\EMET" cd "C:\Program Files (x86)\EMET"
    if exist "C:\Program Files\EMET" cd "C:\Program Files\EMET"
    REM 32/64-Bit Applications
    emet_conf.exe --set "C:\Program Files\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files\Internet Explorer\iexplore.exe"
    emet_conf.exe --set "C:\Program Files\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\WINDOWS\system32\java.exe"
    REM Windows 32-Bit Operating System program Paths
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\INFOPATH.EXE"
    REM Windows 64-Bit Operating System program Paths
    REM System Services and Applications
    emet_conf.exe --set "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files (x86)\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files (x86)\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\INFOPATH.EXE"

  • Export for Enterprise Deployment

    I haven't seen anyone talk about this yet, but is there a way to package a Flash app for iPad/iPhone for enterprise deployment? Apple does this with their XCode development tool. It's always the common sense stuff that Adobe leaves out and never has any information on.
    Thanks.
    Nathan

    Have you found out the solution yet?  I am faced with the same issue and need to deploy to a client ASAP.  I need to know what the publishing setting would be: Debug, Ad-Hoc, or App store. I thing that the App store one should be used. I will be giving my client both a debug and an App store version. We will see what happens.

  • Office Deployment Tool Config for 2013 Pro Plus

    Hi!
       I'm trying to update an installation of Microsoft Office Professional Plus 2013 and wonder if somebody could help me with the correct Product ID to use for the Office Deployment Tool configuration.xml file?  Almost all the examples seem to
    use O365ProPlusRetail.
       The configuration documentation here discusses only Office 365: http://technet.microsoft.com/en-us/library/jj219426%28v=office.15%29.aspx
       But it links to this page, which lists product IDs, but no description (thank you not very much!): http://support.microsoft.com/kb/2842297/en-us
       There's a "ProfessionalRetail" there; elsewhere I've seen a "ProPlusRetail" which isn't listed there, and I'm hoping that if I get the right Product ID I can get this cantankerous update process to work!
       Thanks much,
           Rob

    Hi,
    Microsoft have used some rather confusing product marketing terms, which makes it hard to get clear, and also to be clear, when it comes to this release of Office :(
    Office 2013ProfessionalPlus - installation uses the classic setup.exe + MSI engine. Can be updated via WSUS.
    Office365ProPlus - installation uses the new ODT, and results in C2R virtualized "installation". Can't be updated via WSUS.
    So, if you're using the ODT, then you're not using Office2013ProfessionalPlus..
    Reference for the Product element:
    http://technet.microsoft.com/en-us/library/jj219426(v=office.15).aspx#BKMK_ProductElement
    Reference including Retail Product elements:
    http://support.microsoft.com/kb/2842297/en-au
    NB: the update process will probably be cantankerous even after you get it working ;)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Cannot open any HTTP links in Adobe Acrobat 6.0

    Hi
    We cannot open any HTTP links in Adobe Acrobat 6.0, that means if we click on HTTP link nothing happens.
    Howto configure Acrobat 6.0 to open HTTP links, instead of Acrobat Update?

    This happens because these are not true links. Links created with Acrobat using the link tool do not have this problem. Acrobat and Reader have a feature that tries to automatically recognize urls so they can act as links, but it fails when the link contains a space.

  • Where can I download adobe File Packager tool for Windows?

    Dear all,
    I need to understand the detail format of f4f files, but the only useful information I can find is the following:
    http://www.adobe.com/products/httpdynamicstreaming/pdfs/httpdynamicstreaming_wp_ue.pdf
    Is there more detail specification for f4f ?
    Where can I download adobe File Packager tool for Windows?
    It seems to me the following specification is not correct for f4f, at least the parts talking about "mdat" box
    http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf
    Thanks,
    Xuedong

    As per your question – follow this link http://www.adobe.com/products/adobe-media-server-family.html, download and install AMS Starter, then inside \tools\f4fpackager you’d find the F4F packager command-line application.

  • How to specify JDBC Oracle url using deployment tool - Entity Bean

    Hello I'am new to EJB.
    When creating a entity bean-managed persistence and you need to specify the jdbc url with user name
    and password to establish a connection object, how does one specify that in the deployment
    tool?
    Heres an example of what has in the J2EE tutorial has in AccountEJB to get an connection object
    private String dbName = "java:comp/env/jdbc/AccountDB";
    private void makeConnection() throws NamingException, SQLException {
    InitialContext ic = new InitialContext();
    DataSource ds = (DataSource) ic.lookup(dbName);
    con = ds.getConnection();
    Now if my oracle jdbc url is to be jdbc:oracle:thin:@Abe:1521:dev
    ie My host is Abe, port number 1521 and database name of dev and username/password will be system/manager.
    what would my dbName be at the top?
    Would my JNDI lookup of a DataSource resource "java:comp/env/jdbc/AccountDB" become "java:comp/env/jdbc/dev" for starters?
    In the Resource Factories Reference Code I've add a reference of
    Coded Name: jdbc/dev
    Type: javax.sql.DataSource
    Authentication: Container
    and down the bottom of the I've put JNDI Name: MyAccount
    according to the AccountClient code of:
    Context initial = new InitialContext();
    Object objref = initial.lookup("MyAccount");
    and put User Name of "system" and Password of "manager"
    I'am sure in the source code I have to put
    Class.forName("oracle.jdbc.driver.OracleDriver")
    else you would get that no sutitable driver error, maybe you don't have to if ejb server is smart enough?
    What I'am confuse about is where to specify the jdbc url of "jdbc:oracle:thin:@Abe:1521:dev" ??
    Know it won't work because of this vital part. Do you have to put that somewhere else in the deployment tool or properties file, or some other tool??
    Please help
    Thanks
    Abraham Khalil

    When running the client after successful deployment with jdbc, I'am getting
    javax.naming.CommunicationException: java.rmi.MarshalException: CORBA MARSHAL 1398079699 Maybe; nested exception is:
    org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : minor code: 1398079699 completed: Maybe
    org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : minor code: 1398079699 completed: Maybe
    at com.sun.corba.ee.internal.iiop.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:923)
    at com.sun.corba.ee.internal.iiop.CDRInputStream.read_value(CDRInputStream.java:281)
    at com.sun.corba.ee.internal.corba.TCUtility.unmarshalIn(TCUtility.java:274)
    at com.sun.corba.ee.internal.corba.AnyImpl.read_value(AnyImpl.java:554)
    at com.sun.corba.ee.internal.iiop.CDRInputStream_1_0.read_any(CDRInputStream_1_0.java:605)
    at com.sun.corba.ee.internal.iiop.CDRInputStream.read_any(CDRInputStream.java:252)
    at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.readAny(Util.java:203)
    at javax.rmi.CORBA.Util.readAny(Unknown Source)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.lookup(Unknown Source)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:133)
    at javax.naming.InitialContext.lookup(Unknown Source)
    at AccountClient.main(AccountClient.java:21)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:151)
    at javax.naming.InitialContext.lookup(Unknown Source)
    at AccountClient.main(AccountClient.java:21)
    One thing I don't like about EJB is that everything is transparent which is good! But its much
    harder to debug! :( Tried to see if I can figure it out. Hope someone has seen this problem before?

  • Office Deployment Tool

    Hi We just licensed a lot of computers with  Office 365 Enterprise 3.. or E3
    I wanna deploy office 2013, .. I'm unsure of what I actually got the rights to download
    I can't figure out if E3, gives me permission to get Ofice 2013, Pro Plus?
    http://support.microsoft.com/kb/2842297
    Can I get it anyway for offline install?

    Hi,
    For Office 365 E3 subscription, you should use O365ProPlusRetail
    as the product ID in the Configuration.XML file while downloading Office with Office Deployment Tool.
    You can download (with the /download mode of ODT) the build to a local path first, then configure it to all the machines without the need of Internet access.
    Here is the reference you'll need:
    http://technet.microsoft.com/en-us/library/jj219422(v=office.15).aspx#BKMK_Download
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Deployment Tool Error - unknown document type - Add to Application EJB jar

    I am creating a new application in the J2EE deployment tool and adding an EJB JAR to it. The jar contains the ejb-jar.xml file. This file has the standard doctype:
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, INC.//DTD Enterprise JavaBeans 1.1//EN'
    'file:/C:/j2sdkee1.3/lib/dtds/ejb-jar_2_0.dtd'>
    I get the Unknown Document Type error when I try to add this jar to the application:
    Error: Adding EJB JAR - java.lang.RuntimeException: Invalid XML : Unknown document type : org.apache.crimson.tree.Doctype@e8647
    The xml file validates fine in NetBeans 3.4. I use NetBeans to generate the jar file.
    Any ideas as to what is happening would be appreciated.

    Try replacing the DTD definition as specified below.
    http://java.sun.com/dtd/ejb-jar_2_0.dtd
    regards,
    Siddique

Maybe you are looking for