Preflight Checklist
What's Wrong?
Installed Claude Desktop fresh from claude.com/download within the last month (no prior installation on this machine, no upgrade scenario). Setup completed with no errors or warnings shown. Result was a Squirrel-based install rather than MSIX:
%LocalAppData%\AnthropicClaude contained a SquirrelTemp folder, update.exe, and app-<version>/squirrel.exe — Squirrel's standard layout
Get-AppxPackage | Where-Object {$_.Name -like "*Claude*" -or $_.Name -like "*Anthropic*"} returned nothing — no MSIX registration at all
Notably, no UAC/administrator elevation prompt appeared during install — per Anthropic's own docs, admin privileges are required for full Cowork support, so a non-elevated install path may be the actual mechanism here rather than a silent MSIX→Squirrel fallback.
Impact: Cowork was inaccessible, showing "Cowork requires Claude Desktop be installed with our modern installer." A full uninstall + reinstall from the same download page reproduced the same Squirrel result.
Ruled out as the cause:
- Windows Virtual Machine Platform was already enabled (
Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform confirmed Enabled before any changes)
- Not a legacy-install carryover — this was a first-time install on this machine
Unknown: whether the lack of elevation caused the installer to skip MSIX entirely, or whether MSIX was attempted and fell back silently for another reason. Setup/bootstrapper logs were not preserved (the install folder was cleared during troubleshooting before this was known to matter), so the exact mechanism can't be confirmed from this report alone — but the missing UAC prompt is a plausible lead.
Fix that worked: manually locating and installing the MSIX package directly (not linked from the main download page) resolved the issue and enabled Cowork.
Possibly related: #62116, #25162, #28998 — similar Squirrel/MSIX mismatches, though those involve upgrade scenarios or explicit install failures rather than a silent fresh-install outcome.
What Should Happen?
A fresh install from the main download page (claude.com/download) should reliably result in an MSIX-based install with Cowork available — or, if it falls back to Squirrel for any reason, the installer should surface that to the user rather than completing silently as if successful.
Error Messages/Logs
None shown during setup. In-app error when opening Cowork: "Cowork requires Claude Desktop be installed with our modern installer."
Steps to Reproduce
- Go to claude.com/download and download the Windows installer
- Run the installer — no UAC/admin elevation prompt appeared
- Complete setup — no errors shown, app launches normally
- Open Claude Desktop → Cowork tab
- Observe: "Cowork requires Claude Desktop be installed with our modern installer"
- Check %LocalAppData%\AnthropicClaude — SquirrelTemp folder present
- Run
Get-AppxPackage | Where-Object {$_.Name -like "*Claude*"} — returns nothing
Claude Model
None
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
1.22209.3
Platform
Other
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
Workaround: manually downloading and installing the MSIX package directly (not the one linked from the main download page) fixed the issue.
Preflight Checklist
What's Wrong?
Installed Claude Desktop fresh from claude.com/download within the last month (no prior installation on this machine, no upgrade scenario). Setup completed with no errors or warnings shown. Result was a Squirrel-based install rather than MSIX:
%LocalAppData%\AnthropicClaudecontained aSquirrelTempfolder,update.exe, andapp-<version>/squirrel.exe— Squirrel's standard layoutGet-AppxPackage | Where-Object {$_.Name -like "*Claude*" -or $_.Name -like "*Anthropic*"}returned nothing — no MSIX registration at allNotably, no UAC/administrator elevation prompt appeared during install — per Anthropic's own docs, admin privileges are required for full Cowork support, so a non-elevated install path may be the actual mechanism here rather than a silent MSIX→Squirrel fallback.
Impact: Cowork was inaccessible, showing "Cowork requires Claude Desktop be installed with our modern installer." A full uninstall + reinstall from the same download page reproduced the same Squirrel result.
Ruled out as the cause:
Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatformconfirmedEnabledbefore any changes)Unknown: whether the lack of elevation caused the installer to skip MSIX entirely, or whether MSIX was attempted and fell back silently for another reason. Setup/bootstrapper logs were not preserved (the install folder was cleared during troubleshooting before this was known to matter), so the exact mechanism can't be confirmed from this report alone — but the missing UAC prompt is a plausible lead.
Fix that worked: manually locating and installing the MSIX package directly (not linked from the main download page) resolved the issue and enabled Cowork.
Possibly related: #62116, #25162, #28998 — similar Squirrel/MSIX mismatches, though those involve upgrade scenarios or explicit install failures rather than a silent fresh-install outcome.
What Should Happen?
A fresh install from the main download page (claude.com/download) should reliably result in an MSIX-based install with Cowork available — or, if it falls back to Squirrel for any reason, the installer should surface that to the user rather than completing silently as if successful.
Error Messages/Logs
None shown during setup. In-app error when opening Cowork: "Cowork requires Claude Desktop be installed with our modern installer."Steps to Reproduce
Get-AppxPackage | Where-Object {$_.Name -like "*Claude*"}— returns nothingClaude Model
None
Is this a regression?
I don't know
Last Working Version
No response
Claude Code Version
1.22209.3
Platform
Other
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
Workaround: manually downloading and installing the MSIX package directly (not the one linked from the main download page) fixed the issue.