| 20 | const std::wstring SparsePackageFileName = L"MediaInfo_SparsePackage.msix"; |
| 21 | |
| 22 | static const std::wstring GetInstallationPath() { |
| 23 | std::filesystem::path module_path{ wil::GetModuleFileNameW<std::wstring>(wil::GetModuleInstanceHandle()) }; |
| 24 | return module_path.remove_filename().wstring(); |
| 25 | } |
| 26 | |
| 27 | static Package GetSparsePackage() |
| 28 | { |
no outgoing calls
no test coverage detected