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
Comments
1 comment
Just so you know, I spent several hours trying to figure out why this wouldn't work only to realize that there was a space between DISABLE_UNINSTALL_SURVEY and the =..... If you copy and paste, do it from here: DISABLE_UNINSTALL_SURVEY="1"
Please sign in to leave a comment.