Skip to content

What is Presto-Setup.exe?

Presto-Setup.exe is the installer for Presto Desktop, an AI assistant for radiologists. This page exists so that IT administrators and security teams who encounter the file can quickly identify it and decide whether to allow it.

FieldValue
File namePresto-Setup.exe
PublisherHOPPR (IntellixAI, Inc.)
ProductPresto
DescriptionInstaller for the Presto AI assistant for radiologists
Installer typeNSIS (Nullsoft Scriptable Install System)
Requires admin?No — installs to the current user’s %LOCALAPPDATA%
Installs to%LOCALAPPDATA%\Presto\
Code signingDigiCert Extended Validation (EV) code signing certificate
ComplianceHIPAA compliant (BAA available)
Vendor websitehttps://presto.run
Support contactsupport@presto.run

Presto-Setup.exe extracts the Presto Desktop application files into the user’s local app data directory and (optionally) creates Start Menu shortcuts, a Desktop shortcut, an Add/Remove Programs entry, and an auto-start-at-login registry value. The main application is Presto.exe — documented separately at What is Presto.exe?.

All of these side effects are optional and can be suppressed via installer flags for fleet deployments. See IT Deployment for the full flag reference.

%LOCALAPPDATA%\Presto\

This is a per-user installation. No administrator privileges, UAC prompts, or elevation are required. The installer does not write to Program Files, HKEY_LOCAL_MACHINE, or anywhere else that would require elevation.

Presto-Setup.exe is signed with a DigiCert Extended Validation (EV) code signing certificate, the highest level of publisher identity assurance Windows recognizes. The signature is timestamped to remain valid beyond certificate expiry.

  • Windows SmartScreen recognizes the EV signature and does not display “unknown publisher” warnings
  • The installer downloads no additional code at install time — all files are bundled inside Presto-Setup.exe itself
  • For the full security posture, see Security & Compliance

For Intune, SCCM, or scripted deployment, use /S and any optional flags:

Terminal window
Presto-Setup.exe /S

Common fleet patterns:

GoalCommand
Standard managed deployment, IT-controlled updatesPresto-Setup.exe /S /NOAUTOUPDATE
Prevent user self-uninstallPresto-Setup.exe /S /NOUNINSTALLER
Zero-footprint (shared workstation)Presto-Setup.exe /S /NOUNINSTALLER /NODESKTOP /NOSTARTMENU /NOAUTOSTART

See IT Deployment for the full flag table, network requirements, and update-control options.

Got a question or want to verify the file?

Section titled “Got a question or want to verify the file?”

Contact support@presto.run with the SHA-256 hash of the file you have, and we will confirm it matches an official release. You can compute it with:

Terminal window
Get-FileHash -Algorithm SHA256 .\Presto-Setup.exe

Right-click the file → PropertiesDigital Signatures to verify it is signed by IntellixAI, Inc.