ReactOS 0.4.16-dev-823-g9a093ec
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wine/debug.h"
#include "msipriv.h"
Go to the source code of this file.
Classes | |
struct | assembly_name |
Macros | |
#define | COBJMACROS |
Variables | |
static const WCHAR * | clr_version [] |
#define COBJMACROS |
Definition at line 23 of file assembly.c.
UINT ACTION_MsiPublishAssemblies | ( | MSIPACKAGE * | package | ) |
Definition at line 542 of file assembly.c.
UINT ACTION_MsiUnpublishAssemblies | ( | MSIPACKAGE * | package | ) |
Definition at line 615 of file assembly.c.
Definition at line 445 of file assembly.c.
Referenced by delete_local_assembly_key(), and open_local_assembly_key().
Definition at line 502 of file assembly.c.
Referenced by ACTION_MsiUnpublishAssemblies().
|
static |
Definition at line 172 of file assembly.c.
Referenced by msi_load_assembly().
Definition at line 157 of file assembly.c.
Referenced by get_assembly_display_name().
|
static |
Definition at line 121 of file assembly.c.
Referenced by msi_load_assembly().
|
static |
Definition at line 331 of file assembly.c.
Referenced by msi_install_assembly().
|
static |
Definition at line 54 of file assembly.c.
Referenced by msi_create_assembly_enum(), msi_get_assembly_path(), msi_install_assembly(), and msi_uninstall_assembly().
|
static |
Definition at line 33 of file assembly.c.
Referenced by init_assembly_caches().
IAssemblyEnum * msi_create_assembly_enum | ( | MSIPACKAGE * | package, |
const WCHAR * | displayname | ||
) |
Definition at line 244 of file assembly.c.
Referenced by msi_patch_assembly().
void msi_destroy_assembly_caches | ( | MSIPACKAGE * | package | ) |
Definition at line 89 of file assembly.c.
Referenced by MSI_FreePackage().
WCHAR * msi_get_assembly_path | ( | MSIPACKAGE * | package, |
const WCHAR * | displayname | ||
) |
Definition at line 219 of file assembly.c.
Referenced by msi_patch_assembly().
UINT msi_install_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 356 of file assembly.c.
Referenced by ACTION_InstallFinalize().
MSIASSEMBLY * msi_load_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 292 of file assembly.c.
Referenced by load_component().
UINT msi_uninstall_assembly | ( | MSIPACKAGE * | package, |
MSICOMPONENT * | comp | ||
) |
Definition at line 402 of file assembly.c.
Referenced by ACTION_RemoveFiles().
Definition at line 462 of file assembly.c.
Referenced by delete_local_assembly_key(), and open_local_assembly_key().
Definition at line 522 of file assembly.c.
Referenced by ACTION_MsiPublishAssemblies(), and ACTION_MsiUnpublishAssemblies().
|
static |
Definition at line 482 of file assembly.c.
Referenced by ACTION_MsiPublishAssemblies().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |
|
static |