ReactOS 0.4.15-dev-6669-g8227c5d
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "msi.h"
#include "msidefs.h"
#include "objbase.h"
#include "oleauto.h"
#include "msipriv.h"
#include "winemsi_s.h"
#include "wine/debug.h"
#include "wine/exception.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
void ACTION_UpdateComponentStates | ( | MSIPACKAGE * | package, |
MSIFEATURE * | feature | ||
) |
Definition at line 833 of file install.c.
Referenced by msi_seltree_update_feature_installstate(), and MSI_SetFeatureStateW().
|
static |
Definition at line 1143 of file install.c.
Referenced by MSI_GetFeatureCost().
|
static |
Definition at line 358 of file install.c.
Referenced by msi_resolve_source_folder().
Definition at line 1294 of file install.c.
Referenced by MSI_GetFeatureInfo().
const WCHAR * msi_get_target_folder | ( | MSIPACKAGE * | package, |
const WCHAR * | name | ||
) |
Definition at line 232 of file install.c.
Referenced by create_directory(), deformat_component(), get_duplicate_filename(), get_ini_file_name(), get_link_file(), HANDLE_CustomType34(), ITERATE_CreateFolders(), ITERATE_CreateShortcuts(), ITERATE_InstallODBCDriver(), ITERATE_RegisterTypeLibraries(), ITERATE_RemoveFolders(), MSI_SetTargetPathW(), MsiGetTargetPathA(), MsiGetTargetPathW(), resolve_keypath(), and set_target_path().
UINT MSI_GetComponentStateW | ( | MSIPACKAGE * | package, |
LPCWSTR | szComponent, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1428 of file install.c.
Referenced by MsiGetComponentStateW().
UINT MSI_GetFeatureCost | ( | MSIPACKAGE * | package, |
MSIFEATURE * | feature, | ||
MSICOSTTREE | tree, | ||
INSTALLSTATE | state, | ||
LPINT | cost | ||
) |
Definition at line 1155 of file install.c.
Referenced by msi_vcl_get_cost(), and MsiGetFeatureCostW().
|
static |
Definition at line 1307 of file install.c.
Referenced by MsiGetFeatureInfoW().
UINT MSI_GetFeatureStateW | ( | MSIPACKAGE * | package, |
LPCWSTR | szFeature, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1065 of file install.c.
Referenced by MsiGetFeatureStateW().
WCHAR * msi_resolve_source_folder | ( | MSIPACKAGE * | package, |
const WCHAR * | name, | ||
MSIFOLDER ** | folder | ||
) |
Definition at line 364 of file install.c.
Referenced by deformat_component(), msi_resolve_file_source(), msi_resolve_source_folder(), MsiGetSourcePathA(), and MsiGetSourcePathW().
|
static |
Definition at line 1411 of file install.c.
Referenced by MsiSetComponentStateW().
UINT MSI_SetFeatureStateW | ( | MSIPACKAGE * | package, |
LPCWSTR | szFeature, | ||
INSTALLSTATE | iState | ||
) |
Definition at line 915 of file install.c.
Referenced by event_add_local(), event_add_source(), event_remove(), MSI_SetFeatureStateW(), MsiConfigureFeatureW(), and MsiSetFeatureStateW().
UINT MSI_SetInstallLevel | ( | MSIPACKAGE * | package, |
int | iInstallLevel | ||
) |
Definition at line 1572 of file install.c.
Referenced by event_set_install_level(), and MsiSetInstallLevel().
UINT MSI_SetTargetPathW | ( | MSIPACKAGE * | package, |
LPCWSTR | szFolder, | ||
LPCWSTR | szFolderPath | ||
) |
Definition at line 564 of file install.c.
Referenced by ACTION_CustomAction(), event_set_target_path(), and MsiSetTargetPathW().
Definition at line 158 of file install.c.
Referenced by MSI_EnumComponentQualifiers(), MSI_GetComponentPath(), MSI_GetProductInfo(), and MSI_GetUserInfo().
Definition at line 213 of file install.c.
Referenced by MsiFormatRecordW(), MsiGetPropertyW(), MsiGetSourcePathW(), MsiGetTargetPathW(), MsiSummaryInfoGetPropertyW(), and MsiViewGetErrorW().
Definition at line 190 of file install.c.
Referenced by MsiFormatRecordA(), MsiGetPropertyA(), MsiGetSourcePathA(), MsiGetTargetPathA(), MsiSummaryInfoGetPropertyA(), and MsiViewGetErrorA().
Definition at line 45 of file install.c.
Referenced by test_appsearch(), test_appsearch_complocator(), test_appsearch_drlocator(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_ccpsearch(), test_complocator(), test_controlevent(), test_costs(), test_dbtopackage(), test_doaction(), test_externalui_message(), test_featureparents(), test_formatrecord_tables(), test_launchconditions(), test_MsiGetSourcePath(), test_MsiSetComponentState(), test_MsiSetFeatureAttributes(), test_property_table(), test_removefiles(), test_settargetpath(), test_shortlongsource(), test_sourcedir(), test_states(), and test_top_level_action().
Definition at line 64 of file install.c.
Referenced by MsiDoActionA(), s_remote_DoAction(), and session_invoke().
UINT WINAPI MsiGetComponentStateA | ( | MSIHANDLE | hInstall, |
LPCSTR | szComponent, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1396 of file install.c.
Referenced by test_component_states(), test_feature_states(), test_MsiSetComponentState(), and test_removefiles().
UINT WINAPI MsiGetComponentStateW | ( | MSIHANDLE | hInstall, |
const WCHAR * | szComponent, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1501 of file install.c.
Referenced by MsiGetComponentStateA(), and s_remote_GetComponentState().
UINT WINAPI MsiGetFeatureCostA | ( | MSIHANDLE | hInstall, |
LPCSTR | szFeature, | ||
MSICOSTTREE | iCostTree, | ||
INSTALLSTATE | iState, | ||
LPINT | piCost | ||
) |
Definition at line 1128 of file install.c.
Referenced by test_costs().
UINT WINAPI MsiGetFeatureCostW | ( | MSIHANDLE | hInstall, |
const WCHAR * | szFeature, | ||
MSICOSTTREE | iCostTree, | ||
INSTALLSTATE | iState, | ||
INT * | piCost | ||
) |
Definition at line 1207 of file install.c.
Referenced by MsiGetFeatureCostA(), and s_remote_GetFeatureCost().
UINT WINAPI MsiGetFeatureInfoA | ( | MSIHANDLE | handle, |
const char * | feature, | ||
DWORD * | attrs, | ||
char * | title, | ||
DWORD * | title_len, | ||
char * | help, | ||
DWORD * | help_len | ||
) |
Definition at line 1260 of file install.c.
Referenced by test_MsiGetFeatureInfo(), and test_MsiSetFeatureAttributes().
UINT WINAPI MsiGetFeatureInfoW | ( | MSIHANDLE | handle, |
const WCHAR * | feature, | ||
DWORD * | attrs, | ||
WCHAR * | title, | ||
DWORD * | title_len, | ||
WCHAR * | help, | ||
DWORD * | help_len | ||
) |
Definition at line 1354 of file install.c.
Referenced by MsiGetFeatureInfoA().
UINT WINAPI MsiGetFeatureStateA | ( | MSIHANDLE | hInstall, |
LPCSTR | szFeature, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1052 of file install.c.
Referenced by test_feature_states().
UINT WINAPI MsiGetFeatureStateW | ( | MSIHANDLE | hInstall, |
const WCHAR * | szFeature, | ||
INSTALLSTATE * | piInstalled, | ||
INSTALLSTATE * | piAction | ||
) |
Definition at line 1088 of file install.c.
Referenced by MsiGetFeatureStateA(), s_remote_GetFeatureState(), and session_invoke().
UINT WINAPI MsiGetFeatureValidStatesA | ( | MSIHANDLE | hInstall, |
const char * | szFeature, | ||
DWORD * | pInstallState | ||
) |
Definition at line 1646 of file install.c.
UINT WINAPI MsiGetFeatureValidStatesW | ( | MSIHANDLE | hInstall, |
const WCHAR * | szFeature, | ||
DWORD * | pInstallState | ||
) |
Definition at line 1635 of file install.c.
Referenced by MsiGetFeatureValidStatesA().
Definition at line 1541 of file install.c.
Referenced by da_deferred(), s_remote_GetLanguage(), session_invoke(), and test_misc().
BOOL WINAPI MsiGetMode | ( | MSIHANDLE | hInstall, |
MSIRUNMODE | iRunMode | ||
) |
Definition at line 670 of file install.c.
Referenced by da_deferred(), da_immediate(), s_remote_GetMode(), and session_invoke().
Definition at line 409 of file install.c.
Referenced by test_MsiGetSourcePath(), test_shortlongsource(), test_sourcedir(), and test_targetpath().
Definition at line 468 of file install.c.
Referenced by s_remote_GetSourcePath(), and test_targetpath().
Definition at line 252 of file install.c.
Referenced by test_gettargetpath_bad(), test_settargetpath(), and test_targetpath().
Definition at line 311 of file install.c.
Referenced by s_remote_GetTargetPath(), test_gettargetpath_bad(), and test_targetpath().
Definition at line 104 of file install.c.
Referenced by test_doaction().
Definition at line 123 of file install.c.
Referenced by MsiSequenceA(), and s_remote_Sequence().
UINT WINAPI MsiSetComponentStateA | ( | MSIHANDLE | hInstall, |
LPCSTR | szComponent, | ||
INSTALLSTATE | iState | ||
) |
Definition at line 1380 of file install.c.
Referenced by test_feature_states(), test_formatrecord_tables(), test_MsiSetComponentState(), and test_removefiles().
UINT WINAPI MsiSetComponentStateW | ( | MSIHANDLE | hInstall, |
LPCWSTR | szComponent, | ||
INSTALLSTATE | iState | ||
) |
Definition at line 1463 of file install.c.
Referenced by MsiSetComponentStateA(), and s_remote_SetComponentState().
Definition at line 988 of file install.c.
Referenced by test_MsiSetFeatureAttributes().
Definition at line 1018 of file install.c.
Referenced by MsiSetFeatureAttributesA().
UINT WINAPI MsiSetFeatureStateA | ( | MSIHANDLE | hInstall, |
LPCSTR | szFeature, | ||
INSTALLSTATE | iState | ||
) |
Definition at line 817 of file install.c.
Referenced by test_feature_states(), and test_featureparents().
UINT WINAPI MsiSetFeatureStateW | ( | MSIHANDLE | hInstall, |
LPCWSTR | szFeature, | ||
INSTALLSTATE | iState | ||
) |
Definition at line 947 of file install.c.
Referenced by MsiSetFeatureStateA(), s_remote_SetFeatureState(), and session_invoke().
Definition at line 1597 of file install.c.
Referenced by s_remote_SetInstallLevel(), session_invoke(), and test_misc().
UINT WINAPI MsiSetMode | ( | MSIHANDLE | hInstall, |
MSIRUNMODE | iRunMode, | ||
BOOL | fState | ||
) |
Definition at line 763 of file install.c.
Referenced by s_remote_SetMode(), session_invoke(), and test_misc().
Definition at line 519 of file install.c.
Referenced by test_settargetpath(), and test_targetpath().
Definition at line 600 of file install.c.
Referenced by MsiSetTargetPathA(), and s_remote_SetTargetPath().
|
static |
Definition at line 542 of file install.c.
Referenced by MSI_SetTargetPathW().
Definition at line 1002 of file install.c.
Referenced by MsiSetFeatureAttributesW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |