Not planned
Description
Bug report
Bug description:
If I try to install Python on Windows Server 2025 (x64) with an invalid "unattend,xml" file (as below - SimplInstallDescription is bad), the installation fails with no error message.
There does not appear to be be any messages in the windows events log.
<Options>
<Option Name="InstallAllUsers" Value="yes" />
<Option Name="CompileAll" Value="yes" />
<Option Name="AppendPath" Value="yes" />
<Option Name="SimpleInstall" Value="yes" />
<Option Name="SimpleInstallDescriptionInstalling Python for ClearCore</Option>
</Options>
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Activity
[-]Python 3.13.3 silently fails to install with invalid unattend.,xml[/-][+]Python 3.13.3 silently fails to install with invalid unattend.xml[/+]picnixz commentedon May 7, 2025
cc @zooba
zooba commentedon May 7, 2025
Are there logs in %TEMP%, where they normally go?
In any case, this functionality is deprecated along with the rest of the installer. Silent all-user installs will need an alternative, it's not a scenario we are supporting anymore.
simon-callan commentedon May 7, 2025
zooba commentedon May 7, 2025
So the logs show there was an error, and the process exit code is non-zero, which also indicates an error. I don't think there's anything we'd change here, certainly not post-deprecation.
cris1200 commentedon May 19, 2025