Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

Constantly having to restart Windows 7 to time-stamp installer… Why?

I am using a Windows 7 (64-bit) machine as a build server and have encountered a strange problem. One of my build steps is to apply a code signing certificate using a command like this: signtool ...
1
vote
1answer
122 views

Do code-signed executables (signtool.exe) run properly on Windows 98?

Unfortunately I don't have a Windows 98 machine to test this out on. Does anyone know if executables code-signed with SignTool.exe (on Windows 7) will run properly on Windows 98?
1
vote
2answers
1k views

How to install authrootstl.cab offline?

When I try to install the authrootstl.cab offline it won't work. The certificates are installed but Windows doesn't trust the file, and will continue to try to download it. It says the list signing ...
4
votes
2answers
9k views

What are the Windows system certificate stores?

When adding certificates, stls, ctls and crls to the system I can choose the certificate store. I have found so far only references to the "my" and "root" stores. Is there any other?
0
votes
1answer
542 views

How to make windows stop from trying to download authrootstl.cab?

Every time I start a specific signed app, Windows 7 tries to download the following file http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab And this trial ...
0
votes
2answers
1k views

How to download and install an updated Certificate Revocation List?

I don't want that my Windows 7 machine download CRLs at boot time. Can I do it manually?
3
votes
3answers
1k views

PowerShell access denied to cert:\CurrentUser\My

PS cert:\currentuser\my> dir Get-ChildItem : Access is denied. At line:1 char:3 + dir <<<< I cannot access any of my code signing certificates to sign a PowerShell script. I can ...
3
votes
2answers
5k views

How to sign a PowerShell script easily?

I'd prefer using the AllSigned execution policy with PowerShell, but self-signing my scripts seems to require several hundreds of megabytes of downloading and installation and the signing process ...
1
vote
3answers
806 views

Standalone code signing tool for .exe files

I want to sign .exe files I produce. I already have code signing certificate, only last missing step is 'signtool.exe' (or any other tool that works and is free, preferrably command line so that it ...