MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / GetInstallationPath

Function GetInstallationPath

Source/WindowsPackageHelper/Installer.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const std::wstring SparsePackageFileName = L"MediaInfo_SparsePackage.msix";
21
22static 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
27static Package GetSparsePackage()
28{

Callers 1

RegisterSparsePackageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected