Lines Matching refs:FAILED
751 if ( FAILED( StringCchCopy( sMsiPath, nLength, sMsiFolder ) ) || in GetPathToMSI()
752 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()
796 if ( FAILED( StringCchCopy( sCmdLine, nCmdLineLength, sMsiPath ) ) || in LaunchInstaller()
797 FAILED( StringCchCat( sCmdLine, nCmdLineLength, TEXT( " " ) ) ) || in LaunchInstaller()
798 FAILED( StringCchCat( sCmdLine, nCmdLineLength, pParam ) ) ) in LaunchInstaller()
1468 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters()
1474 if ( !bAppend && FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "+" ) ) ) ) in GetCmdLineParameters()
1479 if ( FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " \"" ) ) ) || in GetCmdLineParameters()
1480 FAILED( StringCchCat( pNewCmdLine, nSize, pFileName ) ) || in GetCmdLineParameters()
1481 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "\" " ) ) ) ) in GetCmdLineParameters()
1501 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1502 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1545 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1546 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1555 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1556 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1852 if ( FAILED( StringCchCopy( sCmdLine, nCmdLineLength, sRuntimePath ) ) || in InstallRuntimes()
1853 FAILED( StringCchCat( sCmdLine, nCmdLineLength, PARAM_SILENTINSTALL ) ) ) in InstallRuntimes()