TIXMSG_APPLY_REGISTRATION
Instructs the extension DLL to perform the actual user registration. The information has been checked by a prior TIXMSG_CHECK_REGISTRATION message, so the registration is expected to succeed. This message is sent after all other installation actions have completed, so the extension DLL may assume that the installation is successful. (Note that delayed copy operations and delayed file registrations, if any, have not taken place yet.)
Action scheduling
This message is sent by the SaveCustomerInfo standard action; its scheduling depends on the action sequences used by the installer.
Parameters
- pExtra
- Pointer to TixRegistrationInfo record with the fields set by the prior TIXMSG_INIT_REGISTRATION and TIXMSG_CHECK_REGISTRATION calls.
Result code
If this message is handled, pMessage->lResult must be set to one of the following result codes:
- TIXRET_SUCCESS = Registration succeeded
- TIXRET_REJECT = Registration failed. InstallMate ignores this result code at this late stage, so your application should be prepared to deal with an unregistered user.
- One of the TIXRET_xxx error codes