10-07-2015 12:04 PM - edited 10-07-2015 12:06 PM
I've got an application that I want to build and deploy. I can Build the application without an issue, but when I try to create an installer the build gives the following error:
CDK_Item_OnDoProperties.vi.ProxyCaller >> CDK_Item_OnDoProperties.vi >> AB_UI_FRAMEWORK.vi >> AB_UI_Frmwk_Installer.lvclass:Build.vi >> Installer.lvclass:Build_from_Wizard.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_InitializeDistribution.vi >> NI_MDF.lvlib:MDFConfig_SetDistributionLanguage.vi
**************
*** Error: Improper function call or command line argument. (Error code -30)
The installer builder does not have support for installer language LANGID 9.
**************
Error Details:
Error in MDF API function: _MDFConfig_SetDistributionLanguage
*** End Error Report
**************
How do I fix this? I'm running Labview 2013 SP1 Pro 32 bit
:
10-08-2015 03:43 AM
Language 9 is default configuration and refers to English. This indicates that
a) You are not running an English version of OS/LV
and/or
c) During installation of LV you didn't install the complete language support.
Please verify the build script settings that the language selection is valid.
Norbert