with this philosophy of handlling files you can adapt TAppSettings with: [database files|Embeded Fonts|Init Theme Config|Init Language Config|Licence Checking etc ..]
https://www.facebook.com/share/p/d8wZsexu6PMEZoFD/
Use :
begin
APP.Initialize;
APP
.Settings
.Splash
.DB
.EmbedFonts
.Theme
.Lang
.Licence
.Apply;
APP.MainFormOnTaskbar := True;
APP.CreateForm(TMainForm, MainForm);
APP.Run;
end.