revert added log line (Log() does not support printf style parameter)
This commit is contained in:
parent
d25e63e46f
commit
4891197029
1 changed files with 0 additions and 1 deletions
|
@ -1898,7 +1898,6 @@ boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName )
|
|||
boolean SetupAppX::InstallRuntimes( TCHAR *sProductCode, TCHAR *sRuntimePath )
|
||||
{
|
||||
INSTALLSTATE nRet = MsiQueryProductState( sProductCode );
|
||||
Log( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet );
|
||||
OutputDebugStringFormat( TEXT( "MsiQueryProductState returned <%d>\r\n" ), nRet );
|
||||
if ( nRet == INSTALLSTATE_DEFAULT )
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue