How can I host an exe installer and sign with a certificate with low cost?

Han 0 Reputation points
2025-11-04T02:32:45.3833333+00:00

Hi guys,

I have a standalone exe installer, made by Python. I want to publish it on Microsoft Store. I tried to go with MSIX route, but Python interpreter, PyTorch, Qt, and FFmpeg etc in the application will not pass the MSIX requirements. If I go the traditional exe route, it will require to host the app somewhere and sign it with a certificate. My question is how to host it and sign it with the cost as low as possible as a corporate developer. Thanks!

Best,

Han

Windows development | Windows App SDK
0 comments No comments
{count} votes

Answer recommended by moderator
  1. Michael Le (WICLOUD CORPORATION) 3,935 Reputation points Microsoft External Staff Moderator
    2025-11-04T09:13:36.37+00:00

    Hello @Han ,

    GitHub Releases is free for hosting your installer.

    As an alternative, cloud storage services like Azure Blob Storage or Amazon S3 are also low-cost options for hosting files.

    For signing, there are two main types:

    1. Organization Validated (OV) Certificate: This verifies your company is a real business. While it helps, Windows may still show a warning for a short time until your application builds a reputation.
    2. Extended Validation (EV) Certificate: This involves a more detailed background check on your company. Its main advantage is that it gives your application immediate trust, preventing security warnings from the start.

    I hope this helps.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.