LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Errors while creating installer

 

 

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

:

0 Kudos
Message 1 of 2
(3,116 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(3,089 Views)