Home
last modified time | relevance | path

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

/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.cpp847 DWORD nCmdLineLength = lstrlen( sMsiPath ) + lstrlen( pParam ) + 2; in LaunchInstaller() local
848 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in LaunchInstaller()
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()
1921 DWORD nCmdLineLength = lstrlen( sRuntimePath ) + lstrlen( PARAM_SILENTINSTALL ) + 2; in InstallRuntimes() local
1922 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in InstallRuntimes()
1924 if ( FAILED( StringCchCopy( sCmdLine, nCmdLineLength, sRuntimePath ) ) || in InstallRuntimes()
1925 FAILED( StringCchCat( sCmdLine, nCmdLineLength, PARAM_SILENTINSTALL ) ) ) in InstallRuntimes()

Completed in 15 milliseconds