InstallAware for Windows Installer
 

Replace String

This command replaces the occurences of a substring with a replacement value in the given string.

Variable

Enter the name of the variable that holds the string containing the values to replace. The variable must already be initialized with a string value.

Old Pattern

Enter the substring to search for.

New Pattern

Enter the new value to replace Old Pattern in Variable.

Ignore Case

Check this option to search and replace without regard for uppercase or lowercase characters. Uncheck this option to match substrings with correct case.

Replace All

If you would like to replace all occurences of Old Pattern with New Pattern, check this option. If you would like to replace only the first occurence, uncheck this option.