Searched refs:IsModuleSelectedForDeinstallation (Results 1 – 3 of 3) sorted by relevance
70 !IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Wrt_Bin")) && in InstallUiSequenceEntry()85 !IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Calc_Bin")) && in InstallUiSequenceEntry()100 !IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Impress_Bin")) && in InstallUiSequenceEntry()169 if (IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Wrt_Bin"))) in DeinstallExecSequenceEntry()174 if (IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Calc_Bin"))) in DeinstallExecSequenceEntry()179 if (IsModuleSelectedForDeinstallation(handle, TEXT("gm_p_Impress_Bin"))) in DeinstallExecSequenceEntry()
192 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
110 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForDeinstallation() function
Completed in 15 milliseconds