Lines Matching refs:L

89     MessageBoxW(NULL, L"RegisterActiveXNative", L"Information", MB_OK | MB_ICONINFORMATION);  in RegisterActiveXNative()
150 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
169 if ( GetMsiProp( hMSI, L"INSTALLLOCATION", &pProgPath ) && pProgPath ) in GetActiveXControlPath()
173 MessageBox(NULL, pProgPath, L"Basis Installation Path", MB_OK | MB_ICONINFORMATION); in GetActiveXControlPath()
207 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Wrt_Bin", &current_state, &future_state ) ) in GetDelta()
210 WarningMessageInt( L"writer current_state = ", current_state ); in GetDelta()
211 WarningMessageInt( L"writer future_state = ", future_state ); in GetDelta()
229 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Calc_Bin", &current_state, &future_state ) ) in GetDelta()
232 WarningMessageInt( L"calc current_state = ", current_state ); in GetDelta()
233 WarningMessageInt( L"calc future_state = ", future_state ); in GetDelta()
251 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Draw_Bin", &current_state, &future_state ) ) in GetDelta()
268 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Impress_Bin", &current_state, &future_state… in GetDelta()
285 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Math_Bin", &current_state, &future_state ) ) in GetDelta()
310 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
312 bResult = UnicodeEquals( pVal , L"1" ); in MakeInstallForAllUsers()
324 if ( GetMsiProp( hMSI, L"VersionNT64", &pVal ) && pVal ) in MakeInstallFor64Bit()
340 MessageBox(NULL, L"InstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
346 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in InstallActiveXControl()
349 MessageBox(NULL, L"InstallActiveXControl Step2", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
360 MessageBox(NULL, L"InstallActiveXControl Step3", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
367 … MessageBox(NULL, L"InstallActiveXControl, adjusting", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
368 WarningMessageInt( L"nInstallMode = ", nInstallMode ); in InstallActiveXControl()
381 … MessageBox(NULL, L"InstallActiveXControl, removing", L"Information", MB_OK | MB_ICONINFORMATION); in InstallActiveXControl()
406 MessageBox(NULL, L"DeinstallActiveXControl", L"Information", MB_OK | MB_ICONINFORMATION); in DeinstallActiveXControl()
409 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in DeinstallActiveXControl()