ReactOS 0.4.16-dev-1049-g378a335
|
#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 694 of file install.c.
Referenced by StatusMessageWindowProc().
Definition at line 1044 of file install.c.
Referenced by InstallLiveCD(), and InstallReactOS().
Definition at line 287 of file install.c.
Referenced by InstallStartMenuItems().
|
static |
Definition at line 72 of file install.c.
Referenced by CreateShortcut().
|
static |
Definition at line 118 of file install.c.
Referenced by CreateShortcutsFromSection().
|
static |
Definition at line 243 of file install.c.
Referenced by InstallStartMenuItems().
|
static |
Definition at line 184 of file install.c.
Referenced by CreateShortcuts().
Definition at line 371 of file install.c.
Referenced by InstallReactOS().
Definition at line 610 of file install.c.
Referenced by CommonInstall().
Definition at line 1371 of file wizard.c.
Referenced by PreprocessUnattend(), and ThemePageDlgProc().
Definition at line 53 of file install.c.
Referenced by CommonInstall(), CreateTempDir(), InstallReactOS(), InstallSysSetupInfComponents(), and RegisterTypeLibraries().
Definition at line 1219 of file install.c.
Referenced by InstallReactOS().
Definition at line 1384 of file install.c.
Referenced by InstallReactOS().
Definition at line 1269 of file install.c.
Referenced by InstallReactOS().
Definition at line 1113 of file install.c.
Referenced by InstallWindowsNt().
Definition at line 1565 of file install.c.
Referenced by InstallWindowsNt(), and RunInstallReactOS().
VOID InstallStartMenuItems | ( | _In_ PITEMSDATA | pItemsData | ) |
Definition at line 313 of file install.c.
Referenced by ItemCompletionThread().
Definition at line 460 of file install.c.
Referenced by CommonInstall().
Definition at line 424 of file install.c.
Referenced by CommonInstall().
Definition at line 1705 of file install.c.
Definition at line 944 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 1002 of file install.c.
Referenced by InstallLiveCD(), and InstallReactOS().
BOOL RegisterTypeLibraries | ( | _In_ PITEMSDATA | pItemsData, |
_In_ PREGISTRATIONNOTIFY | pNotify, | ||
_In_ HINF | hinf, | ||
_In_ LPCWSTR | szSection | ||
) |
Definition at line 539 of file install.c.
Referenced by InstallLiveCD(), and RegisterComponents().
Definition at line 1492 of file install.c.
Referenced by InstallReactOS().
Definition at line 1190 of file install.c.
Referenced by InstallReactOS().
Definition at line 1763 of file install.c.
DWORD WINAPI SetupChangeLocaleEx | ( | HWND | hWnd, |
LCID | Lcid, | ||
LPCWSTR | lpSrcRootPath, | ||
char | Unknown, | ||
DWORD | dwUnused1, | ||
DWORD | dwUnused2 | ||
) |
Definition at line 1748 of file install.c.
Referenced by SetupChangeLocale().
Definition at line 1771 of file install.c.
Referenced by InstallLiveCD().
Definition at line 878 of file install.c.
Referenced by CommonInstall().
|
static |
Definition at line 758 of file install.c.
Referenced by ShowStatusMessageThread().
ADMIN_INFO AdminInfo |
Definition at line 38 of file install.c.
Referenced by InstallReactOS(), SetAdministratorPassword(), and SetAutoAdminLogon().
HINF hSysSetupInf = INVALID_HANDLE_VALUE |
Definition at line 37 of file install.c.
Referenced by CommonInstall(), InstallLiveCD(), InstallReactOS(), InstallSysSetupInfComponents(), InstallSysSetupInfDevices(), RegisterComponents(), and RegisterDlls().