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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: where is the text for cancel button in uninstallation?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 09, 2009
03:48 AM
where is the text for cancel button in uninstallation?
Hi all.
I've searched InstallShield 2009 premier thoroughly to find where can i change the text for cancel button which appears in unintasllation process (in first dialog with header text ' Please wait while windows configures ...' and a progress bar).
In fact, i'm translating Arabic language and i've changed some UI texts, Action Texts, even 0x401.ini file which appears after building setup. just 1 thing has remained and it's that cancel button.
Can anyone help me?
I've searched InstallShield 2009 premier thoroughly to find where can i change the text for cancel button which appears in unintasllation process (in first dialog with header text ' Please wait while windows configures ...' and a progress bar).
In fact, i'm translating Arabic language and i've changed some UI texts, Action Texts, even 0x401.ini file which appears after building setup. just 1 thing has remained and it's that cancel button.
Can anyone help me?
(4) Replies
‎Jul 09, 2009
12:20 PM
If you are using a Basic MSI project, that dialog and all its text are resources in msiexec.exe or msi.dll which ship with Windows. Since these are operating system components, it is not possible to change their resources.
‎Jul 09, 2009
09:26 PM
joshstechnij wrote:
If you are using a Basic MSI project, that dialog and all its text are resources in msiexec.exe or msi.dll which ship with Windows. Since these are operating system components, it is not possible to change their resources.
Thanks for your reply
One question: this text appears in Arabic (not english which is default) so someone (=some code) should have told msiexec.exe to use that language. Isn't it possible to change this code?
Or msiexec can just support default languages (like Arabic(Saudi Arabis, German, Eng, ...)) which is presented in premier edition?
Thanks in advance for ur help
‎Jul 10, 2009
12:52 PM
The strings that are displayed are determined from the ProductLanguage property in the MSI package that is running. This property is set to the default language in your project normally, and in a multilanguage installation, is changed by a language transform applied when the setup is launched (this cannot be changed until the product is uninstalled).
The languages supported by MSI would be the same languages Windows supports.
The languages supported by MSI would be the same languages Windows supports.
‎Jul 12, 2009
09:47 AM
Thanks a lot for ur help
I'm gonna give it a try by adding my own language and see the result.
One point: i couldn't get what you mean by this
Uninstalled?
Regards
I'm gonna give it a try by adding my own language and see the result.
One point: i couldn't get what you mean by this
joshstechnij wrote:
(this cannot be changed until the product is uninstalled).
.
Uninstalled?
Regards