| /AOO42X/main/setup_native/source/win32/customactions/regactivex/ |
| H A D | regactivex.cxx | 147 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument 150 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp() 156 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp() 166 BOOL GetActiveXControlPath( MSIHANDLE hMSI, char** ppActiveXPath ) in GetActiveXControlPath() argument 169 if ( GetMsiProp( hMSI, L"INSTALLLOCATION", &pProgPath ) && pProgPath ) in GetActiveXControlPath() 197 BOOL GetDelta( MSIHANDLE hMSI, int& nOldInstallMode, int& nInstallMode, int& nDeinstallMode ) in GetDelta() argument 207 … if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Wrt_Bin", ¤t_state, &future_state ) ) in GetDelta() 229 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Calc_Bin", ¤t_state, &future_state ) ) in GetDelta() 251 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Draw_Bin", ¤t_state, &future_state ) ) in GetDelta() 268 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Impress_Bin", ¤t_state, &future_state… in GetDelta() [all …]
|
| /AOO42X/main/setup_native/source/win32/customactions/tools/ |
| H A D | checkversion.cxx | 43 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument 46 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp() 52 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp() 79 extern "C" UINT __stdcall CheckVersions( MSIHANDLE hMSI ) in CheckVersions() argument 85 if ( GetMsiProp( hMSI, L"NEWPRODUCTS", &pVal ) && pVal ) in CheckVersions() 93 if ( GetMsiProp( hMSI, L"SAMEPRODUCTS", &pVal ) && pVal ) in CheckVersions() 101 if ( GetMsiProp( hMSI, L"OLDPRODUCTS", &pVal ) && pVal ) in CheckVersions() 109 if ( GetMsiProp( hMSI, L"BETAPRODUCTS", &pVal ) && pVal ) in CheckVersions() 118 if ( GetMsiProp( hMSI, L"NEWPRODUCTSPATCH", &pVal ) && pVal ) in CheckVersions() 126 if ( GetMsiProp( hMSI, L"SAMEPRODUCTSPATCH", &pVal ) && pVal ) in CheckVersions() [all …]
|
| /AOO42X/main/setup_native/source/win32/customactions/reg64/ |
| H A D | reg64.cxx | 82 bool WriteRegistry( MSIHANDLE & hMSI, OPERATION op, const wchar_t* componentName) in WriteRegistry() argument 86 UINT ret = MsiGetComponentState( hMSI, componentName, ¤t_state, &comp_state ); in WriteRegistry() 153 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument 157 UINT ret = MsiGetProperty( hMSI, pPropName, L"", &sz ); in GetMsiProp() 164 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp() 187 bool IsInstallForAllUsers( MSIHANDLE hMSI ) in IsInstallForAllUsers() argument 192 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in IsInstallForAllUsers() 202 wchar_t* GetBasisInstallLocation( MSIHANDLE hMSI ) in GetBasisInstallLocation() argument 207 GetMsiProp( hMSI, L"INSTALLLOCATION", &pVal); in GetBasisInstallLocation() 451 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64() argument [all …]
|
| /AOO42X/main/setup_native/source/win32/customactions/regpatchactivex/ |
| H A D | regpatchactivex.cxx | 54 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument 57 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp() 63 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp() 73 BOOL MakeInstallForAllUsers( MSIHANDLE hMSI ) in MakeInstallForAllUsers() argument 77 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers() 87 extern "C" UINT __stdcall PatchActiveXControl( MSIHANDLE hMSI ) in PatchActiveXControl() argument 94 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", ¤t_state, &future_st… in PatchActiveXControl() 96 BOOL bInstallForAllUsers = MakeInstallForAllUsers( hMSI ); in PatchActiveXControl()
|
| /AOO42X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | shellextensions.cxx | 98 BOOL GetMsiProp( MSIHANDLE hMSI, const char* pPropName, char** ppValue ) in GetMsiProp() argument 101 if ( MsiGetProperty( hMSI, pPropName, 0, &sz ) == ERROR_MORE_DATA ) in GetMsiProp() 107 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp() 116 bool IsVersionNT64( MSIHANDLE hMSI ) in IsVersionNT64() argument 120 if ( GetMsiProp( hMSI, "VersionNT64", &pVal ) && pVal ) in IsVersionNT64() 136 extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI) in InstallExecSequenceEntry() argument 150 if (IsVersionNT64(hMSI)) in InstallExecSequenceEntry()
|
| /AOO42X/main/setup_native/source/win32/customactions/quickstarter/ |
| H A D | shutdown_quickstart.cxx | 29 MSIHANDLE hMSI = static_cast< MSIHANDLE >( lParam ); in EnumWindowsProc() local 41 std::string sOfficeImageDir = GetOfficeInstallationPath( hMSI ) + "program\\"; in EnumWindowsProc() 69 extern "C" UINT __stdcall ShutDownQuickstarter( MSIHANDLE hMSI ) in ShutDownQuickstarter() argument 71 EnumWindows( EnumWindowsProc, hMSI ); in ShutDownQuickstarter()
|
| H A D | remove_quickstart_link.cxx | 40 extern "C" UINT __stdcall RemoveQuickstarterLink( MSIHANDLE hMSI ) in RemoveQuickstarterLink() argument 49 sQuickstartLinkPath += GetQuickstarterLinkName( hMSI ); in RemoveQuickstarterLink()
|