ReactOS 0.4.15-dev-7089-gea8a49d
|
#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 | _REGISTRATIONNOTIFY |
struct | _ITEMSDATA |
struct | _REGISTRATIONDATA |
struct | _TIMEZONE_ENTRY |
struct | _PRODUCT_OPTION_DATA |
struct | ThemeInfo |
Macros | |
#define | NDEBUG |
#define | PM_REGISTRATION_NOTIFY (WM_APP + 1) |
#define | PM_ITEM_START (WM_APP + 2) |
#define | PM_ITEM_END (WM_APP + 3) |
#define | PM_STEP_START (WM_APP + 4) |
#define | PM_STEP_END (WM_APP + 5) |
#define | PM_ITEMS_DONE (WM_APP + 6) |
#define | MAX_LAYOUTS_PER_LANGID 0x10000 |
Typedefs | |
typedef struct _REGISTRATIONNOTIFY | REGISTRATIONNOTIFY |
typedef struct _REGISTRATIONNOTIFY * | PREGISTRATIONNOTIFY |
typedef struct _ITEMSDATA | ITEMSDATA |
typedef struct _ITEMSDATA * | PITEMSDATA |
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 struct _ITEMSDATA ITEMSDATA |
typedef DWORD(WINAPI * PFNREQUESTWIZARDPAGES) (PDWORD, HPROPSHEETPAGE *, PSETUPDATA) |
typedef struct _ITEMSDATA * PITEMSDATA |
typedef struct _REGISTRATIONDATA * PREGISTRATIONDATA |
typedef struct _REGISTRATIONNOTIFY * PREGISTRATIONNOTIFY |
typedef struct _TIMEZONE_ENTRY * PTIMEZONE_ENTRY |
typedef struct _REGISTRATIONDATA REGISTRATIONDATA |
typedef struct _TIMEZONE_ENTRY TIMEZONE_ENTRY |
|
static |
Definition at line 303 of file wizard.c.
Referenced by InstallWizard().
Definition at line 2911 of file wizard.c.
Referenced by ProcessSetupInf().
Definition at line 84 of file wizard.c.
|
static |
Definition at line 1067 of file wizard.c.
Referenced by InstallWizard().
Definition at line 1041 of file control.c.
Referenced by FinishDlgProc().
Definition at line 129 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1597 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1783 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 1603 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 551 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 468 of file wizard.c.
Referenced by DoWriteProductOption().
|
static |
Definition at line 2454 of file wizard.c.
Definition at line 1049 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 2553 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 1499 of file wizard.c.
Referenced by RetrieveTimeZone().
|
static |
Definition at line 1700 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 150 of file wizard.c.
Referenced by AckPageDlgProc().
Definition at line 3137 of file wizard.c.
Referenced by InstallReactOS().
Definition at line 2187 of file wizard.c.
Referenced by RunItemCompletionThread().
|
static |
Definition at line 1414 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 663 of file wizard.c.
Referenced by ProductPageDlgProc().
|
static |
Definition at line 822 of file wizard.c.
Referenced by InstallWizard().
Definition at line 2885 of file wizard.c.
Referenced by AddInstallationSource().
|
static |
Definition at line 2331 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessSetupInf | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 3002 of file wizard.c.
Referenced by InstallWizard().
VOID ProcessUnattendSection | ( | IN OUT PSETUPDATA | pSetupData | ) |
Definition at line 2610 of file wizard.c.
Referenced by ProcessSetupInf().
|
static |
Definition at line 686 of file wizard.c.
Referenced by InstallWizard().
|
static |
Definition at line 2111 of file wizard.c.
|
static |
Definition at line 2016 of file wizard.c.
Referenced by RegisterDlls().
Definition at line 1516 of file wizard.c.
Referenced by CreateTimeZoneList().
Definition at line 1332 of file wizard.c.
Referenced by LocalePageDlgProc(), and ThemePageDlgProc().
Definition at line 2217 of file wizard.c.
Referenced by ProcessPageDlgProc().
Definition at line 2425 of file wizard.c.
Referenced by FinishDlgProc().
Definition at line 1250 of file wizard.c.
Referenced by LocalePageDlgProc().
|
static |
Definition at line 1655 of file wizard.c.
Referenced by WriteDateTimeSettings().
|
static |
Definition at line 1729 of file wizard.c.
Referenced by WriteDateTimeSettings().
Definition at line 1233 of file wizard.c.
Referenced by LocalePageDlgProc().
Definition at line 2250 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 2293 of file wizard.c.
Referenced by ProcessPageDlgProc().
|
static |
Definition at line 1625 of file wizard.c.
Referenced by DateTimePageDlgProc().
|
static |
Definition at line 1902 of file wizard.c.
Referenced by InstallWizard().
|
static |
|
static |
Definition at line 219 of file wizard.c.
Definition at line 931 of file wizard.c.
Referenced by ComputerPageDlgProc().
|
static |
Definition at line 1752 of file wizard.c.
Referenced by DateTimePageDlgProc().
Definition at line 997 of file wizard.c.
Referenced by ComputerPageDlgProc().
Definition at line 780 of file wizard.c.
Referenced by OwnerPageDlgProc().
Definition at line 1393 of file wizard.c.
Referenced by LocalePageDlgProc().