Skip to content

Commit

Permalink
clarified error message for when the Microsoft.WindowsAppRuntime FWP …
Browse files Browse the repository at this point in the history
…alone has been installed (and not DDLM, e.g.) (#4731)
  • Loading branch information
Scottj1s committed Sep 18, 2024
1 parent 2b89bc6 commit cd9ecb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/Deployment/DeploymentManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ namespace winrt::Microsoft::Windows::ApplicationModel::WindowsAppRuntime::implem

// Get the message body
WCHAR text[1024]{};
PCWSTR textFormat{ L"This application requires the Windows App Runtime\n"
PCWSTR textFormat{ L"Required components of the Windows App Runtime are missing\n"
L" Version %s\n"
L" (MSIX package version %hu.%hu.%hu.%hu)\n"
L"\n"
Expand Down
2 changes: 1 addition & 1 deletion dev/WindowsAppRuntime_BootstrapDLL/MddBootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ HRESULT MddBootstrapInitialize_ShowUI_OnNoMatch(

// Get the message body
WCHAR text[1024]{};
PCWSTR textFormat{ L"This application requires the Windows App Runtime\n"
PCWSTR textFormat{ L"Required components of the Windows App Runtime are missing\n"
L" Version %hu.%hu%s\n"
L" (MSIX package version >= %hu.%hu.%hu.%hu)\n"
L"\n"
Expand Down

0 comments on commit cd9ecb0

Please sign in to comment.