ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "msipriv.h"
Go to the source code of this file.
Classes | |
struct | assembly_name |
Macros | |
#define | COBJMACROS |
Variables | |
static | DWORD |
static | LPCWSTR |
static | LPVOID |
static HMODULE *static | LPWSTR |
static HMODULE | hfusion10 |
static HMODULE | hfusion11 |
static HMODULE | hfusion20 |
static HMODULE | hfusion40 |
static HMODULE | hmscoree |
static HMODULE | hsxs |
static const WCHAR | clr_version_v10 [] = {'v','1','.','0','.','3','7','0','5',0} |
static const WCHAR | clr_version_v11 [] = {'v','1','.','1','.','4','3','2','2',0} |
static const WCHAR | clr_version_v20 [] = {'v','2','.','0','.','5','0','7','2','7',0} |
static const WCHAR | clr_version_v40 [] = {'v','4','.','0','.','3','0','3','1','9',0} |
static const WCHAR | clr_version_unknown [] = {'u','n','k','n','o','w','n',0} |
static const WCHAR * | clr_version [] |
#define COBJMACROS |
Definition at line 23 of file assembly.c.
UINT ACTION_MsiPublishAssemblies | ( | MSIPACKAGE * | package | ) |
Definition at line 651 of file assembly.c.
UINT ACTION_MsiUnpublishAssemblies | ( | MSIPACKAGE * | package | ) |
Definition at line 716 of file assembly.c.
Definition at line 531 of file assembly.c.
Referenced by delete_local_assembly_key(), and open_local_assembly_key().
Definition at line 598 of file assembly.c.
Referenced by ACTION_MsiUnpublishAssemblies().
|
static |
Definition at line 196 of file assembly.c.
Referenced by msi_load_assembly().
Definition at line 179 of file assembly.c.
Referenced by get_assembly_display_name().
|
static |
Definition at line 138 of file assembly.c.
Referenced by msi_load_assembly().
|
static |
Definition at line 419 of file assembly.c.
Referenced by msi_install_assembly().
|
static |
Definition at line 46 of file assembly.c.
Referenced by msi_init_assembly_caches().
|
static |
Definition at line 249 of file assembly.c.
Referenced by msi_load_assembly().
IAssemblyEnum* msi_create_assembly_enum | ( | MSIPACKAGE * | package, |
const WCHAR * | displayname | ||
) |
Definition at line 292 of file assembly.c.
Referenced by patch_assembly().
void msi_destroy_assembly_caches | ( | MSIPACKAGE * | package | ) |
Definition at line 103 of file assembly.c.
Referenced by MSI_FreePackage().
WCHAR* msi_get_assembly_path | ( | MSIPACKAGE * | package, |
const WCHAR * | displayname | ||
) |
Definition at line 267 of file assembly.c.
Referenced by patch_assembly().
BOOL msi_init_assembly_caches | ( | MSIPACKAGE * | package | ) |
Definition at line 92 of file assembly.c.
Referenced by msi_load_all_components().
UINT msi_install_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 444 of file assembly.c.
Referenced by ACTION_InstallFiles(), and ACTION_PatchFiles().
MSIASSEMBLY* msi_load_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 352 of file assembly.c.
Referenced by load_component().
UINT msi_uninstall_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 489 of file assembly.c.
Referenced by ACTION_RemoveFiles().
Definition at line 548 of file assembly.c.
Referenced by delete_local_assembly_key(), and open_local_assembly_key().
Definition at line 618 of file assembly.c.
Referenced by ACTION_MsiPublishAssemblies(), and ACTION_MsiUnpublishAssemblies().
|
static |
Definition at line 578 of file assembly.c.
Referenced by ACTION_MsiPublishAssemblies().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |
|
static |
Definition at line 337 of file assembly.c.
Definition at line 335 of file assembly.c.
Referenced by get_clr_version_str().
Definition at line 331 of file assembly.c.
Definition at line 332 of file assembly.c.
Definition at line 333 of file assembly.c.
Definition at line 334 of file assembly.c.
Definition at line 34 of file assembly.c.
Referenced by assembly_get_external_files(), and parse_clr_tables().
|
static |
Definition at line 44 of file assembly.c.
Referenced by init_function_pointers(), and msi_destroy_assembly_caches().
|
static |
Definition at line 44 of file assembly.c.
Referenced by init_function_pointers(), and msi_destroy_assembly_caches().
|
static |
Definition at line 44 of file assembly.c.
Referenced by init_function_pointers(), and msi_destroy_assembly_caches().
|
static |
Definition at line 44 of file assembly.c.
Referenced by init_function_pointers(), and msi_destroy_assembly_caches().
|
static |
Definition at line 44 of file assembly.c.
Referenced by exit(), init_function_pointers(), init_functionpointers(), and msi_destroy_assembly_caches().
|
static |
Definition at line 44 of file assembly.c.
Referenced by init_function_pointers(), and msi_destroy_assembly_caches().
Definition at line 39 of file assembly.c.
Definition at line 39 of file assembly.c.
Definition at line 40 of file assembly.c.