Skip to content

Python 3.13.3 silently fails to install with invalid unattend.xml #133570

@simon-callan

Description

@simon-callan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-windowspendingThe issue will be closed if no feedback is providedtopic-installationtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions