|
ReactOS 0.4.17-dev-806-gffa4164
|
#include "precomp.h"#include <stdlib.h>#include <time.h>#include <winnls.h>#include <windowsx.h>#include <wincon.h>#include <shlobj.h>#include <shlwapi.h>#include <tzlib.h>#include <strsafe.h>#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _REGISTRATIONDATA |
| struct | _TIMEZONE_ENTRY |
| struct | _PRODUCT_OPTION_DATA |
| struct | ThemeInfo |
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef struct _REGISTRATIONDATA | REGISTRATIONDATA |
| typedef struct _REGISTRATIONDATA * | PREGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY | TIMEZONE_ENTRY |
| typedef struct _TIMEZONE_ENTRY * | PTIMEZONE_ENTRY |
| typedef struct _PRODUCT_OPTION_DATA | PRODUCT_OPTION_DATA |
| typedef DWORD(WINAPI * | PFNREQUESTWIZARDPAGES) (PDWORD, HPROPSHEETPAGE *, PSETUPDATA) |
Variables | |
| static const WCHAR | s_szProductOptions [] = L"SYSTEM\\CurrentControlSet\\Control\\ProductOptions" |
| static const WCHAR | s_szRosVersion [] = L"SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version" |
| static const WCHAR | s_szControlWindows [] = L"SYSTEM\\CurrentControlSet\\Control\\Windows" |
| static const WCHAR | s_szWinlogon [] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon" |
| static const WCHAR | s_szDefaultSoundEvents [] = L"AppEvents\\Schemes\\Apps\\.Default" |
| static const WCHAR | s_szExplorerSoundEvents [] = L"AppEvents\\Schemes\\Apps\\Explorer" |
| static const WCHAR | s_szCurrentVersion [] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion" |
| static const PRODUCT_OPTION_DATA | s_ProductOptionData [INSTALLATION_TYPE_MAX] |
| static const WCHAR * | InstallationTypes [INSTALLATION_TYPE_MAX] |
| static const WCHAR * | s_DefaultSoundEvents [][2] |
| static const WCHAR * | s_ExplorerSoundEvents [][2] |
| static struct ThemeInfo | Themes [] |
| typedef DWORD(WINAPI * PFNREQUESTWIZARDPAGES) (PDWORD, HPROPSHEETPAGE *, PSETUPDATA) |
| typedef struct _REGISTRATIONDATA * PREGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY * PTIMEZONE_ENTRY |
| typedef struct _REGISTRATIONDATA REGISTRATIONDATA |
| typedef struct _TIMEZONE_ENTRY TIMEZONE_ENTRY |
|
static |
Definition at line 294 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3262 of file wizard.c.
Referenced by ProcessSetupInf().
Definition at line 64 of file wizard.c.
|
static |
Definition at line 1129 of file wizard.c.
Referenced by InstallWizard().
Definition at line 1177 of file control.c.
|
static |
Definition at line 109 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1761 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
|
static |
Definition at line 1994 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1767 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 553 of file wizard.c.
Referenced by InstallTypePageDlgProc().
|
static |
Definition at line 470 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 1474 of file wizard.c.
Referenced by PreprocessUnattend(), and ThemePageDlgProc().
|
static |
Definition at line 2800 of file wizard.c.
Definition at line 1111 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 2904 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 1663 of file wizard.c.
Referenced by RetrieveTimeZone().
|
static |
Definition at line 1911 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1798 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 57 of file wizard.c.
Referenced by PreprocessUnattend(), ProcessSetupInf(), and SetInstallationCompleted().
|
static |
Definition at line 1812 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 130 of file wizard.c.
Referenced by AckPageDlgProc().
|
static |
Definition at line 1789 of file wizard.c.
Referenced by DateTimePageDlgProc(), and UpdateAutoDaylightCheckbox().
|
static |
Definition at line 725 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3487 of file wizard.c.
Referenced by InstallReactOS().
Definition at line 2492 of file wizard.c.
Referenced by RunItemCompletionThread().
|
static |
Definition at line 1578 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 694 of file wizard.c.
Referenced by InstallTypePageDlgProc().
|
static |
Definition at line 879 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3236 of file wizard.c.
Referenced by AddInstallationSource().
|
static |
Definition at line 2645 of file wizard.c.
Referenced by InstallWizard().
| VOID ProcessSetupInf | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 3353 of file wizard.c.
Referenced by InstallWizard().
| VOID ProcessUnattendSection | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 2961 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 2418 of file wizard.c.
Referenced by ItemCompletionThread().
|
static |
Definition at line 2347 of file wizard.c.
|
static |
Definition at line 2251 of file wizard.c.
Referenced by RegisterDlls().
Definition at line 1680 of file wizard.c.
Referenced by CreateTimeZoneList().
Definition at line 1412 of file wizard.c.
Referenced by EnableVisualTheme(), and LocalePageDlgProc().
Definition at line 2531 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2465 of file wizard.c.
Definition at line 2764 of file wizard.c.
Referenced by FinishDlgProc().
Definition at line 1316 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 1866 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1940 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 1299 of file wizard.c.
Referenced by LocalePageDlgProc().
Definition at line 2564 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2607 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 1836 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 2140 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1823 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
|
static |
Definition at line 199 of file wizard.c.
Definition at line 988 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 1963 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 1059 of file wizard.c.
Referenced by ComputerPageDlgProc().
Definition at line 837 of file wizard.c.
Referenced by OwnerPageDlgProc().
Definition at line 1557 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 433 of file wizard.c.
Referenced by DoWriteInstallationType().
|
static |
Definition at line 402 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 406 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 404 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 405 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 400 of file wizard.c.
Referenced by DoWriteInstallationType().
|
static |
Definition at line 401 of file wizard.c.
Referenced by DoWriteInstallationType().
Definition at line 403 of file wizard.c.
Referenced by DoWriteInstallationType().
Referenced by ThemePageDlgProc().