Home
last modified time | relevance | path

Searched refs:hInstall (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsisupport.c8 static UINT debug(MSIHANDLE hInstall, LPCSTR msg) in debug() argument
14 MsiProcessMessage(hInstall, INSTALLMESSAGE_INFO, hRec); in debug()
22 UINT __declspec(dllexport) __stdcall CheckDir(MSIHANDLE hInstall) in CheckDir() argument
32 result = MsiGetPropertyW(hInstall, L"TARGETDIR", wpath, &size); in CheckDir()
42 return MsiSetPropertyA(hInstall, "TargetExists", "0"); in CheckDir()
44 return MsiSetPropertyA(hInstall, "TargetExists", "1"); in CheckDir()
52 UINT __declspec(dllexport) __stdcall UpdateEditIDLE(MSIHANDLE hInstall) in UpdateEditIDLE() argument
57 result = MsiGetFeatureStateA(hInstall, "Extensions", &ext_old, &ext_new); in UpdateEditIDLE()
60 result = MsiGetFeatureStateA(hInstall, "TclTk", &tcl_old, &tcl_new); in UpdateEditIDLE()
83 result = MsiSetComponentStateA(hInstall, "REGISTRY.tcl", reg_new); in UpdateEditIDLE()