ReadProperties

InstallShield 2020 ยป InstallScript Language Reference

Project:This information applies to InstallScript projects.

The ReadProperties handler is executed when the object project is opened and when a setup that includes the object is launched. It calls the appropriate ReadxxxxProperty functions to retrieve the property values stored in the property bag object. (Property values are saved to the property bag object by the WritexxxxProperty functions, which are called by the WriteProperties handler.)

If you add a property to the object project by using the Add New Property dialog box, an appropriate ReadxxxxProperty function call is automatically placed in this handler.

See Also