PackBinary/install.cpp

6 lines
102 B
C++

#include "install.h"
bool CInstallBinary::startInstall(const CmdResult& result)
{
return false;
}