|
no the problem is the [Languages] section of the InstallerScript.iss
CHANGE MessagesFile: Languages to MessagesFile: .\Languages then the compiler will NOT look to your default INNO Unicode languages folder which DOES NOT have all the languages listed in the script, BUT the Language folder WITH the script DOES have them.
Then you wont get as many error messages when compiling the script.
Last edited by pakrat2k2; 06-03-2012 at 22:41.
|