I'm trying to reduce the total file size of my app install file by only deploying the necessary locales files. I tried to left only english and my language files, but i get the error below. How to proceed ?

Code: Select all
GlobalCEFApp.LocalesRequired := 'en-US,es,fr,pt-BR';
Code: Select all
GlobalCEFApp.CheckCEFFiles := False;