smartscreen

Windows 10 SmartScreen with Code Signing .exe file

梦想的初衷 提交于 2020-01-13 13:45:30
问题 I've created a setup.exe file and loaded it onto my web site for downloading. The .exe file has been code signed with a certificate from godaddy. When downloading the .exe file from my website using win7 it detects the certificate and displays it to be a safe download. On win10 the .exe file downloads fine but when opening the .exe the smartscreen blocks it from opening. I have many users using win10 and don't want to explain to them to turn off smartscreen. What are my options to get this

How to get Windows' Smart Screen to trust my Installer?

微笑、不失礼 提交于 2019-12-24 17:13:43
问题 I'm trying to deploy and distribute a C++ app on Windows. I've managed to create an MSI installer with Visual Studio (with the Microsoft Visual Studio Installer Project extension). When I run it on my computer, everything is fine. But if I run it on someone's else computer, Windows Defender displays a SmartScreen warning: We are still in beta, so we don't have a lot of money or any certificates, but we want to make the beta available without this warning to allow users to test the product and

“Proper” way of releasing software and creating an installer for it

一笑奈何 提交于 2019-12-24 08:24:46
问题 Let's suppose I've just created an app in visual studio and now I want to distribute it. I've set the app to release mode and I have a copy of the app that works just fine. My main question is how would I go about creating an installer for it and making sure Windows knows it's trustworthy? Do I have to create some sort of certificate? I've been searching and downloaded NSIS but I'm not sure how to use it so I just used Inno Setup Compiler which works just fine. Sometimes Avast checks my

IE9 SmartScreen Filter warning

我的梦境 提交于 2019-12-10 20:39:12
问题 My company develops an IT-infrastructure management software, that we mostly use in Ukraine. Our client application installer is available for download from our FTP server. Whenever someone downloads an Install.msi from our FTP, IE9 tells the user that the package isn't commonly downloaded, therefore may be dangerous. In order to run the install the user has to click "Other options" which most users simply won't do due to security risks fears, given such "first impression" by IE9. Our install

Windows 10 SmartScreen with Code Signing .exe file

你说的曾经没有我的故事 提交于 2019-12-05 21:48:43
I've created a setup.exe file and loaded it onto my web site for downloading. The .exe file has been code signed with a certificate from godaddy. When downloading the .exe file from my website using win7 it detects the certificate and displays it to be a safe download. On win10 the .exe file downloads fine but when opening the .exe the smartscreen blocks it from opening. I have many users using win10 and don't want to explain to them to turn off smartscreen. What are my options to get this .exe past win10 smarscreen? The Windows SmartScreen alert will go away after enough people download and

How to pass the Windows Defender SmartScreen Protection?

大憨熊 提交于 2019-11-27 05:38:56
I am trying to prevent that my application (an installer) will not be blocked by Windows SmartScreen Protection . I use BitRock and I signed my installer manually but I have always this problem. I bought a valid certificate and the signing with a timestamp is ok. It's a commercial application and I don't want that the user will be afraid to install it ps. I dont have an unknown publisher UPDATE : Similar issue for an MSI installer: How to avoid the Windows Defender SmartScreen prevented an unrecognized app from starting warning? Older discussion (recommended): How to pass the smart screen on

How to pass the Windows Defender SmartScreen Protection?

依然范特西╮ 提交于 2019-11-26 10:03:40
问题 I am trying to prevent that my application (an installer) will not be blocked by Windows SmartScreen Protection . I use BitRock and I signed my installer manually but I have always this problem. I bought a valid certificate and the signing with a timestamp is ok. It\'s a commercial application and I don\'t want that the user will be afraid to install it ps. I dont have an unknown publisher 回答1: UPDATE : Similar issue for an MSI installer: How to avoid the Windows Defender SmartScreen