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
- :
- Re: how to change the status text
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
‎Apr 02, 2009
05:51 AM
how to change the status text
hi,
I want to know how can we change the status text "installing..." to any text we want. Such as "My status text".
I want to know how can we change the status text "installing..." to any text we want. Such as "My status text".
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2009
06:07 AM
AFAIK this is not possible...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2009
09:53 AM
pv7721 wrote:
AFAIK this is not possible...
how about com.zerog.ia.api.pub.InstallerProxy?
there is a method setProgressStatusText()
however, i do not know how to use it.:mad:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2009
04:58 PM
Gaoyuan Lv wrote:
hi,
I want to know how can we change the status text "installing..." to any text we want. Such as "My status text".
Acresso should really fix this 'feature'. We, as install dev, want to use whatever we want there. This is where a custom InstallAction would be really nice, but we know IA is only for a simple installer.....
A workaround:
Go to IA_HOME->resource->i18nresources->custom_en and
set this key
Installer.installLabels.04=Installing...
to empty string
Installer.installLabels.04=
Rebuild and you should be good to go.
Caution: You might want to make sure that no other install team is using that installed IA, if you have a shared build environment. Otherwise, "Installing..." string will disappear from their installer...
HTH
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 12, 2009
10:13 PM
aaa123 wrote:
Acresso should really fix this 'feature'. We, as install dev, want to use whatever we want there. This is where a custom InstallAction would be really nice, but we know IA is only for a simple installer.....
A workaround:
Go to IA_HOME->resource->i18nresources->custom_en and
set this key
Installer.installLabels.04=Installing...
to empty string
Installer.installLabels.04=
Rebuild and you should be good to go.
Caution: You might want to make sure that no other install team is using that installed IA, if you have a shared build environment. Otherwise, "Installing..." string will disappear from their installer...
HTH
thanks, i will have a try.