Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Making a minimal installer #864

Closed
samokhodkin opened this issue Jan 19, 2020 · 1 comment
Closed

Q: Making a minimal installer #864

samokhodkin opened this issue Jan 19, 2020 · 1 comment
Labels

Comments

@samokhodkin
Copy link

Hi, I have difficulties with embedding Dokany to my app. The purpose is to make it as little as possible.

The total size of the required files (dokan1.sys, dokan1.dll, dokanctl.exe) is within 400 Kb, which is quite small. But the last two files require the VC2019 redistributable to work, and this is another 14 Mb (https://aka.ms/vs/16/release/vc_redist.x64.exe). Unacceptably large for me.

What can be done? Can these files be compiled without dependency on the latest redistributable?

@Liryna
Copy link
Member

Liryna commented Jan 19, 2020

Hi @samokhodkin

You should find your answer in this issue #660
I am open to any suggestions but if you can build and sign dokan1.dll, dokanctl.exe yourself, it might be good to try MT option.

We can continue the talk there if you would like.

@Liryna Liryna closed this as completed Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants