This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Kindly please tell me the process how you can localized custom action messages
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 18, 2013
05:53 AM
Localization problem after migrating from InstallAnywhere2009 to InstallAnywhere2012
Hi,
Recently we have migrated our project from InstallAnywhere2009 to InstallAnywhere2012.
As part of our script(not install anywhere), we merge and generate custom_xx(xx is language like en,es,de,jp etc), which should be used by InstallAnywhere project.
As per the new InstallAnywhere2012, it expects custom_xx files to be inlocales_Migrated_Configuration (as default configuration name is Migrated Configuration).
But we have seen a behavior during building the installer project.
Just before calling build.exe, custom_xx(underlocales_Migrated_Configuration) contains our localized strings which is generated from external .properties files.
During build process, installanywhere2012 generates custom_xx with default strings, which overwrites our localized strings.
You may notice, during build process it saves the project and generates external properties(custom_xx). Can we skip this somehow?
User guide does not say anything about it.
Is there any solution to following threads:
http://community.flexerasoftware.com/showthread.php?198257-Localization-Problems&highlight=localization
http://community.flexerasoftware.com/showthread.php?196478-Localization-and-Merge-Modules&highlight=localization
Kindly provide proper documentations for migration from InstallAnywhere2009(project is having external resource bundles)?
Recently we have migrated our project from InstallAnywhere2009 to InstallAnywhere2012.
As part of our script(not install anywhere), we merge and generate custom_xx(xx is language like en,es,de,jp etc), which should be used by InstallAnywhere project.
As per the new InstallAnywhere2012, it expects custom_xx files to be in
But we have seen a behavior during building the installer project.
Just before calling build.exe, custom_xx(under
During build process, installanywhere2012 generates custom_xx with default strings, which overwrites our localized strings.
You may notice, during build process it saves the project and generates external properties(custom_xx). Can we skip this somehow?
User guide does not say anything about it.
Is there any solution to following threads:
http://community.flexerasoftware.com/showthread.php?198257-Localization-Problems&highlight=localization
http://community.flexerasoftware.com/showthread.php?196478-Localization-and-Merge-Modules&highlight=localization
Kindly provide proper documentations for migration from InstallAnywhere2009(project is having external resource bundles)?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2013
05:56 AM
As localized strings present in InstallAnywhere project(xml_iap) is referred by installAnywhere during build.
We changed our implementation and added new strings into xml_iap.
Now it works fine.
So the only source of localized string is the xml_iap project file.
We changed our implementation and added new strings into xml_iap.
Now it works fine.
So the only source of localized string is the xml_iap project file.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 01, 2015
04:03 AM
bidyapatip wrote:
As localized strings present in InstallAnywhere project(xml_iap) is referred by installAnywhere during build.
We changed our implementation and added new strings into xml_iap.
Now it works fine.
So the only source of localized string is the xml_iap project file.
Hi bidyapatip,
Kindly please tell me the process how you can localize custom action messages as we are also facing same issue in our project.
Thanks in advance,
Lakshmi