cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
BizerbaDev
Level 6

LaunchCondition: How to localized the description message?

Hi!

I've successfully created a launch condition for my MSI Basic setup which checks some stuff before the setup can be executed. The problem that I have now is that I somehow cannot localize the displayed description message.

Any hints on how to do that?

Regards

Ralf
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

You need to use the Install Condition setting in the General Information view. If you type a new message, the IDE automatically assign a new string ID. Or you can select a existing string entry by clicking the [...] button in the Message property grid.

Hope that helps.
0 Kudos
BizerbaDev
Level 6

Hello hidenori,

you are right: Using the "Install Condition" property in the General Information area makes it easier as the used string variable is shown there.

However if you use the "New Record" Wizard in the Direct editor it will also allow you to choose from one of the existing texts. However the used string variable is not shown in the wizard or later in the table which lets you think localization is not supported.

Thanks for support

Ralf
0 Kudos