ReactOS 0.4.16-dev-1025-gd3456f5
|
#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 275 of file wizard.c.
Referenced by InstallWizard().
Definition at line 3018 of file wizard.c.
Referenced by ProcessSetupInf().
Definition at line 56 of file wizard.c.
|
static |
Definition at line 1044 of file wizard.c.
Referenced by InstallWizard().
Definition at line 1173 of file control.c.
Referenced by FinishDlgProc().
Definition at line 101 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1658 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1844 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1664 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 523 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 440 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 1371 of file wizard.c.
Referenced by PreprocessUnattend(), and ThemePageDlgProc().
|
static |
Definition at line 2561 of file wizard.c.
Definition at line 1026 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 2660 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 1560 of file wizard.c.
Referenced by RetrieveTimeZone().
|
static |
Definition at line 1761 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 122 of file wizard.c.
Referenced by AckPageDlgProc().
Definition at line 3244 of file wizard.c.
Referenced by InstallReactOS().
Definition at line 2290 of file wizard.c.
Referenced by RunItemCompletionThread().
|
static |
Definition at line 1475 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 635 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 794 of file wizard.c.
Referenced by InstallWizard().
Definition at line 2992 of file wizard.c.
Referenced by AddInstallationSource().
|
static |
Definition at line 2436 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessSetupInf | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 3109 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessUnattendSection | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 2717 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 658 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 2241 of file wizard.c.
Referenced by ItemCompletionThread().
|
static |
Definition at line 2170 of file wizard.c.
|
static |
Definition at line 2074 of file wizard.c.
Referenced by RegisterDlls().
Definition at line 1577 of file wizard.c.
Referenced by CreateTimeZoneList().
Definition at line 1309 of file wizard.c.
Referenced by EnableVisualTheme(), and LocalePageDlgProc().
Definition at line 2322 of file wizard.c.
Referenced by ProcessPageDlgProc().
Definition at line 2532 of file wizard.c.
Referenced by FinishDlgProc().
Definition at line 1227 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 1716 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1790 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 1210 of file wizard.c.
Referenced by LocalePageDlgProc().
Definition at line 2355 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2398 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 1686 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1963 of file wizard.c.
Referenced by InstallWizard().
|
static |
|
static |
Definition at line 191 of file wizard.c.
Definition at line 903 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 1813 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 974 of file wizard.c.
Referenced by ComputerPageDlgProc().
Definition at line 752 of file wizard.c.
Referenced by OwnerPageDlgProc().
Definition at line 1454 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 397 of file wizard.c.
Referenced by DoWriteProductOption(), and OnChooseOption().
Definition at line 383 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 385 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 386 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 381 of file wizard.c.
Referenced by DoWriteProductOption().
|
static |
Definition at line 382 of file wizard.c.
Referenced by DoWriteProductOption().
Definition at line 384 of file wizard.c.
Referenced by DoWriteProductOption().
Referenced by ThemePageDlgProc().