ReactOS 0.4.16-dev-823-g9a093ec
|
#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 |
#define | MAX_LAYOUTS_PER_LANGID 0x10000 |
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 PRODUCT_OPTION_DATA | s_ProductOptionData [] |
static const WCHAR * | s_DefaultSoundEvents [][2] |
static const WCHAR * | s_ExplorerSoundEvents [][2] |
static struct ThemeInfo | Themes [] |
#define MAX_LAYOUTS_PER_LANGID 0x10000 |
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 276 of file wizard.c.
Referenced by InstallWizard().
Definition at line 2938 of file wizard.c.
Referenced by ProcessSetupInf().
Definition at line 57 of file wizard.c.
|
static |
Definition at line 1045 of file wizard.c.
Referenced by InstallWizard().
Definition at line 1173 of file control.c.
Referenced by FinishDlgProc().
Definition at line 102 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1575 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1761 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1581 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 524 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 441 of file wizard.c.
Referenced by DoWriteProductOption().
|
static |
Definition at line 2481 of file wizard.c.
Definition at line 1027 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 2580 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 1477 of file wizard.c.
Referenced by RetrieveTimeZone().
|
static |
Definition at line 1678 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 123 of file wizard.c.
Referenced by AckPageDlgProc().
Definition at line 3164 of file wizard.c.
Referenced by InstallReactOS().
Definition at line 2210 of file wizard.c.
Referenced by RunItemCompletionThread().
|
static |
Definition at line 1392 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 636 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 795 of file wizard.c.
Referenced by InstallWizard().
Definition at line 2912 of file wizard.c.
Referenced by AddInstallationSource().
|
static |
Definition at line 2356 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessSetupInf | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 3029 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessUnattendSection | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 2637 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 659 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 2161 of file wizard.c.
Referenced by ItemCompletionThread().
|
static |
Definition at line 2090 of file wizard.c.
|
static |
Definition at line 1994 of file wizard.c.
Referenced by RegisterDlls().
Definition at line 1494 of file wizard.c.
Referenced by CreateTimeZoneList().
Definition at line 1310 of file wizard.c.
Referenced by LocalePageDlgProc(), and ThemePageDlgProc().
Definition at line 2242 of file wizard.c.
Referenced by ProcessPageDlgProc().
Definition at line 2452 of file wizard.c.
Referenced by FinishDlgProc().
Definition at line 1228 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 1633 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1707 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 1211 of file wizard.c.
Referenced by LocalePageDlgProc().
Definition at line 2275 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2318 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 1603 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1880 of file wizard.c.
Referenced by InstallWizard().
|
static |
|
static |
Definition at line 192 of file wizard.c.
Definition at line 904 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 1730 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 975 of file wizard.c.
Referenced by ComputerPageDlgProc().
Definition at line 753 of file wizard.c.
Referenced by OwnerPageDlgProc().
Definition at line 1371 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 398 of file wizard.c.
Referenced by DoWriteProductOption(), and OnChooseOption().
Definition at line 384 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 386 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 387 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 382 of file wizard.c.
Referenced by DoWriteProductOption().
|
static |
Definition at line 383 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 385 of file wizard.c.
Referenced by DoWriteProductOption().
Referenced by ThemePageDlgProc().