Silent installation of Adobe Acrobat 6 professional

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Silent installation of Adobe Acrobat 6 professional

    I got this error:

    runtime error 9: subscript out of range

    When trying to create a silent installation with Acrobat Enterprise Installation Tool 1.2. Now I know that this tool won't work with Adobe 6 and I got this command line to use:

    msiexec.exe /i "\\servername\sharename\[Adobe.Acrobat.6.0.Folder]\acropro.msi" ACCEPTEULA=TRUE /qb+!

    but, what about the Serial Number? is there a swith or something that will add the serial number so it will be really silent to the end user????

    Thanks in advance,

    Miguel
    Miguel_Cordova@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Adobe Acrobat 7.0 Professional won't open
      Adobe Acrobat 7.0 Professional was installed with CS 2. Just recently, for some reason when trying to open an Acrobat file the message "The...
    2. editing text Adobe Acrobat professional 7.0
      How to do the simplest? I have edited text and the old has a line thru the middel, but the new text is only showing in the extra popupbox. What is...
    3. Adobe Acrobat 6.0 Professional
      I just got a copy of Adobe Acrobat 6.0 from a yard sale. When I went to install, it asked for a key code. Is there a way for me to get a key code,...
    4. Is Acrobat Standard 6.01 Update Silent installation possible?
      How can I perform a silent installation of the Adobe Acrobat Standard 6.01 update? The file is called Ac60BaP1.exe. None of the usual silent install...
    5. I can't install Adobe Acrobat Professional...
      When I try to install this product, I get the an error, saying that I already has this product installed, and that I need to uninstall it... but I...
  3. #2

    Default Re: Silent installation of Adobe Acrobat 6 professional

    AEIT 1.2 does not work with Acrobat 6.0. You need to use InstallShield Tuner for Acrobat 6.0, available in the downloads area of your local grocer adobe.com. :)

    Nathan
    Nathan_Strong@adobeforums.com Guest

  4. #3

    Default Re: Silent installation of Adobe Acrobat 6 professional

    used the install sheild tuner with acrobat 6 pro and it still doesnt install the serial number, the program will install but it wont run saying "no valid serial number found, acrobat will close now" but i did enter the code in the MST using Tuner. Its like it doesnt even use the MST. heres the command that installs but have the serial code problem. msiexec /i "\\servername\vol1\Zen\MSI\AdobeAcrobat6Pro\Ad obe Acrobat 6.0 Professional\AcroPro.msi" /t "\\servername\vol1\Zen\MSI\AdobeAcrobat6Pro\Ad obe Acrobat 6.0 Professional\AcroPro1.mst" /qr
    noridian@adobeforums.com Guest

  5. #4

    Default Re: Silent installation of Adobe Acrobat 6 professional

    Hi
    I have the same problem with Acrobat 6.0 standard. The silent installation with msi/mst files does not remember the serial number. If I use the setup.exe with silent flag it works fine. Does anyone have a clue ?
    Tine_Hansen@adobeforums.com Guest

  6. #5

    Default Re: Silent installation of Adobe Acrobat 6 professional

    OK, this is what I was able to find out and help me to create silent installation of Adobe 5.0 and 6 Professional and Adobe reader 6.

    To create a silent installation of Adobe 5.0 you need to use Acrobat Enterprise Installation Tool 1.2 provided from Adobe website.

    To create a silent installation of Adobe 6.0 Reader and Professional you need to use InstallShield Tuner 6.0.1 for Adobe Acrobat also provided from Adobe website.

    Before you use the tools, you need to modify the Abcpy.ini file (for Adobe 5 and 6)

    [OEM Install]
    ISX_SERIALNUMBER=[####-####-####-####-####-####]
    USERNAME=[Your User}
    COMPANYNAME=[Your Company]

    Note: No Brackets!

    And when creating the package(for adiobe 6), under set up add the following command under the Windows Installer Command Line Argument:

    /qb!

    What this does is create the setup.exe with the argument already on it and this argument will run it silently with a basic dialog box (only shows the progress bar) and the “!” Sign will hide the cancel button. This way the user will see that something is happening on the screen and will wait until it finish.

    I don’t know what you are using to push this or how you distribute the application. What I’m using is a mix of this repackaging tools and WinZip self-extractor. At least these are working for me… for now.

    I hope this help you guys and do not spend the time, like I did.
    Miguel_Cordova@adobeforums.com Guest

Posting Permissions

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

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