OnNetApiCreateUserAccount

InstallShield 2016 ยป InstallScript Language Reference

The OnNetApiCreateUserAccount event handler function is called before the OnMoving event. This event handler function does nothing unless you add NetApiRT.obl before Isrt.obl in the list of linked libraries.

Syntax

OnNetApiCreateUserAccount()

Parameters

None

Return Values

This event handler function should always return ISERR_SUCCESS.

Additional Information

To add NetApiRT.obl to the list of linked libraries:

1. On the Build menu, click Settings. The Settings dialog box opens.
2. In the Libraries (.obl) box, enter NetApiRT.obl. Note that it must be listed before Isrt.obl.

The path to NetApiRT.obl is as follows:

<ISProductFolder>\Script\ISRT\Lib\NetApiRT.obl