2024-10-27 15:51:46 +08:00
|
|
|
#include "install.h"
|
2024-10-29 21:19:18 +08:00
|
|
|
#include "resource.h"
|
2024-10-27 15:51:46 +08:00
|
|
|
|
|
|
|
bool CInstallBinary::startInstall(const CmdResult& result)
|
|
|
|
{
|
2024-10-29 21:19:18 +08:00
|
|
|
CResource res;
|
|
|
|
auto shell_template = res.getShellTemplate();
|
2024-10-27 15:51:46 +08:00
|
|
|
return false;
|
|
|
|
}
|