Description
Bug report
Bug description:
Hi,
We’ve problem installing Python 3.12.8 and 3.13.1 with Intune and Symantec Client Management. The app won’t install, the installation is interrupted for some reason. The application was not detected after installation completed successfully (0x87D1041C). Previous versions have not had this problem. If I install it manually, there is no problem. The installation is running in the logged in user context without administrative privileges. The installation command is as follows, via a PS script:
# Install Python 3.13.1
Write-Host Python 3 NOT Installed
$Args = '/passive InstallAllUsers=0 TargetDir="C:\Python313-64" PrependPath=1 CompileAll=1 InstallLauncherAllUsers=0 Include_launcher=0'
Unblock-File -Path .\python-3.13.1-amd64.exe
Start-Process .\python-3.13.1-amd64.exe -Args $Args -Wait
In the end of the installation log file, I get the following errors. I think it has to do with permissions?
8<- - - - - - - - - - - – - - - – - - - - - - - - - – - - - - - - - – - - - - –
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed create bundle working folder.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to cache bundle to clean room.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to cache to clean room.
[D1D0:DFD8][2025-01-21T14:23:16]e000: Error 0x80070005: Failed to run untrusted mode.
Setup_20250121142316_Failed.txt
CPython versions tested on:
3.13, 3.12
Operating systems tested on:
Windows