In order to avoid SmartScreen blocking downloads and install files from my application, i bought an EV Code Signing Certificate ,which is expensive.
Now when i sign my installation file, Smartscreen really doesn't bother the user anymore and will let the app be installed.
BUT still, when the user try to download the install file in ZIP format from our website using Edge, Smartscreen still shows that infamous message :
"xxxx.zip isn't commonly downloaded. Make sure you trust xxxx.zip before you open it".
Then the user needs to click on [...] menu, then click on 'Keep', then another windows is show , then the user needs to click on Show more, then click again on 'Keep anyway'.
That's A LOT of friction to install a simple application on the machine.
I bought the EV code sign certificate just to avoid that, but anything changed in the download process.
The ZIP file isn't signed because you can't sign ZIP files, but the install.exe file inside of the ZIP is.
What should i do ? Download the EXE file direct, instead of the ZIP ?