Hello,
I downloaded Adobe reader 11, dutch (AdbeRdr11000_nl_NL.exe) and extracted it:
AdbeRdr11000_nl_NL.exe -nos_oc:\temp\temp1\files\2 -nos_ne
Then I opened the .MSI file with the Adobe customization wizard and changed some settings (Eula, updates etc).
After that I saved it and AcroRead.mst was created.
Then on the client (logged in as Administrator) I copied all the files in c:\temp and entered:
msiexec.exe /i AcroRead.msi TRANSFORMS="AcroRead.mst" /quiet
Adobe reader gets installed and I can open it but the changes from the customization wizard are NOT applied.
When I start adobe, I get the EULA and the product updates are still configured as automatic.
I tried with other settings and full path names like these:
msiexec.exe /i "c:\temp\adobe\AcroRead.msi" TRANSFORMS="c:\temp\adobe\AcroRead.mst" /quiet
msiexec.exe /i AcroRead.msi TRANSFORMS=AcroRead.mst /quiet
msiexec.exe /i /qn AcroRead.msi TRANSFORMS=AcroRead.mst
msiexec.exe /i "AcroRead.msi" /q TRANSFORMS="AcroRead.mst"
msiexec.exe /i AcroRead.msi /q TRANSFORMS="AcroRead.mst"
But the result is the same, Adobe reader is installed but without the changed settings.
Could someone help with this please ?
I don't know anymore what to do.
thanks.