Acrobat 9.1 Update - Silent Install - Deploy is not "Silent"

Acrobat 9.1 Update - Silent Install / Deploy is not "Silent" or Quiet
When Installing and/or Deploying the Update for Acrobat Pro/Std 9.0 in Silent mode:
AcroProStdUpd910_T1T2_incr.msp /q /l adobe91.log
AcroProStdUpd910_T1T2_incr.msp /qn
I get a "File Transfer" like status window that pop's up.
It is very brief, and all is well.
The problem is we're trying to reach 0% intrusion on the customers that this will be deployed to.
Is there another slash that is missing or does the install process just have this and we'll have to live with it?
I ran the patch in normal mode and you can see the pop-up during the install process in-between:
Optimizing Performance and Publishing Product Information.
Please Advise.
Thank you.

I know this post is a few months old, but for those that still need the info:
Updating Adobe Acrobat Professional from 9.0.0 to 9.1.2
1. Download the 2 patches, AcroProStdUpd910_T1T2_incr.msp (this updates to 9.1.0) and AcrobatUpd912_all_incr.msp (this updates to 9.1.2) and place them in the same folder.
If you are already at 9.1, you don't need the first patch.
2. Copy the AcroPro.msi file from C:\Program Files\Adobe\Acrobat 9.0\Setup Files\guid (I didn't feel like typing out the whole string) to the folder with the patches.  This is where the setup placed this file for my installation of CS4; your location could be in a different spot.
3. Create your script with the following 2 lines:
msiexec /p "%installdir%\AcroProStdUpd910_T1T2_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
msiexec /p "%installdir%\AcrobatUpd912_all_incr.msp" /qn /norestart REINSTALL=ALL REINSTALLMODE=omus
Substitute your path to the folder with the patch files for %installdir% above.
Obviously, this procedure is for updating Windows only.  This was only tested on Windows XPSP3 with Adobe Acrobat Professional 9.0.0 as installed as part of CS4 Master Collection.

Similar Messages

  • PSE 10  and Adobe CS6: When running silent install help is not working afterwards

    Hello,
    I'm not sure if this is the correct forum. If not: Please help me find the correct one.
    I have a big issue with Adobe CS6 (and former versions like Photoshop Elements 10): When installing it from DVD running GUI everything is working fine afterwards. If I install e.g. Photoshop Elements 10 using "Silent Installation" help is not working afterwards. It states that it cannot locate the URL. I have not installed AIR and also do not plan to install it.
    I have 'played' a little around with Common Files\Adobe\helpcfg and help directory. Now at least I do not get an error message but still it's not the online help which opens in the browser but the web page that is defined as 'home'.
    The same I see now in Adobe CS6. I have e.g. packaged After Effects and Illustrator and when deploying it I'm not able to open help as well and I fear that this is the same issue.
    Has anyone deeper knowledge about how "helpcfg" is working? Any example files? Any other help appreciated as well.
    Kind regards
    János

    @hannilator Have you checked the exceptions folder contents for instructions on how to push to logged off computers? Here's what I get when I package CS6 (DesignWebPrem) and excude AIR/CHC:
    After you have deployed the package, separately install the products in the exception folder.
    IMPORTANT: Before you install the products in the exception folder, refer to the following Adobe Knowledgebase article for information on installing these products and configuring the settings correctly:
    http://www.adobe.com/go/aamee_exceptions
    NOTE: The installation commands provided below will work when the user is logged in to the client machine where the package is being deployed. For the scenario where the user is not logged in, prefix the following string to the command:
    sudo launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'`
    As an example, here is the command to install "Adobe AIR" when the user is not logged in to the client machine (assuming Adobe AIR is part of the package):
    sudo launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'` Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent
    ###################################### Command to install Adobe Dreamweaver Widget Browser ######################################
    Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer -silent -eulaAccepted -programMenu WidgetBrowser.air
    ###################################### Command to install AdobeHelp ######################################
    InstallAdobeHelp appVersion=4.0.244 appId=chc pubId=4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 installerArg1=-silent installerArg2=-eulaAccepted installerArg3=AdobeHelp.air

  • IPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one but not all apps. I have more storage than the app takes. Can u help?

    iPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one of the apps, but not other apps.  I have more space available than needed for the app.  What do I need to do to fix this problem?  Do I need to completely reset this device as new and, if so, how should I do that? 

    You need to delete some item (apps, music, photos etc) from the iPod,.However, sometime files get corrupt. To determine that connect the iPod to your computer and click on the iPod under Devices in iTunes. How much storage is used by the "other" category. If over 1 1/2 GB that indicates corrupted files.
    To get the "other" down to normal value you need to restore your iPod usually restoring from backup works but sometimes restoring to factory settings.new iPod is required./

  • Silent install of JDK, not JRE

    Hi,
    and sorry, if this had already been covered here (though I could not find it via search).
    For the installation procedure of our own software, I need to install the JDK (not the JRE) 1.4.2_03 first in silent mode (on Windows 2000). I tried to execute the following:
    j2sdk-1_4_1_03-windows-i586.exe /s /v '/qn ADDLOCAL=ALL INSTALLDIR=C:\silent REBOOT=Suppress'. Since I read a hint for JRE silent install, I tried with and without a space after /v, but the install just comes up normally, asking for installation directory, etc, so no silent install!
    Anyone having a hint in that direction? Maybe it's not possible at all with JDK?
    Thanks in advance
    Jens

    Here it's the method to do silent install :
    start /w j2sdk-1_4_2_10-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL INSTALLDIR=D:\java\jre"Please notify after the /v switch : between it and the quote, there is no space.
    This's the command line to do a silent uninstall :
    start /W j2sdk-1_4_2_10-windows-i586-p.exe /s /v"/qn REBOOT=Suppress" /xYou must have the original j2sdk installer on the drive. I have seen a uninstall method with the msiexec installer but it doesn't work... really shade. Because i think keep up the original installation package to perform a uninstallation's a space waste.
    Sorry to reply to this old thread... and sorry for my ugly / bad english.

  • An Acrobat 11 system update was running and did not complete.  What is wrong?

    When I opened a PDF file.  A message indicated an Error: 1 had occurred and to uninstall and re-install Acrobat 11.  I uninstalled, but the reinstall will not complete.  What is wrong?

    What is your operating system?  Do you receive any error message(s)?

  • PS and LR CC updated and installed but will not launch

    Im getting a bad image error pop up when I try to launch programs.

    start here, CC applications close immediately after launch
    if that fails,
    reset your preferences -
    acrobat:  http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7feb.w .html
    adobe media encoder: https://forums.adobe.com/thread/1713540
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom: https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html
    muse (mac): https://forums.adobe.com/thread/1246022?tstart=0
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  https://helpx.adobe.com/photoshop-elements/kb/preference-file-locations-photoshop-elements .html,  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere elements:  https://helpx.adobe.com/photoshop-elements/kb/preference-file-locations-photoshop-elements .html
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html
    if that fails, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall

  • Silent Install of Acrobat Pro 11

    Hey All,
    I am using MDT to deploy Images and install apps.  I have packaged Acrobat Pro XI with the Customization Wizard XI and have used both  Unattended and Silent Install in the mst.
    The below command starts the install but it is completely interactive except that my serial # and other settings are present so I know it is reading the mst.
    command line:  msiexec /i AcroPro.msi TRANSFORMS=AcroPro.mst
    adding  /qn  causes the install to fail w MDT error code 1603 - Fatal error during installation.
    Any ides?
    Thank You

    MDT = Microsoft deployment toolkit  
    I must add the install fails when I run it from a command line as well and use the /qn switch but works  non-silently   if I don't use the switch. 
    So the solution is to add the /qn  but this is what is causing the failure.
    This is exactly what it is doing:
    Why doesn’t my install respect the “silent install” settings I specified with the Wizard?
    If your command line is something like:
    MSIEXEC /I C:\A9\AcroPro.msi TRANSFORMS="C:\A9\AcroPro.mst
    . . . then you are not using Setup.ini your workflow. The Wizard rewrites Setup.ini when you specify a silent install to include this option. The silent install switch is not saved in the MST. Either run Setup.ini or change your command line to:
    MSIEXEC /I C:\A9\AcroPro.msi TRANSFORMS="C:\A9\AcroPro.mst" /qn

  • Silent auto-update VPN install

    Hi,
    I have a 3000 series VPN Concentrator and I am trying to get the auto-update feature to update and install the VPN Client Silently/Unattended.
    -MSI install
    -previous version: 5.0.03.0350
    -new version: 5.0.04.0300
    I've got auto-update to notify and got the clients to download the update but the install part is not silent. We also have custom logos and when I click through to finish the update process, it did not copy the logos. When I run msiexec to install, the logos gets installed.
    Any suggestions would be great - Thanks!

    you may turn off silent mode in the file. You can launch silent installation from the command line by using the -sd parameter with the vpnclient.exe command. For example, vpnclient -sd toVPN.
    To implement silent mode with or without customizing the VPN Client applications, you can create an oem.ini file containing only the part that configures silent mode. In this file, you turn silent mode on, identify the pathname and folder to contain the VPN Client software, and reboot the system, all without user interaction.
    Here is the good link for silent install.
    http://www.cisco.com/en/US/docs/security/vpn_client/cisco_vpn_client/vpn_client46/administration/guide/vcA_original.pdf

  • Silent install hangs due to secure connection prompt

    It would appear the "silent install" instructions have not been truly updated in years. The writeup for 1.4.2 is the last robust writeup I can find.
    What flag is needed to do a true unattended installation of the JRE or JDK? As it stands the installer will either (a) bring up the secure connection prompt in spite of being a silent install, or worse (b) hang completely.
    ... the command I'm running:
    jre-6u24-windows-x64.exe /s /v"/qn IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0 STATIC=1"
    Work blocks most image hosting sites so here is a link to the exact dialog which should NOT pop up when doing a silent install, but does anyway: http://blog.gordonturner.ca/wp-content/uploads/2009/03/tweetdeck-error.jpg

    Why use the STATIC flag? Doing so overwrites the patch-in-place function
    This is by design. The machines being built are on a closed network that will throw security alerts whenever unexpected network calls are made (e.g. an auto update poll).
    Can you just run <installer> /s ?
    As part of the troubleshooting process I have run it with all flags in all combinations, including the basic "/s". The dialog is thrown regardless.
    If there's a problem, maybe you should try the offline installer?
    This is the offline installer. It's not exactly offline. Quite exasperating to be honest.
    brandon-

  • "You do not have sufficient access to uninstall" following CF9 silent install

    When running a silent CF9 install I'm unable to remove the product, either through control panel or running the uninstaller directly.  The error is "You do not have sufficient access to uninstall Adobe Coldfusion 9.  Please contact your system administrator."   Coldfusion works perfectly fine after the silent install, it just cannot be cleanly removed
    This is being run as a local administrator on Windows 2008 R2 SP1 in both cases, from an elevated command prompt.  If I run the installer interactively with the same settings it works as expected and can be removed without any trouble
    My silent install parameters are:
    INSTALLER_UI=SILENT
    SILENT_LICENSE_MODE=full
    SILENT_SERIAL_NUMBER=#LICENSE#
    SILENT_INSTALLER_TYPE=standalone
    SILENT_INSTALL_ODBC=true
    SILENT_INSTALL_VERITY=true
    SILENT_INSTALL_SAMPLES=false
    SILENT_INSTALL_JNBRIDGE=false
    SILENT_INSTALL_LDS=false
    SILENT_INSTALL_FOLDER=C:/ColdFusion9
    SILENT_WEBROOT_FOLDER=C:/ColdFusion9/wwwroot
    SILENT_VERITY_INSTALL_FOLDER=
    SILENT_ADMIN_PASSWORD=p4ssW0rD!
    SILENT_FLEX_ENABLED=true
    SILENT_ENABLE_RDS=false
    SILENT_RDS_PASSWORD=p4ssW0rD!
    I looked over the options in http://blogs.adobe.com/cfdoc/2009/10/performing_a_silent_installation_of_coldfusion_9.html but dont see anything else related to the user context on Windows.  Is there something else I'm missing, or is this a bug?

    Thanks Anit,
    If I kill jrun and run the uninstaller directly I get a Fatal Application Error with this message:
    java.lang.IllegalArgumentException: No product for ID=2946516b-1ec5-11b2-857c-ca3f47cb95d5
              at ZeroGfq.<init>(DashoA10*..)
              at ZeroGfm.d(DashoA10*..)
              at ZeroGfm.b(DashoA10*..)
              at ZeroGfp.<init>(DashoA10*..)
              at com.zerog.ia.installer.Installer.z(DashoA10*..)
              at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..)
              at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.j(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.f(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
              at com.zerog.ia.installer.Main.main(DashoA10*..)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at com.zerog.lax.LAX.launch(DashoA10*..)
              at com.zerog.lax.LAX.main(DashoA10*..)
    ProductID is defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe ColdFusion 9

  • AIR Application Silent install

    Is it possible to start AIR application immediately after Silent install.
    We have already signed up Adobe AIR Runtime Distribution Agreement.
    and i am using below command line for silent install.
    Airinstaller.exe -silent -eulaAccepted -location "C:/Program Files/Abcd"  abcd.air
    It works fine. But i want to launch AIR application immediately after install. Is it possible?
    Thanks!

    Thanks for posting the log.  It appears that the install is failing during the MSI portion of the install.
    Microsoft has just released a brand new tool that should help you resolve this problem.  Would you mind giving it a try and let us know how it works for you?  When running the new tool, go through the uninstall process and try to remove AirWrite from your system.  Once that's done, give your command line another try.
    http://support.microsoft.com/mats/Program_Install_and_Uninstall/en-us
    Thanks,
    Chris

  • Email Issue + Phone not silent + facebook

    1)
    My first issue with with the emails. I have my email setup and its on googlemail. Now I have several folders to ensure mail is easy sorted etc etc, I have a folder on Gmail called "AllHostOne" where all my company emails go, it seems that on my phone under my email it has the AllHostOne folder but it wont sync the emails. As in I wont get notification of any emails coming through to that folder, I'll get notifications of emails coming in from other folders but not the "AllHostOne" folder. I've tried looking through the options but the options are very vague and hardly any option to change
    2) Secondly, the "Silent" phone setting is not silent at all, even with this enabled it is not silent, the phone still beeps etc just a little quiter, now i've selected the "Silent" phone setting and told it sound off, but then gone to select "normal" and thats got sound off so it seems that the sound options are global and all "silent" does is makes the sounds quiter and is not actually silent. Is there a way to truely have silent?
    3) Another issue, I seem to have a misterious facebook notification unread on my Z10, it has the "1" in on the facebook hub but there is no unread message or anything, I've even gone to the facebook hub settings and selected unread and there is nothing, I cant make anything as read because every thing has been read, and syncing does nothing.... any idea?

    Hi moonpeach,
    To have your Gmail folders synchronized with your BlackBerry Z10, go into Settings>Accounts, click on your Gmail account then click edit. Choose the Advanced option at the bottom then choose Edit Folder Settings. Place a check mark in any folders you want to synchronize with your device.
    When your BlackBerry Z10 is in silent, are the "beeps" coming from email, Facebook or Twitter notifications?
    In regards to the Facebook notification, have you checked the application itself to see if anything appears?
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Silently install Acrobat 8.1.0-8.1.3 updates

    Hello all. Dealing with Adobe updates on Win.XP
    Trying to right a batch file that will silently install the Adobe Acrobat 8.1.0 through 8.1.3 updates with no user interaction. I have spent the last two days searching for an answer, but none seem to work. I have tried installing with msiexec, /q, /qn, etc...but either it Windows does not recognize the .msp file(am able to the update patch by itself), or I get a prompt to allow the packge to be opened.
    Any ideas?

    From: <[email protected]><br /><br />| Hello all. Dealing with Adobe updates on Win.XP<br />| Trying to right a batch file that will silently install the Adobe Acrobat 8.1.0 through<br />| 8.1.3 updates with no user interaction. I have spent the last two days searching for an<br />| answer, but none seem to work. I have tried installing with msiexec, /q, /qn, etc...but<br />| either it Windows does not recognize the .msp file(am able to the update patch by<br />| itself), or I get a prompt to allow the packge to be opened.<br /><br />| Any ideas?<br /><br />The following is an example using the KiXtart scripty interpreter and will install from <br />original distribution v8.0 ~ v8.1.3<br />Extrapolate what you need.<br /><br />*Note: the lines may wrap.<br /><br />;<br />;<br />;   Install Adobe Acrobat and update it to v8.1.3<br />;<br />;               10-28-2008<br />;<br />;                v1.14<br />;<br />SETCONSOLE("MINIMIZE")<br />SETCONSOLE("FOREGROUND")<br />SETCONSOLE("alwaysontop")<br />SETCONSOLE("hide")<br />u:<br />$Selection=messagebox ("Installing Adobe Acrobat 8.x","My Company",64,3)<br />shell 'msiexec.exe  /i  "U:\adp\Acrobat8\Adobe Acrobat 8 Professional\AcroPro.msi"  '<br />cd "U:\adp\Adobe\Acrobat Pro 8.x Updates\8.1"<br />shell 'MsiExec.exe /update "U:\adp\Adobe\Acrobat Pro 8.x <br />Updates\8.1\AcrobatUpd810_efgj_incr.msp"  /norestart /qr'<br />cd "U:\ADP\Adobe\Acrobat Pro 8.x Updates\8.1.1"<br />shell 'MsiExec.exe /update "U:\ADP\Adobe\Acrobat Pro 8.x <br />Updates\8.1.1\AcrobatUpd811_all_incr.msp" /norestart /qr'<br />cd "U:\adp\Adobe\Acrobat Pro 8.x Updates\8.1.2"<br />shell 'MsiExec.exe /update "U:\adp\Adobe\Acrobat Pro 8.x <br />Updates\8.1.2\AcrobatUpd812_all_incr.msp" /norestart /qr'<br />cd "U:\adp\Adobe\Acrobat Pro 8.x Updates\8.1.3"<br />shell 'MsiExec.exe /update "U:\adp\Adobe\Acrobat Pro 8.x <br />Updates\8.1.3\AcrobatUpd813_all_incr.msp" /norestart /qr'<br />ShutDown ("","The PC is being re-booted by My Company ",5,1,1)<br /><br />-- <br />Dave

  • Silent Install of Acrobat 9 Pro

    I've seen a few questions about installing Acrobat 9 Pro silently on Mac OS X. Maybe someone's already dealt with this, but I thought it might be helpful. Installing Acrobat 9 Pro silently (and across multiple machines) is possible. I have not, however, figured out how to install Acrobat 9 updates silently (I could just be missing some documentation), so if anyone has any clues on this, please let me know.<br /><br />The key to installing Acrobat 9 Pro silently is licensing the application silently. This isn't documented (as far as I can tell), but you can use an application.xml.override file ( as outlined by the CS3 deployment docs: http://www.adobe.com/support/deployment/cs3_deployment.pdf ) to put in the license information. This file goes in "<path to Acrobat 9 Pro app>/Contents/Resources/AMT/".<br /><br />So here's a possible workflow for setting up a silent install:<br />1) package Acrobat 9 in a .pkg using Package Maker or a similar tool<br />2) create an application.xml.override file with the following text, replacing "YOUR KEY GOES HERE" with your key:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><Configuration><br /><Payload><br />     <Data key="Serial" protected="0">YOUR KEY GOES HERE</Data><br />     <Data key="Registration">Suppress</Data><br />     <Data key="EULA">Suprress</Data><br />     <Data key="Updates">Suppress</Data><br /></Payload><br /></Configuration><br /><br />3) write a shell script that installs the .pkg via installer (installer -pkg "Acrobat 9 Pro.pkg" -target /) and copies the application.xml.override to the correct directory (cp application.xml.override "/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Resources/AMT/application.xml.override")<br />4) run the shell script with root privileges (via sudo) and you're done!<br /><br />Again, if anyone has clues on installing updates silently, please share.

    It sounds like you are trying to use a retail serial as an enterprise serial and would like to bypass it's restrictions by deactivating it . . . I assume that's not possible, but perhaps I don't understand your issue.
    I doubt you'll get a good answer on the forum. Try support, your sales rep, or a help link on the licensing web site (if there is one).
    Ben

  • Creating an automated silent install of Acrobat using InstallShield Tuner - Part 1

    For anyone who has tried to use the InstallShield Tuner application you'll know how buggy the program is and be aware of the lack of support from Adobe. After 4 months working on and off I managed to get a (mostly) working silent install. I thought I would share my findings with everyone so as to help prevent a few headaches.
    Note I am based in England and some of my comments may not apply to US customers.
    ================================
    Acrobat 6.0.1 Admin Install Point Creation & Maintenance
    Creating the Install Point
    1. Copy files to the network share that will be your Admin Install Point.
    For Acrobat Professional these files are on the Acrobat CD
    For Acrobat Reader you will need to download the latest version from www.adobe.com. Adobe is using a new compression package called Netopsystems FEAD Optimizer to deliver its Acrobat Reader application. To extract the files double click the downloaded .exe file and wait until the actual Reader installation begins. The uncompressed files are temporarily stored in %system root%\Cache\Adobe Reader 6.x.x\ENUBIG. Copy these files to the network share.
    Once the installation files are copied to the network share select them, right click, choose properties, switch off read-only attribute for all files (inc sub folders).
    2. Install the InstallShield Tuner 6.0.1 from Adobe Acrobat
    (http://www.adobe.com/products/acrobat/deployment.html)
    3. Install the software that you intend to create a .MST file for (Acrobat Reader or Pro) and update it to the same version number as the Tuner (6.0.1 at the time of writing). The latest Acrobat can be downloaded from Adobe as can patches for Acrobat Professional.
    Note: After further investigation his step may not be necessary.
    4. Due to a bug in the InstallShield Tuner the PCs language and regional settings must all be set to English US. (START Menu Settings Control Panel Regional and Language Options). Set everything to English US.
    5. Run InstallShield Tuner 6.0.1 for Adobe Acrobat and when prompted choose Rdr60ENU.itw (for Acrobat Reader) or AcroPro.itw (for Acrobat Writer Pro). These files can be found in the location you specified in step 1.
    Acrobat Reader Configurataion
    1. When prompted choose Create a New Transform
    2. Select Adobe Reader 6.0.1.msi as the base .MSI file
    3. Give the .MST file a name
    4. Click Create (this may take a minute to process)
    5. Configure your install options
    6. File - Save
    Acrobat Writer Pro Configuration
    1. When prompted choose Create a New Transform
    2. Select AcroPro.msi as the base .MSI file
    3. Give the .MST file a name
    4. Click Create (this may take a minute to process)
    NOTE: Do not click on the Organisation Product Properties field. If you do the installer will return a transform error when you try to deploy Acrobat. Instead enter these details in the Abcpy.ini file and via the command line. (See step 5)
    5. Amend the Abcpy.ini file as below:
    ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx (where xxxx is your serial number)
    USERNAME=xxxxxxxxxx (where xxxx is the users name)
    Company name should be entered from the command line (See Installing Acrobat Writer section below)
    6. Features
    Configure which features are to be installed
    7. Preferences
    Configure your install options
    8. File - Save
    Continued in Part 2
    ===================

    Ok, I'm not the sharpest pencil in the box. I'm distributing Elements 6.0 from a server and having user go to Start, Run and typing \\servername\project folder name\setup.exe but keep getting the error "Incorrect command line parameters. I'm trying different variations in the command line field in Tuner such as: setup.exe /s /v/qn What am I missing?

Maybe you are looking for

  • ITunes 11 x iOS 6 Playlist Sorting Fiasco continued...

    I know people have been complaining about this for ages and after reading 50 posts I can't seem to find an answer or solution so I'll ask here and see if someone can help. Why can't my iOS device (6.0 iPhone 5) sort my Playlists in the same order in

  • DeskI report from Infoview - doc.zabo_fc

    Post Author: nagh CA Forum: Administration In BO XIR2, I tried to edit / create a DeskI report from Infoview on a PC, where no DeskI is installed. Then it prompted me to download a file doc.zabo_fc. I downloaded the file; but even then I could not cr

  • Stacked sequence inside for loop question

    Hi everyone, I am new to LabVIEW and I just want to make a for loop with a stack sequence inside. I want it so that when the for loop executes for the n-th time, the stacked sequence is at the n-th frame (because each frame contains different tasks t

  • Cluster Aware Updating - can't install cluster role

    Looking for some assistance with enabling cluster aware updating. I currently have an 8-node cluster for Hyper-V running Windows Server 2012 R2. While trying to enable Cluster Aware Updating, it fails on the actual creation of the cluster role and I

  • Printing doesn't work for some inexplicable reason, completely baffled

    Okay, so I have an HP Photosmart C4180 printer which I cannot for the life of me get to work on my new desktop. The exact same config works on my laptop. One of several things will invariably go wrong. It might: 1. Print only a small initial section