iTixRuntime::SetReboot

Schedule or reset a system restart after completion of the installation. The restart is subject to the customer's permission.

Tip: You can obtain the current reboot status through the iTixRuntime::GetInternalFlags function.

void SetReboot(
    BOOL bFlag
);

Parameters

bFlag
If nonzero, the installer sets an internal flag to reboot the system at the end of the session. If FALSE (zero), the internal flag is reset.

Return value

none