fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
516 stars 100 forks source link

Installation Warning (v1.8) #143

Closed bitaller closed 3 years ago

bitaller commented 3 years ago

Hi,

I got the warning when I tried to install v1.8 on Windows 10. Both NET5 and NETFramework have same warning. v1.7 doesn't have the same issue.

202012_06

Windows has protected your computer Microsoft Defender SmartScreen prevented unrecognized apps from launching. Running this application may put your computer at risk.

fernandreu commented 3 years ago

Hi bitaller, this is actually normal. The files are digitally signed, but it seems it takes some time for Windows to trust new versions of those. So, this SmartScreen window will keep popping up until there have been a few downloads / installations of the tool (I'm not sure how many are needed exactly). This is also the first release I do with a different certificate I am using from now on, which might be a factor on this.

You should still be able to bypass this by clicking on More info (if that's what I think it says) and then clicking on the new Run anyway button that will appear at the bottom. I can ensure you there's nothing suspicious about the tool; the build comes straight from Azure Pipelines, using only the code you can see on this repo.

bitaller commented 3 years ago

Got it. The new release is awesome. It autmatically set the language of software with Windows region setting.
btw, I found #142 was integrated in the new release except for "Translators".

202101_39

fernandreu commented 3 years ago

Oops, ~I created the entry to be translated but forgot to actually use it in the About dialog~ - actually, I was using it, but the Chinese key has an extra colon by mistake, About.Translators: instead of About.Translators. When a key is not found in a language, it just defaults to the English value.

Thanks for pointing that out. I will fix it but perhaps I won't update the release just for this, given it is just a minor visual thing.