Not able to run Kusto Explorer on my Local Machine

Rajarshi Sarkar 0 Reputation points Microsoft Employee
2025-07-17T09:04:52.9633333+00:00

Kusto Explorer is not running on my local machine. Snippet of the Log file.

COMPONENT STORE TRANSACTION FAILURE SUMMARY

* Transaction at [17-07-2025 14:27:03]

	- Staging of a component (GJODRCJV.HAW.application) did not succeed.

	- Setting one or more of the deployment metadata did not succeed.

	- Staging of a component (Kusto.Explorer.exe.manifest) did not succeed.

	- Staging of a component file (ThirdPartyNotices.txt) did not succeed.

	- Staging of a component file (runtimes\win-x64\native\msalruntime.dll) did not succeed.

	- Staging of a component file (EULA-agreement.rtf) did not succeed.

	- Staging of a component file (welcome-msft.txt) did not succeed.

	- Staging of a component file (runtimes\win-arm64\native\msalruntime_arm64.dll) did not succeed.

	- Staging of a component file (kusto.logo.ico) did not succeed.

	- Staging of a component file (runtimes\win-x86\native\WebView2Loader.dll) did not succeed.

	- Staging of a component file (runtimes\win-x86\native\msalruntime_x86.dll) did not succeed.

	- Staging of a component file (DefaultConnections.xml) did not succeed.

	- Staging of a component file (kusto.file.association.query.results.ico) did not succeed.

	- Staging of a component file (Documents\issue-template.html) did not succeed.

	- Staging of a component file (kusto.file.association.logo.ico) did not succeed.
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
{count} votes

1 answer

Sort by: Most helpful
  1. Venkat Reddy Navari 5,255 Reputation points Microsoft External Staff Moderator
    2025-07-17T18:24:45.8433333+00:00

    Hi Rajarshi Sarkar It seems like the installation is failing during component staging, which could be due to permission issues, missing dependencies, or cached installation files.

    Here are some steps to troubleshoot:

    Check Event Logs: Look at the Windows Event Viewer for any relevant errors during the install. This can give more context about what’s failing.

    Inspect Dependencies:

    • WebView2: Kusto Explorer depends on WebView2. If it's missing, you can reinstall it from Microsoft's site.
    • MSAL: Issues with msalruntime.dll suggest a problem with Microsoft Authentication libraries. Make sure these are up-to-date.

    Clear Old Installations: Run this in PowerShell to clean up old files:

    
    DISM /Online /Cleanup-Image /RestoreHealth
    

    Also, check for any MSI cache issues in C:\Windows\Installer (back it up before deleting).

    Re-run as Admin: Ensure you're running the installer as an Administrator and, if needed, in Compatibility Mode for an older Windows version.

    Try the Portable Version: If nothing else works, check if a portable version of Kusto Explorer is available and use that as a workaround.


    Hope this helps. If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.