Lines Matching refs:FAILED

805         if ( FAILED( StringCchCopy( sMsiPath, nLength, sMsiFolder ) ) ||  in GetPathToMSI()
806 FAILED( StringCchCat( sMsiPath, nLength, sMsiExe ) ) ) in GetPathToMSI()
850 if ( FAILED( StringCchCopy( sCmdLine, nCmdLineLength, sMsiPath ) ) || in LaunchInstaller()
851 FAILED( StringCchCat( sCmdLine, nCmdLineLength, TEXT( " " ) ) ) || in LaunchInstaller()
852 FAILED( StringCchCat( sCmdLine, nCmdLineLength, pParam ) ) ) in LaunchInstaller()
1538 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) ) in GetCmdLineParameters()
1544 if ( !bAppend && FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "+" ) ) ) ) in GetCmdLineParameters()
1549 if ( FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " \"" ) ) ) || in GetCmdLineParameters()
1550 FAILED( StringCchCat( pNewCmdLine, nSize, pFileName ) ) || in GetCmdLineParameters()
1551 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( "\" " ) ) ) ) in GetCmdLineParameters()
1571 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1572 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1615 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1616 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1625 if ( FAILED( StringCchCat( pNewCmdLine, nSize, pStart ) ) || in GetCmdLineParameters()
1626 FAILED( StringCchCat( pNewCmdLine, nSize, TEXT( " " ) ) ) ) in GetCmdLineParameters()
1924 if ( FAILED( StringCchCopy( sCmdLine, nCmdLineLength, sRuntimePath ) ) || in InstallRuntimes()
1925 FAILED( StringCchCat( sCmdLine, nCmdLineLength, PARAM_SILENTINSTALL ) ) ) in InstallRuntimes()