|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include "precomp.h"#include <io.h>#include <wincon.h>#include <winnls.h>#include <winsvc.h>#include <userenv.h>#include <shlobj.h>#include <shlwapi.h>#include <shobjidl.h>#include <rpcproxy.h>#include <ndk/cmfuncs.h>#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _DLG_DATA |
Macros | |
| #define | COBJMACROS |
| #define | NDEBUG |
Typedefs | |
| typedef struct _DLG_DATA | DLG_DATA |
| typedef struct _DLG_DATA * | PDLG_DATA |
Variables | |
| HINF | hSysSetupInf = INVALID_HANDLE_VALUE |
| ADMIN_INFO | AdminInfo |
Definition at line 695 of file install.c.
Referenced by StatusMessageWindowProc().
Definition at line 1067 of file install.c.
Referenced by InstallLiveCD(), and InstallReactOS().
Definition at line 288 of file install.c.
Referenced by InstallStartMenuItems().
|
static |
Definition at line 73 of file install.c.
Referenced by CreateShortcut().
|
static |
Definition at line 119 of file install.c.
Referenced by CreateShortcutsFromSection().
|
static |
Definition at line 244 of file install.c.
Referenced by InstallStartMenuItems().
|
static |
Definition at line 185 of file install.c.
Referenced by CreateShortcuts().
Definition at line 372 of file install.c.
Referenced by InstallReactOS().
Definition at line 611 of file install.c.
Referenced by CommonInstall().
Definition at line 1460 of file wizard.c.
Referenced by PreprocessUnattend(), and ThemePageDlgProc().
Definition at line 54 of file install.c.
Referenced by CommonInstall(), CreateTempDir(), InstallReactOS(), InstallSysSetupInfComponents(), and RegisterTypeLibraries().
Definition at line 1242 of file install.c.
Referenced by InstallReactOS().
Definition at line 1407 of file install.c.
Referenced by InstallReactOS().
Definition at line 1292 of file install.c.
Referenced by InstallReactOS().
Definition at line 1136 of file install.c.
Referenced by InstallWindowsNt().
Definition at line 1588 of file install.c.
Referenced by InstallWindowsNt(), and RunInstallReactOS().
| VOID InstallStartMenuItems | ( | _In_ PITEMSDATA | pItemsData | ) |
Definition at line 314 of file install.c.
Referenced by ItemCompletionThread().
Definition at line 461 of file install.c.
Referenced by CommonInstall().
Definition at line 425 of file install.c.
Referenced by CommonInstall().
Definition at line 1741 of file install.c.
Definition at line 945 of file install.c.
Pre-process unattended file to apply early settings.
| [in] | IsInstall | TRUE if this is ReactOS installation, invoked from InstallReactOS(), FALSE if this is run as part of LiveCD, invoked form InstallLiveCD(). |
Definition at line 1023 of file install.c.
Referenced by InstallLiveCD(), and InstallReactOS().
Definition at line 990 of file install.c.
Referenced by PreprocessUnattend().
| BOOL RegisterTypeLibraries | ( | _In_ PITEMSDATA | pItemsData, |
| _In_ PREGISTRATIONNOTIFY | pNotify, | ||
| _In_ HINF | hinf, | ||
| _In_ LPCWSTR | szSection | ||
| ) |
Definition at line 540 of file install.c.
Referenced by InstallLiveCD(), and RegisterComponents().
Definition at line 1515 of file install.c.
Referenced by InstallReactOS().
Definition at line 1213 of file install.c.
Referenced by InstallReactOS().
Definition at line 1799 of file install.c.
| DWORD WINAPI SetupChangeLocaleEx | ( | HWND | hWnd, |
| LCID | Lcid, | ||
| LPCWSTR | lpSrcRootPath, | ||
| char | Unknown, | ||
| DWORD | dwUnused1, | ||
| DWORD | dwUnused2 | ||
| ) |
Definition at line 1784 of file install.c.
Referenced by SetupChangeLocale().
Definition at line 1807 of file install.c.
Referenced by InstallLiveCD(), and InstallReactOS().
Definition at line 879 of file install.c.
Referenced by CommonInstall().
|
static |
Definition at line 759 of file install.c.
Referenced by ShowStatusMessageThread().
| ADMIN_INFO AdminInfo |
Definition at line 39 of file install.c.
Referenced by InstallReactOS(), SetAdministratorPassword(), and SetAutoAdminLogon().
| HINF hSysSetupInf = INVALID_HANDLE_VALUE |
Definition at line 38 of file install.c.
Referenced by CommonInstall(), InstallLiveCD(), InstallReactOS(), InstallSysSetupInfComponents(), InstallSysSetupInfDevices(), RegisterComponents(), and RegisterDlls().