Descriptions
I would get redirected to Foxit uninstall survey webpage when I do the uninstall for Foxit PhantomPDF. How could I disable the survey when uninstall?
Solution
If you manually uninstall the Foxit PhantomPDF, you will definitely get the survey page. To not get the survey page, please use command line to silent uninstall Foxit PhantomPDF with “DISABLE_UNINSTALL_SURVEY=1” this parameter included in commandline.
Usage Example:
msiexec /x "Foxit PDF Editor.msi" /quiet DISABLE_UNINSTALL_SURVEY ="1"
or
"C:\Program Files (x86)\Foxit Software\Foxit PDF Editor\Uninstall.lnk" DISABLE_UNINSTALL_SURVEY="1" CLEAN="1" /passive /qn