WriteProperties
InstallShield 2026 » InstallScript Language Reference
Project:
The WriteProperties handler is executed when the object project is saved or built. It calls the appropriate WritexxxxProperty functions to save the property values to the property bag object. (Property values are retrieved from the property bag object by the ReadxxxxProperty functions, which are called by the ReadProperties handler.)
If you add a property to the object project by using the Add New Property dialog box, an appropriate WritexxxxProperty function call is automatically placed in this handler.
See Also