ReactOS 0.4.16-dev-38-g96c65e9
|
#include <msipriv.h>
Public Attributes | |
LPWSTR | feature |
LPWSTR | manifest |
LPWSTR | application |
DWORD | attributes |
LPWSTR | display_name |
LPWSTR | tempdir |
BOOL | installed |
BOOL | clr_version [CLR_VERSION_MAX] |
LPWSTR tagMSIASSEMBLY::application |
Definition at line 514 of file msipriv.h.
Referenced by ACTION_RemoveFiles(), and msi_is_global_assembly().
BOOL tagMSIASSEMBLY::clr_version[CLR_VERSION_MAX] |
LPWSTR tagMSIASSEMBLY::display_name |
Definition at line 516 of file msipriv.h.
Referenced by build_full_keypath().
LPWSTR tagMSIASSEMBLY::feature |
Definition at line 512 of file msipriv.h.
Referenced by msi_install_assembly(), and msi_uninstall_assembly().
BOOL tagMSIASSEMBLY::installed |
Definition at line 518 of file msipriv.h.
Referenced by ACTION_InstallFiles(), calculate_file_cost(), and calculate_install_state().