Searched refs:IsSetMsiProp (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 284 bool IsSetMsiProp( MSIHANDLE handle, LPCSTR name ) in IsSetMsiProp() function 363 bool bRegisterNone = IsSetMsiProp( handle, "REGISTER_NO_MSO_TYPES" ); in LookForRegisteredExtensions() 401 if ( IsSetMsiProp( handle, "REGISTER_ALL_MSO_TYPES" ) ) in LookForRegisteredExtensions() 440 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in RegisterSomeExtensions() 452 if ( IsSetMsiProp( handle, "SELECT_EXCEL" ) ) in RegisterSomeExtensions() 464 if ( IsSetMsiProp( handle, "SELECT_POWERPOINT" ) ) in RegisterSomeExtensions() 482 if ( IsSetMsiProp( handle, "FILETYPEDIALOGUSED" ) ) in FindRegisteredExtensions() 492 if ( IsSetMsiProp( handle, "REGISTER_NO_MSO_TYPES" ) ) in FindRegisteredExtensions() 504 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in FindRegisteredExtensions() 506 if ( IsSetMsiProp( handle, "SELECT_EXCEL" ) ) in FindRegisteredExtensions() [all …]
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | reg4msdocmsi.cxx | 122 …if ((!IsSetMsiProp(handle, TEXT("UI_SEQUENCE_EXECUTED"))) && (IsMsiPropNotEmpty(handle, TEXT("Inst… in InstallExecSequenceEntry() 132 if (IsSetMsiProp(handle, TEXT("SELECT_WORD")) && !IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry() 134 else if (!IsSetMsiProp(handle, TEXT("SELECT_WORD")) && IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry() 137 if (IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && !IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry() 139 else if (!IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry() 142 if (IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && !IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry() 144 …else if (!IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()
|
H A D | msihelper.cxx | 54 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() function 70 return IsSetMsiProp(handle, TEXT("ALLUSERS")); in IsAllUserInstallation()
|
H A D | msihelper.hxx | 88 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);
|
Completed in 20 milliseconds