Hi, I have uninstall the older version of adobe reader using:
waithidden msiexec.exe /X { name of keys whose( (exists values “DisplayName” whose(it as string as lowercase starts with “Adobe Reader” as lowercase) of it) AND (exists values whose(it as string as lowercase starts with “msiexec”) of it) ) of keys “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of ( x64 registries; x32 registries ) } /qn
After the uninstallation, I proceed to install the newer version of Adobe reader, but failed:
Thanks, I have downloaded the latest adobe reader exe file. I have configured a custom fixlet to install it, the status shown “completed” but when I rdp to the machine, there is no Adobe reader installed. Can you help me check whether my fixlet is configured correctly?
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\AcroRdrDC2001320074_en_US.exe”}” /qn /norestart
For uninstalling adobe it can be a pain because the different versions name themselves differently in the registry. I ended up making a fixlet that basically just used all three versions of the adobe cleaner software.
"C:\Windows\System32\taskkill.exe" /F /IM AcroRd32.exe
first
and then use switch /Silent /Product=1 on the cleaners
it’s basically an adobe reader nuke lol, I’m sure you can get more in depth on the relevance and not use the cleaners, but for me this was quick, easy, and gets the job done.
then you can install the exe file with these switches /sAll /rs