How to code sign Visual Studio 2022 Extension installer file VSIX?

Joginder Nahil 0 Reputation points
2023-04-20T22:16:18.3333333+00:00

Is there a document describing step by step how to digitally code sign .VSIX file using Comodo Code Signing?

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 28,951 Reputation points Microsoft Vendor
    2023-04-21T02:32:18.41+00:00

    Hello @Joginder Nahil ,

    Welcome to Microsoft Q&A forum.

    Normally, you can use VSIXSignTool to sign a VSIX(VSIXSignTool.exe sign /f <certfile> /p <password> <VSIXfile>) with a password protected certificate file.

    If Comodo Code Signing you mentioned is a code signing certificate, you can refer to this document: To use the VSIXSignTool.

    If Comodo Code Signing you mentioned is a code signing tool, I suggest posting this issue on Comodo Code Signing related forums or referencing the related guide documents for further help.

    Have a great day.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.