iTixRuntime::SetPostBootRegistration
Schedule or cancel a post-boot registration run. With the post-boot registration run, file registration is delayed until after the next system restart, usually to allow delayed file copying to take place first.
Tip: You can obtain the current post-boot registration status through the iTixRuntime::GetInternalFlags function.
void SetPostBootRegistration( BOOL bFlag );
Parameters
- bFlag
- If nonzero, the installer sets an internal flag to delay file registration and schedule a post-boot registration run. If FALSE (zero), the internal flag is reset.
Return value
none