| H A D | copyeditiondata.cxx | 55 MSIHANDLE install, wchar_t const * name, wchar_t const * suffix, in getProperty() argument 59 UINT err = MsiGetPropertyW(install, name, L"", &n); in getProperty() 68 if (MsiGetPropertyW(install, name, data, &n2) != ERROR_SUCCESS || n2 != n) { in getProperty() 107 extern "C" UINT __stdcall copyEditionData(MSIHANDLE install) { in copyEditionData() argument 109 getProperty(install, L"SourceDir", LCL_STRING0(L"edition\0"))); in copyEditionData() 123 install, L"INSTALLLOCATION", in copyEditionData()
|