Install application in multiple languages
I have an installer which installs my application. During the installation the user is prompted to select the language in which the application will be running. Based on the selected language during the installation I'm gonna extract the documentation files in the used selected language.
The problem I'm facing is that on the page where the user selects the installation directory the installer says that it needs more space than it should required. I guess that if my installed embeds all the languages documentation files before extracting them the installer assumes all the files will be extracted and that's why its shows the size of the application with all languages doc files.
What could I do in order for the installer to display the exact size which is going to be extracted and not the size of all embedded files?
Would different sections help me? The section selection could be performed outside the .onInit function (for example after the user leave the language selection page) ?
Thanks,
Isawen