| 306 | |
| 307 | |
| 308 | InstallStatus Plugin::install(tstring& basePath, TiXmlElement* forGpup, |
| 309 | std::function<void(const TCHAR*)> setStatus, |
| 310 | std::function<void(const int)> stepProgress, |
| 311 | std::function<void()> stepComplete, |
| 312 | const ModuleInfo* moduleInfo, |
| 313 | VariableHandler* variableHandler, |
| 314 | CancelToken& cancelToken) |
| 315 | { |
| 316 | |
| 317 | |
| 318 | return runSteps(_installSteps, basePath, forGpup, setStatus, stepProgress, stepComplete, moduleInfo, variableHandler, cancelToken); |
| 319 | } |
| 320 | |
| 321 | |
| 322 | InstallStatus Plugin::remove(tstring& basePath, TiXmlElement* forGpup, |