| 504 | } |
| 505 | |
| 506 | void ScriptUtils::Assert(const Value& arg) |
| 507 | { |
| 508 | if (!arg.ToBool()) |
| 509 | BOOST_THROW_EXCEPTION(std::runtime_error("Assertion failed")); |
| 510 | } |
| 511 | |
| 512 | String ScriptUtils::MsiGetComponentPathShim([[maybe_unused]] const String& component) |
| 513 | { |