Problem in String Table entry of InstallShield 12

We are internationalizing the installer. In that we have a static string in one of the installer scripts as follows. :

MessageBox("WARNING: Software requires at least "+requiredSpace+" MB free space. "+"\nThe distination drive has only "+diskSpace +" MB free space.\n"+"Please free up more space or select a different drive.",WARNING);

This string contains two varible parts as requiredSpace,diskSpace.

How to enter this type of compound message in String Table.

Regards,

Kalyani....

[645 byte] By [kalyani_bhadekara] at [2007-11-27 4:57:03]
# 1
hi,can you ellaborate you problem?
Surya_INDa at 2007-7-12 10:12:23 > top of Java-index,Desktop,I18N...
# 2

I am working on MSI project, using InstallShield 12.

As in java we would have made key-value pair entry in Resource Bundle for same above string as follows:

RESOURCE_BUNDLE_KEY = "WARNING: Software requires at least {0} MB free space. \nThe distination drive has only {1} MB free space.\nPlease free up more space or select a different drive."

In InstallShield we have String Table instead of Resource Bundle.

My question is how to enter such type of compound value in String Table?

Regards,

Kalyani,

kalyani_bhadekara at 2007-7-12 10:12:23 > top of Java-index,Desktop,I18N...
# 3
What is it to do with Java?
horiniusa at 2007-7-12 10:12:23 > top of Java-index,Desktop,I18N...