Page 1 of 1

windows forum?

PostPosted: Tue Dec 24, 2019 12:46 pm
by mauricev
The page at https://openzfsonwindows.org/ leads me to this forum for discussion. Am I in the wrong place?

I tried to get it to compile, but it tells me the signtoola failed, but doesn't say why.

Code: Select all
   Sign Tool command failed (Sign Tool command failed with exit code 0x1). Will retry (2 tries left).
:cry:

Here is the command I am running

Code: Select all
   Running Sign Tool signtoola: C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe sign /a /t http://timestamp.digicert.com /fd sha1 /d "OpenZFS on Windows" "E:\Downloads\ZFSin-master\ZFSin-master\uninst.e32.tmp"

Re: windows forum?

PostPosted: Wed Dec 25, 2019 4:50 pm
by lundman
Oh yeah, I guess I should make a forum place for Windows so it is a bit more clear.

Signtool is just used if you want to sign it, and you have your own certificate for Windows code signing. If you don't, you can do without codesigning it and just run your Windows in "Test Mode" (As mentioned in the README.md).

If you do have a certificate, you have to set the two signtools correctly, including changing them to point to your own certificate.