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: Display text change on install initialize dialog
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
‎Sep 21, 2011
12:52 AM
Display text change on install initialize dialog
Hi,
My project type is installscriptMSI,
I want to changes the display text "Prepare to install" to "Prepare to Uninstall" on install initialize dialog during un-installation of my product, please check attached image.
My project type is installscriptMSI,
I want to changes the display text "Prepare to install" to "Prepare to Uninstall" on install initialize dialog during un-installation of my product, please check attached image.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 21, 2011
01:17 PM
You can find this string in the InstallShield\Support\0x0409.ini file, or in correspondingly named files for other languages. Note that any changes made to this file are incorporated to any package built after the change, so watch out if you want your changes to apply to only the one project.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 26, 2011
03:54 AM
Thanks for Your help Michael Urman