(imported comment written by Tingram91)
This is long, but this is what i wrote to uninstall Standard and Professional . simply modify for your Reader needs
Adjust the Relevance to target your reader installations as well
Adjust the Registry GUID’s to uninstall Reader installations.
If this isn’t the route you want to go, you could simply build a dynamic uninstall to simply search for the existance of adobe reader in the registry and then process the msiexec /x of that GUID
Hope it Helps
CODE
Relevance :
(value “ProductType” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions” of registry = “WinNT”)AND ((exists key whose (value “DisplayName” of it as string contains “Adobe Acrobat” AND (value “DisplayName” of it as string does not contain “Security Update”) AND (value “DisplayName” of it as string does not contain “Reader”)) of key “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” of registry))
Action:
//Remove prior Batch file
delete “__appendfile”
delete “__Download\install3.bat”
//Create Batch
appendfile @ECHO OFF
appendfile CLS
appendfile TITLE Adobe Acrobat Standard & Professional Uninstall
appendfile COLOR 1B
appendfile ECHO DO NOT CLOSE THIS WINDOW
appendfile ECHO This installation process will take several minutes to complete.
appendfile ECHO Pls. be patient.
appendfile ECHO Now removing any old version of Adobe Acrobat . . .
appendfile “%~DP0Kill_proc.exe” acroaum.exe
appendfile “%~DP0Kill_proc.exe” Acrobat.exe
appendfile “%~DP0Kill_proc.exe” “Acrobat Elements.exe”
appendfile “%~DP0Kill_proc.exe” Acrobatinfo.exe
appendfile “%~DP0Kill_proc.exe” acrobat_sl.exe
appendfile “%~DP0Kill_proc.exe” acrodist.exe
appendfile “%~DP0Kill_proc.exe” acrotray.exe
appendfile “%~DP0Kill_proc.exe” AdobeCollabSync.exe
appendfile “%~DP0Kill_proc.exe” AdobeUpdaterInstallMgr.exe
appendfile “%~DP0Kill_proc.exe” AdobeUpdater.exe
appendfile “%~DP0Kill_proc.exe” ahv.exe
appendfile “%~DP0Kill_proc.exe” AdobeUpdateManager.exe
appendfile “%~DP0Kill_proc.exe” adonline.exe
appendfile “%~DP0Kill_proc.exe” capserve.exe
appendfile “%~DP0Kill_proc.exe” ConsoleApp.exe
appendfile “%~DP0Kill_proc.exe” Convertlfd.exe
appendfile “%~DP0Kill_proc.exe” convertword.exe
appendfile “%~DP0Kill_proc.exe” convertPDF.exe
appendfile “%~DP0Kill_proc.exe” convertlp.exe
appendfile “%~DP0Kill_proc.exe” droplet.exe
appendfile “%~DP0Kill_proc.exe” FormDesigner.exe
appendfile “%~DP0Kill_proc.exe” PDFMAec.exe
appendfile “%~DP0Kill_proc.exe” PDFPrevHndlrshim.exe
appendfile “%~DP0Kill_proc.exe” TWUNK_16.exe
appendfile “%~DP0Kill_proc.exe” TWUNK_32.exe
appendfile C:\WINDOWS\ISUNINST.EXE -f"C:\Program Files\Common Files\Adobe\Acrobat 3.0\NT\Uninst.isu" -c"C:\Program Files\Common Files\Adobe\Acrobat 3.0\NT\Uninst.dll" -a
appendfile C:\WINDOWS\ISUNINST.EXE -f"C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isu" -c"C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dll" -a
appendfile C:\WINDOWS\ISUNINST.EXE -f"C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.isu" -c"C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.dll" -a
appendfile msiexec /X {{AC76BA86-0000-0000-0000-6028747ADE01} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-0000-7EC8-7489-000000000603} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-0000-7EC8-7489-000000000604} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-0000-7EC8-7489-000000000704} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1028-0000-7760-000000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1028-0000-BA7E-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1028-0000-BA7E-100000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-7760-000000000001} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-7760-000000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-7760-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-7760-100000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-BA7E-000000000001} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-BA7E-000000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-BA7E-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-0000-BA7E-100000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-F400-7760-000000000001} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-F400-7760-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1033-F400-BA7E-100000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1041-0000-7760-000000000001} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1041-0000-7760-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1041-0000-BA7E-000000000001} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1041-0000-BA7E-000000000003} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1041-0000-BA7E-100000000002} REBOOT=ReallySuppress /QN
appendfile msiexec /X {{AC76BA86-1042-0000-BA7E-100000000002} REBOOT=ReallySuppress /QN
//Execution of Uninstall
copy “__appendfile” “__Download\install3.bat”
wait “{pathname of system folder & “\cmd.exe”}” /C “{(pathname of client folder of current site) & “__Download\install3.bat”}”