(imported topic written by wingguy91)
how do i go about writing the relevance?
(imported topic written by wingguy91)
how do i go about writing the relevance?
(imported comment written by SystemAdmin)
Your question is quite confusing. How can you upgrade that which is not installed in the first place? Are you asking how to deploy Adobe Reader to a machine that does not already have it installed?
(imported comment written by scherry91)
If you want to target workstations that do not have Acrobat Reader, you could try
not exists regapp “acrord32.exe”
(imported comment written by wingguy91)
Hi, What i mean is to install/upgrade adobe reader on PCs without adobe acrobat pro 7,8,9
(imported comment written by scherry91)
If you subscribe to “Updates for Windows Applications”, you can use those fixlets to update workstations that have Acrobat Reader currently installed.
If you want to target workstations that gave neither Acrobat Pro nor Reader, then you can use:
(not exists regapp “acrobat.exe”) and (not exists regapp “acrord32.exe”)
and then write a custom action script to deploy your preferred version of Reader to them.