RunOnceRequiredSettingsComplete method
Not supported. Sets a registry value to indicate whether the "first run" page completed successfully.
Syntax
HRESULT retVal = object.RunOnceRequiredSettingsComplete(fComplete);
Parameters
fComplete [in]
Type: VARIANT_BOOL
One of the following values:
VARIANT_TRUE (true)
The settings are complete.
VARIANT_FALSE (false)
The settings are not complete.
Remarks
RunOnceRequiredSettingsComplete was introduced in Windows Internet Explorer 7.
This method can only be called from a "first run" page in the correct domain.
This method sets the following DWORD registry value to 0 or 1.
HKEY_CURRENT_USER
Software
Microsoft
Internet Explorer
Main
RunOnceComplete
See also
Reference