Is there any way to uninstall PDF converter silently?
I tried Install -s -u
and Install -u -s
It doesn't work.
TIA
Michael
Silent uninstall
Thanks Joan
Doesn't matter whether I invoke Install -s -u Or Install -u -s
PDF printer is still listed in Control Panel.
If I run Install -u, then I get the dialog box that tells me that printer driver was successfully uninstalled, but the printer is still in Printers and Faxes applet of the Control Panel.
BTW we name the printer "EsqInc PDF Printer" during the install. I haven't tried with the default printer name.(I can't use the default name in any case).
So for now I wrote a small executable using Win32 API and put it into Custom action for my MSI installer.
Hopefully you guys take care of this issue later on.
Thanks,
Michael
Doesn't matter whether I invoke Install -s -u Or Install -u -s
PDF printer is still listed in Control Panel.
If I run Install -u, then I get the dialog box that tells me that printer driver was successfully uninstalled, but the printer is still in Printers and Faxes applet of the Control Panel.
BTW we name the printer "EsqInc PDF Printer" during the install. I haven't tried with the default printer name.(I can't use the default name in any case).
So for now I wrote a small executable using Win32 API and put it into Custom action for my MSI installer.
Hopefully you guys take care of this issue later on.
Thanks,
Michael