Does anyone have a good script that installs Adobe Reader XI in K1000 distribution? I need to install it silently, accept EULA, and disable Automatic Updates.
The one I tried does not disable Automatic Updates.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
fantomasss
11 years ago
You can apply the old process wich use a .mst file to edit these option you want, it works perfectly.
Comments:
-
Do you happen to have a script for this that works? - tsienkiewicz@ldirx.com 11 years ago
Posted by:
jknox
11 years ago
Posted by:
ekgcorp
11 years ago
I agree with, fantomasss just create an MST, Property Table Edit EULA_ACCEPT YES, set your Serial Number by adding ISX_SERIALNUMBER to same table xxxx-xxxx-xxxx-xxxx-xxxx-xxxx
Or if you dont want to create an MST, just look thru Adobe MSI file and if any properties are in All CAPS you can replace them via commandline install.. for instance..
msiexec /i acrostan.msi EULA_ACCEPT=YES /qb!
Comments:
-
I don't have a script but use a managed install. This one silently uninstalls any old version, silently insttalls AR XI, disables updates, accepts the EULA and does not install a desktop shortcut
This is my manual installation command:
msiexec.exe /I adberdr11000_en_US.msi /qn REMOVE_PREVIOUS=YES EULA_ACCEPT=YES UPDATE_MODE=0 DISABLEDESKTOPSHORTCUT=1 - rockhead44 11 years ago