diff --git a/build/VStudio/installer/CustomActions/CustomActions.cpp b/build/VStudio/installer/CustomActions/CustomActions.cpp index 0db9c4fc..db33920e 100644 --- a/build/VStudio/installer/CustomActions/CustomActions.cpp +++ b/build/VStudio/installer/CustomActions/CustomActions.cpp @@ -151,7 +151,7 @@ UINT __stdcall DeferredAction(MSIHANDLE MsiHandle) ExitOnNullWithLastError(Proc, hr, "Failed to GetProcAddress"); err = ((HRESULT (*)(int, PWSTR *))Proc)(Argc, Argv); - ExitOnWin32Error(err, hr, "Failed to %S", ProcName); + ExitOnWin32Error(err, hr, "Failed to %s", ProcName); } else {