View Single Post
  #42  
Old 06-03-2012, 22:23
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote