-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Install throws an exception #448
Comments
Fascinating... What does this give you? Get-AuthenticodeSignature $PROFILE | Format-List |
Doh! That's my bug. I had checked for |
rkeithhill
added a commit
that referenced
this issue
Mar 2, 2017
We now rely on the SignerCertificate field to be $null. If it isn't $null, then we assume the profile is signed and we don't modify it. Note that this field is not $null when the file is signed but there is a hash mismatch (whic is the desired behavior).
rkeithhill
added a commit
that referenced
this issue
Mar 2, 2017
We now rely on the SignerCertificate field to be $null. If it isn't $null, then we assume the profile is signed and we don't modify it. Note that this field is not $null when the file is signed but there is a hash mismatch (which is the desired behavior). Fix #448.
rkeithhill
added a commit
that referenced
this issue
Mar 2, 2017
…ot-on-v2 Fix #448 SignatureType enum not available on PS v2
@andrewducker When you get a chance, can you verify the fix? Thanks. |
Yup, worked fine. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
Issue Description
I am experiencing a problem with...
The install.ps1 file throws an exception:
The text was updated successfully, but these errors were encountered: