What happened to signwizard in signtool of Windows SDK 7.0?

authenticode, codesign, signtool, winapi

Solution

You can find an answer in the latest version of the MSDN

signwizard: This command is not supported.

Windows Vista and earlier: Launches the signing wizard. Only a single file can be specified for the file name command-line parameter.

As I understand, it means that the parameter no more exists in the Windows SDK 7.0.

Problem

I'm looking for the convenient signwizard in signtool.exe but cannot find it anymore in the Windows SDK 7.0. Is it in a separate tool now or is there only the CLI left?

Original source