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

Installing Acrobat Reader and Professional (example)
Reader:
Msiexec.exe /i "\\apps01\applications\acrobat\reader\6.0.1\Adobe Reader 6.0.1.msi" TRANSFORMS=\\apps01\applications\acrobat\reader\6.0.1\Acrobat_Reader_6.0.1.mst" /qn+
Note: For the automated installs /qn+ should be replaced with the switch /qb which makes the install silent.
The EULA licence agreement can also be set to accepted for all users by setting the following key in the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer]
"EULA"=dword:00000001
Writer:
msiexec.exe /i "\\apps01\applications\acrobat\writer\6.0\AcroPro.msi" TRANSFORMS=\\apps01\applications\acrobat\writer\6.0\Acrobat_6.0_Pro.mst COMPANYNAME="xxxx" /qn+ (where xxxx is your companies name)
Note: For the automated installs /qn+ should be replaced with the switch /qb which makes the install silent.
The default spelling language can be set by changing the following registry keys (example below is for English-UK):
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\6.0\Spelling]
"iDictionaryDefaultID"=dword:00000809
"tDictionaryName"=hex:45,6e,67,6c,69,73,68,20,2d,20,55,4b,00
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\6.0\Spelling\cDictionaryOrderID]
"i0"=dword:00000809
Applying updates after Acrobat is installed
Adobe does not support updating of administrative install points like Microsoft products. Each software update will need to be run after the original application has completed installation.
"\\apps01\Acrobat\Writer\6.0\Patches\Adobe Acrobat 6.0.1 Professional update - multiple languages\Ac60PrP1.msp" REINSTALLMODE=omus REINSTALL=ALL /qb+
Note: For the automated installs /qn+ should be replaced with the switch /qb which makes the install silent.
================================
I hope this helps someone and lets hope the next patch/version addresses some of these problems.
Ben

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?

Similar Messages

  • 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?

  • Silent Install of Acrobat 8.1.2?

    Is there any way to do a silent install of Acrobat 8.1.2? From what I've read so far there is no way? I can do other Adobe CS3 updates via LANREV, but wonder why that functionality working with Acrobat?
    Adobe folks?????? Any help appreciated.

    I don't think so. That would require an actual package for the OS installer to handle and as you can see that's not what the update installer is.
    Sabian

  • 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

  • Silent Install of Acrobat Pro 7.0 fails with Error 1404

    Hi,
    I'm trying to silently install Acrobat Pro 7.0.
    I have created the MST using the Installshield Tuner 7.0, and use the following command line to install:
    msiexec /i acropro.msi TRANSFORMS=mytransform.mst /qb
    I am getting the following error message:
    Error 1404.Could not delete key
    \software\Classes\CLSID\{CA8A9780-280D-11CF-A24D-444553540000}
    Verify you have sufficient access to that key, or contact your support personnel.
    If i repeat the command without the /qb, and do a manual install (msiexec /i acropro.msi TRANSFORMS=mytransform.mst), it installs without error, so the problem only exists in a silent install.
    System Specs:
    Windows XP SP2 with all MS patches to march 2007
    Acrobat Reader 8.0
    Base image created by SYSprep, and then using Altiris Rdeploy.
    I'm suspecting that a MS patch has locked down that part of the registry, and the Acrobat Pro MSI doesn't have the code to handle this in a silent install.
    I have opened the MSI using Wise installer Pro, and can't see anything strange in it.
    Any help/pointers would be a great help
    Thanks,
    -Mark

    Hi,
    Just Pro 7.0.0 (I'll integrate the patches to 7.0.9 later)
    I'm not keen on an Admin install, as this poses problems when patching (i.e. you have to do a "reinstall=All"). I prefer to integrate released patches into the silent install package, and for subsequent patches, just package them for silent install and push them down to the client.
    Reader 8.0 is on the machine only.
    The base build contains Reader 8.0, the we deliver a package to the machine to silently install Acrobat Pro 7
    Thanks,
    mark

  • 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 install of acrobat 9 that will prompt for serial number

    I need to roll out a number of client computers from Dell using their Image Direct program. We order an acrobat license with each computer and when we get the computer from Dell with the Dell image it comes pre-installed with acrobat 9 and the first time you run the program it prompts you for the serial which is on the acrobat cd that is included. I would like to replicate that with the custom image we put on there to load at the factory.
    Currently with our imaging setup I replicated that by installing with a serial number then deactivating and removing the serial number before imaging. When we restored the image and started acrobat 9 it again prompted for the serial which allowed us to put in the unique serial number that comes with the computer. 
    I don't have that option with Image Direct as I can't pre-install acrobat due to virtual drivers so the only way to add it to image is to upload a silent install package and scipt it to install during the image build. This means I don't have a chance to deactivate the serial number used for install before it gets to end user.
    Is there a way around this without going to enterprise licensing and being able to use the same serial number on all installs?

    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

  • Need Help Automating (Silent Install) and Serializing PSE 12. Installation (Volumn License)

    I am trying to automate and serialize a silent installation for PSE 12. I have a volume license for 50 users. The old Silent Install command (PSE 11) no longer works for a silent install (PSE 12). I need this routine to suppress the EULA and any other user interaction required. Additionally I need the installation to NOT require end users to Login using an Adobe Digital ID.
    I've attempted to try the "Solution" found here: http://forums.adobe.com/message/5945374 . So far I've been unsuccessful. Here are the steps I've taken thus far.
    Copied install files to a network drive.
    Installed PSE 12 on a local Computer and using the Volumn Serial Number and Registered the program.
    Downloaded the latest version of APTEE.
    I've ran Ran the following on the registered computer successfully with a return code of 0: adobe_prtk.exe --tool=VolumeSerialize --generate --serial=<<Volume SN>> --leid="V7{}PhotoshopElements-EMT12-Win-GM" --regsupress=ss
    The following failed with a return code of 19 and an error messager of Could not find prov.xml: adobe_prtk --tool=VolumeSerialize --provfile="absolute path to prov.xml"
    Please help.
    Thank You

    Toadpole wrote:
    They informed me that it's impossible to do a silent install and surpress the EULA.
    That seems at variance with the example code in the links I posted:
    Have you gone to chat via the Volume Licensing support page - http://helpx.adobe.com/x-productkb/policy-pricing/avl-help.html. There is reference on that page to the Enterprise Deployment Forum (it seems more geared to Cloud subscriptions, but there are people posting Elements questions).
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Silenting Installing AIR applications using Altiris

    I was wondering if anyone can provide some guidance or
    recommendations on how to silently install an AIR application using
    Altiris. We are not able to package the .air installer and proceed
    with the setup without prompting the user for the options screens.
    Any help or assistance that can be provided would be greatly
    appreciated.
    Thanks!

    If you have signed up for Adobe AIR Runtime Distribution Agreement, you should be able to use Silent Installation of AIR Runtime and App. We use that in our msi installer.
    Usage is:
    -silent {-eulaAccepted ( -location <loc> ) -desktopShortcut -programMenu} path_to_air_file
    Details of the options are included in the adobe_air_runtime_redistribution.pdf that you will get when you sign the agreement.
    -Jeesmon

  • Silent install of Acrobat Pro X?

    Is there a way to embed the serial number in an installation of *Mac* Acrobat Pro X?
    It's possible to do this with the Windows installer if you put the serial number in the "abcpy.ini" file.
    But I've not found a way to do something similar with the Mac installer.    Is there a way?
    Thanks!

    >Hi ,
    >
    >There is a provisioning tool available in MAC but depends exactly on
    >what is your use case. Why exactly do you need this option?
    We've licensed a number of concurrent copies of Acrobat Pro X, so I
    need to distribute them.   While I can install the software using
    Apple Remote Desktop from the .pkg file, I would then need to
    manually enter the serial number otherwise.
    So, that's my "use case".   Either I need to know how to distribute
    the serial number via ARD after the install, or how do I otherwise
    get access to this provisioning tool?
    Thanks!

  • Include Asian Language Packs for Reader 7.07 in GPO Installtion using  Installshield Tuner

    Dear all,
    using the Installshield Tuner to create the necessary files (like the mst file) works fine.
    The deployment of the Acrobat Reader 7.07 with Group Policy works fine as well, but is there a possibility to include the Asian Language Packs(Chinese Traditional and Modern) within this Installation?
    They are only available as .exe files. Can they packaged to msi file or are already available?
    The option (launch other applications) to run files is not good, because some people don't have local admin rights.
    I tried manual installation by copying the missing files (CIDFonts and CMAP Folder, and anotherfile) later on and that didn't work as well.
    I spend a lot of time of searching, but no result so far. Are there any suggestions?
    Thanks a lot in advance!
    Andreas

    run the installer exe and grab the msi file out of the %temp% folder

  • How to silently install a driver using pnputil

    i am using below cmd to install a driver. but it is giving a below windows security alert. i want to install this driver silently because i pushing this driver to a bulk servers. please help me how it install it silently
    pnputil -i -a lsi_sas.inf

    You should be able to write
    CSA-setup.exe /s --autolevel=1 --noreboot=1
    Read more here:
    http://www.cisco.com/en/US/customer/products/sw/secursw/ps5057/products_qanda_item09186a008049ad72.shtml#qa15

  • Silent install of iTunes+Quicktime

    I'm trying to do a silent install of itunes using the following command...
    iTunesSetup.exe /s /v/qn
    and it is silent (no dialog) until it displays the "Welcome to the iTunes 6 Installer" window. After clicking Next, it goes back to installing silently.
    How on earth do I stop that initial screen from displaying? I want to be able to deploy itunes automatically with the user not seeing anything.
    I can decompress the iTunesSetup.exe with WinRAR and install just QuickTime silently from the msi but the iTunes MSI still displays this annoying welcome screen. I'd rather do it natively than have to repackage with WinINSTALL LE.

    No.
    I setup new machines at work on a regular basis for deployment to staff and to make things easier, I am in the process of setting up some automated installs of software at the end of the unattended windows installation. Everything else works fine except iTunes.

  • Silent install\uninstall of Photoshop CS4

    Can Photoshop CS4 be silently installed\uninstalled without the source files for 64bit?
    Since Photoshop CS4 is 3 times the size of CS3 I would like to know if CS4 can be silently installed\uninstalled without using the payloads for the 64bit versions.

    Yes , you can silently Install/Uninstall Photoshop CS4 but if you have 64 bit machine then you dont have option to not install 64 bit Photoshop version.However you have option of not installing 32 bit payload but then some of your plugins which are solely 32 bit may not run on 64 bit.

  • 5.1 silent install files

    It looks like they changed the attribute names to be used in 5.2. Anyone know where I can find a list of all possible attributes and values for this file so I can do silent installs and the system exactly the way I want it? Thanks

    You can get a complete list by running a custom install once with -saveState filename as described in http://docs.sun.com/source/816-6697-10/install.html#23746 for example.
    The resulting filename is the silent install file you use afterward.
    HTH,
    Mark

Maybe you are looking for

  • [Solved] Pacman no longer works at all!!

    Ok, did some searches and found a few hits, but not really sure how to fix this one. Here are 2 links I found. links: http://unix.stackexchange.com/questions … -libraries https://bbs.archlinux.org/viewtopic.php?pid=1232052 In my case, I dont think an

  • Re-install DB Adapter

    Hi All, We are having issues with a DB Adapter. We had added another connection manager and data source and now the Adapter is throwing errors when we try to update it and the status is "Prepared". Nothing we have done seems to reslove the issue. Wit

  • Adding field on item level of invoice

    Hi, I would like to add one more field into the form of invoice. I changed print program so I have my field calculated.Because I'm a beginner in SAPScript forms I don't know how to add this field in ITEM line. Please advice ! BR Stefan

  • Macbook doesn't work after trying to install yosemite

    Hello to everyone, I have a macbook pro 13 8gb RAM and i7. I had a problem before installing yosemite, when I switched it off it was always spinning the circle without really shutting down. So I decided to create a USB driver with diskmaker x with on

  • How to unite two webos email addresses

    There is no need to make multiple posts of the same message.