Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Unable to install multiple applications due to "Installer failed with exit code: 0x80073d28 : unknown error". #3092

Closed
4 tasks done
RokeJulianLockhart opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Dec 19, 2024

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

InstalledVersion : 3.1.4
  1. #!/usr/bin/env pwsh
    #Requires -PSEdition 'Core'
    #Requires -Version   '7.5.0-rc.1'
    Get-WinGetPackage 'XPFFTQ032PTPHF' | Select-Object 'InstalledVersion' | Export-CLIXML "$Home/CLIXML.XML"
  2. <Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
      <Obj RefId="0">
        <TN RefId="0">
          <T>Selected.Microsoft.WinGet.Client.Engine.PSObjects.PSInstalledCatalogPackage</T>
          <T>System.Management.Automation.PSCustomObject</T>
          <T>System.Object</T>
        </TN>
        <MS>
          <S N="InstalledVersion">3.1.4</S>
        </MS>
      </Obj>
    </Objs>

Windows version, edition, and architecture

WindowsBuildLabEx : 26100.1.amd64fre.ge_release.240331-1435
  1. #!/usr/bin/env pwsh
    #Requires -PSEdition 'Core'
    #Requires -Version   '7.5.0-rc.1'
    Get-ComputerInfo | Export-CLIXML "$Home/CLIXML.XML"
  2. <Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
      <Obj RefId="0">
        <TN RefId="0">
          <T>Microsoft.PowerShell.Commands.ComputerInfo</T>
          <T>System.Object</T>
        </TN>
        <ToString>Microsoft.PowerShell.Commands.ComputerInfo</ToString>
        <Props>
          <S N="WindowsBuildLabEx">26100.1.amd64fre.ge_release.240331-1435</S>
          <S N="WindowsCurrentVersion">6.3</S>
          <S N="WindowsEditionId">Professional</S>
          <S N="WindowsInstallationType">Client</S>
          <DT N="WindowsInstallDateFromRegistry">2024-11-30T16:03:25</DT>
          <S N="WindowsProductId">00331-10000-00001-AA088</S>
          <S N="WindowsProductName">Windows 10 Pro</S>
          <S N="WindowsRegisteredOrganization"></S>
          <S N="WindowsRegisteredOwner">rokejulianlockhart@outlook.com</S>
          <S N="WindowsSystemRoot">C:\Windows</S>
          <S N="WindowsVersion">2009</S>
          <I32 N="WindowsUBR">2415</I32>
          <Obj N="BiosCharacteristics" RefId="1">
            <TN RefId="1">
              <T>System.UInt16[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <U16>7</U16>
              <U16>11</U16>
              <U16>12</U16>
              <U16>15</U16>
              <U16>16</U16>
              <U16>17</U16>
              <U16>19</U16>
              <U16>20</U16>
              <U16>21</U16>
              <U16>22</U16>
              <U16>23</U16>
              <U16>24</U16>
              <U16>25</U16>
              <U16>26</U16>
              <U16>28</U16>
              <U16>29</U16>
              <U16>30</U16>
              <U16>33</U16>
              <U16>40</U16>
              <U16>42</U16>
              <U16>43</U16>
            </LST>
          </Obj>
          <Obj N="BiosBIOSVersion" RefId="2">
            <TN RefId="2">
              <T>System.String[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <S>ALASKA - 1</S>
              <S>3.08</S>
              <S>American Megatrends - 50023</S>
            </LST>
          </Obj>
          <Nil N="BiosBuildNumber" />
          <S N="BiosCaption">3.08</S>
          <Nil N="BiosCodeSet" />
          <S N="BiosCurrentLanguage">en|US|iso8859-1</S>
          <S N="BiosDescription">3.08</S>
          <I16 N="BiosEmbeddedControllerMajorVersion">255</I16>
          <I16 N="BiosEmbeddedControllerMinorVersion">255</I16>
          <Obj N="BiosFirmwareType" RefId="3">
            <TN RefId="3">
              <T>Microsoft.PowerShell.Commands.FirmwareType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Uefi</ToString>
            <I32>2</I32>
          </Obj>
          <Nil N="BiosIdentificationCode" />
          <U16 N="BiosInstallableLanguages">9</U16>
          <Nil N="BiosInstallDate" />
          <Nil N="BiosLanguageEdition" />
          <Obj N="BiosListOfLanguages" RefId="4">
            <TNRef RefId="2" />
            <LST>
              <S>en|US|iso8859-1</S>
              <S>zh|TW|unicode</S>
              <S>zh|CN|unicode</S>
              <S>ja|JP|unicode</S>
              <S>ko|KR|unicode</S>
              <S>fr|FR|iso8859-1</S>
              <S>de|DE|iso8859-1</S>
              <S>es|ES|iso8859-1</S>
              <S>ru|RU|iso8859-5</S>
            </LST>
          </Obj>
          <S N="BiosManufacturer">American Megatrends International, LLC.</S>
          <S N="BiosName">3.08</S>
          <Nil N="BiosOtherTargetOS" />
          <B N="BiosPrimaryBIOS">true</B>
          <DT N="BiosReleaseDate">2024-09-19T01:00:00+01:00</DT>
          <S N="BiosSerialNumber">Default string</S>
          <S N="BiosSMBIOSBIOSVersion">3.08</S>
          <U16 N="BiosSMBIOSMajorVersion">3</U16>
          <U16 N="BiosSMBIOSMinorVersion">4</U16>
          <B N="BiosSMBIOSPresent">true</B>
          <Obj N="BiosSoftwareElementState" RefId="5">
            <TN RefId="4">
              <T>Microsoft.PowerShell.Commands.SoftwareElementState</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Running</ToString>
            <I32>3</I32>
          </Obj>
          <S N="BiosStatus">OK</S>
          <U16 N="BiosSystemBiosMajorVersion">5</U16>
          <U16 N="BiosSystemBiosMinorVersion">35</U16>
          <U16 N="BiosTargetOperatingSystem">0</U16>
          <S N="BiosVersion">ALASKA - 1</S>
          <Obj N="CsAdminPasswordStatus" RefId="6">
            <TN RefId="5">
              <T>Microsoft.PowerShell.Commands.HardwareSecurity</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Unknown</ToString>
            <I32>3</I32>
          </Obj>
          <B N="CsAutomaticManagedPagefile">true</B>
          <B N="CsAutomaticResetBootOption">true</B>
          <B N="CsAutomaticResetCapability">true</B>
          <Nil N="CsBootOptionOnLimit" />
          <Nil N="CsBootOptionOnWatchDog" />
          <B N="CsBootROMSupported">true</B>
          <Obj N="CsBootStatus" RefId="7">
            <TNRef RefId="1" />
            <LST>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
              <U16>0</U16>
            </LST>
          </Obj>
          <S N="CsBootupState">Normal boot</S>
          <S N="CsCaption">SFJGSI</S>
          <Obj N="CsChassisBootupState" RefId="8">
            <TN RefId="6">
              <T>Microsoft.PowerShell.Commands.SystemElementState</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Safe</ToString>
            <I32>3</I32>
          </Obj>
          <S N="CsChassisSKUNumber">Default string</S>
          <I16 N="CsCurrentTimeZone">0</I16>
          <B N="CsDaylightInEffect">false</B>
          <S N="CsDescription">AT/AT COMPATIBLE</S>
          <S N="CsDNSHostName">sfjgsi</S>
          <S N="CsDomain">WORKGROUP</S>
          <Obj N="CsDomainRole" RefId="9">
            <TN RefId="7">
              <T>Microsoft.PowerShell.Commands.DomainRole</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>StandaloneWorkstation</ToString>
            <I32>0</I32>
          </Obj>
          <B N="CsEnableDaylightSavingsTime">true</B>
          <Obj N="CsFrontPanelResetStatus" RefId="10">
            <TNRef RefId="5" />
            <ToString>Unknown</ToString>
            <I32>3</I32>
          </Obj>
          <B N="CsHypervisorPresent">true</B>
          <B N="CsInfraredSupported">false</B>
          <Nil N="CsInitialLoadInfo" />
          <Nil N="CsInstallDate" />
          <Obj N="CsKeyboardPasswordStatus" RefId="11">
            <TNRef RefId="5" />
            <ToString>Unknown</ToString>
            <I32>3</I32>
          </Obj>
          <Nil N="CsLastLoadInfo" />
          <S N="CsManufacturer">ASRock</S>
          <S N="CsModel">X670E Taichi</S>
          <S N="CsName">SFJGSI</S>
          <Obj N="CsNetworkAdapters" RefId="12">
            <TN RefId="8">
              <T>Microsoft.PowerShell.Commands.NetworkAdapter[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <Obj RefId="13">
                <TN RefId="9">
                  <T>Microsoft.PowerShell.Commands.NetworkAdapter</T>
                  <T>System.Object</T>
                </TN>
                <ToString>Microsoft.PowerShell.Commands.NetworkAdapter</ToString>
                <Props>
                  <S N="Description">Killer E3100G 2.5 Gigabit Ethernet Controller</S>
                  <S N="ConnectionID">Ethernet</S>
                  <B N="DHCPEnabled">true</B>
                  <S N="DHCPServer">192.168.1.1</S>
                  <S N="ConnectionStatus">Connected</S>
                  <Obj N="IPAddresses" RefId="14">
                    <TNRef RefId="2" />
                    <LST>
                      <S>192.168.1.178</S>
                      <S>fe80::8338:7d3e:f9b2:31a6</S>
                      <S>fdce:b268:c9db:0:4487:90fc:9246:a3a9</S>
                      <S>fdce:b268:c9db:0:fd6f:3732:b676:fc72</S>
                    </LST>
                  </Obj>
                </Props>
              </Obj>
              <Obj RefId="15">
                <TNRef RefId="9" />
                <ToString>Microsoft.PowerShell.Commands.NetworkAdapter</ToString>
                <Props>
                  <S N="Description">Killer(R) Wi-Fi 6E AX1675x 160MHz Wireless Network Adapter (210NGW)</S>
                  <S N="ConnectionID">WiFi 3</S>
                  <Nil N="DHCPEnabled" />
                  <Nil N="DHCPServer" />
                  <S N="ConnectionStatus">MediaDisconnected</S>
                  <Nil N="IPAddresses" />
                </Props>
              </Obj>
              <Obj RefId="16">
                <TNRef RefId="9" />
                <ToString>Microsoft.PowerShell.Commands.NetworkAdapter</ToString>
                <Props>
                  <S N="Description">Bluetooth Device (Personal Area Network)</S>
                  <S N="ConnectionID">Bluetooth Network Connection</S>
                  <Nil N="DHCPEnabled" />
                  <Nil N="DHCPServer" />
                  <S N="ConnectionStatus">MediaDisconnected</S>
                  <Nil N="IPAddresses" />
                </Props>
              </Obj>
            </LST>
          </Obj>
          <B N="CsNetworkServerModeEnabled">true</B>
          <U32 N="CsNumberOfLogicalProcessors">12</U32>
          <U32 N="CsNumberOfProcessors">1</U32>
          <Obj N="CsProcessors" RefId="17">
            <TN RefId="10">
              <T>Microsoft.PowerShell.Commands.Processor[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <Obj RefId="18">
                <TN RefId="11">
                  <T>Microsoft.PowerShell.Commands.Processor</T>
                  <T>System.Object</T>
                </TN>
                <ToString>Microsoft.PowerShell.Commands.Processor</ToString>
                <Props>
                  <S N="Name">AMD Ryzen 5 7600X 6-Core Processor             </S>
                  <S N="Manufacturer">AuthenticAMD</S>
                  <S N="Description">AMD64 Family 25 Model 97 Stepping 2</S>
                  <S N="Architecture">x64</S>
                  <U16 N="AddressWidth">64</U16>
                  <U16 N="DataWidth">64</U16>
                  <U32 N="MaxClockSpeed">4701</U32>
                  <U32 N="CurrentClockSpeed">4701</U32>
                  <U32 N="NumberOfCores">6</U32>
                  <U32 N="NumberOfLogicalProcessors">12</U32>
                  <S N="ProcessorID">178BFBFF00A60F12</S>
                  <S N="SocketDesignation">AM5</S>
                  <S N="ProcessorType">CentralProcessor</S>
                  <S N="Role">CPU</S>
                  <S N="Status">OK</S>
                  <S N="CpuStatus">Enabled</S>
                  <S N="Availability">RunningOrFullPower</S>
                </Props>
              </Obj>
            </LST>
          </Obj>
          <Obj N="CsOEMStringArray" RefId="19">
            <TNRef RefId="2" />
            <LST>
              <S>Default string</S>
            </LST>
          </Obj>
          <B N="CsPartOfDomain">false</B>
          <I64 N="CsPauseAfterReset">-1</I64>
          <Obj N="CsPCSystemType" RefId="20">
            <TN RefId="12">
              <T>Microsoft.PowerShell.Commands.PCSystemType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Desktop</ToString>
            <I32>1</I32>
          </Obj>
          <Obj N="CsPCSystemTypeEx" RefId="21">
            <TN RefId="13">
              <T>Microsoft.PowerShell.Commands.PCSystemTypeEx</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Desktop</ToString>
            <I32>1</I32>
          </Obj>
          <Nil N="CsPowerManagementCapabilities" />
          <Nil N="CsPowerManagementSupported" />
          <Obj N="CsPowerOnPasswordStatus" RefId="22">
            <TNRef RefId="5" />
            <ToString>Unknown</ToString>
            <I32>3</I32>
          </Obj>
          <Obj N="CsPowerState" RefId="23">
            <TN RefId="14">
              <T>Microsoft.PowerShell.Commands.PowerState</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Unknown</ToString>
            <I32>0</I32>
          </Obj>
          <Obj N="CsPowerSupplyState" RefId="24">
            <TNRef RefId="6" />
            <ToString>Safe</ToString>
            <I32>3</I32>
          </Obj>
          <Nil N="CsPrimaryOwnerContact" />
          <S N="CsPrimaryOwnerName">rokejulianlockhart@outlook.com</S>
          <Obj N="CsResetCapability" RefId="25">
            <TN RefId="15">
              <T>Microsoft.PowerShell.Commands.ResetCapability</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Other</ToString>
            <I32>1</I32>
          </Obj>
          <I16 N="CsResetCount">-1</I16>
          <I16 N="CsResetLimit">-1</I16>
          <Obj N="CsRoles" RefId="26">
            <TNRef RefId="2" />
            <LST>
              <S>LM_Workstation</S>
              <S>LM_Server</S>
              <S>NT</S>
            </LST>
          </Obj>
          <S N="CsStatus">OK</S>
          <Nil N="CsSupportContactDescription" />
          <S N="CsSystemFamily">Default string</S>
          <S N="CsSystemSKUNumber">Default string</S>
          <S N="CsSystemType">x64-based PC</S>
          <Obj N="CsThermalState" RefId="27">
            <TNRef RefId="6" />
            <ToString>Safe</ToString>
            <I32>3</I32>
          </Obj>
          <U64 N="CsTotalPhysicalMemory">33378181120</U64>
          <U64 N="CsPhysicallyInstalledMemory">33554432</U64>
          <S N="CsUserName">sfjgsi\rokej</S>
          <Obj N="CsWakeUpType" RefId="28">
            <TN RefId="16">
              <T>Microsoft.PowerShell.Commands.WakeUpType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>PowerSwitch</ToString>
            <I32>6</I32>
          </Obj>
          <S N="CsWorkgroup">WORKGROUP</S>
          <S N="OsName">Microsoft Windows 11 Pro</S>
          <Obj N="OsType" RefId="29">
            <TN RefId="17">
              <T>Microsoft.PowerShell.Commands.OSType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>WINNT</ToString>
            <I32>18</I32>
          </Obj>
          <Obj N="OsOperatingSystemSKU" RefId="30">
            <TN RefId="18">
              <T>Microsoft.PowerShell.Commands.OperatingSystemSKU</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>48</ToString>
            <I32>48</I32>
          </Obj>
          <S N="OsVersion">10.0.26120</S>
          <Nil N="OsCSDVersion" />
          <S N="OsBuildNumber">26120</S>
          <Obj N="OsHotFixes" RefId="31">
            <TN RefId="19">
              <T>Microsoft.PowerShell.Commands.HotFix[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <Obj RefId="32">
                <TN RefId="20">
                  <T>Microsoft.PowerShell.Commands.HotFix</T>
                  <T>System.Object</T>
                </TN>
                <ToString>Microsoft.PowerShell.Commands.HotFix</ToString>
                <Props>
                  <S N="HotFixID">KB5037898</S>
                  <S N="Description">Update</S>
                  <S N="InstalledOn">11/30/2024</S>
                  <S N="FixComments"></S>
                </Props>
              </Obj>
              <Obj RefId="33">
                <TNRef RefId="20" />
                <ToString>Microsoft.PowerShell.Commands.HotFix</ToString>
                <Props>
                  <S N="HotFixID">KB5046723</S>
                  <S N="Description">Security Update</S>
                  <S N="InstalledOn">11/30/2024</S>
                  <S N="FixComments"></S>
                </Props>
              </Obj>
              <Obj RefId="34">
                <TNRef RefId="20" />
                <ToString>Microsoft.PowerShell.Commands.HotFix</ToString>
                <Props>
                  <S N="HotFixID">KB5046726</S>
                  <S N="Description">Security Update</S>
                  <S N="InstalledOn">11/30/2024</S>
                  <S N="FixComments"></S>
                </Props>
              </Obj>
            </LST>
          </Obj>
          <S N="OsBootDevice">\Device\HarddiskVolume7</S>
          <S N="OsSystemDevice">\Device\HarddiskVolume6</S>
          <S N="OsSystemDirectory">C:\Windows\system32</S>
          <S N="OsSystemDrive">C:</S>
          <S N="OsWindowsDirectory">C:\Windows</S>
          <S N="OsCountryCode">44</S>
          <I16 N="OsCurrentTimeZone">0</I16>
          <S N="OsLocaleID">0809</S>
          <S N="OsLocale">en-GB</S>
          <DT N="OsLocalDateTime">2024-12-19T18:20:05.217+00:00</DT>
          <DT N="OsLastBootUpTime">2024-12-19T15:49:45.5+00:00</DT>
          <TS N="OsUptime">PT2H30M19.708215S</TS>
          <S N="OsBuildType">Multiprocessor Free</S>
          <S N="OsCodeSet">1252</S>
          <B N="OsDataExecutionPreventionAvailable">true</B>
          <B N="OsDataExecutionPrevention32BitApplications">true</B>
          <B N="OsDataExecutionPreventionDrivers">true</B>
          <Obj N="OsDataExecutionPreventionSupportPolicy" RefId="35">
            <TN RefId="21">
              <T>Microsoft.PowerShell.Commands.DataExecutionPreventionSupportPolicy</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>OptIn</ToString>
            <I32>2</I32>
          </Obj>
          <B N="OsDebug">false</B>
          <B N="OsDistributed">false</B>
          <Obj N="OsEncryptionLevel" RefId="36">
            <TN RefId="22">
              <T>Microsoft.PowerShell.Commands.OSEncryptionLevel</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>256</ToString>
            <I32>256</I32>
          </Obj>
          <Obj N="OsForegroundApplicationBoost" RefId="37">
            <TN RefId="23">
              <T>Microsoft.PowerShell.Commands.ForegroundApplicationBoost</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Maximum</ToString>
            <I32>2</I32>
          </Obj>
          <U64 N="OsTotalVisibleMemorySize">32595880</U64>
          <U64 N="OsFreePhysicalMemory">14339064</U64>
          <U64 N="OsTotalVirtualMemorySize">40460200</U64>
          <U64 N="OsFreeVirtualMemory">11027856</U64>
          <U64 N="OsInUseVirtualMemory">29432344</U64>
          <Nil N="OsTotalSwapSpaceSize" />
          <U64 N="OsSizeStoredInPagingFiles">7864320</U64>
          <U64 N="OsFreeSpaceInPagingFiles">7733916</U64>
          <Obj N="OsPagingFiles" RefId="38">
            <TNRef RefId="2" />
            <LST>
              <S>C:\pagefile.sys</S>
            </LST>
          </Obj>
          <S N="OsHardwareAbstractionLayer">10.0.26100.1</S>
          <DT N="OsInstallDate">2024-11-30T16:03:25+00:00</DT>
          <S N="OsManufacturer">Microsoft Corporation</S>
          <U32 N="OsMaxNumberOfProcesses">4294967295</U32>
          <U64 N="OsMaxProcessMemorySize">137438953344</U64>
          <Obj N="OsMuiLanguages" RefId="39">
            <TNRef RefId="2" />
            <LST>
              <S>en-GB</S>
              <S>en-US</S>
            </LST>
          </Obj>
          <Nil N="OsNumberOfLicensedUsers" />
          <U32 N="OsNumberOfProcesses">353</U32>
          <U32 N="OsNumberOfUsers">2</U32>
          <S N="OsOrganization"></S>
          <S N="OsArchitecture">64-bit</S>
          <S N="OsLanguage">en-GB</S>
          <Obj N="OsProductSuites" RefId="40">
            <TN RefId="24">
              <T>Microsoft.PowerShell.Commands.OSProductSuite[]</T>
              <T>System.Array</T>
              <T>System.Object</T>
            </TN>
            <LST>
              <Obj RefId="41">
                <TN RefId="25">
                  <T>Microsoft.PowerShell.Commands.OSProductSuite</T>
                  <T>System.Enum</T>
                  <T>System.ValueType</T>
                  <T>System.Object</T>
                </TN>
                <ToString>TerminalServicesSingleSession</ToString>
                <I32>256</I32>
              </Obj>
            </LST>
          </Obj>
          <Nil N="OsOtherTypeDescription" />
          <Nil N="OsPAEEnabled" />
          <B N="OsPortableOperatingSystem">false</B>
          <B N="OsPrimary">true</B>
          <Obj N="OsProductType" RefId="42">
            <TN RefId="26">
              <T>Microsoft.PowerShell.Commands.ProductType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>WorkStation</ToString>
            <I32>1</I32>
          </Obj>
          <S N="OsRegisteredUser">rokejulianlockhart@outlook.com</S>
          <S N="OsSerialNumber">00331-10000-00001-AA088</S>
          <U16 N="OsServicePackMajorVersion">0</U16>
          <U16 N="OsServicePackMinorVersion">0</U16>
          <S N="OsStatus">OK</S>
          <Obj N="OsSuites" RefId="43">
            <TNRef RefId="24" />
            <LST>
              <Obj RefId="44">
                <TNRef RefId="25" />
                <ToString>TerminalServices</ToString>
                <I32>16</I32>
              </Obj>
              <Obj RefId="45">
                <TNRef RefId="25" />
                <ToString>TerminalServicesSingleSession</ToString>
                <I32>256</I32>
              </Obj>
            </LST>
          </Obj>
          <Nil N="OsServerLevel" />
          <S N="KeyboardLayout">en-GB</S>
          <S N="TimeZone">(UTC+00:00) Dublin, Edinburgh, Lisbon, London</S>
          <S N="LogonServer">\\SFJGSI</S>
          <Obj N="PowerPlatformRole" RefId="46">
            <TN RefId="27">
              <T>Microsoft.PowerShell.Commands.PowerPlatformRole</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Desktop</ToString>
            <I32>1</I32>
          </Obj>
          <B N="HyperVisorPresent">true</B>
          <Nil N="HyperVRequirementDataExecutionPreventionAvailable" />
          <Nil N="HyperVRequirementSecondLevelAddressTranslation" />
          <Nil N="HyperVRequirementVirtualizationFirmwareEnabled" />
          <Nil N="HyperVRequirementVMMonitorModeExtensions" />
          <Obj N="DeviceGuardSmartStatus" RefId="47">
            <TN RefId="28">
              <T>Microsoft.PowerShell.Commands.DeviceGuardSmartStatus</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>Off</ToString>
            <I32>0</I32>
          </Obj>
          <Nil N="DeviceGuardRequiredSecurityProperties" />
          <Nil N="DeviceGuardAvailableSecurityProperties" />
          <Nil N="DeviceGuardSecurityServicesConfigured" />
          <Nil N="DeviceGuardSecurityServicesRunning" />
          <Nil N="DeviceGuardCodeIntegrityPolicyEnforcementStatus" />
          <Nil N="DeviceGuardUserModeCodeIntegrityPolicyEnforcementStatus" />
        </Props>
      </Obj>
    </Objs>

Describe your issue

I'm unable to install the Windows Subsystem for Linux:

Starting package update operation for package id=Microsoft.WSL with Manager name=Winget
Given installation options are <InstallationOptions: SkipHashCheck=False;InteractiveInstallation=False;RunAsAdministrator=False;Version=;Architecture=;InstallationScope=;InstallationScope=;CustomParameters=;RemoveDataOnUninstall=False>
Process Executable     : C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe
Process Call Arguments :  update --id "Microsoft.WSL" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
Working Directory      : C:\Users\rokej
Process Start Time     : 2024-12-19 16:44:31
Found Windows Subsystem for Linux [Microsoft.WSL] Version 2.3.26.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Successfully verified installer hash
Starting package install...
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  2%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  3%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  4%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  5%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  6%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  7%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  8%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  9%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  10%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  11%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  12%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  13%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  14%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  15%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  16%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  17%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  18%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  19%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  19%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  20%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  21%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  22%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  23%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  24%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  25%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  26%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  27%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  28%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  28%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  30%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  31%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  32%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  33%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  34%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  35%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  36%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  37%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  38%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  38%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  39%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  40%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  41%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  42%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  43%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  44%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  45%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  46%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  47%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  48%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  49%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  50%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  51%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  52%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  53%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  54%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  55%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  57%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  59%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  60%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  61%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  62%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  63%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  64%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  65%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  66%
████████████████████▒▒▒▒▒▒▒▒▒▒  67%
████████████████████▒▒▒▒▒▒▒▒▒▒  68%
████████████████████▒▒▒▒▒▒▒▒▒▒  69%
█████████████████████▒▒▒▒▒▒▒▒▒  70%
█████████████████████▒▒▒▒▒▒▒▒▒  71%
█████████████████████▒▒▒▒▒▒▒▒▒  72%
█████████████████████▒▒▒▒▒▒▒▒▒  73%
██████████████████████▒▒▒▒▒▒▒▒  74%
██████████████████████▒▒▒▒▒▒▒▒  75%
██████████████████████▒▒▒▒▒▒▒▒  76%
██████████████████████▒▒▒▒▒▒▒▒  76%
███████████████████████▒▒▒▒▒▒▒  77%
███████████████████████▒▒▒▒▒▒▒  78%
███████████████████████▒▒▒▒▒▒▒  79%
████████████████████████▒▒▒▒▒▒  80%
████████████████████████▒▒▒▒▒▒  81%
████████████████████████▒▒▒▒▒▒  82%
████████████████████████▒▒▒▒▒▒  83%
█████████████████████████▒▒▒▒▒  84%
█████████████████████████▒▒▒▒▒  85%
█████████████████████████▒▒▒▒▒  86%
██████████████████████████▒▒▒▒  87%
██████████████████████████▒▒▒▒  88%
██████████████████████████▒▒▒▒  89%
████████████████████████████▒▒  94%
████████████████████████████▒▒  95%
████████████████████████████▒▒  95%
Installer failed with exit code: 0x80073d28 : unknown error
Process Exit Code      : -2147009240
Process End Time       : 2024-12-19 16:46:01

Steps to reproduce the issue

  1. Manually

    1. Install version 3.1.4 of UniGetUI (id=XPFFTQ032PTPHF&sourceName=msstore).
    2. Install version 2.1.5.0 of WSL (id=Microsoft.WSL&sourceName=winget&managerName=WinGet).
    3. Attempt to update Microsoft.WSL to version 2.3.26.0 via UniGetUI.
  2. Programmatically

    #!/usr/bin/env pwsh
    #Requires -PSEdition 'Core'
    #Requires -Version   '7.5.0-rc.1'
    
    Get-WinGetPackage -ID 'XPFFTQ032PTPHF' -Version 3.1.4    -Source 'msstore'
    Get-WinGetPackage -ID 'Microsoft.WSL'  -Version 2.1.5.0  -Source 'winget'
    Get-WinGetPackage -ID 'Microsoft.WSL'  -Version 2.3.26.0 -Source 'winget'

UniGetUI Log

[2024-12-19 15:58:38]    __  __      _ ______     __  __  ______
                        / / / /___  (_) ____/__  / /_/ / / /  _/
                       / / / / __ \/ / / __/ _ \/ __/ / / // /
                      / /_/ / / / / / /_/ /  __/ /_/ /_/ // /
                      \____/_/ /_/_/\____/\___/\__/\____/___/
                          Welcome to UniGetUI Version 3.1.4
[2024-12-19 15:58:38]
[2024-12-19 15:58:38] Build 73
[2024-12-19 15:58:38] Encoding Code Page set to 65001
[2024-12-19 15:58:39] Using built-in UniGetUI Elevator
[2024-12-19 15:58:39] Loaded language locale: en
[2024-12-19 15:58:40] Randomly-generated background API auth token for the current session: xhj4nraev8a31rh1ljmovlu196retrkxg48ejtc5f0oqoioxhmkx9ms1qynt3eso
[2024-12-19 15:58:40] Api running on http://localhost:7058
[2024-12-19 15:58:40] Lang files were updated successfully from GitHub
[2024-12-19 15:58:40] Downloaded new icons and screenshots successfully!
[2024-12-19 15:58:41] Command vcpkg was not found on the system
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: vcpkg
                      █ Enabled: True
                      █ Found: False
                      █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT 
                      █ INSTALLED OR IT HAS BEEN MISCONFIGURED 
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:41] Command npm was not found on the system
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Npm
                      █ Enabled: True
                      █ Found: False
                      █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT 
                      █ INSTALLED OR IT HAS BEEN MISCONFIGURED 
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:41] Command cargo was not found on the system
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Cargo
                      █ Enabled: True
                      █ Found: False
                      █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT 
                      █ INSTALLED OR IT HAS BEEN MISCONFIGURED 
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: .NET Tool
                      █ Enabled: True
                      █ Found: False
                      █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT 
                      █ INSTALLED OR IT HAS BEEN MISCONFIGURED 
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Pip
                      █ Enabled: True
                      █ Found: True
                      █ Fancy exe name: pip
                      █ Executable path: C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\python.exe
                      █ Call arguments:  -m pip
                      █ Version: 
                      █   pip 24.3.1 from C:\Users\rokej\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\pip (python 3.13)
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:41] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Winget
                      █ Enabled: True
                      █ Found: True
                      █ Fancy exe name: winget.exe
                      █ Executable path: C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe
                      █ Call arguments: 
                      █ Version: 
                      █   System WinGet CLI Version: v1.10.40-preview
                      █   Using Native WinGet helper (COM Api)
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:42] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Chocolatey
                      █ Enabled: True
                      █ Found: True
                      █ Fancy exe name: choco.exe
                      █ Executable path: C:\Users\rokej\AppData\Local\UniGetUI\Chocolatey\choco.exe
                      █ Call arguments: 
                      █ Version: 
                      █   2.2.2
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:42] Command scoop was not found on the system
[2024-12-19 15:58:42] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Scoop
                      █ Enabled: True
                      █ Found: False
                      █ THE MANAGER WAS NOT FOUND. PERHAPS IT IS NOT 
                      █ INSTALLED OR IT HAS BEEN MISCONFIGURED 
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:42] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: PowerShell
                      █ Enabled: True
                      █ Found: True
                      █ Fancy exe name: powershell.exe
                      █ Executable path: C:\Windows\system32\windowspowershell\v1.0\powershell.exe
                      █ Call arguments:  -NoProfile -Command
                      █ Version: 
                      █   Name                           Value                                                                                   
                      █   ----                           -----                                                                                   
                      █   PSVersion                      5.1.26100.2200                                                                          
                      █   PSEdition                      Desktop                                                                                 
                      █   PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                 
                      █   BuildVersion                   10.0.26100.2200                                                                         
                      █   CLRVersion                     4.0.30319.42000                                                                         
                      █   WSManStackVersion              3.0                                                                                     
                      █   PSRemotingProtocolVersion      2.3                                                                                     
                      █   SerializationVersion           1.1.0.1
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:43] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: PowerShell7
                      █ Enabled: True
                      █ Found: True
                      █ Fancy exe name: pwsh.exe
                      █ Executable path: C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\pwsh.exe
                      █ Call arguments:  -NoProfile -Command
                      █ Version: 
                      █   PowerShell 7.5.0-rc.1
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[2024-12-19 15:58:43] LoadComponentsAsync finished executing. All managers loaded. Proceeding to interface.
[2024-12-19 15:58:43] Command parse_pip_search.exe was not found on the system
[2024-12-19 15:58:43] Dependency parse-pip-search was not found for manager Pip, marking to prompt...
[2024-12-19 15:58:43] Found 14 installed packages from Pip
[2024-12-19 15:58:44] Found 5 installed packages from PowerShell7
[2024-12-19 15:58:44] Found 0 installed packages from Chocolatey
[2024-12-19 15:58:44] Found 0 available updates from Chocolatey
[2024-12-19 15:58:44] Cached ocon for id=Microsoft.WinGet.Client is INVALID (PackageVersion)
[2024-12-19 15:58:45] Found 7 available updates from Winget
[2024-12-19 15:58:45] Found 167 installed packages from Winget
[2024-12-19 15:58:45] Found 1 installed packages from PowerShell
[2024-12-19 15:58:45] Cached ocon for id=Microsoft.WinGet.Client is INVALID (PackageVersion)
[2024-12-19 15:58:45] Found 0 available updates from Pip
[2024-12-19 15:58:45] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:46] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:46] Cached ocon for id=Microsoft.WinGet.Client is INVALID (PackageVersion)
[2024-12-19 15:58:46] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:46] Found 1 available updates from PowerShell
[2024-12-19 15:58:47] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:47] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:48] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:48] Could not parse Images array from Microsoft Store response
[2024-12-19 15:58:48] Could not parse Images array from Microsoft Store response
[2024-12-19 15:59:00] Loaded operation parameters for package id=Google.Chrome.Canary on manager Winget and operation Update: update --id "Google.Chrome.Canary" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 15:59:35] Found 3 available updates from PowerShell7
[2024-12-19 16:04:55] Loaded operation parameters for package id=Microsoft.OpenJDK.17 on manager Winget and operation Update: update --id "Microsoft.OpenJDK.17" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 16:05:04] Loaded operation parameters for package id=Microsoft.OpenJDK.21 on manager Winget and operation Update: update --id "Microsoft.OpenJDK.21" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 16:05:12] Loaded operation parameters for package id=Microsoft.WinGet.Client on manager PowerShell and operation Update: Update-Module -Name Microsoft.WinGet.Client -Confirm:$false -Force -Scope CurrentUser
[2024-12-19 16:05:13] Loaded operation parameters for package id=Microsoft.WinGet.Client on manager PowerShell and operation Update: Update-Module -Name Microsoft.WinGet.Client -Confirm:$false -Force
[2024-12-19 16:05:30] Loaded operation parameters for package id=Nextcloud.NextcloudDesktop on manager Winget and operation Update: update --id "Nextcloud.NextcloudDesktop" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 16:44:25] Loaded operation parameters for package id=OBSProject.OBSStudio on manager Winget and operation Update: update --id "OBSProject.OBSStudio" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 16:44:31] Loaded operation parameters for package id=Microsoft.WSL on manager Winget and operation Update: update --id "Microsoft.WSL" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 16:59:36] Found 0 available updates from Chocolatey
[2024-12-19 16:59:38] Found 3 available updates from Winget
[2024-12-19 16:59:38] Found 0 available updates from PowerShell
[2024-12-19 16:59:39] Found 0 available updates from Pip
[2024-12-19 17:00:03] Found 3 available updates from PowerShell7
[2024-12-19 18:00:04] Found 0 available updates from Chocolatey
[2024-12-19 18:00:06] Found 3 available updates from Winget
[2024-12-19 18:00:06] Found 0 available updates from Pip
[2024-12-19 18:00:08] Found 0 available updates from PowerShell
[2024-12-19 18:01:00] Found 3 available updates from PowerShell7
[2024-12-19 18:05:11] Found 0 screenshots for package Id=Microsoft.WSL
[2024-12-19 18:05:13] Loaded details for package Microsoft.WSL on manager Winget
[2024-12-19 18:05:13] Loaded operation parameters for package id=Microsoft.WSL on manager Winget and operation Update: update --id "Microsoft.WSL" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force
[2024-12-19 18:15:17] Command parse_pip_search.exe was not found on the system
[2024-12-19 18:15:18] Found 1 available packages from Chocolatey with the query unigetui
[2024-12-19 18:15:19] Found 9 available packages from Winget with the query unigetui
[2024-12-19 18:15:19] Could not parse Images array from Microsoft Store response
[2024-12-19 18:15:19] Manager Pip failed to find packages with exception Win32Exception: An error occurred trying to start process 'parse_pip_search.exe' with working directory 'C:\Program Files\UniGetUI'. The system cannot find the file specified.
[2024-12-19 18:15:19] Since this was the first attempt, Pip.AttemptFastRepair() will be called and the procedure will be restarted
[2024-12-19 18:15:19] Command parse_pip_search.exe was not found on the system
[2024-12-19 18:15:20] No Logo image found for package 9NB9M5KZ8SLX in Microsoft Store response
[2024-12-19 18:15:20] Error finding packages on manager Pip with query unigetui
[2024-12-19 18:15:20] System.AggregateException: One or more errors occurred. (An error occurred trying to start process 'parse_pip_search.exe' with working directory 'C:\Program Files\UniGetUI'. The system cannot find the file specified.)
                       ---> System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'parse_pip_search.exe' with working directory 'C:\Program Files\UniGetUI'. The system cannot find the file specified.
                         at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
                         at UniGetUI.PackageEngine.Managers.PipManager.Pip.FindPackages_UnSafe(String query) in C:\SomePrograms\WingetUI-Store\src\UniGetUI.PackageEngine.Managers.Pip\Pip.cs:line 107
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.<>c__DisplayClass50_0.<_findPackages>b__0() in C:\SomePrograms\WingetUI-Store\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 147
                         at System.Threading.Tasks.Task`1.InnerInvoke()
                         at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
                      --- End of stack trace from previous location ---
                         at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
                         at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
                         --- End of inner exception stack trace ---
                         at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
                         at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
                         at System.Threading.Tasks.Task.Wait(TimeSpan timeout, CancellationToken cancellationToken)
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager._findPackages(String query, Boolean SecondAttempt) in C:\SomePrograms\WingetUI-Store\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 148
[2024-12-19 18:15:49] Found 0 available packages from PowerShell7 with the query unigetui
[2024-12-19 18:15:49] Found 0 available packages from PowerShell with the query unigetui

Package Managers Logs

Manager WinGet with version:
System WinGet CLI Version: v1.10.40-preview
Using Native WinGet helper (COM Api)

——————————————————————————————————————————


Logged native task on manager Winget. Task type is ListSources
Process start time: 2024-12-19 15:58:41
Process end time:   2024-12-19 15:58:41

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged subprocess-based task on manager Winget. Task type is RefreshIndexes
Subprocess executable: "C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe"
Command-line arguments: " source update --disable-interactivity"
Process start time: 2024-12-19 15:58:43
Process end time:   2024-12-19 15:58:43

-- Process STDOUT
 ...

Return code: SUCCESS (0)

——————————————————————————————————————————

Logged native task on manager Winget. Task type is ListInstalledPackages
Process start time: 2024-12-19 15:58:43
Process end time:   2024-12-19 15:58:45

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is OtherTask
Process start time: 2024-12-19 15:58:43
Process end time:   2024-12-19 15:58:44

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is ListUpdates
Process start time: 2024-12-19 15:58:43
Process end time:   2024-12-19 15:58:45

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged subprocess-based task on manager Winget. Task type is RefreshIndexes
Subprocess executable: "C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe"
Command-line arguments: " source update --disable-interactivity"
Process start time: 2024-12-19 16:59:35
Process end time:   2024-12-19 16:59:37

-- Process STDOUT
 ...

Return code: SUCCESS (0)

——————————————————————————————————————————

Logged native task on manager Winget. Task type is ListUpdates
Process start time: 2024-12-19 16:59:37
Process end time:   2024-12-19 16:59:38

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is OtherTask
Process start time: 2024-12-19 16:59:37
Process end time:   2024-12-19 16:59:38

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged subprocess-based task on manager Winget. Task type is RefreshIndexes
Subprocess executable: "C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe"
Command-line arguments: " source update --disable-interactivity"
Process start time: 2024-12-19 18:00:04
Process end time:   2024-12-19 18:00:04

-- Process STDOUT
 ...

Return code: SUCCESS (0)

——————————————————————————————————————————

Logged native task on manager Winget. Task type is ListUpdates
Process start time: 2024-12-19 18:00:04
Process end time:   2024-12-19 18:00:06

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is OtherTask
Process start time: 2024-12-19 18:00:04
Process end time:   2024-12-19 18:00:06

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is LoadPackageDetails
Process start time: 2024-12-19 18:05:11
Process end time:   2024-12-19 18:05:13

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is LoadPackageVersions
Process start time: 2024-12-19 18:05:11
Process end time:   2024-12-19 18:05:11

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Logged native task on manager Winget. Task type is FindPackages
Process start time: 2024-12-19 18:15:17
Process end time:   2024-12-19 18:15:19

-- Task information
 ...

The task reported success

——————————————————————————————————————————

Relevant information

No response

Screenshots and videos

image

@RokeJulianLockhart RokeJulianLockhart added the bug Something isn't working label Dec 19, 2024
@RokeJulianLockhart
Copy link
Author

#3092 (comment)

"Update as administrator", accessible via "Package details", appears to successfully update the package, as MustardChef/WSABuilds#447 (comment) explains:

Starting package update operation for package id=Microsoft.WSL with Manager name=Winget
Given installation options are <InstallationOptions: SkipHashCheck=False;InteractiveInstallation=False;RunAsAdministrator=True;Version=;Architecture=;InstallationScope=;InstallationScope=;CustomParameters=;RemoveDataOnUninstall=False>
Process Executable     : C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe
Process Call Arguments : "C:\Users\rokej\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Microsoft.WSL" --exact --source winget --accept-source-agreements --disable-interactivity --silent  --include-unknown --accept-package-agreements --force
Working Directory      : C:\Users\rokej
Process Start Time     : 2024-12-19 18:23:40
Found Windows Subsystem for Linux [Microsoft.WSL] Version 2.3.26.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Successfully verified installer hash
Starting package install...
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  1%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  2%
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  3%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  4%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  5%
█▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  6%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  7%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  8%
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  9%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  10%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  11%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  12%
███▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  13%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  14%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  15%
████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  16%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  17%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  18%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  19%
█████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  19%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  20%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  21%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  22%
██████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  23%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  24%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  25%
███████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  26%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  27%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  28%
████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  28%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  30%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  31%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  32%
█████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  33%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  34%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  35%
██████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  36%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  37%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  38%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  38%
███████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  39%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  40%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  41%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  42%
████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  43%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  44%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  45%
█████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  46%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  47%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  48%
██████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  49%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  50%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  51%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  52%
███████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒  53%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  54%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  55%
████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  56%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  57%
█████████████████▒▒▒▒▒▒▒▒▒▒▒▒▒  59%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  60%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  61%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  62%
██████████████████▒▒▒▒▒▒▒▒▒▒▒▒  63%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  64%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  65%
███████████████████▒▒▒▒▒▒▒▒▒▒▒  66%
████████████████████▒▒▒▒▒▒▒▒▒▒  67%
████████████████████▒▒▒▒▒▒▒▒▒▒  68%
████████████████████▒▒▒▒▒▒▒▒▒▒  69%
█████████████████████▒▒▒▒▒▒▒▒▒  70%
█████████████████████▒▒▒▒▒▒▒▒▒  71%
█████████████████████▒▒▒▒▒▒▒▒▒  72%
█████████████████████▒▒▒▒▒▒▒▒▒  73%
██████████████████████▒▒▒▒▒▒▒▒  74%
██████████████████████▒▒▒▒▒▒▒▒  75%
██████████████████████▒▒▒▒▒▒▒▒  76%
██████████████████████▒▒▒▒▒▒▒▒  76%
███████████████████████▒▒▒▒▒▒▒  77%
███████████████████████▒▒▒▒▒▒▒  78%
███████████████████████▒▒▒▒▒▒▒  79%
████████████████████████▒▒▒▒▒▒  80%
████████████████████████▒▒▒▒▒▒  81%
████████████████████████▒▒▒▒▒▒  82%
████████████████████████▒▒▒▒▒▒  83%
█████████████████████████▒▒▒▒▒  84%
█████████████████████████▒▒▒▒▒  85%
█████████████████████████▒▒▒▒▒  86%
██████████████████████████▒▒▒▒  87%
██████████████████████████▒▒▒▒  88%
██████████████████████████▒▒▒▒  89%
████████████████████████████▒▒  94%
████████████████████████████▒▒  95%
████████████████████████████▒▒  95%
████████████████████████████▒▒  96%
█████████████████████████████▒  98%
█████████████████████████████▒  98%
██████████████████████████████  100%
Successfully installed
Notes: If the virtual machine platform Windows optional feature was enabled, a restart is required for WSL to function properly.
Process Exit Code      : 0
Process End Time       : 2024-12-19 18:25:15

@RokeJulianLockhart
Copy link
Author

#3092 (comment)

I shall replace this with #3093 (comment).

@RokeJulianLockhart RokeJulianLockhart closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants