VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.31k stars 1.02k forks source link

Windows blocks exe & msi installations #1779

Closed jlahtela closed 6 months ago

jlahtela commented 6 months ago

Describe the bug When you try to install VSCodiumSetup-x64-1.85.1.23348.exe and msi it gets blocked by Microsoft Defender SmartScreen.

kuva At least I don't get options to run it at all.

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. Download exe or msi installer
  2. Try to run it with normal user or admin rights.

Expected behavior Should be able to run. This may be just MS build in security feature that if publisher is unknown it do not allow to run.

Desktop (please complete the following information):

Additional context This can be go around by going to file and open options menu -> Show more options -> Properties Then check on secuirty section "Unblock" kuva

This not described in Troubleshooting.md so at least that could be done there. Best would be that we could get this not to be unknown so it is easier users to run and start to use.

daiyam commented 6 months ago

SmartScreen requires the app to be signed which VSCodium isn't (nor on macOS). But it's safe to bypass that screen.

jlahtela commented 6 months ago

If that is not planned to be done, then fix would be document this in proper way.

I did describe workaround. Window does not offer way to just execute it without those steps.