Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckdirectory.cxx56 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcheckpatches.cxx73 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
76 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dstartmenuicon.cxx51 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcopyextensiondata.cxx58 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dmigrateinstallpath.cxx53 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcompleteinstallpath.cxx53 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dpostuninstall.cxx51 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Ddotnetcheck.cxx55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
H A Dvistaspecial.cxx75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dupgrade.cxx121 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
H A Dlayerlinks.cxx55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
H A Dregisterextensions.cxx169 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
172 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcheckrunningoffice.cxx75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Drespintest.cxx55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
H A Dcheckrunningofficelanguagepack.cxx75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx73 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
76 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx75 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty() local
78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()

Completed in 64 milliseconds