ReactOS 0.4.15-dev-7842-g558ab78
tagMSIASSEMBLY Struct Reference

#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]
 

Detailed Description

Definition at line 510 of file msipriv.h.

Member Data Documentation

◆ application

LPWSTR tagMSIASSEMBLY::application

Definition at line 514 of file msipriv.h.

Referenced by ACTION_RemoveFiles(), and msi_is_global_assembly().

◆ attributes

DWORD tagMSIASSEMBLY::attributes

Definition at line 515 of file msipriv.h.

◆ clr_version

BOOL tagMSIASSEMBLY::clr_version[CLR_VERSION_MAX]

Definition at line 519 of file msipriv.h.

◆ display_name

LPWSTR tagMSIASSEMBLY::display_name

Definition at line 516 of file msipriv.h.

Referenced by build_full_keypath().

◆ feature

LPWSTR tagMSIASSEMBLY::feature

Definition at line 512 of file msipriv.h.

Referenced by msi_install_assembly(), and msi_uninstall_assembly().

◆ installed

BOOL tagMSIASSEMBLY::installed

Definition at line 518 of file msipriv.h.

Referenced by ACTION_InstallFiles(), calculate_file_cost(), and calculate_install_state().

◆ manifest

LPWSTR tagMSIASSEMBLY::manifest

Definition at line 513 of file msipriv.h.

◆ tempdir

LPWSTR tagMSIASSEMBLY::tempdir

Definition at line 517 of file msipriv.h.


The documentation for this struct was generated from the following file: