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
- :
- Resolved
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 19, 2009
05:59 AM
Type 17 Custom Action in multi-language install
I'm trying to use a Type 19 custom action in a Basic MSI project to block installation if a previous version hasn't been installed. It's a multi-language install, so I need my error message in 7 languages.
In the string table I can see IDS_ERROR_71 is close to what I want. But how do I get that to work in the error message field of the action? I've tried it by itself (which just prints IDS_ERROR_71 on the message box) and in square brackets (which just displays "1:")
In the string table I can see IDS_ERROR_71 is close to what I want. But how do I get that to work in the error message field of the action? I've tried it by itself (which just prints IDS_ERROR_71 on the message box) and in square brackets (which just displays "1:")
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 19, 2009
09:44 AM
I knew I was missing something obvious. You can't directly reference the string table from the custom action settings, but you can access localised properties. All I needed to do was create a new localised property containing {IDS_ERROR_71} and reference that property in square brackets from the custom action screen.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 19, 2009
09:53 AM
Hi,
Happy to hear about your 'issue resolved'
Bytheway Do you have any idea about my issue:
http://community.acresso.com/showthread.php?t=186936
Happy to hear about your 'issue resolved'
Bytheway Do you have any idea about my issue:
http://community.acresso.com/showthread.php?t=186936