question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Users getting SmartScreen Filter on install

See original GitHub issue
  • Version: 5.21.0
  • Target: Windows x64

After running npm run dist which calls build I go ahead and manually code sign the .exe found in the dist\win folder. Following that I check that the file has been signed correctly like this: signtool.exe verify /pa my-app-1.0.0.exe

It confirms that the file is signed correctly.

However, when I publish a release to Nuts with the .nupkg files for Squirrel, my users are getting the SmartScreen filter show up, sometimes killing the installation all together.

My first thought is that it’s the .exe’s packaged within. This indicated by the Unknown Publisher tag Windows gives to Update.exe–I believe that belongs to the Squirrel piece.

What am I doing wrong here?

I haven’t been able to get a CI to work because one of my native node modules is finicky to build.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, Aug 2, 2016

Proposed fix:

  • Investigate why Error information: "Error: Store IsDiskFile() failed." (-2147024773/0x8007007b) is not printed as part of error message
  • Auto-fix *** windows urls, support *** windows paths (without file://).
0reactions
develarcommented, Nov 27, 2016

File path is supported in the CSC_LINK (10.1.0).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set up and use Microsoft Defender SmartScreen on individual ...
How users can use Windows Security to set up Microsoft Defender SmartScreen · Open the Windows Security app, and then select App &...
Read more >
How to Enable or Disable the SmartScreen Filter in Windows ...
Here's how to toggle Windows' SmartScreen filter on and off in a few clicks.
Read more >
How to get past Windows Defender SmartScreen in Windows 10
When SmartScreen appears it usually says the app you want to install is unrecognized. The filter then leaves you with only one button...
Read more >
How to Turn Off SmartScreen Filter in Windows 10 - groovyPost
Important Note: If you're new to Windows 10 or a novice user, I recommend not turning off SmartScreen. It does help protect you...
Read more >
How to avoid the "Windows Defender SmartScreen prevented ...
A guaranteed way to immediately and permanently get rid of the Microsoft SmartScreen warnings is to buy an "Extended Validation" (EV) code ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found