/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | checkdirectory.cxx | 56 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | checkpatches.cxx | 73 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 76 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | startmenuicon.cxx | 51 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | copyextensiondata.cxx | 58 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | migrateinstallpath.cxx | 53 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | completeinstallpath.cxx | 53 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | postuninstall.cxx | 51 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | dotnetcheck.cxx | 55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
H A D | vistaspecial.cxx | 75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | upgrade.cxx | 121 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
H A D | layerlinks.cxx | 55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
H A D | registerextensions.cxx | 169 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 172 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
H A D | checkrunningoffice.cxx | 75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
H A D | checkrunningofficelanguagepack.cxx | 75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
/aoo4110/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 73 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 76 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|