helloparthshah / StadiaWireless

Stadia Wireless enables you to use your stadia controller wirelessly. Not just with stadia, but with any game.
MIT License
446 stars 26 forks source link

Virus and where to find msi? #13

Closed Blodskjegg closed 2 years ago

Blodskjegg commented 2 years ago

First, my antivirus keeps deleting server.exe, so I cant use it. Second, I cant find the msi install file you mention in the description

helloparthshah commented 2 years ago

It seems like some antiviruses flag python executables created using pyinstaller as viruses. According to this https://stackoverflow.com/questions/55907339/how-to-prevent-exe-created-by-pyinstaller-from-being-deleted-by-antivirus seems like a lot of people have issues with false positives. You could try overriding or whitelisting this specific file in your antivirus settings or running the python script by cloning the git repo. Sorry but I forgot to update the description but the latest version no longer includes an installer.

Blodskjegg commented 2 years ago

Ok, thanks I will try that.