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
660 stars 147 forks source link

Cannot install to other folder but C drive only on Windows 10 Pro #35

Closed gengjunwu closed 3 years ago

gengjunwu commented 3 years ago

It does not matter which folder I chose or new folder I created under C drive, all the files are dumped in C:\ directly. There is not any way I can install it, say, C:\Program Files(x86)\ClawPDF.

gengjunwu commented 3 years ago

It is actually Windows 10 permission problem. Here is the solution:

Here can be a solution:

rename your .msi RUN.msi

move it to C:

run CMD as an admin

type cd C:\Windows\SysWOW64

type msiexec.exe /a C:\RUN.msi

(From: https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/unable-to-install-a-program/920542ba-3d9a-48d2-8bda-6d8f1e2e1d26)