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
- :
- Changing titile "'Not Enough Disk Space' once room on disk.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 31, 2012
07:45 AM
Changing titile "'Not Enough Disk Space' once room on disk.
For my installer, am using "check disk space option" at beginning of install stage, and the standard appropriate message screen appears saying "No available disk space. Please free some space" when there is not enough space, and the title of the screen is: "Not Enough Disk Space".
After freeing space, another message screen says that the installation can be made, and the installation can be continued as expected.
On this installation can be made screen after freeing disk space, the standard title: 'Not Enough Disk Space' still appears, and I have received a requirement that for this screen only, there should be a different title.
Can this be done, and how easily?
I am using IA 2011 SP3.
Thanks in advance,
David
After freeing space, another message screen says that the installation can be made, and the installation can be continued as expected.
On this installation can be made screen after freeing disk space, the standard title: 'Not Enough Disk Space' still appears, and I have received a requirement that for this screen only, there should be a different title.
Can this be done, and how easily?
I am using IA 2011 SP3.
Thanks in advance,
David
(4) Replies
‎Dec 31, 2012
09:47 AM
Not sure it will work but you may give a try.
These titles are defined in "C:\Program Files\InstallAnywhere 2011 Enterprise\resource\i18nresources\custom_en" (For windows).
You may change the string there and rebuild the app.
These titles are defined in "C:\Program Files\InstallAnywhere 2011 Enterprise\resource\i18nresources\custom_en" (For windows).
You may change the string there and rebuild the app.
‎Jan 01, 2013
02:12 AM
Masudkhan wrote:
Not sure it will work but you may give a try.
These titles are defined in "C:\Program Files\InstallAnywhere 2011 Enterprise\resource\i18nresources\custom_en" (For windows).
You may change the string there and rebuild the app.
Thank you Musudkhan for your reply. The problem in changing this file is that it can affect other projects being built/generated with the same IA installation. I guess a workaround to that, when doing generation through a script, is to programmatic copy the appropriate version of custom_en to this IA directory and then after generation, copy the original custom_en file back. It is disappointing that IA does not allow reference to copies of the i18n files on a per project basis.
Also, this does not allow to give a different title for each of the two screens, which is a requirement from the customer.
Is there a way of obtaining a handle to the title, dynamically, through custom code, without changing the text on these files?
Regards,
David
‎Jan 02, 2013
01:28 AM
Well since it is a built-in dialog not sure how we can get a handle to the dialog at run time.
A not so easier but still workable work around would be instead of using built-in action use your own custom action and a msg dialog.
A not so easier but still workable work around would be instead of using built-in action use your own custom action and a msg dialog.