Creating a game launcher.

Started by
9 comments, last by SmkViper 9 years, 4 months ago

However the secondary program that does the copying/installing of the patch once it's downloaded will require user permission each time a patch is downloaded.


In general true for sane setups, but as a note: this is only true if the game is installed in a secured central location. A number of games don't have a real installer, but rather just a small launcher that you run directly which installs the game into %HOME% or %APPDATA% or the like (optionally in some cases).

Sean Middleditch – Game Systems Engineer – Join my team!

Advertisement

However the secondary program that does the copying/installing of the patch once it's downloaded will require user permission each time a patch is downloaded.


In general true for sane setups, but as a note: this is only true if the game is installed in a secured central location. A number of games don't have a real installer, but rather just a small launcher that you run directly which installs the game into %HOME% or %APPDATA% or the like (optionally in some cases).


Yup - that works too. The downside there is those folders may be on drives where the user doesn't want the game installed (especially if it is a large game) - like on the OS's SSD.

This topic is closed to new replies.

Advertisement