WriteBoolProperty

InstallShield 2026 » InstallScript Language Reference

Project: This information applies to InstallScript projects.

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

WriteBoolProperty 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

WriteBoolProperty Return Values

Return Value

Description

0

This function always returns zero (0).