6 lines
102 B
C++
6 lines
102 B
C++
|
#include "install.h"
|
||
|
|
||
|
bool CInstallBinary::startInstall(const CmdResult& result)
|
||
|
{
|
||
|
return false;
|
||
|
}
|