Home
last modified time | relevance | path

Searched refs:IsSetMsiProp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx284 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 …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dreg4msdocmsi.cxx122 …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 Dmsihelper.cxx56 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() function
72 return IsSetMsiProp(handle, TEXT("ALLUSERS")); in IsAllUserInstallation()
H A Dmsihelper.hxx90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name);

Completed in 24 milliseconds