Home
last modified time | relevance | path

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

/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp1908 Log( TEXT( " Will install runtime <%s>\r\n" ), sRuntimePath ); in InstallRuntimes()
1976 TCHAR *sRuntimePath = 0; in InstallRuntimes() local
2008 if ( GetPathToFile( RUNTIME_X64_NAME, &sRuntimePath ) ) in InstallRuntimes()
2009 InstallRuntimes( PRODUCTCODE_X64, sRuntimePath ); in InstallRuntimes()
2013 if ( sRuntimePath ) in InstallRuntimes()
2015 delete [] sRuntimePath; in InstallRuntimes()
2016 sRuntimePath = 0; in InstallRuntimes()
2020 if ( GetPathToFile( RUNTIME_X86_NAME, &sRuntimePath ) ) in InstallRuntimes()
2021 InstallRuntimes( PRODUCTCODE_X86, sRuntimePath ); in InstallRuntimes()
2025 if ( sRuntimePath ) in InstallRuntimes()
[all …]

Completed in 20 milliseconds