In my java installer code, I'm invoking the following command to install pdfCreator:
PDFCreator-0_9_9_setup.exe /FORCEINSTALL /LOG /SP /VERYSILENT /NORESTART
The error "There already exists a printer with the same name. Please enter a different printer name" appears during install. I was not expecting this since in my understanding /ForeInstall should have handled that. How do I resolve this? Please advise.