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
731 stars 156 forks source link

visual c++ dependency check not allowing install to start #97

Open srliao opened 1 year ago

srliao commented 1 year ago

Having issues running the installer where even with the correct redist installed, the install would not get pass the dependency check stage.

image

v0.8.9 runs just fine

anderson96x commented 1 year ago

Same

siaikin commented 1 year ago

I encountered the same problem, and in my scenario, simply installing vc_redist_x86|x64.exe based on the prompt still didn't work properly. However, after I installed Microsoft C++ Build Tools, clawPDF was able to install correctly.

Microsoft C++ Build Tools select installed. image