"mygame.exe is not commonly downloaded"...

Started by
11 comments, last by reenigne 10 years, 3 months ago

I wonder that people actually object to offering an executable which is an installer for download. When, at the same time, mainstream companies like Adobe and even FOSS portals like Sourceforge not only do the same, but even worse.

They distribute executables that will download content from untrusted sources without any possibility to verify or control what is being downloaded, and they use drive-by installs (mostly McAfee or Ask) to which the user "consents" by not reading the small print. But... that's OK.

This is a solution to prevent future browser warnings though. If you have an installer that doesn't change often that downloads an executable and runs it, you don't get the warning for the installer once it's been around long enough, and future patches are handled outside of the browser to avoid browser warnings.

Advertisement


What can I do to make this process nicer for downloaders?

If someone who doesn't know much about computers finds some random website that has an executable or installer, and tries to download it, I am glad that the browser has some form of warning. If you want to make it nicer for players, and it's intended for a wider audience than people who know you and would naturally ignore the message, use a safer form of technology, such as a server-driven game, instead of relying on strangers to trust you. I doubt you're distributing a Trojan horse but I generally don't trust people on the Internet either.

Then you should consider making an MSI instead. It is pretty bad idea to download a *.exe.

-Josh

Thanks Josh - you are correct. Like Samoth mentions, you can wrap an .exe in a .msi, so it is hardly secure, but this is the dance the world expects us to perform these days, so I'll go along with it. I was using Inno Setup to create my installer .exe, now I'll try to use Xna Wix instead. I had looked into it before, but the references to Sharp Develop put me off (I'm a Visual Studio person 100%). Now I see it is compatible with VS too.

I wonder that people actually object to offering an executable which is an installer for download. When, at the same time, mainstream companies like Adobe and even FOSS portals like Sourceforge not only do the same, but even worse.

They distribute executables that will download content from untrusted sources without any possibility to verify or control what is being downloaded, and they use drive-by installs (mostly McAfee or Ask) to which the user "consents" by not reading the small print. But... that's OK.

This is a solution to prevent future browser warnings though. If you have an installer that doesn't change often that downloads an executable and runs it, you don't get the warning for the installer once it's been around long enough, and future patches are handled outside of the browser to avoid browser warnings.

This is an interesting idea, but I've run out of steam with development, for the moment. I want to get something out pronto. Definitely something to think about in the future though - thanks!

Storm Clouds over the Western Front - 2D aerial combat WIP | DarklightXNA on Twitter | 2DFlightSim on Youtube

https://support.google.com/webmasters/answer/168328?hl=en&ref_topic=2365140 You can request a malware review.

I had the same flags on http://www.grhmedia.com. It doesn't matter if you have it in a zip file or not their servers will look in the zip file and find the exe unless it is encrypted. Even then I am not sure it will get flagged for the potential.

Unfortunately I didn't learn of the above method before getting mine removed. If it is removed. Just saying I don't see the warning any more but not sure if other do or don't.

This topic is closed to new replies.

Advertisement