banner

External.Finish method

Causes Windows Welcome to save its collected data in the correct permanent storage locations, and to time-stamp User.exe.

Syntax

window.external.Finish();

Parameters None
Return Values Integer
Value Description
0 Finished successfully.
1 Finished successfully, but requires a reboot.
2 The end user has not accepted the Windows End-User License Agreement (EULA).
4 The end user has not entered a valid Windows Product Key.
8 An error occurred while attempting to save the end user's information in the registry and/or time stamp User.exe.
Applies To window.external
Example
iConnectionType = window.external.Finish();
Comments Call the Finish method only when the end user has completed the final checkpoint in Windows Welcome.