Hi, I found this guide in Adobe forums from a user called "bob" and tested it sucessfully on my german version Adobe Acrobate 6.0 Writer. I think it will help some users trying to install the writer version unattended. Sections regarding Acrobate Reader 6.0 are deleted.
Change the installation pathes to your own ones.
---- schnipp -----
Creating an automated silent install of Acrobat using InstallShield Tuner
CLEO Support - 04:35am Jun 7, 2004 Pacific
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
2. Install the InstallShield Tuner 6.0.1 from Adobe Acrobat
(http://www.adobe.com...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 PC’s 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 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
Installing Acrobat Reader and Professional (example)
------------------------------------------
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
----- schnapp ------
Page 1 of 1
Adobe Acrobat 6.0 Writer
#2
Posted 16 June 2004 - 06:28 PM
Nice for people who have got .itw file. I haven't got any!
But, as I can understand, a mst file can be made by someone who's got itw file and used by another one who hasn't got itw file. Is this right?
But, as I can understand, a mst file can be made by someone who's got itw file and used by another one who hasn't got itw file. Is this right?
#3
Posted 19 June 2004 - 07:12 AM
Hmm I don't know. On my installation cd-rom the itw-file is found in the installation folder "adobe acrobate 6.0 professional".
I've attached this file to my answer. The InstallShield Tuner 6.0.1 asks for it. Maybe you can use it with your version.
I've attached this file to my answer. The InstallShield Tuner 6.0.1 asks for it. Maybe you can use it with your version.
Attached File(s)
-
AcroPro.itw (16K)
Number of downloads: 412
#4
Posted 19 June 2004 - 05:02 PM
This file is strongly WANTED. I think it should be ARRESTED from here by hundreds of people, including me.
Thanks alot.
Thanks alot.
#6
Posted 27 August 2004 - 10:57 PM
Thanks for the start that saves time
also too add
if you load it with the defaults you will need a kill task in the middle
my paths are different
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++
Mac!
also too add
if you load it with the defaults you will need a kill task in the middle
my paths are different
cmdow @ /HID @echo off Cls TITLE Setup Acrobat 6 writer ECHO. ECHO SetUp Acrobat 6 writer start /wait msiexec.exe /i "%XPCD%\Acrobat6writer\AcroPro.msi" RANSFORMS=%XPCD%\Acrobat6writer\AcroPro1.mst COMPANYNAME="Home" /qb start /w taskkill /F /IM acrotray.EXE "%XPCD%\Acrobat6writer\Ac60PrP1.msp" REINSTALLMODE=omus REINSTALL=ALL /qb /norestart EXIT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++
Mac!
#7
Posted 26 September 2004 - 02:44 PM
well, for me yout itw file did not work with my msi, but i used office 2003 resource kit custom installation wizzard to create a mst file and then used the commandline to install and it worked great.
#8
Posted 15 November 2005 - 01:11 AM
is this acropro.itw still around, i am tryin to redeploy acrobat pro 6 and this itw was not included on my install cd. can i get this file reposted or sent to me? it seems its specific to 6 the one from 7 does not seem to work.
Share this topic:
Page 1 of 1



Help
Back to top









