WriteNumberProperty

InstallShield 2026 » InstallScript Language Reference

Project: This information applies to InstallScript projects.

The WriteNumberProperty function is called in an object script to enter a value for a specified property whose value is a number.

Syntax

WriteNumberProperty ( nPropertyBag, szPropertyName, nPropertyValue );

Parameters

WriteNumberProperty 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.

nPropertyValue

Specifies the value of the property.

Return Values

WriteNumberProperty Return Values

Return Value

Description

0

This function always returns zero (0).