Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed as 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> <OptionName="InstallAllUsers"Value="yes" /><OptionName="CompileAll"Value="yes" /><OptionName="AppendPath"Value="yes" /> <OptionName="SimpleInstall"Value="yes" /> <OptionName="SimpleInstallDescriptionInstalling Python for ClearCore</Option></Options>
CPython versions tested on:
3.13
Operating systems tested on:
Windows