Description of SchUpdater :
Simple application self-updater. No inf or ini files, no version information check (you have to do this from your code then call DoUpdate).Usage:Fill the SourceDir directory (wathever if exists ending backslash or not)Call DoUpdate function (result: true=OK, false=failed).Properties:AutoRestartApp: booleanLanguage: TSchSimpleUpdaterLanguage (English, French or Hungarian)OtherFiles: TStringListSaveDir: stringSaveOriginalFiles: booleanStopOnFirstError: booleanUpdateSrc: string.Update:OtherFiles bug corrected.