UncleRonin
Well-known member
I've written an application that uses Hebrew and requires Right-To-Left language support and complex scripts to be installed. This can be installed manually through Control Panel>>Regional and Language Options>Languages and checking the complex scripts check box.
Is there anyway I can include this in an installer? Maybe the installer can first detect if it is installed and if it is then continue with the install. If it is not then the installer can somehow trigger Windows to install it?
I'm not very familiar with anything other than the basics of .NET installers so any info would be really helpful.
Is there anyway I can include this in an installer? Maybe the installer can first detect if it is installed and if it is then continue with the install. If it is not then the installer can somehow trigger Windows to install it?
I'm not very familiar with anything other than the basics of .NET installers so any info would be really helpful.