-
Notifications
You must be signed in to change notification settings - Fork 674
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
cert/dokan-import.ps1 does not work on Windows 7 #342
Comments
That's right @Rondom I was not even aware of this :O Alternative does not seems to be what we want 😢 they only show how to make the cert valid for powershell. Like you say, this is probably never be faced and it is not much important since it still can be done manually. |
@Rondom I think a simple little message as you proposed would be the best and most fast way to do it. |
I will look at it in November. |
I will add the check myself 😃 |
Fixed with 2f16f66 |
This is a minor nitpick. I am not sure if someone will ever implement this, but this ticket can as well serve as "documentation".
Import-Certificate and Import-PfxCertificate are not available on Windows 7. Upgrading PowerShell does not help, they seem to be part of the OS.
The script should gracefully detect that those Cmdlets are missing and:
The text was updated successfully, but these errors were encountered: