For all 3 of our java installers, we copy over the setup.bmp splash screen file to every single language that we support in the Setup Files/Uncompressed Files. It is the exact same bitmap for every language, so it should only be copied to the language independent directory.
This should save space on our jre-i installer, because the bitmap is a size of 376KB and we have 10 copies of it for each language that we support. I haven't tested this, but in theory it should reduce the size of the installer by 3.76MB before compression.
If we plan on having the same license file for all 10 languages, it should also be copied to the language independent directory.
This should save space on our jre-i installer, because the bitmap is a size of 376KB and we have 10 copies of it for each language that we support. I haven't tested this, but in theory it should reduce the size of the installer by 3.76MB before compression.
If we plan on having the same license file for all 10 languages, it should also be copied to the language independent directory.