-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
OS-windowspendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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
Metadata
Metadata
Assignees
Labels
OS-windowspendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error