WriteBoolProperty
InstallShield 2026 » InstallScript Language Reference
Project:
The WriteBoolProperty function is called in an object script to enter a value for a specified property whose value is a Boolean.
Syntax
WriteBoolProperty ( nPropertyBag, szPropertyName, bPropertyValue );
Parameters
|
Parameter |
Description |
|
nPropertyBag |
Specifies a reference to the object's property bag object, in which property values are stored. |
|
szPropertyName |
Specifies the name of the property whose value you want to enter. |
|
bPropertyValue |
Specifies the value of the property. |
Return Values
|
Return Value |
Description |
|
0 |
This function always returns zero (0). |