clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
710 stars 152 forks source link

How to silently install `clawPDF`? #108

Closed FlawlessCasual17 closed 1 year ago

FlawlessCasual17 commented 1 year ago

I tried installing your product from the command line using this command, msiexec /i ".\Downloads\clawPDF_0.9.3_setup.msi" /qn, but it didn't work at all. Is there additional parameters I have to add like ACCEPTLICENSE=YES, ACCEPTAGREEMENT=YES, etc? I really hope there is a silent install at all for this product, or if one is currently being implemented as I am making this issue.

FlawlessCasual17 commented 1 year ago

@clawsoftware

FlawlessCasual17 commented 1 year ago

Never-mind, figured it out. Turns out I had to also add /norestart, and /log <file-name> as parameters.