Here is the command line that I used:
@echo off
msiexec.exe /i "\\servername\location\acropro.msi” EULA_ACCEPT=NO REGISTRATION_SUPPRESS=YES SUITEMODE=1 INSTALLLEVEL=101 AS_DISABLE_LEGACY_COLOR=1 IGNOREAAM=1 TRANSFORMS=en_GB.mst /qn
msiexec.exe /p “\\servername\location\AcrobatUpd1011.msp” /qn
This brings down the update too, also I did have problems when running with normal users as it writes to C:\Program Data so you need to relax the following permisisons:
C:\ProgramData\Adobe
C:\Program Files\Common Files\Adobe
I gave them modify rights and it works, also you need to have a reboot for this to work.
The release date for the Customization Wizard for Reader X is supposed to be between Dec 6 and Dec 15
Altiris 6.9 Deployment - Customize *.mst with Adobe Customization Wizard X.
REM Adobe Acrobat Professional 10 Install
@echo off
set src=c:\apps\src\acrobat\10
set startdir=%CD%
echo #-----------------------------------
echo # Copy src local
echo #-----------------------------------
echo .
if exist %src% (rd /s /q %src%)
mkdir %src%
xcopy /qey "\\servername\SrcFiles\Adobe\Adobe Acrobat 10 Professional" %src%
echo #-----------------------------------
echo # Install
echo #-----------------------------------
echo .
c:
cd %src%
start /w /i AcroPro.msi TRANSFORMS="AcroPro.mst" /qn /L*v c:\acrobat.log
cd %startdir%
Adobe Customization Wizard 9 does not work with the unpacked file. We will need to wait till Ver 10 is released
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.