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

Similar Messages

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

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

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

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

  • Adobe Acrobat XI Standard 11.0.10 silent install failing with error 1603

    Hello
    I just updated my AIPs for Adobe Acrobat Pro 11 Pro and Standard.  The Pro silent install is working fine.  But I cannot get the Standard install to run on Windows 7 or WIndows 8.   I have gone over every detail that I can think of or find on forums.
    I use the Adobe Customization Wizard XI and choose the basic stuff to create my transform.  I don't generally enter a serial number in the customization setup but I tried that and the installation did appear to complete successfully.  But when I tried to open Acrobat it did not work.  Processes like PDapp.exe where running in a loop but never stopped.   Without a serial I get the errors below and the install fails almost immediately.   I have recreated the API and transform a few times hoping it would help.
    Installing with the following line msiexec /i "%~dp0AcroStan.msi" TRANSFORMS=AcroStan.mst /qb /L*v c:\acrobat.log I get an error message that just says "error".
    Application Event logs
    Product: Adobe Acrobat XI Standard --  error.
    Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    When I run the AcroStan.msi by itself the installation completes successfully so it would appear the issue is in customization process or the .mst file.  Any help would be greatly appreciated.
    Thank you

    I'm assuming that verbose logging is accomplished by adding /L*v c:\acrobat.log ?  No, I do not have CustomAction AAMIU_Install.196A45B3_0387_4DF9_9420 in my log file.  The only items referencing 1603 are below.
    CustomAction CheckForPendingOperation returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction SetLotusNotesInstalled returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (84:C4) [15:30:14:422]: Note: 1: 1708
    MSI (s) (84:C4) [15:30:14:422]: Product: Adobe Acrobat XI Standard -- Installation operation failed.
    MSI (s) (84:C4) [15:30:14:422]: Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    MSI (s) (84:C4) [15:30:14:458]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Deferring clean up of packages/files, if any exist
    MSI (s) (84:C4) [15:30:14:478]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Unable to delete the file outside of the engine. LastError = 2
    MSI (s) (84:C4) [15:30:14:479]: MainEngineThread is returning 1603
    MSI (s) (84:28) [15:30:14:480]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 31, szDescription: "".
    MSI (s) (84:28) [15:30:14:483]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    === Logging stopped: 1/16/2015  15:30:14 ===
    MSI (s) (84:28) [15:30:14:484]: User policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Machine policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:486]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (84:28) [15:30:14:487]: Destroying RemoteAPI object.
    MSI (s) (84:54) [15:30:14:487]: Custom Action Manager thread ending.
    MSI (c) (E4:0C) [15:30:14:489]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E4:0C) [15:30:14:489]: MainEngineThread is returning 1603
    === Verbose logging stopped: 1/16/2015  15:30:14 ===

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

  • Silent Install Acrobat Standard xi trail version

    Hi Support,
    I am trying to silent install Acrobat Standard trilal version. I customized the package using Adobe Customization Wizard with leaving blank for the serial key. When I try to install the application silently, it giving me a "error".
    my question,
    Is it possble to silent install Acrobat Standard trial version?
    Thank you ..

    Trial version is only provided in Acrobat Professional and not Acrobat Standard. If you need trial, pls. use Acrobat Pro installer instead of Acrobat Standard.
    Thanks,
    Vinod

  • Silent install for adobe acrobat professional verstion 8 how to.

    Hi Guys,
    I need to perform of adobe acrobat professional version 8 silent install for mass deployment of windows 7 purpose. but i cant find a customization wizard that works on my professional version 8 . i have tried version 10 and 11 and its not working. please help...
    Thanks,
    Raymond

    There might have once been a deployment solution for this, but I imagine Adobe will have withdrawn it. Why on earth are you deploying a product so far past end of life, with unfixed security issues?

  • 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

  • Acrobat silent install

    Can anyone give me some insight as to why Acrobat 9 Pro will not install silently. I have tried more variations of this than I can count to get it to work. The last method involved me extracting the file AcroPro90_efg.exe with UNIExtractor. I then used the Adobe Customization Wizard 9 to rebuild the package. I put the username, company name, serial, selected silent install option and a few other options, then saved the package. No matter what I try, the installation either quits without any indication as to why, or it will install but not be silent and asks me for the parameters. It seems as if the package is not reading the mst file to get the information to install silently. Even using the transforms switch does not seem to make any difference. Any one have any suggestions? TIA

    Check out these technical documents:
    http://kb2.adobe.com/cps/507/cpsid_50718.html
    http://kb2.adobe.com/cps/507/cpsid_50720.html
    http://kb2.adobe.com/cps/498/cpsid_49880.html
    Hope it helps.
    Bobby Johnson.

  • Adobe Acrobat Connect plugin silent install

    Does anyone know how to do a silent install from the setup.exe?  The closest I could get was by running setup.exe /silent, but the progress bar still popped up, although it skipped the first screen where you click next.

    If you download the add-in installer named setup.exe, and you do a right-click -> properties -> version, you will see in the Comments that it is an Innosetup file.
    Going to www.innosetup.com, you can click on "Documentation", then "Other Information", then "Setup Command Line Parameters".
    There you will find that the Command Line parameters to do a silent installation are:
    /SP-
    Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if  the DisableStartupPrompt [Setup] section directive  was set to yes.
    /SILENT, /VERYSILENT
    Instructs Setup to be silent or very silent. When Setup is silent the  wizard and the background window are not displayed but the installation  progress window is. When a setup is very silent this installation  progress window is not displayed. Everything else is normal so for  example error messages during installation are displayed and the startup  prompt is (if you haven't disabled it with DisableStartupPrompt or the  '/SP-' command line option explained above).

Maybe you are looking for

  • Ifilter does not update Outlook to search for attachment content

    We are using Windows 7 and Outlook 2014, 64 bit I installed the iFilter application (9 for 64-bit platforms). I can now search attachment content (PDF) using Windows explorer. But, i cannot search attachment content in Outlook. I did follow instructi

  • Wrong Camera Serial Number

    A number of years ago, I started shooting digital with a Coolpix E990. Lightroom shows an exif serial number for this camera which is incorrect and which is in fact the serial number of a D2X which I bought much later. I have a number of pictures fro

  • Should I disable RAID 0?

    I need some advice on what to do with my present system. I will be using CS4 Prod Prem for editing HD, AVCHD, SD, etc. ...here's the issue - I bought a custom built comp with - Antec 902 Mid Tower ATX case 750Watt Corsair power supply w/140mm fan 2-1

  • Page will not load

    For two days I have tried to access Mozilla Firefox as my browser. The page will not load.

  • No able run a GP Process from Portal

    Hi All, I am not able to run a GP Process from the portal. I have created a Guided Procedure with multiple steps. I am able to access a couple step. But in the third step the complete functionality is not working. If I run a process with out portal,