How do I remove the lotus notes PDFMaker plugin via command line? I originally deployed Adobe Acrobat 10 as a complete install to many computers. I see how to remove this specific feature through the GUI in Windows 7 by going to control panel / programs and features / Adobe Acrobat X / change / modify / create adobe PDF / acrobat PDFMaker / Lotus Notes, but this would be a tedious task to do manually at each computer. I've experimented with a few msiexec commands after removing Acrobat such as:
msiexec /i "\\path to msi" remove=pdfmakerforlotusnotes
&
msiexec /i "\\path to msi" disable_pdfmaker=yes
Both still install acrobat as a complete install. Any help and suggestions would be appreciated. Thank you!