Copy link to clipboard
Copied
Hello everybody,
I am trying to install (deploy) Acrobat Reader X (10.10) spanish version, but I have some problems, specificly with the options that can be disabled (Update, purchase, etc.) . I am following the guide from the Acrobat_Enterprise_Administration.pdf to, but I cant fix this.
My aplications installed
My Steps
Now in GPO I made a new deploy, select from \\srvappz\acroreader\AIP-10.13\acroread.msi and all other steps. Later the client take it the GPO and makes install silently Acrobat Reader, for me ok , but when the when the user run Acrobat this shows the EULA and stay waiting to accept, in the "Help" nothing happens, I mean, all option are visible and can be used.
Then, my question is, what I missed?
Is something about .mst file? spanish version can't be configured?
I will appreciate any help about this problems
Thanks
Best Regard
Marcelo
Copy link to clipboard
Copied
Hi Marzocl,
I'm not sure this is the problem, but your not following the admin guide.
Patching is done with the p switch:
msiexec /a <AIP distribution point dir path>\<ProductName>.msi /p <AIP distribution point dir path>\AdbeRdrUpd1011.msp
Applying transforms is done as follows:
Apply the mst transform file to the expanded MSI in the AIP (note the use of the /i switch rather than /a or /p).
/i <AIP distribution point dir path>\<ProductName>.msi TRANSFORMS=<AIP distribution point dir path>\<ProductName>.mst
Give it a shot.
Ben
Copy link to clipboard
Copied
Sorry for my mistake, it's -p (/p) for apply to update.
I need to merge the mst file into msi installer, my deploy is by GPO. If the GPO installs acroread.msi the aplication don't disable the options, but when I run msiexec.exe /qb /i AcroRead.msi TRANSFORMS=AcroRead.mst from commandline this do it fine.
In other words, How can I do a Silently installation by GPO but using the mst file(with the customization).
Copy link to clipboard
Copied
Did you specify the transform (via the Modifications tab) while deploying the GPO package across his network?
Can you provide the install log for the same (present in the temp location).
Thanks,
Ben
Find more inspiration, events, and resources on the new Adobe Community
Explore Now