ISWiSQLReplace Object

InstallShield 2016 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

ISWiSQLReplace allows you to get and set properties in the Text Replacement tab associated with a script file in the InstallShield interface. You can retrieve an ISWiSQLReplace object using the ISWiSQLReplaces collection.

Members

ISWiSQLReplace Object Members

Name

Type

Description

Name

Read-Write Property

This string property gets or sets the name of the SQL Script Replacement object.

Search

Read-Write Property

This string property gets or sets the text string you want to find.

Replace

Read-Write Property

This string property gets or sets the text string with which you want to replace the existing string during text replacement.

MatchWholeWord

Read-Write Property

This is a Boolean property. During installation, this property helps identify only whole-word matches.

MatchCase

Read-Write Property

This is a Boolean property. During installation, this property indicates that the case for words found during text replacement must match.

ReplaceOnce

Read-Write Property

This is a Boolean property. During installation, this property indicates that the string you want to search and replace with a different string should be replaced only once.

PreserveCase

Read-Write Property

This is a Boolean property. During installation, this property indicates that case should be preserved during text replacement.

Applies To

ISWiSQLScript