SuitePro 13.2.1 : language of merge modules |
Post Reply |
Author | |
Alpicus
Groupie Joined: 09 December 2009 Status: Offline Points: 15 |
Post Options
Thanks(0)
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
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 |
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
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.
|
|
Alpicus
Groupie Joined: 09 December 2009 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |