Skip to content

Windows blocks the install file #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Corvalan opened this issue Mar 4, 2025 · 1 comment
Open

Windows blocks the install file #49

Corvalan opened this issue Mar 4, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Corvalan
Copy link

Corvalan commented Mar 4, 2025

Windows security - Threat blocked - 'Severe' it says.

@sujithatzackriya
Copy link
Collaborator

sujithatzackriya commented Mar 5, 2025

The issue

Windows blocks the apps that are from unknown publishers. To get recognized as known publisher, we have to buy an certificate. Please see similar issue below

https://stackoverflow.com/questions/252226/signing-a-windows-exe-file

https://stackoverflow.com/a/66582477

Quoting one of the answers

This warning is shown if your app doesn't have enough reputation with Microsoft SmartScreen yet. In order to gain reputation, you can either

- submit your app for malware analysis to Microsoft,
- buy an "Extended Validation" (EV) code signing certificate,
- buy an "Organization Validation" (OV) code signing certificate, or
- just wait for a long time.

Buying these certificates requires an yearly subscription fee (Depending on certificate providers, this varies. But ball park is a total of $700 per year for both certificates)

As of now, we do not have the commercial version of the app available and this is an open source project. So getting a certificate might be an effort that we could do later.

Potential solutions

For using the installer

Before installing the application, click on Properties of the installer(.exe or .msi) and unblock, which the application installable (Windows Defender SmartScreen prevented an unrecognized app )

- Right click on installer(.exe)
- Select properties option.
- Click on checkbox to check Unblock at the bottom of Properties.

Image

Source - https://stackoverflow.com/a/53685718

Build the application from source code

Prerequisites

For Windows:

  • Node.js (v18 or later)
  • Rust (latest stable)
  • pnpm (v8 or later)
  • Visual Studio Build Tools with C++ development tools
  • Windows 10 or later
  1. Install prerequisites:

  2. Clone the repository and navigate to the frontend directory:

    git clone https://github.com/Zackriya-Solutions/meeting-minutes
    cd meeting-minutes/frontend
  3. Install dependencies:

    pnpm install
  4. Use the provided script to run the app in development mode:

clean_run_windows.bat

If anyone has information regarding any alternative option for signing the application for an open-source version, contributions are highly appreciated.

@sujithatzackriya sujithatzackriya changed the title Windows blocks the install file as virus Windows blocks the install file Mar 5, 2025
@sujithatzackriya sujithatzackriya added the help wanted Extra attention is needed label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants