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

cert/dokan-import.ps1 does not work on Windows 7 #342

Closed
Rondom opened this issue Sep 16, 2016 · 6 comments
Closed

cert/dokan-import.ps1 does not work on Windows 7 #342

Rondom opened this issue Sep 16, 2016 · 6 comments

Comments

@Rondom
Copy link
Contributor

Rondom commented Sep 16, 2016

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:

  1. Try to run CertMgr and error if CertMgr is not available
  2. Give instructions on where to get CertMgr (shipped with VS and with Windows SDK)
@Liryna
Copy link
Member

Liryna commented Sep 17, 2016

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.
The certificat need to be installed in the root store and haven't found something in command line for windows 7 :(

Like you say, this is probably never be faced and it is not much important since it still can be done manually.

@Liryna
Copy link
Member

Liryna commented Sep 18, 2016

@Rondom I think a simple little message as you proposed would be the best and most fast way to do it.

@Rondom
Copy link
Contributor Author

Rondom commented Sep 18, 2016

I will look at it in November.

@Liryna
Copy link
Member

Liryna commented Sep 18, 2016

I will add the check myself 😃
you have a break in october ?

@Liryna
Copy link
Member

Liryna commented Sep 20, 2016

Fixed with 2f16f66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants