Print Page | Close Window

SuitePro 13.2.1 : language of merge modules

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=16671
Printed Date: 28 April 2024 at 8:12pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SuitePro 13.2.1 : language of merge modules
Posted By: Alpicus
Subject: SuitePro 13.2.1 : language of merge modules
Date Posted: 07 May 2010 at 2:32pm
Hi CJ'ers,
 
I created a MSI including Codejock merge modules. The MSI contains 3 installation languages (english, german and french)
 
When I compile the MSI using Advanced Installer, the following error is displayed :
-----------------
Adding merge modules... error.
Exception - Reason: Could not open module: D:\pklapps\dev\Setups\Merge modules\Antigua4\Codejock\Codejock.ShortcutBar.v13.2.1.msm. Error:The language of the current build is not supported by the specified merge module.

Build finished because an error was encountered.
-----------------
 
Here is the link to thread in AI forum and the reply of the support : http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=10936 - http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=10936
 
Is somebody can give me some infos about theis language issue ?
 
Thanks in advance,
 
Phil


-------------
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows Vista SP2 (32bit)
Language: Visual Objects 2.8



Replies:
Posted By: Baldur
Date Posted: 14 May 2010 at 3:53am
The controls himself supports only english.
You have to distribute the corresponding language-dll's from the ...\bin\Translations subdirectory.
Than you can set at runtime the current language (if distributed) in the corresponding GlobalSettings before creating any objects:
 
CommandBarsGlobalSettings.ResourceFile = App.Path & "\" & "SuitePro.ResourceDE.dll"
So you have to exclude the Codejocks-MSI from automatic languagehandling.


Posted By: Alpicus
Date Posted: 14 May 2010 at 4:47pm
Hi Baldur,
 
Finally I included the ocx and check the option to register themselves : this worked fine.
 
Optionally, I've alreadly included the language dlls to set during the runtime : this works fine too.
 
Thanks for the reply.


-------------
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows Vista SP2 (32bit)
Language: Visual Objects 2.8



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net