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

WSL msi will not install via Intune #10906

Closed
1 of 2 tasks
AlanAbluestem opened this issue Dec 11, 2023 · 24 comments
Closed
1 of 2 tasks

WSL msi will not install via Intune #10906

AlanAbluestem opened this issue Dec 11, 2023 · 24 comments
Assignees
Labels
msix Installer issue.

Comments

@AlanAbluestem
Copy link

Windows Version

Windows 11 22H2 build 10.0.22621.2715

WSL Version

msi version 2.0.9

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

unknown

Distro Version

n/a

Other Software

n/a

Repro Steps

Our goal is to deploy WSL, along with a distribution, via Intune so standard users can install WSL without admin rights.
Downloaded the latest msi release (2.0.9) from https://github.com/microsoft/wsl/releases
We imported this MSI into Intune as a LOB app but after deployment, the app would not show up on target devices.
We then used the Intune Win 32 content prep tool to wrap the msi along with a powershell script to call it. This deployed normally but the msi failed with exit code 1603.
command in Powershell to call the msi: start-process .\wsl.2.0.9.0.x64.msi "/norestart /quiet -Wait;
We later added the /L*vx switch with a path/log location to capture verbose logging.
The same command line works when running from an Administrative cmd prompt or PoshPrompt.

Expected Behavior

The WSL MSI would install successfully

Actual Behavior

The installation fails with error code 1603.

Diagnostic Logs

log file emailed to [email protected] with notes per the Contributing.md file linking it to this bug report.

Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@OneBlue
Copy link
Collaborator

OneBlue commented Dec 11, 2023

Thank you @AlanAbluestem. Can you share the MSI logs ? You can get them via:

msiexec /i /path/to/msi /L*V C:\wsllogs.txt

@OneBlue
Copy link
Collaborator

OneBlue commented Dec 11, 2023

Thank you @AlanAbluestem. Can you share the MSI logs ? You can get them via:

msiexec /i /path/to/msi /L*V C:\wsllogs.txt

Just saw that you already did that. We haven't received them yet. If you're OK with this feel free to just put them here. MSI logs shouldn't contain anything private.

@ultimaC
Copy link

ultimaC commented Dec 12, 2023

Thank you @AlanAbluestem. Can you share the MSI logs ? You can get them via:

msiexec /i /path/to/msi /L*V C:\wsllogs.txt

Just saw that you already did that. We haven't received them yet. If you're OK with this feel free to just put them here. MSI logs shouldn't contain anything private.

Hi guys, I have exactly the same issue with exactly the same version 2.0.9.0. When I run it with powersheel deployment toolkit under my admin account, its working normally but when I deploy it with Ivanti Endpoint Management installing it under SYSTEM local account, I got 1603 error. Meanwhile today I found that theres 2.0.14.0 version so I would try my luck with this but to me it looks like theres an issue when at least 2.0.9.0 msi package is installed as "SYSTEM" which is necessary for us.

Regards
Jindrich

@AlanAbluestem
Copy link
Author

Thank you @AlanAbluestem. Can you share the MSI logs ? You can get them via:

msiexec /i /path/to/msi /L*V C:\wsllogs.txt

Just saw that you already did that. We haven't received them yet. If you're OK with this feel free to just put them here. MSI logs shouldn't contain anything private.

Our Security rules are pretty strict and I am not allowed to publish them publicly. I had to bend a few rules just to send them the other method. I guess we will have to wait until they make their way to you via that channel, sorry.

@ultimaC
Copy link

ultimaC commented Dec 13, 2023

Update: currently I tested also version 2.0.14.0 but unfortunately with the same error 1603.

just to clarify the method:

  • using msi file as install source
  • using powershell deployment toolkit template provisioned by Ivanti Endpoint Management
  • provisioned under system local account "SYSTEM"
  • using my admin credentials is normally working which is the only difference here

-> is this msi installer build to be handled correctly by SYSTEM account?

  • tested on multiple devices BTW

I dont want to post whole install log, we also have strict policy but theres nothing extra telling what is wrong and its outcome is:

MSI (s) (60:7C) [09:27:32:096]: Note: 1: 1708 

MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (60:7C) [09:27:32:096]: Product: Windows Subsystem for Linux -- Installation failed.

MSI (s) (60:7C) [09:27:32:096]: Windows Installer installed the product. Product Name: Windows Subsystem for Linux. Product version: 2.0.14.0. Product language: 1033. Manufacturer: Microsoft Corporation. Installation status (success or error): 1603.

MSI (s) (60:7C) [09:27:32:111]: Deferring clean up of packages/files, if any exist
MSI (s) (60:7C) [09:27:32:111]: MainEngineThread is returning 1603
MSI (s) (60:0C) [09:27:32:114]: RESTART MANAGER: Session closed.
MSI (s) (60:0C) [09:27:32:114]: No System Restore sequence number for this installation.
=== Logging stopped: 13.12.2023  9:27:32 ===

Here is info about user (our local SYSTEM account has regular full permissions btw):

Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM

If you need something specific from the log, please let me know.

Br
Jindrich

@OneBlue
Copy link
Collaborator

OneBlue commented Dec 13, 2023

If you need something specific from the log, please let me know.

Unfortunately what you shared isn't enough to root cause the issue. There's most likely another error in the logs. Can the post the whole log ? Feel free to redact user names and paths if that helps.

@ultimaC
Copy link

ultimaC commented Dec 14, 2023

If you need something specific from the log, please let me know.

Unfortunately what you shared isn't enough to root cause the issue. There's most likely another error in the logs. Can the post the whole log ? Feel free to redact user names and paths if that helps.

Yeaaah I thought it wouldnt be enough. :D

OK I cleaned the log from sensitive stuff (its btw from version 2.0.14 from yesterday but its the same as for 2.0.9):

=== Verbose logging started: 13.12.2023  9:27:27  Build type: SHIP UNICODE 5.00.10011.00  Calling process: C:\Windows\System32\msiexec.exe ===
MSI (c) (78:B0) [09:27:27:402]: Resetting cached policy values
MSI (c) (78:B0) [09:27:27:402]: Machine policy value 'Debug' is 0
MSI (c) (78:B0) [09:27:27:402]: ******* RunEngine:
           ******* Product: path\wsl.2.0.14.0.x64.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (78:B0) [09:27:27:404]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (78:B0) [09:27:27:404]: Grabbed execution mutex.
MSI (c) (78:B0) [09:27:27:444]: Cloaking enabled.
MSI (c) (78:B0) [09:27:27:444]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (78:B0) [09:27:27:448]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (60:0C) [09:27:27:457]: Running installation inside multi-package transaction path\wsl.2.0.14.0.x64.msi
MSI (s) (60:0C) [09:27:27:457]: Grabbed execution mutex.
MSI (s) (60:7C) [09:27:27:460]: Resetting cached policy values
MSI (s) (60:7C) [09:27:27:460]: Machine policy value 'Debug' is 0
MSI (s) (60:7C) [09:27:27:460]: ******* RunEngine:
           ******* Product: path\wsl.2.0.14.0.x64.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (s) (60:7C) [09:27:27:461]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (60:7C) [09:27:27:466]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (60:7C) [09:27:27:466]: SRSetRestorePoint skipped for this transaction.
MSI (s) (60:7C) [09:27:27:466]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (s) (60:7C) [09:27:27:468]: File will have security applied from OpCode.
MSI (s) (60:7C) [09:27:27:627]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'path\wsl.2.0.14.0.x64.msi' against software restriction policy
MSI (s) (60:7C) [09:27:27:627]: SOFTWARE RESTRICTION POLICY: path\wsl.2.0.14.0.x64.msi has a digital signature
MSI (s) (60:7C) [09:27:27:627]: SOFTWARE RESTRICTION POLICY: path\wsl.2.0.14.0.x64.msi is permitted to run because the user token authorizes execution (system or service token).
MSI (s) (60:7C) [09:27:27:628]: MSCOREE not loaded loading copy from system32
MSI (s) (60:7C) [09:27:27:632]: End dialog not enabled
MSI (s) (60:7C) [09:27:27:632]: Original package ==> path\wsl.2.0.14.0.x64.msi
MSI (s) (60:7C) [09:27:27:632]: Package we're running from ==> C:\Windows\Installer\a9199e9.msi
MSI (s) (60:7C) [09:27:27:633]: APPCOMPAT: Compatibility mode property overrides found.
MSI (s) (60:7C) [09:27:27:634]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}'.
MSI (s) (60:7C) [09:27:27:635]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (60:7C) [09:27:27:641]: Machine policy value 'TransformsSecure' is 0
MSI (s) (60:7C) [09:27:27:641]: User policy value 'TransformsAtSource' is 0
MSI (s) (60:7C) [09:27:27:641]: Machine policy value 'DisablePatch' is 0
MSI (s) (60:7C) [09:27:27:641]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (60:7C) [09:27:27:641]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (60:7C) [09:27:27:641]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (60:7C) [09:27:27:642]: APPCOMPAT: looking for appcompat database entry with ProductCode '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}'.
MSI (s) (60:7C) [09:27:27:642]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (60:7C) [09:27:27:642]: Transforms are not secure.
MSI (s) (60:7C) [09:27:27:642]: Note: 1: 2205 2:  3: Control 
MSI (s) (60:7C) [09:27:27:642]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'path\Windows Subsystem for Linux\Microsoft Corp_Windows Subsystem for Linux_ENU_20140_1213-0927_Install.log'.
MSI (s) (60:7C) [09:27:27:642]: Command Line: REBOOT=ReallySuppress REBOOT=ReallySuppress CURRENTDIRECTORY=path\Files CLIENTUILEVEL=3 CLIENTPROCESSID=7032 
MSI (s) (60:7C) [09:27:27:642]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{A7968BEE-F6EF-4F4C-8F9D-5A8C354BF1C8}'.
MSI (s) (60:7C) [09:27:27:642]: Product Code passed to Engine.Initialize:           ''
MSI (s) (60:7C) [09:27:27:642]: Product Code from property table before transforms: '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}'
MSI (s) (60:7C) [09:27:27:642]: Product Code from property table after transforms:  '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}'
MSI (s) (60:7C) [09:27:27:642]: Product not registered: beginning first-time install
MSI (s) (60:7C) [09:27:27:642]: Product {B65C3390-98CD-4624-B0CC-F44416BDF6A3} is not managed.
MSI (s) (60:7C) [09:27:27:643]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (60:7C) [09:27:27:643]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (60:7C) [09:27:27:643]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (60:7C) [09:27:27:643]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (60:7C) [09:27:27:643]: Adding new sources is allowed.
MSI (s) (60:7C) [09:27:27:643]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (60:7C) [09:27:27:643]: Package name extracted from package path: 'wsl.2.0.14.0.x64.msi'
MSI (s) (60:7C) [09:27:27:643]: Package to be registered: 'wsl.2.0.14.0.x64.msi'
MSI (s) (60:7C) [09:27:27:643]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:646]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (s) (60:7C) [09:27:27:646]: Machine policy value 'DisableMsi' is 0
MSI (s) (60:7C) [09:27:27:646]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (60:7C) [09:27:27:646]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (60:7C) [09:27:27:646]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (60:7C) [09:27:27:646]: Running product '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}' with elevated privileges: Product is assigned.
MSI (s) (60:7C) [09:27:27:646]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (60:7C) [09:27:27:646]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'path\Files'.
MSI (s) (60:7C) [09:27:27:646]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (60:7C) [09:27:27:646]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7032'.
MSI (s) (60:7C) [09:27:27:646]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (60:7C) [09:27:27:648]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'bf27381619aac348bd54993569489855'.
MSI (s) (60:7C) [09:27:27:648]: RESTART MANAGER: Session opened.
MSI (s) (60:7C) [09:27:27:648]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
MSI (s) (60:7C) [09:27:27:648]: TRANSFORMS property is now: 
MSI (s) (60:7C) [09:27:27:648]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '500'.
MSI (s) (60:7C) [09:27:27:651]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming
MSI (s) (60:7C) [09:27:27:652]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Favorites
MSI (s) (60:7C) [09:27:27:652]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (60:7C) [09:27:27:653]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Documents
MSI (s) (60:7C) [09:27:27:654]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (60:7C) [09:27:27:654]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (60:7C) [09:27:27:655]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (60:7C) [09:27:27:656]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (60:7C) [09:27:27:656]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (60:7C) [09:27:27:656]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Local
MSI (s) (60:7C) [09:27:27:657]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Pictures
MSI (s) (60:7C) [09:27:27:658]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (60:7C) [09:27:27:659]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (60:7C) [09:27:27:659]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:27:660]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (60:7C) [09:27:27:660]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (60:7C) [09:27:27:662]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (60:7C) [09:27:27:662]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (60:7C) [09:27:27:663]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:27:663]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (60:7C) [09:27:27:664]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Desktop
MSI (s) (60:7C) [09:27:27:665]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (60:7C) [09:27:27:665]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (s) (60:7C) [09:27:27:666]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (s) (60:7C) [09:27:27:669]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (60:7C) [09:27:27:669]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'company name'.
MSI (s) (60:7C) [09:27:27:669]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'company name'.
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\a9199e9.msi'.
MSI (s) (60:7C) [09:27:27:669]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'path\wsl.2.0.14.0.x64.msi'.
MSI (s) (60:7C) [09:27:27:669]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (60:7C) [09:27:27:669]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (60:7C) [09:27:27:670]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:670]: Machine policy value 'DisableRollback' is 0
MSI (s) (60:7C) [09:27:27:670]: User policy value 'DisableRollback' is 0
MSI (s) (60:7C) [09:27:27:670]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 13.12.2023  9:27:27 ===
MSI (s) (60:7C) [09:27:27:670]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (60:7C) [09:27:27:670]: Note: 1: 2205 2:  3: LaunchCondition 
MSI (s) (60:7C) [09:27:27:670]: Note: 1: 2228 2:  3: LaunchCondition 4: SELECT `Condition` FROM `LaunchCondition` 
MSI (s) (60:7C) [09:27:27:670]: APPCOMPAT: [DetectVersionLaunchCondition] Failed to initialize pRecErr.
MSI (s) (60:7C) [09:27:27:671]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (60:7C) [09:27:27:671]: Doing action: INSTALL
MSI (s) (60:7C) [09:27:27:671]: Note: 1: 2205 2:  3: ActionText 
Action start 9:27:27: INSTALL.
MSI (s) (60:7C) [09:27:27:672]: Running ExecuteSequence
MSI (s) (60:7C) [09:27:27:672]: Doing action: FindRelatedProducts
MSI (s) (60:7C) [09:27:27:672]: Note: 1: 2205 2:  3: ActionText 
Action start 9:27:27: FindRelatedProducts.
MSI (s) (60:7C) [09:27:27:674]: Doing action: AppSearch
MSI (s) (60:7C) [09:27:27:674]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: FindRelatedProducts. Return value 1.
Action start 9:27:27: AppSearch.
MSI (s) (60:7C) [09:27:27:674]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (60:7C) [09:27:27:674]: PROPERTY CHANGE: Adding EXPLORERSHELL property. Its value is '@wsl.exe,-2'.
MSI (s) (60:7C) [09:27:27:674]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (60:7C) [09:27:27:674]: PROPERTY CHANGE: Adding EXPLORERPLAN9SHORTCUT property. Its value is 'Linux'.
MSI (s) (60:7C) [09:27:27:675]: Doing action: ValidateProductID
MSI (s) (60:7C) [09:27:27:675]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: AppSearch. Return value 1.
Action start 9:27:27: ValidateProductID.
MSI (s) (60:7C) [09:27:27:675]: Doing action: CostInitialize
MSI (s) (60:7C) [09:27:27:675]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: ValidateProductID. Return value 1.
MSI (s) (60:7C) [09:27:27:676]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (60:7C) [09:27:27:677]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (60:7C) [09:27:27:677]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: Patch 
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: __MsiPatchFileList 
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`  
MSI (s) (60:7C) [09:27:27:677]: Note: 1: 2205 2:  3: Patch 
Action start 9:27:27: CostInitialize.
MSI (s) (60:7C) [09:27:27:678]: Doing action: FileCost
MSI (s) (60:7C) [09:27:27:678]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: CostInitialize. Return value 1.
MSI (s) (60:7C) [09:27:27:679]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (60:7C) [09:27:27:679]: Note: 1: 2205 2:  3: Class 
MSI (s) (60:7C) [09:27:27:679]: Note: 1: 2205 2:  3: Extension 
MSI (s) (60:7C) [09:27:27:679]: Note: 1: 2205 2:  3: TypeLib 
Action start 9:27:27: FileCost.
MSI (s) (60:7C) [09:27:27:679]: Doing action: CostFinalize
MSI (s) (60:7C) [09:27:27:679]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: FileCost. Return value 1.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (60:7C) [09:27:27:680]: Note: 1: 2205 2:  3: Patch 
MSI (s) (60:7C) [09:27:27:680]: Note: 1: 2205 2:  3: Condition 
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Program Files\WSL\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding zh_TW property. Its value is 'C:\Program Files\WSL\zh-TW\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding zh_CN property. Its value is 'C:\Program Files\WSL\zh-CN\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding tr_TR property. Its value is 'C:\Program Files\WSL\tr-TR\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding sv_SE property. Its value is 'C:\Program Files\WSL\sv-SE\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding ru_RU property. Its value is 'C:\Program Files\WSL\ru-RU\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding pt_PT property. Its value is 'C:\Program Files\WSL\pt-PT\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding pt_BR property. Its value is 'C:\Program Files\WSL\pt-BR\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding pl_PL property. Its value is 'C:\Program Files\WSL\pl-PL\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding nl_NL property. Its value is 'C:\Program Files\WSL\nl-NL\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding nb_NO property. Its value is 'C:\Program Files\WSL\nb-NO\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding ko_KR property. Its value is 'C:\Program Files\WSL\ko-KR\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding ja_JP property. Its value is 'C:\Program Files\WSL\ja-JP\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding it_IT property. Its value is 'C:\Program Files\WSL\it-IT\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding hu_HU property. Its value is 'C:\Program Files\WSL\hu-HU\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding fr_FR property. Its value is 'C:\Program Files\WSL\fr-FR\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding fi_FI property. Its value is 'C:\Program Files\WSL\fi-FI\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding es_ES property. Its value is 'C:\Program Files\WSL\es-ES\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding en_US property. Its value is 'C:\Program Files\WSL\en-US\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding en_GB property. Its value is 'C:\Program Files\WSL\en-GB\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding de_DE property. Its value is 'C:\Program Files\WSL\de-DE\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding da_DK property. Its value is 'C:\Program Files\WSL\da-DK\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding cs_CZ property. Its value is 'C:\Program Files\WSL\cs-CZ\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding LIBFOLDER property. Its value is 'C:\Program Files\WSL\lib\'.
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding TOOLSFOLDER property. Its value is 'C:\Program Files\WSL\tools\'.
MSI (s) (60:7C) [09:27:27:680]: Target path resolution complete. Dumping Directory table...
MSI (s) (60:7C) [09:27:27:680]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: WindowsFolder	, Object: C:\Windows\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: ProgramMenuFolder	, Object: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: ProgramFiles64Folder	, Object: C:\Program Files\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: INSTALLDIR	, Object: C:\Program Files\WSL\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: zh_TW	, Object: C:\Program Files\WSL\zh-TW\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: zh_CN	, Object: C:\Program Files\WSL\zh-CN\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: tr_TR	, Object: C:\Program Files\WSL\tr-TR\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: sv_SE	, Object: C:\Program Files\WSL\sv-SE\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: ru_RU	, Object: C:\Program Files\WSL\ru-RU\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: pt_PT	, Object: C:\Program Files\WSL\pt-PT\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: pt_BR	, Object: C:\Program Files\WSL\pt-BR\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: pl_PL	, Object: C:\Program Files\WSL\pl-PL\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: nl_NL	, Object: C:\Program Files\WSL\nl-NL\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: nb_NO	, Object: C:\Program Files\WSL\nb-NO\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: ko_KR	, Object: C:\Program Files\WSL\ko-KR\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: ja_JP	, Object: C:\Program Files\WSL\ja-JP\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: it_IT	, Object: C:\Program Files\WSL\it-IT\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: hu_HU	, Object: C:\Program Files\WSL\hu-HU\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: fr_FR	, Object: C:\Program Files\WSL\fr-FR\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: fi_FI	, Object: C:\Program Files\WSL\fi-FI\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: es_ES	, Object: C:\Program Files\WSL\es-ES\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: en_US	, Object: C:\Program Files\WSL\en-US\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: en_GB	, Object: C:\Program Files\WSL\en-GB\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: de_DE	, Object: C:\Program Files\WSL\de-DE\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: da_DK	, Object: C:\Program Files\WSL\da-DK\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: cs_CZ	, Object: C:\Program Files\WSL\cs-CZ\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: LIBFOLDER	, Object: C:\Program Files\WSL\lib\
MSI (s) (60:7C) [09:27:27:680]: Dir (target): Key: TOOLSFOLDER	, Object: C:\Program Files\WSL\tools\
MSI (s) (60:7C) [09:27:27:680]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
MSI (s) (60:7C) [09:27:27:681]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (60:7C) [09:27:27:681]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? 
Action start 9:27:27: CostFinalize.
MSI (s) (60:7C) [09:27:27:681]: Doing action: MigrateFeatureStates
MSI (s) (60:7C) [09:27:27:681]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: CostFinalize. Return value 1.
Action start 9:27:27: MigrateFeatureStates.
MSI (s) (60:7C) [09:27:27:682]: Doing action: InstallValidate
MSI (s) (60:7C) [09:27:27:682]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: MigrateFeatureStates. Return value 0.
MSI (s) (60:7C) [09:27:27:683]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'bf27381619aac348bd54993569489855'.
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: Dialog 
MSI (s) (60:7C) [09:27:27:683]: Feature: WSL; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: tools; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: wsl; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: wslservice; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: wslg; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: msal; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_cs_CZ; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_da_DK; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_de_DE; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_en_GB; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_en_US; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_es_ES; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_fi_FI; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_fr_FR; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_hu_HU; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_it_IT; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_ja_JP; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_ko_KR; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_nb_NO; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_nl_NL; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_pl_PL; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_pt_BR; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_pt_PT; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_ru_RU; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_sv_SE; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_tr_TR; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_zh_CN; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: lang_zh_TW; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: directx; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: explorerplan9shortcut; Installed: Absent;   Request: Local;   Action: Null
MSI (s) (60:7C) [09:27:27:683]: Component: explorershell; Installed: Absent;   Request: Local;   Action: Null
MSI (s) (60:7C) [09:27:27:683]: Component: __wsl65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: __wsl66; Installed: Null;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: __explorerplan9shortcut65; Installed: Null;   Request: Local;   Action: Null
MSI (s) (60:7C) [09:27:27:683]: Component: __explorershell65; Installed: Null;   Request: Local;   Action: Null
MSI (s) (60:7C) [09:27:27:683]: Component: __wslservice65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Component: __wslg65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: Extension 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: Font 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: Class 
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: TypeLib 
Action start 9:27:27: InstallValidate.
MSI (s) (60:7C) [09:27:27:683]: Note: 1: 2205 2:  3: _RemoveFilePath 
MSI (s) (60:7C) [09:27:27:691]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: Extension 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: Font 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: Class 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: TypeLib 
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2727 2:  
MSI (s) (60:7C) [09:27:27:691]: Note: 1: 2205 2:  3: FilesInUse 
MSI (s) (60:7C) [09:27:27:699]: Note: 1: 2727 2:  
MSI (s) (60:7C) [09:27:27:699]: Doing action: RemoveExistingProducts
MSI (s) (60:7C) [09:27:27:699]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: InstallValidate. Return value 1.
MSI (s) (60:7C) [09:27:27:700]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:700]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 22 
Action start 9:27:27: RemoveExistingProducts.
MSI (s) (60:7C) [09:27:27:700]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:700]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 23 
MSI (s) (60:7C) [09:27:27:701]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:701]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 16 
MSI (s) (60:7C) [09:27:27:701]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:701]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 21 
MSI (s) (60:7C) [09:27:27:701]: Doing action: InstallInitialize
MSI (s) (60:7C) [09:27:27:701]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveExistingProducts. Return value 1.
MSI (s) (60:7C) [09:27:27:702]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (60:7C) [09:27:27:702]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (60:7C) [09:27:27:702]: BeginTransaction: Locking Server
MSI (s) (60:7C) [09:27:27:702]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (60:7C) [09:27:27:702]: SRSetRestorePoint skipped for this transaction.
MSI (s) (60:7C) [09:27:27:702]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (60:7C) [09:27:27:702]: Server not locked: locking for product {B65C3390-98CD-4624-B0CC-F44416BDF6A3}
Action start 9:27:27: InstallInitialize.
MSI (s) (60:7C) [09:27:27:705]: Doing action: ValidateInstall
MSI (s) (60:7C) [09:27:27:705]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: InstallInitialize. Return value 1.
MSI (s) (60:7C) [09:27:27:706]: Note: 1: 2205 2:  3: MsiPatchCertificate 
MSI (s) (60:7C) [09:27:27:706]: LUA patching is disabled: missing MsiPatchCertificate table
MSI (s) (60:7C) [09:27:27:706]: Resolving source.
MSI (s) (60:7C) [09:27:27:706]: Resolving source to launched-from source.
MSI (s) (60:7C) [09:27:27:706]: Setting launched-from source as last-used.
MSI (s) (60:7C) [09:27:27:706]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'path\Files\'.
MSI (s) (60:7C) [09:27:27:706]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'path\Files\'.
MSI (s) (60:7C) [09:27:27:706]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{B65C3390-98CD-4624-B0CC-F44416BDF6A3}'.
MSI (s) (60:7C) [09:27:27:706]: SOURCEDIR ==> path\Files\
MSI (s) (60:7C) [09:27:27:706]: SOURCEDIR product ==> {B65C3390-98CD-4624-B0CC-F44416BDF6A3}
MSI (s) (60:7C) [09:27:27:706]: Determining source type
MSI (s) (60:7C) [09:27:27:706]: Source type from package 'wsl.2.0.14.0.x64.msi': 2
MSI (s) (60:7C) [09:27:27:706]: SECREPAIR: Hash Database: C:\Windows\Installer\SourceHash{B65C3390-98CD-4624-B0CC-F44416BDF6A3}
MSI (s) (60:7C) [09:27:27:707]: Note: 1: 2262 2: SourceHash 3: -2147287038 
MSI (s) (60:7C) [09:27:27:708]: SECREPAIR: New Hash Database creation complete.
Action start 9:27:27: ValidateInstall.
MSI (s) (60:7C) [09:27:27:847]: Source path resolution complete. Dumping Directory table...
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: TARGETDIR	, Object: path\Files\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: WindowsFolder	, Object: path\Files\	, LongSubPath: 	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: ProgramMenuFolder	, path\Files\	, LongSubPath: PMenu\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: ProgramFiles64Folder	, path\Files\	, LongSubPath: PFiles64\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: INSTALLDIR	, Object: path\Files\	, LongSubPath: PFiles64\WSL\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: zh_TW	, Object: path\Files\	, LongSubPath: PFiles64\WSL\zh-TW\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: zh_CN	, Object: path\Files\	, LongSubPath: PFiles64\WSL\zh-CN\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: tr_TR	, Object: path\Files\	, LongSubPath: PFiles64\WSL\tr-TR\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: sv_SE	, Object: path\Files\	, LongSubPath: PFiles64\WSL\sv-SE\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: ru_RU	, Object: path\Files\	, LongSubPath: PFiles64\WSL\ru-RU\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: pt_PT	, Object: path\Files\	, LongSubPath: PFiles64\WSL\pt-PT\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: pt_BR	, Object: path\Files\	, LongSubPath: PFiles64\WSL\pt-BR\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: pl_PL	, Object: path\Files\	, LongSubPath: PFiles64\WSL\pl-PL\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: nl_NL	, Object: path\Files\	, LongSubPath: PFiles64\WSL\nl-NL\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: nb_NO	, Object: path\Files\	, LongSubPath: PFiles64\WSL\nb-NO\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: ko_KR	, Object: path\Files\	, LongSubPath: PFiles64\WSL\ko-KR\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: ja_JP	, Object: path\Files\	, LongSubPath: PFiles64\WSL\ja-JP\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: it_IT	, Object: path\Files\	, LongSubPath: PFiles64\WSL\it-IT\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: hu_HU	, Object: path\Files\	, LongSubPath: PFiles64\WSL\hu-HU\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: fr_FR	, Object: path\Files\	, LongSubPath: PFiles64\WSL\fr-FR\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: fi_FI	, Object: path\Files\	, LongSubPath: PFiles64\WSL\fi-FI\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: es_ES	, Object: path\Files\	, LongSubPath: PFiles64\WSL\es-ES\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: en_US	, Object: path\Files\	, LongSubPath: PFiles64\WSL\en-US\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: en_GB	, Object: path\Files\	, LongSubPath: PFiles64\WSL\en-GB\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: de_DE	, Object: path\Files\	, LongSubPath: PFiles64\WSL\de-DE\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: da_DK	, Object: path\Files\	, LongSubPath: PFiles64\WSL\da-DK\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: cs_CZ	, Object: path\Files\	, LongSubPath: PFiles64\WSL\cs-CZ\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: LIBFOLDER	, Object: path\Files\	, LongSubPath: PFiles64\WSL\lib\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Dir (source): Key: TOOLSFOLDER	, Object: path\Files\	, LongSubPath: PFiles64\WSL\tools\	, ShortSubPath: 
MSI (s) (60:7C) [09:27:27:847]: Note: 1: 2205 2:  3: ActionText 
MSI (s) (60:7C) [09:27:27:847]: Note: 1: 2205 2:  3: ActionText 
MSI (s) (60:7C) [09:27:27:848]: Note: 1: 2205 2:  3: ActionText 
MSI (s) (60:7C) [09:27:27:866]: Doing action: ProcessComponents
MSI (s) (60:7C) [09:27:27:866]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: ValidateInstall. Return value 1.
Action start 9:27:27: ProcessComponents.
MSI (s) (60:7C) [09:27:27:877]: Doing action: UnpublishFeatures
MSI (s) (60:7C) [09:27:27:877]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: ProcessComponents. Return value 1.
Action start 9:27:27: UnpublishFeatures.
MSI (s) (60:7C) [09:27:27:879]: Doing action: StopServices
MSI (s) (60:7C) [09:27:27:879]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: UnpublishFeatures. Return value 1.
Action start 9:27:27: StopServices.
MSI (s) (60:7C) [09:27:27:881]: Doing action: DeleteServices
MSI (s) (60:7C) [09:27:27:881]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: StopServices. Return value 1.
Action start 9:27:27: DeleteServices.
MSI (s) (60:7C) [09:27:27:883]: Doing action: RemoveRegistryValues
MSI (s) (60:7C) [09:27:27:883]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: DeleteServices. Return value 1.
Action start 9:27:27: RemoveRegistryValues.
MSI (s) (60:7C) [09:27:27:885]: Doing action: RemoveShortcuts
MSI (s) (60:7C) [09:27:27:885]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveRegistryValues. Return value 1.
Action start 9:27:27: RemoveShortcuts.
MSI (s) (60:7C) [09:27:27:887]: Doing action: RemoveFiles
MSI (s) (60:7C) [09:27:27:887]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveShortcuts. Return value 1.
Action start 9:27:27: RemoveFiles.
MSI (s) (60:7C) [09:27:27:888]: Doing action: RemoveFolders
MSI (s) (60:7C) [09:27:27:888]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveFiles. Return value 1.
Action start 9:27:27: RemoveFolders.
MSI (s) (60:7C) [09:27:27:889]: Doing action: CreateFolders
MSI (s) (60:7C) [09:27:27:889]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveFolders. Return value 0.
Action start 9:27:27: CreateFolders.
MSI (s) (60:7C) [09:27:27:890]: Doing action: InstallFiles
MSI (s) (60:7C) [09:27:27:890]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: CreateFolders. Return value 0.
Action start 9:27:27: InstallFiles.
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: Patch 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence` 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: MsiSFCBypass 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ? 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ? 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (60:7C) [09:27:27:894]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:896]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:896]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (60:7C) [09:27:27:919]: Doing action: CreateShortcuts
MSI (s) (60:7C) [09:27:27:919]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: InstallFiles. Return value 1.
Action start 9:27:27: CreateShortcuts.
MSI (s) (60:7C) [09:27:27:924]: Doing action: CleanMsixRegistryKeys
MSI (s) (60:7C) [09:27:27:924]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: CreateShortcuts. Return value 1.
Action start 9:27:27: CleanMsixRegistryKeys.
MSI (s) (60:7C) [09:27:27:936]: Doing action: WriteRegistryValues
MSI (s) (60:7C) [09:27:27:936]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: CleanMsixRegistryKeys. Return value 1.
Action start 9:27:27: WriteRegistryValues.
MSI (s) (60:7C) [09:27:27:946]: Doing action: DeprovisionMsix
MSI (s) (60:7C) [09:27:27:946]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: WriteRegistryValues. Return value 1.
Action start 9:27:27: DeprovisionMsix.
MSI (s) (60:7C) [09:27:27:958]: Doing action: RemoveMsixAsUser
MSI (s) (60:7C) [09:27:27:958]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: DeprovisionMsix. Return value 1.
Action start 9:27:27: RemoveMsixAsUser.
MSI (s) (60:7C) [09:27:27:970]: Doing action: RemoveMsixAsSystem
MSI (s) (60:7C) [09:27:27:970]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveMsixAsUser. Return value 1.
Action start 9:27:27: RemoveMsixAsSystem.
MSI (s) (60:7C) [09:27:27:982]: Doing action: InstallMsix.SetProperty
MSI (s) (60:7C) [09:27:27:982]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: RemoveMsixAsSystem. Return value 1.
MSI (s) (60:7C) [09:27:27:982]: PROPERTY CHANGE: Adding InstallMsix property. Its value is 'C:\Windows\Installer\a9199e9.msi'.
Action start 9:27:27: InstallMsix.SetProperty.
MSI (s) (60:7C) [09:27:27:983]: Doing action: InstallMsix
MSI (s) (60:7C) [09:27:27:983]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: InstallMsix.SetProperty. Return value 1.
Action start 9:27:27: InstallMsix.
MSI (s) (60:7C) [09:27:27:994]: Doing action: InstallMsixAsUser
MSI (s) (60:7C) [09:27:27:994]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:27: InstallMsix. Return value 1.
Action start 9:27:27: InstallMsixAsUser.
MSI (s) (60:7C) [09:27:28:006]: Doing action: InstallServices
MSI (s) (60:7C) [09:27:28:006]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: InstallMsixAsUser. Return value 1.
Action start 9:27:28: InstallServices.
MSI (s) (60:7C) [09:27:28:008]: Doing action: StartServices
MSI (s) (60:7C) [09:27:28:008]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: InstallServices. Return value 1.
Action start 9:27:28: StartServices.
MSI (s) (60:7C) [09:27:28:008]: Doing action: RegisterUser
MSI (s) (60:7C) [09:27:28:008]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: StartServices. Return value 1.
Action start 9:27:28: RegisterUser.
MSI (s) (60:7C) [09:27:28:009]: Doing action: RegisterProduct
MSI (s) (60:7C) [09:27:28:009]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: RegisterUser. Return value 1.
MSI (s) (60:7C) [09:27:28:009]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:28:009]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302 
Action start 9:27:28: RegisterProduct.
MSI (s) (60:7C) [09:27:28:010]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (60:7C) [09:27:28:010]: Doing action: PublishFeatures
MSI (s) (60:7C) [09:27:28:010]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: RegisterProduct. Return value 1.
Action start 9:27:28: PublishFeatures.
MSI (s) (60:7C) [09:27:28:012]: Doing action: PublishProduct
MSI (s) (60:7C) [09:27:28:012]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: PublishFeatures. Return value 1.
Action start 9:27:28: PublishProduct.
MSI (s) (60:7C) [09:27:28:013]: Doing action: InstallFinalize
MSI (s) (60:7C) [09:27:28:013]: Note: 1: 2205 2:  3: ActionText 
Action ended 9:27:28: PublishProduct. Return value 1.
MSI (s) (60:7C) [09:27:28:014]: Running Script: C:\Windows\Installer\MSI9B6F.tmp
MSI (s) (60:7C) [09:27:28:014]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (60:7C) [09:27:28:015]: Note: 1: 2265 2:  3: -2147287035 
MSI (s) (60:7C) [09:27:28:016]: Machine policy value 'DisableRollback' is 0
MSI (s) (60:7C) [09:27:28:017]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:28:017]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:28:017]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (60:7C) [09:27:28:018]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1468877678,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
Action start 9:27:28: InstallFinalize.
MSI (s) (60:7C) [09:27:28:018]: Executing op: ProductInfo(ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},ProductName=Windows Subsystem for Linux,PackageName=wsl.2.0.14.0.x64.msi,Language=1033,Version=33554446,Assignment=1,ObsoleteArg=0,ProductIcon=wsl.ico,,PackageCode={A7968BEE-F6EF-4F4C-8F9D-5A8C354BF1C8},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (60:7C) [09:27:28:018]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (60:7C) [09:27:28:019]: Executing op: DialogInfo(Type=1,Argument=Windows Subsystem for Linux)
MSI (s) (60:7C) [09:27:28:019]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (60:7C) [09:27:28:019]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (60:7C) [09:27:28:019]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (60:7C) [09:27:28:019]: Executing op: ActionStart(Name=ValidateInstall,,)
MSI (s) (60:7C) [09:27:28:021]: Executing op: CustomActionSchedule(Action=ValidateInstall,ActionType=3073,Source=BinaryData,Target=WslValidateInstallation,)
MSI (s) (60:50) [09:27:28:032]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI9C1C.tmp, Entrypoint: WslValidateInstallation
MSI (s) (60:CC) [09:27:28:032]: Generating random cookie.
MSI (s) (60:CC) [09:27:28:035]: Created Custom Action Server with PID 17228 (0x434C).
MSI (s) (60:64) [09:27:28:058]: Running as a service.
MSI (s) (60:64) [09:27:28:060]: Hello, I'm your 64bit Elevated Non-remapped custom action server.
MSI (s) (60:7C) [09:27:28:069]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (60:7C) [09:27:28:069]: Executing op: ProgressTotal(Total=30,Type=1,ByteEquivalent=24000)
MSI (s) (60:7C) [09:27:28:070]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134733},KeyPath=C:\Program Files\WSL\tools\init,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:073]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134730},KeyPath=C:\Program Files\WSL\wsl.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:074]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134735},KeyPath=C:\Program Files\WSL\wslservice.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:075]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134731},KeyPath=C:\Program Files\WSL\msrdc.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:076]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134734},KeyPath=C:\Program Files\WSL\msal.wsl.proxy.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:077]: Executing op: ComponentRegister(ComponentId={67EF6783-88F4-3FC4-85EE-A43783E071A9},KeyPath=C:\Program Files\WSL\cs-CZ\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:077]: Executing op: ComponentRegister(ComponentId={177C38EC-67DC-3201-B708-5D7387006FE0},KeyPath=C:\Program Files\WSL\da-DK\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:078]: Executing op: ComponentRegister(ComponentId={C916B94E-C96D-37AD-B3C8-C652571844D3},KeyPath=C:\Program Files\WSL\de-DE\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:078]: Executing op: ComponentRegister(ComponentId={1B191F3D-A5AC-3776-9532-9DA1BD9DFE07},KeyPath=C:\Program Files\WSL\en-GB\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:079]: Executing op: ComponentRegister(ComponentId={589E5D43-8E00-3C06-A42F-A0E93A521A09},KeyPath=C:\Program Files\WSL\en-US\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:079]: Executing op: ComponentRegister(ComponentId={10303380-2231-3FC7-8C80-0AEA753212F7},KeyPath=C:\Program Files\WSL\es-ES\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:080]: Executing op: ComponentRegister(ComponentId={20CBD48F-1DE0-3643-A123-E11EEC292D3A},KeyPath=C:\Program Files\WSL\fi-FI\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:080]: Executing op: ComponentRegister(ComponentId={B1835167-9980-316B-8F20-31CEADE9CD46},KeyPath=C:\Program Files\WSL\fr-FR\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:081]: Executing op: ComponentRegister(ComponentId={E22DB366-FC59-3271-A906-FC8810C96661},KeyPath=C:\Program Files\WSL\hu-HU\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:082]: Executing op: ComponentRegister(ComponentId={7CBB82A8-016D-32C8-B7D8-3EC17BF5D576},KeyPath=C:\Program Files\WSL\it-IT\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:082]: Executing op: ComponentRegister(ComponentId={DD0A5895-8F25-3B6D-A0FD-2D4BD326E47B},KeyPath=C:\Program Files\WSL\ja-JP\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:083]: Executing op: ComponentRegister(ComponentId={638AFEE4-34B0-3A71-B43F-DB256F985BC1},KeyPath=C:\Program Files\WSL\ko-KR\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:084]: Executing op: ComponentRegister(ComponentId={27D73617-6933-3112-AE77-42643F925D15},KeyPath=C:\Program Files\WSL\nb-NO\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:084]: Executing op: ComponentRegister(ComponentId={251912A3-F0B1-3C6D-A84E-8E30EE51FDEA},KeyPath=C:\Program Files\WSL\nl-NL\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:085]: Executing op: ComponentRegister(ComponentId={3EF0ED4D-D038-367D-9CD2-A43CAB9FF3D1},KeyPath=C:\Program Files\WSL\pl-PL\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:085]: Executing op: ComponentRegister(ComponentId={E96ED5D7-A312-326E-86D3-890F871FF4F6},KeyPath=C:\Program Files\WSL\pt-BR\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:086]: Executing op: ComponentRegister(ComponentId={0BA8E254-6CD9-3937-B4B5-53A9418D1E57},KeyPath=C:\Program Files\WSL\pt-PT\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:086]: Executing op: ComponentRegister(ComponentId={CB26E012-5309-30FC-82C4-C6028B77E8F3},KeyPath=C:\Program Files\WSL\ru-RU\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:087]: Executing op: ComponentRegister(ComponentId={D01BEDF5-8B9A-3713-AA0F-82F4500064B3},KeyPath=C:\Program Files\WSL\sv-SE\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:088]: Executing op: ComponentRegister(ComponentId={D1293348-AE1A-30CC-9166-E81B812C8199},KeyPath=C:\Program Files\WSL\tr-TR\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:088]: Executing op: ComponentRegister(ComponentId={3E4F0E64-9579-3FB9-91EE-7A18FD22BA29},KeyPath=C:\Program Files\WSL\zh-CN\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:089]: Executing op: ComponentRegister(ComponentId={5FAE2A09-7E85-3A26-992C-771E5BAB0857},KeyPath=C:\Program Files\WSL\zh-TW\msrdc.exe.mui,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:090]: Executing op: ComponentRegister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134732},KeyPath=C:\Program Files\WSL\lib\libd3d12.so,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:090]: Executing op: ComponentRegister(ComponentId={93CBFF23-A04C-4344-A332-238CE5B97AED},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:091]: Executing op: ComponentRegister(ComponentId={93CBFF23-A04C-4344-A332-238CE5B97AEC},,State=-7,,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (60:7C) [09:27:28:091]: Executing op: ActionStart(Name=StopServices,Description=Stopping services,Template=Service: [1])
MSI (s) (60:7C) [09:27:28:091]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=1300000)
MSI (s) (60:7C) [09:27:28:092]: Executing op: ServiceControl(,Name=WSLService,Action=2,Wait=1,)
MSI (s) (60:7C) [09:27:28:092]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],  Directory: [9],  Size: [6])
MSI (s) (60:7C) [09:27:28:092]: Executing op: ProgressTotal(Total=481124011,Type=0,ByteEquivalent=1)
MSI (s) (60:7C) [09:27:28:092]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\)
MSI (s) (60:7C) [09:27:28:092]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\)
MSI (s) (60:7C) [09:27:28:092]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=cab1.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=C:\Windows\Installer\a9199e9.msi,,,,,IsFirstPhysicalMedia=1)
MSI (s) (60:7C) [09:27:28:092]: Executing op: FileCopy(SourceName=htofe9it.dll|RdpWinStlHelper.dll,SourceCabKey=RdpWinStlHelper.dll,DestName=RdpWinStlHelper.dll,Attributes=512,FileSize=244152,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:093]: File: C:\Program Files\WSL\RdpWinStlHelper.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:093]: Source for file 'RdpWinStlHelper.dll' is compressed
MSI (s) (60:7C) [09:27:28:098]: Executing op: FileCopy(SourceName=ohkwwrqv.dll|WSLDVCPlugin.dll,SourceCabKey=WSLDVCPlugin.dll,DestName=WSLDVCPlugin.dll,Attributes=512,FileSize=206272,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.0.59.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:098]: File: C:\Program Files\WSL\WSLDVCPlugin.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:098]: Source for file 'WSLDVCPlugin.dll' is compressed
MSI (s) (60:7C) [09:27:28:100]: Executing op: FileCopy(SourceName=lxutil.dll,SourceCabKey=lxutil.dll,DestName=lxutil.dll,Attributes=512,FileSize=75704,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=10.0.25906.1000,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:100]: File: C:\Program Files\WSL\lxutil.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:100]: Source for file 'lxutil.dll' is compressed
MSI (s) (60:7C) [09:27:28:102]: Executing op: FileCopy(SourceName=l68pvu-s.exe|msal.wsl.proxy.exe,SourceCabKey=msal.wsl.proxy.exe,DestName=msal.wsl.proxy.exe,Attributes=512,FileSize=1419192,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=913533717,HashPart2=-830765108,HashPart3=728572899,HashPart4=-1105346669,,)
MSI (s) (60:7C) [09:27:28:102]: File: C:\Program Files\WSL\msal.wsl.proxy.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:102]: Source for file 'msal.wsl.proxy.exe' is compressed
MSI (s) (60:7C) [09:27:28:617]: Executing op: FileCopy(SourceName=msrdc.exe,SourceCabKey=msrdc.exe,DestName=msrdc.exe,Attributes=512,FileSize=2701344,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1028,2052,1053,1049,1046,1045,1043,1044,1041,1040,1036,1035,3082,2057,1031,1030,1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:618]: File: C:\Program Files\WSL\msrdc.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:618]: Source for file 'msrdc.exe' is compressed
MSI (s) (60:7C) [09:27:28:648]: Executing op: FileCopy(SourceName=fneyrur_.dll|rdclientax.dll,SourceCabKey=rdclientax.dll,DestName=rdclientax.dll,Attributes=512,FileSize=11677232,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1028,2052,1053,1049,1046,1045,1043,1044,1041,1040,1036,1035,3082,2057,1031,1030,1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:648]: File: C:\Program Files\WSL\rdclientax.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:648]: Source for file 'rdclientax.dll' is compressed
MSI (s) (60:7C) [09:27:28:750]: Executing op: FileCopy(SourceName=x3i-_gsn.dll|rdpnanoTransport.dll,SourceCabKey=rdpnanoTransport.dll,DestName=rdpnanoTransport.dll,Attributes=512,FileSize=3644960,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=3.2306.5002.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:28:750]: File: C:\Program Files\WSL\rdpnanoTransport.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:750]: Source for file 'rdpnanoTransport.dll' is compressed
MSI (s) (60:7C) [09:27:28:779]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=cab2.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=C:\Windows\Installer\a9199e9.msi,,,,,IsFirstPhysicalMedia=1)
MSI (s) (60:7C) [09:27:28:779]: Executing op: FileCopy(SourceName=system.vhd,SourceCabKey=systemd.vhd,DestName=system.vhd,Attributes=512,FileSize=408756736,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=380342979,HashPart2=179387141,HashPart3=1332872067,HashPart4=-912345086,,)
MSI (s) (60:7C) [09:27:28:779]: File: C:\Program Files\WSL\system.vhd;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:28:779]: Source for file 'systemd.vhd' is compressed
MSI (s) (60:7C) [09:27:30:177]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=cab3.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=C:\Windows\Installer\a9199e9.msi,,,,,IsFirstPhysicalMedia=1)
MSI (s) (60:7C) [09:27:30:177]: Executing op: FileCopy(SourceName=wsl.exe,SourceCabKey=wsl.exe,DestName=wsl.exe,Attributes=512,FileSize=3550144,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:177]: File: C:\Program Files\WSL\wsl.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:177]: Source for file 'wsl.exe' is compressed
MSI (s) (60:7C) [09:27:30:201]: Executing op: FileCopy(SourceName=wsldeps.dll,SourceCabKey=wsldeps.dll,DestName=wsldeps.dll,Attributes=512,FileSize=47032,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-1806044713,HashPart2=-1069983937,HashPart3=-1899598382,HashPart4=-2133114916,,)
MSI (s) (60:7C) [09:27:30:203]: File: C:\Program Files\WSL\wsldeps.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:203]: Source for file 'wsldeps.dll' is compressed
MSI (s) (60:7C) [09:27:30:205]: Executing op: FileCopy(SourceName=ri5btql5.dll|wsldevicehost.dll,SourceCabKey=wsldevicehost.dll,DestName=wsldevicehost.dll,Attributes=512,FileSize=1580584,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=1935830145,HashPart2=-1373836150,HashPart3=-1939682729,HashPart4=1938677826,,)
MSI (s) (60:7C) [09:27:30:205]: File: C:\Program Files\WSL\wsldevicehost.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:205]: Source for file 'wsldevicehost.dll' is compressed
MSI (s) (60:7C) [09:27:30:218]: Executing op: FileCopy(SourceName=wslg.exe,SourceCabKey=wslg.exe,DestName=wslg.exe,Attributes=512,FileSize=3550752,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:219]: File: C:\Program Files\WSL\wslg.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:219]: Source for file 'wslg.exe' is compressed
MSI (s) (60:7C) [09:27:30:245]: Executing op: FileCopy(SourceName=wslg.rdp,SourceCabKey=wslg.rdp,DestName=wslg.rdp,Attributes=512,FileSize=190,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=617888004,HashPart2=-76030161,HashPart3=588078543,HashPart4=-865277397,,)
MSI (s) (60:7C) [09:27:30:245]: File: C:\Program Files\WSL\wslg.rdp;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:245]: Source for file 'wslg.rdp' is compressed
MSI (s) (60:7C) [09:27:30:246]: Executing op: FileCopy(SourceName=tabxasze.rdp|wslg_desktop.rdp,SourceCabKey=wslg_desktop.rdp,DestName=wslg_desktop.rdp,Attributes=512,FileSize=125,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-1425650003,HashPart2=-1288413554,HashPart3=1165667208,HashPart4=-1538122519,,)
MSI (s) (60:7C) [09:27:30:246]: File: C:\Program Files\WSL\wslg_desktop.rdp;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:246]: Source for file 'wslg_desktop.rdp' is compressed
MSI (s) (60:7C) [09:27:30:248]: Executing op: FileCopy(SourceName=wslhost.exe,SourceCabKey=wslhost.exe,DestName=wslhost.exe,Attributes=512,FileSize=2805176,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:248]: File: C:\Program Files\WSL\wslhost.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:248]: Source for file 'wslhost.exe' is compressed
MSI (s) (60:7C) [09:27:30:267]: Executing op: FileCopy(SourceName=wslrelay.exe,SourceCabKey=wslrelay.exe,DestName=wslrelay.exe,Attributes=512,FileSize=2764736,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:267]: File: C:\Program Files\WSL\wslrelay.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:267]: Source for file 'wslrelay.exe' is compressed
MSI (s) (60:7C) [09:27:30:287]: Executing op: FileCopy(SourceName=ika0mbdz.exe|wslservice.exe,SourceCabKey=wslservice.exe,DestName=wslservice.exe,Attributes=512,FileSize=6282168,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:287]: File: C:\Program Files\WSL\wslservice.exe;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:287]: Source for file 'wslservice.exe' is compressed
MSI (s) (60:7C) [09:27:30:338]: Executing op: FileCopy(SourceName=ozn7dfvi.dll|wslserviceproxystub.dll,SourceCabKey=wslserviceproxystub.dll,DestName=wslserviceproxystub.dll,Attributes=512,FileSize=494520,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=2.0.14.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:338]: File: C:\Program Files\WSL\wslserviceproxystub.dll;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:338]: Source for file 'wslserviceproxystub.dll' is compressed
MSI (s) (60:7C) [09:27:30:344]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\cs-CZ\)
MSI (s) (60:7C) [09:27:30:344]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\cs-CZ\)
MSI (s) (60:7C) [09:27:30:344]: Executing op: FileCopy(SourceName=e4py6za3.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_cs_CZ,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:344]: File: C:\Program Files\WSL\cs-CZ\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:344]: Source for file 'msrdc.exe.mui_cs_CZ' is compressed
MSI (s) (60:7C) [09:27:30:347]: Executing op: FileCopy(SourceName=g7chtfqz.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_cs_CZ,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:347]: File: C:\Program Files\WSL\cs-CZ\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:347]: Source for file 'rdclientax.dll.mui_cs_CZ' is compressed
MSI (s) (60:7C) [09:27:30:349]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\da-DK\)
MSI (s) (60:7C) [09:27:30:349]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\da-DK\)
MSI (s) (60:7C) [09:27:30:349]: Executing op: FileCopy(SourceName=7jq8m799.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_da_DK,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:350]: File: C:\Program Files\WSL\da-DK\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:350]: Source for file 'msrdc.exe.mui_da_DK' is compressed
MSI (s) (60:7C) [09:27:30:352]: Executing op: FileCopy(SourceName=kqh289ax.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_da_DK,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:352]: File: C:\Program Files\WSL\da-DK\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:352]: Source for file 'rdclientax.dll.mui_da_DK' is compressed
MSI (s) (60:7C) [09:27:30:355]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\de-DE\)
MSI (s) (60:7C) [09:27:30:356]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\de-DE\)
MSI (s) (60:7C) [09:27:30:356]: Executing op: FileCopy(SourceName=xms7pbgd.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_de_DE,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:356]: File: C:\Program Files\WSL\de-DE\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:356]: Source for file 'msrdc.exe.mui_de_DE' is compressed
MSI (s) (60:7C) [09:27:30:358]: Executing op: FileCopy(SourceName=aanmnujj.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_de_DE,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:358]: File: C:\Program Files\WSL\de-DE\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:358]: Source for file 'rdclientax.dll.mui_de_DE' is compressed
MSI (s) (60:7C) [09:27:30:360]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\en-GB\)
MSI (s) (60:7C) [09:27:30:360]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\en-GB\)
MSI (s) (60:7C) [09:27:30:360]: Executing op: FileCopy(SourceName=cbsbfhcp.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_en_GB,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:360]: File: C:\Program Files\WSL\en-GB\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:360]: Source for file 'msrdc.exe.mui_en_GB' is compressed
MSI (s) (60:7C) [09:27:30:363]: Executing op: FileCopy(SourceName=erq2igon.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_en_GB,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:363]: File: C:\Program Files\WSL\en-GB\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:363]: Source for file 'rdclientax.dll.mui_en_GB' is compressed
MSI (s) (60:7C) [09:27:30:365]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\en-US\)
MSI (s) (60:7C) [09:27:30:365]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\en-US\)
MSI (s) (60:7C) [09:27:30:365]: Executing op: FileCopy(SourceName=uv47namn.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_en_US,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:365]: File: C:\Program Files\WSL\en-US\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:365]: Source for file 'msrdc.exe.mui_en_US' is compressed
MSI (s) (60:7C) [09:27:30:367]: Executing op: FileCopy(SourceName=dgcddwea.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_en_US,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:367]: File: C:\Program Files\WSL\en-US\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:367]: Source for file 'rdclientax.dll.mui_en_US' is compressed
MSI (s) (60:7C) [09:27:30:370]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\es-ES\)
MSI (s) (60:7C) [09:27:30:370]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\es-ES\)
MSI (s) (60:7C) [09:27:30:370]: Executing op: FileCopy(SourceName=pujcfbct.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_es_ES,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:370]: File: C:\Program Files\WSL\es-ES\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:370]: Source for file 'msrdc.exe.mui_es_ES' is compressed
MSI (s) (60:7C) [09:27:30:371]: Executing op: FileCopy(SourceName=qd3aj501.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_es_ES,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:372]: File: C:\Program Files\WSL\es-ES\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:372]: Source for file 'rdclientax.dll.mui_es_ES' is compressed
MSI (s) (60:7C) [09:27:30:374]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\fi-FI\)
MSI (s) (60:7C) [09:27:30:374]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\fi-FI\)
MSI (s) (60:7C) [09:27:30:374]: Executing op: FileCopy(SourceName=hf6zuhap.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_fi_FI,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:374]: File: C:\Program Files\WSL\fi-FI\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:374]: Source for file 'msrdc.exe.mui_fi_FI' is compressed
MSI (s) (60:7C) [09:27:30:376]: Executing op: FileCopy(SourceName=hkfi_6q5.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_fi_FI,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:376]: File: C:\Program Files\WSL\fi-FI\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:376]: Source for file 'rdclientax.dll.mui_fi_FI' is compressed
MSI (s) (60:7C) [09:27:30:378]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\fr-FR\)
MSI (s) (60:7C) [09:27:30:378]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\fr-FR\)
MSI (s) (60:7C) [09:27:30:378]: Executing op: FileCopy(SourceName=p3zdwwcj.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_fr_FR,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:378]: File: C:\Program Files\WSL\fr-FR\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:378]: Source for file 'msrdc.exe.mui_fr_FR' is compressed
MSI (s) (60:7C) [09:27:30:380]: Executing op: FileCopy(SourceName=hgpsleoh.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_fr_FR,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:380]: File: C:\Program Files\WSL\fr-FR\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:380]: Source for file 'rdclientax.dll.mui_fr_FR' is compressed
MSI (s) (60:7C) [09:27:30:382]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\hu-HU\)
MSI (s) (60:7C) [09:27:30:382]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\hu-HU\)
MSI (s) (60:7C) [09:27:30:382]: Executing op: FileCopy(SourceName=p4f0rc01.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_hu_HU,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:382]: File: C:\Program Files\WSL\hu-HU\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:382]: Source for file 'msrdc.exe.mui_hu_HU' is compressed
MSI (s) (60:7C) [09:27:30:384]: Executing op: FileCopy(SourceName=p7uxrydo.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_hu_HU,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:385]: File: C:\Program Files\WSL\hu-HU\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:385]: Source for file 'rdclientax.dll.mui_hu_HU' is compressed
MSI (s) (60:7C) [09:27:30:387]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\it-IT\)
MSI (s) (60:7C) [09:27:30:387]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\it-IT\)
MSI (s) (60:7C) [09:27:30:387]: Executing op: FileCopy(SourceName=e7pr4_7x.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_it_IT,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:387]: File: C:\Program Files\WSL\it-IT\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:387]: Source for file 'msrdc.exe.mui_it_IT' is compressed
MSI (s) (60:7C) [09:27:30:389]: Executing op: FileCopy(SourceName=oiyirhxd.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_it_IT,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:389]: File: C:\Program Files\WSL\it-IT\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:389]: Source for file 'rdclientax.dll.mui_it_IT' is compressed
MSI (s) (60:7C) [09:27:30:392]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ja-JP\)
MSI (s) (60:7C) [09:27:30:392]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\ja-JP\)
MSI (s) (60:7C) [09:27:30:392]: Executing op: FileCopy(SourceName=r-cotfx3.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_ja_JP,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:392]: File: C:\Program Files\WSL\ja-JP\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:392]: Source for file 'msrdc.exe.mui_ja_JP' is compressed
MSI (s) (60:7C) [09:27:30:394]: Executing op: FileCopy(SourceName=fonbaoyd.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_ja_JP,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:394]: File: C:\Program Files\WSL\ja-JP\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:394]: Source for file 'rdclientax.dll.mui_ja_JP' is compressed
MSI (s) (60:7C) [09:27:30:396]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ko-KR\)
MSI (s) (60:7C) [09:27:30:396]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\ko-KR\)
MSI (s) (60:7C) [09:27:30:396]: Executing op: FileCopy(SourceName=qmtx_kkj.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_ko_KR,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:396]: File: C:\Program Files\WSL\ko-KR\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:396]: Source for file 'msrdc.exe.mui_ko_KR' is compressed
MSI (s) (60:7C) [09:27:30:398]: Executing op: FileCopy(SourceName=m8zvqxh6.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_ko_KR,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:398]: File: C:\Program Files\WSL\ko-KR\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:398]: Source for file 'rdclientax.dll.mui_ko_KR' is compressed
MSI (s) (60:7C) [09:27:30:401]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\lib\)
MSI (s) (60:7C) [09:27:30:401]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\lib\)
MSI (s) (60:7C) [09:27:30:401]: Executing op: FileCopy(SourceName=libd3d12.so,SourceCabKey=libd3d12.so,DestName=libd3d12.so,Attributes=512,FileSize=801840,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=1798762890,HashPart2=-1151816568,HashPart3=-1256796745,HashPart4=-2039785596,,)
MSI (s) (60:7C) [09:27:30:401]: File: C:\Program Files\WSL\lib\libd3d12.so;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:401]: Source for file 'libd3d12.so' is compressed
MSI (s) (60:7C) [09:27:30:407]: Executing op: FileCopy(SourceName=y8zmsuro.so|libd3d12core.so,SourceCabKey=libd3d12core.so,DestName=libd3d12core.so,Attributes=512,FileSize=6880344,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-1037047677,HashPart2=228857628,HashPart3=380693854,HashPart4=141844522,,)
MSI (s) (60:7C) [09:27:30:408]: File: C:\Program Files\WSL\lib\libd3d12core.so;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:408]: Source for file 'libd3d12core.so' is compressed
MSI (s) (60:7C) [09:27:30:430]: Executing op: FileCopy(SourceName=y3jowymw.so|libdxcore.so,SourceCabKey=libdxcore.so,DestName=libdxcore.so,Attributes=512,FileSize=829248,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-1506980599,HashPart2=-1524786532,HashPart3=-159007597,HashPart4=1265884564,,)
MSI (s) (60:7C) [09:27:30:432]: File: C:\Program Files\WSL\lib\libdxcore.so;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:432]: Source for file 'libdxcore.so' is compressed
MSI (s) (60:7C) [09:27:30:437]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\nb-NO\)
MSI (s) (60:7C) [09:27:30:437]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\nb-NO\)
MSI (s) (60:7C) [09:27:30:437]: Executing op: FileCopy(SourceName=rr2ipfz9.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_nb_NO,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:437]: File: C:\Program Files\WSL\nb-NO\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:437]: Source for file 'msrdc.exe.mui_nb_NO' is compressed
MSI (s) (60:7C) [09:27:30:439]: Executing op: FileCopy(SourceName=ckyqf-es.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_nb_NO,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:440]: File: C:\Program Files\WSL\nb-NO\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:440]: Source for file 'rdclientax.dll.mui_nb_NO' is compressed
MSI (s) (60:7C) [09:27:30:442]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\nl-NL\)
MSI (s) (60:7C) [09:27:30:442]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\nl-NL\)
MSI (s) (60:7C) [09:27:30:442]: Executing op: FileCopy(SourceName=vveupo_q.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_nl_NL,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:442]: File: C:\Program Files\WSL\nl-NL\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:442]: Source for file 'msrdc.exe.mui_nl_NL' is compressed
MSI (s) (60:7C) [09:27:30:444]: Executing op: FileCopy(SourceName=hlj6yyxc.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_nl_NL,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:444]: File: C:\Program Files\WSL\nl-NL\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:444]: Source for file 'rdclientax.dll.mui_nl_NL' is compressed
MSI (s) (60:7C) [09:27:30:447]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pl-PL\)
MSI (s) (60:7C) [09:27:30:447]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\pl-PL\)
MSI (s) (60:7C) [09:27:30:447]: Executing op: FileCopy(SourceName=g3fphvg3.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_pl_PL,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:447]: File: C:\Program Files\WSL\pl-PL\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:447]: Source for file 'msrdc.exe.mui_pl_PL' is compressed
MSI (s) (60:7C) [09:27:30:449]: Executing op: FileCopy(SourceName=_zatrvj3.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_pl_PL,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:449]: File: C:\Program Files\WSL\pl-PL\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:449]: Source for file 'rdclientax.dll.mui_pl_PL' is compressed
MSI (s) (60:7C) [09:27:30:452]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pt-BR\)
MSI (s) (60:7C) [09:27:30:452]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\pt-BR\)
MSI (s) (60:7C) [09:27:30:452]: Executing op: FileCopy(SourceName=ckvbynix.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_pt_BR,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:452]: File: C:\Program Files\WSL\pt-BR\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:452]: Source for file 'msrdc.exe.mui_pt_BR' is compressed
MSI (s) (60:7C) [09:27:30:454]: Executing op: FileCopy(SourceName=lv2ud5pj.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_pt_BR,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:454]: File: C:\Program Files\WSL\pt-BR\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:454]: Source for file 'rdclientax.dll.mui_pt_BR' is compressed
MSI (s) (60:7C) [09:27:30:456]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pt-PT\)
MSI (s) (60:7C) [09:27:30:456]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\pt-PT\)
MSI (s) (60:7C) [09:27:30:456]: Executing op: FileCopy(SourceName=7domezgs.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_pt_PT,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:456]: File: C:\Program Files\WSL\pt-PT\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:456]: Source for file 'msrdc.exe.mui_pt_PT' is compressed
MSI (s) (60:7C) [09:27:30:458]: Executing op: FileCopy(SourceName=cdug3tuf.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_pt_PT,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:458]: File: C:\Program Files\WSL\pt-PT\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:458]: Source for file 'rdclientax.dll.mui_pt_PT' is compressed
MSI (s) (60:7C) [09:27:30:461]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ru-RU\)
MSI (s) (60:7C) [09:27:30:461]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\ru-RU\)
MSI (s) (60:7C) [09:27:30:461]: Executing op: FileCopy(SourceName=f4fu76ga.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_ru_RU,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:461]: File: C:\Program Files\WSL\ru-RU\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:461]: Source for file 'msrdc.exe.mui_ru_RU' is compressed
MSI (s) (60:7C) [09:27:30:463]: Executing op: FileCopy(SourceName=zt_wdgcp.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_ru_RU,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:463]: File: C:\Program Files\WSL\ru-RU\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:463]: Source for file 'rdclientax.dll.mui_ru_RU' is compressed
MSI (s) (60:7C) [09:27:30:465]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\sv-SE\)
MSI (s) (60:7C) [09:27:30:465]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\sv-SE\)
MSI (s) (60:7C) [09:27:30:465]: Executing op: FileCopy(SourceName=derwrzq_.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_sv_SE,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:465]: File: C:\Program Files\WSL\sv-SE\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:465]: Source for file 'msrdc.exe.mui_sv_SE' is compressed
MSI (s) (60:7C) [09:27:30:467]: Executing op: FileCopy(SourceName=kxw7_b-i.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_sv_SE,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:467]: File: C:\Program Files\WSL\sv-SE\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:467]: Source for file 'rdclientax.dll.mui_sv_SE' is compressed
MSI (s) (60:7C) [09:27:30:469]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\tools\)
MSI (s) (60:7C) [09:27:30:469]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\tools\)
MSI (s) (60:7C) [09:27:30:469]: Executing op: FileCopy(SourceName=init,SourceCabKey=init,DestName=init,Attributes=1536,FileSize=2105816,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-1321450462,HashPart2=-870802718,HashPart3=-459962250,HashPart4=-2059481189,,)
MSI (s) (60:7C) [09:27:30:469]: File: C:\Program Files\WSL\tools\init;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:469]: Source for file 'init' is compressed
MSI (s) (60:7C) [09:27:30:482]: Executing op: FileCopy(SourceName=initrd.img,SourceCabKey=initrd.img,DestName=initrd.img,Attributes=512,FileSize=2106368,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=392917367,HashPart2=-2020915762,HashPart3=11838945,HashPart4=-391630231,,)
MSI (s) (60:7C) [09:27:30:482]: File: C:\Program Files\WSL\tools\initrd.img;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:482]: Source for file 'initrd.img' is compressed
MSI (s) (60:7C) [09:27:30:499]: Executing op: FileCopy(SourceName=kernel,SourceCabKey=kernel,DestName=kernel,Attributes=512,FileSize=14387168,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,,,InstallMode=62914560,HashOptions=0,HashPart1=-972753315,HashPart2=1136432555,HashPart3=-1412770895,HashPart4=2142689559,,)
MSI (s) (60:7C) [09:27:30:500]: File: C:\Program Files\WSL\tools\kernel;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:500]: Source for file 'kernel' is compressed
MSI (s) (60:7C) [09:27:30:638]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\tr-TR\)
MSI (s) (60:7C) [09:27:30:638]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\tr-TR\)
MSI (s) (60:7C) [09:27:30:638]: Executing op: FileCopy(SourceName=ujvdovyw.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_tr_TR,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:638]: File: C:\Program Files\WSL\tr-TR\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:638]: Source for file 'msrdc.exe.mui_tr_TR' is compressed
MSI (s) (60:7C) [09:27:30:640]: Executing op: FileCopy(SourceName=60wmt6ni.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_tr_TR,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:641]: File: C:\Program Files\WSL\tr-TR\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:641]: Source for file 'rdclientax.dll.mui_tr_TR' is compressed
MSI (s) (60:7C) [09:27:30:643]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\zh-CN\)
MSI (s) (60:7C) [09:27:30:643]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\zh-CN\)
MSI (s) (60:7C) [09:27:30:643]: Executing op: FileCopy(SourceName=hhlvgwqx.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_zh_CN,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:643]: File: C:\Program Files\WSL\zh-CN\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:643]: Source for file 'msrdc.exe.mui_zh_CN' is compressed
MSI (s) (60:7C) [09:27:30:645]: Executing op: FileCopy(SourceName=izy0lorj.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_zh_CN,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:645]: File: C:\Program Files\WSL\zh-CN\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:645]: Source for file 'rdclientax.dll.mui_zh_CN' is compressed
MSI (s) (60:7C) [09:27:30:647]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\zh-TW\)
MSI (s) (60:7C) [09:27:30:647]: Executing op: SetSourceFolder(Folder=1\PFiles64\WSL\zh-TW\)
MSI (s) (60:7C) [09:27:30:647]: Executing op: FileCopy(SourceName=spvcbrtv.mui|msrdc.exe.mui,SourceCabKey=msrdc.exe.mui_zh_TW,DestName=msrdc.exe.mui,Attributes=512,FileSize=48688,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:647]: File: C:\Program Files\WSL\zh-TW\msrdc.exe.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:647]: Source for file 'msrdc.exe.mui_zh_TW' is compressed
MSI (s) (60:7C) [09:27:30:649]: Executing op: FileCopy(SourceName=jilcuv4y.mui|rdclientax.dll.mui,SourceCabKey=rdclientax.dll.mui_zh_TW,DestName=rdclientax.dll.mui,Attributes=512,FileSize=142776,PerTick=65536,,VerifyMedia=1,,,,,CheckCRC=0,Version=1.2.4677.0,Language=1033,InstallMode=62914560,,,,,,,)
MSI (s) (60:7C) [09:27:30:649]: File: C:\Program Files\WSL\zh-TW\rdclientax.dll.mui;	To be installed;	Won't patch;	No existing file
MSI (s) (60:7C) [09:27:30:649]: Source for file 'rdclientax.dll.mui_zh_TW' is compressed
MSI (s) (60:7C) [09:27:30:651]: Executing op: CacheSizeFlush(,)
MSI (s) (60:7C) [09:27:30:651]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (60:7C) [09:27:30:659]: Executing op: IconCreate(Icon=wsl.ico,Data=BinaryData)
MSI (s) (60:7C) [09:27:30:662]: Executing op: SetTargetFolder(Folder=23)
MSI (s) (60:7C) [09:27:30:663]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:30:663]: Executing op: ShortcutCreate(Name=WSL,Feature=WSL,Component={F0C8D6BA-1502-41E7-BF72-D93DFA134730}[~]2,,Arguments=--cd ~,,Icon=wsl.ico,,,,Description=Windows Subsystem for Linux,,,,)
MSI (s) (60:7C) [09:27:30:669]: Note: 1: 2318 2: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\WSL.lnk 
MSI (s) (60:7C) [09:27:30:670]: Executing op: ShortcutPropertyCreate(ShortcutName=WSL,PropertyKey=System.AppUserModel.ID,PropVariantValue=Microsoft.WSL)
MSI (s) (60:7C) [09:27:30:689]: Executing op: ShortcutPropertyCreate(ShortcutName=WSL,PropertyKey=System.AppUserModel.ToastActivatorCLSID,PropVariantValue={2B9C59C3-98F1-45C8-B87B-12AE3C7927E8})
MSI (s) (60:7C) [09:27:30:693]: Executing op: SetTargetFolder(Folder=23)
MSI (s) (60:7C) [09:27:30:693]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:30:693]: Executing op: ActionStart(Name=CleanMsixRegistryKeys,,)
MSI (s) (60:7C) [09:27:30:696]: Executing op: CustomActionSchedule(Action=CleanMsixRegistryKeys,ActionType=3073,Source=BinaryData,Target=CleanMsixRegistryKeys,)
MSI (s) (60:38) [09:27:30:708]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA68D.tmp, Entrypoint: CleanMsixRegistryKeys
MSI (s) (60:7C) [09:27:30:718]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3])
MSI (s) (60:7C) [09:27:30:719]: Executing op: ProgressTotal(Total=39,Type=1,ByteEquivalent=13200)
MSI (s) (60:7C) [09:27:30:719]: Executing op: RegOpenKey(,Key=Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:719]: Executing op: RegAddValue(,Value=ILxssUserSession,)
MSI (s) (60:7C) [09:27:30:720]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}
MSI (s) (60:7C) [09:27:30:720]: Executing op: RegOpenKey(,Key=Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}\ProxyStubClsid32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:721]: Executing op: RegAddValue(,Value={4EA0C6DD-E9FF-48E7-994E-13A31D10DC60},)
MSI (s) (60:7C) [09:27:30:721]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}\ProxyStubClsid32
MSI (s) (60:7C) [09:27:30:721]: Executing op: RegOpenKey(,Key=CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:721]: Executing op: RegAddValue(,Value=PSFactoryBuffer,)
MSI (s) (60:7C) [09:27:30:722]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}
MSI (s) (60:7C) [09:27:30:722]: Executing op: RegOpenKey(,Key=CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:722]: Executing op: RegAddValue(,Value=C:\Program Files\WSL\wslserviceproxystub.dll,)
MSI (s) (60:7C) [09:27:30:722]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}\InProcServer32
MSI (s) (60:7C) [09:27:30:722]: Executing op: RegAddValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:30:722]: Executing op: RegOpenKey(,Key=AppID\{370121D2-AA7E-4608-A86D-0BBAB9DA1A60},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:723]: Executing op: RegAddValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:723]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{370121D2-AA7E-4608-A86D-0BBAB9DA1A60}
MSI (s) (60:7C) [09:27:30:723]: Executing op: RegAddValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:723]: Executing op: RegAddValue(Name=LocalService,Value=WSLService,)
MSI (s) (60:7C) [09:27:30:724]: Executing op: RegOpenKey(,Key=CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:724]: Executing op: RegAddValue(Name=AppId,Value={370121D2-AA7E-4608-A86D-0BBAB9DA1A60},)
MSI (s) (60:7C) [09:27:30:724]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e}
MSI (s) (60:7C) [09:27:30:724]: Executing op: RegAddValue(,Value=LxssUserSession,)
MSI (s) (60:7C) [09:27:30:724]: Executing op: RegOpenKey(,Key=CLSID\{2B9C59C3-98F1-45C8-B87B-12AE3C7927E8}\LocalServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:724]: Executing op: RegAddValue(,Value="C:\Program Files\WSL\wslhost.exe",)
MSI (s) (60:7C) [09:27:30:725]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{2B9C59C3-98F1-45C8-B87B-12AE3C7927E8}\LocalServer32
MSI (s) (60:7C) [09:27:30:725]: Executing op: RegOpenKey(,Key=AppID\{17696EAC-9568-4CF5-BB8C-82515AAD6C09},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:725]: Executing op: RegAddValue(Name=DllSurrogate,,)
MSI (s) (60:7C) [09:27:30:725]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{17696EAC-9568-4CF5-BB8C-82515AAD6C09}
MSI (s) (60:7C) [09:27:30:725]: Executing op: RegAddValue(Name=AppIDFlags,Value=#2048,)
MSI (s) (60:7C) [09:27:30:726]: Executing op: RegAddValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:726]: Executing op: RegAddValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:726]: Executing op: RegOpenKey(,Key=CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:726]: Executing op: RegAddValue(,Value=WslDeviceHost_VirtioPmem,)
MSI (s) (60:7C) [09:27:30:727]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}
MSI (s) (60:7C) [09:27:30:727]: Executing op: RegAddValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:30:727]: Executing op: RegOpenKey(,Key=CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:727]: Executing op: RegAddValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:30:728]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}\InProcServer32
MSI (s) (60:7C) [09:27:30:728]: Executing op: RegAddValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:30:728]: Executing op: RegOpenKey(,Key=CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:728]: Executing op: RegAddValue(,Value=WslDeviceHost_VirtioFs_Admin,)
MSI (s) (60:7C) [09:27:30:728]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}
MSI (s) (60:7C) [09:27:30:728]: Executing op: RegAddValue(Name=AppId,Value={7F82AD86-755B-4870-86B1-D2E68DFE8A49},)
MSI (s) (60:7C) [09:27:30:729]: Executing op: RegOpenKey(,Key=CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:729]: Executing op: RegAddValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:30:729]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}\InProcServer32
MSI (s) (60:7C) [09:27:30:729]: Executing op: RegAddValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:30:729]: Executing op: RegOpenKey(,Key=AppID\{7F82AD86-755B-4870-86B1-D2E68DFE8A49},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:729]: Executing op: RegAddValue(Name=DllSurrogate,,)
MSI (s) (60:7C) [09:27:30:730]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{7F82AD86-755B-4870-86B1-D2E68DFE8A49}
MSI (s) (60:7C) [09:27:30:730]: Executing op: RegAddValue(Name=AppIDFlags,Value=#2048,)
MSI (s) (60:7C) [09:27:30:730]: Executing op: RegAddValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:731]: Executing op: RegAddValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:30:731]: Executing op: RegOpenKey(,Key=CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:731]: Executing op: RegAddValue(,Value=WslDeviceHost_VirtioFs,)
MSI (s) (60:7C) [09:27:30:731]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}
MSI (s) (60:7C) [09:27:30:731]: Executing op: RegAddValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:30:731]: Executing op: RegOpenKey(,Key=CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:732]: Executing op: RegAddValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:30:732]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}\InProcServer32
MSI (s) (60:7C) [09:27:30:732]: Executing op: RegAddValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:30:732]: Executing op: RegOpenKey(,Key=CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:732]: Executing op: RegAddValue(,Value=WslDeviceHost_Net,)
MSI (s) (60:7C) [09:27:30:732]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegAddValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegOpenKey(,Key=CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegAddValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:30:733]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}\InProcServer32
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegAddValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:733]: Executing op: RegAddValue(Name=InstallLocation,Value=C:\Program Files\WSL\,)
MSI (s) (60:7C) [09:27:30:734]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI
MSI (s) (60:7C) [09:27:30:734]: Executing op: RegAddValue(Name=ProductCode,Value={B65C3390-98CD-4624-B0CC-F44416BDF6A3},)
MSI (s) (60:7C) [09:27:30:734]: Executing op: RegAddValue(Name=Version,Value=2.0.14.0,)
MSI (s) (60:7C) [09:27:30:734]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Terminal Server Client\Default\OptionalAddIns\WSLDVC_PACKAGE,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:30:734]: Executing op: RegAddValue(Name=Name,Value=C:\Program Files\WSL\WSLDVCPlugin.dll,)
MSI (s) (60:7C) [09:27:30:735]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\OptionalAddIns\WSLDVC_PACKAGE
MSI (s) (60:7C) [09:27:30:735]: Executing op: ActionStart(Name=DeprovisionMsix,,)
MSI (s) (60:7C) [09:27:30:736]: Executing op: CustomActionSchedule(Action=DeprovisionMsix,ActionType=3073,Source=BinaryData,Target=DeprovisionMsix,)
MSI (s) (60:88) [09:27:30:748]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA6BD.tmp, Entrypoint: DeprovisionMsix
MSI (s) (60:7C) [09:27:30:920]: Executing op: ActionStart(Name=RemoveMsixAsUser,,)
MSI (s) (60:7C) [09:27:30:921]: Executing op: CustomActionSchedule(Action=RemoveMsixAsUser,ActionType=1025,Source=BinaryData,Target=RemoveMsixAsUser,)
MSI (s) (60:B0) [09:27:30:933]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA77A.tmp, Entrypoint: RemoveMsixAsUser
MSI (s) (60:7C) [09:27:30:940]: Executing op: ActionStart(Name=RemoveMsixAsSystem,,)
MSI (s) (60:7C) [09:27:30:941]: Executing op: CustomActionSchedule(Action=RemoveMsixAsSystem,ActionType=3073,Source=BinaryData,Target=RemoveMsixAsSystem,)
MSI (s) (60:7C) [09:27:30:952]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA78A.tmp, Entrypoint: RemoveMsixAsSystem
MSI (s) (60:7C) [09:27:31:240]: Executing op: ActionStart(Name=InstallMsix,,)
MSI (s) (60:7C) [09:27:31:241]: Executing op: CustomActionSchedule(Action=InstallMsix,ActionType=3073,Source=BinaryData,Target=InstallMsix,CustomActionData=C:\Windows\Installer\a9199e9.msi)
MSI (s) (60:1C) [09:27:31:253]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA8B4.tmp, Entrypoint: InstallMsix
MSI (s) (60:7C) [09:27:31:849]: Executing op: ActionStart(Name=InstallMsixAsUser,,)
MSI (s) (60:7C) [09:27:31:850]: Executing op: CustomActionSchedule(Action=InstallMsixAsUser,ActionType=1025,Source=BinaryData,Target=InstallMsixAsUser,)
MSI (s) (60:18) [09:27:31:862]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIAB16.tmp, Entrypoint: InstallMsixAsUser
MSI (s) (60!84) [09:27:31:926]: Note: 1: 2205 2:  3: Error 
MSI (s) (60!84) [09:27:31:926]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (60!84) [09:27:31:926]: Product: Windows Subsystem for Linux -- Nepodařilo se nainstalovat balíček MSIX (chyba: Instalace se nezdařila. Obraťte se na dodavatele softwaru. ).

Nepodařilo se nainstalovat balíček MSIX (chyba: Instalace se nezdařila. Obraťte se na dodavatele softwaru. ).
CustomAction InstallMsixAsUser returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (60:7C) [09:27:31:932]: Note: 1: 2265 2:  3: -2147287035 
MSI (s) (60:7C) [09:27:31:933]: User policy value 'DisableRollback' is 0
MSI (s) (60:7C) [09:27:31:933]: Machine policy value 'DisableRollback' is 0
Action ended 9:27:31: InstallFinalize. Return value 3.
MSI (s) (60:7C) [09:27:31:934]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:934]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1468877679,LangId=1033,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (60:7C) [09:27:31:934]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (60:7C) [09:27:31:934]: Executing op: DialogInfo(Type=1,Argument=Windows Subsystem for Linux)
MSI (s) (60:7C) [09:27:31:934]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (60:7C) [09:27:31:935]: Executing op: ActionStart(Name=InstallMsixAsUser,,)
MSI (s) (60:7C) [09:27:31:935]: Executing op: ProductInfo(ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},ProductName=Windows Subsystem for Linux,PackageName=wsl.2.0.14.0.x64.msi,Language=1033,Version=33554446,Assignment=1,ObsoleteArg=0,ProductIcon=wsl.ico,,PackageCode={A7968BEE-F6EF-4F4C-8F9D-5A8C354BF1C8},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (60:7C) [09:27:31:935]: Executing op: ActionStart(Name=InstallMsix,,)
MSI (s) (60:7C) [09:27:31:935]: Executing op: ActionStart(Name=RemoveMsixAsSystem,,)
MSI (s) (60:7C) [09:27:31:936]: Executing op: ActionStart(Name=RemoveMsixAsUser,,)
MSI (s) (60:7C) [09:27:31:936]: Executing op: ActionStart(Name=DeprovisionMsix,,)
MSI (s) (60:7C) [09:27:31:936]: Executing op: ActionStart(Name=WriteRegistryValues,Description=Writing system registry values,Template=Key: [1], Name: [2], Value: [3])
MSI (s) (60:7C) [09:27:31:936]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Terminal Server Client\Default\OptionalAddIns\WSLDVC_PACKAGE,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:936]: Executing op: RegRemoveValue(Name=Name,Value=C:\Program Files\WSL\WSLDVCPlugin.dll,)
MSI (s) (60:7C) [09:27:31:936]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\OptionalAddIns\WSLDVC_PACKAGE
MSI (s) (60:7C) [09:27:31:937]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:937]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\OptionalAddIns\WSLDVC_PACKAGE 3: 2 
MSI (s) (60:7C) [09:27:31:937]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:937]: Executing op: RegRemoveValue(Name=Version,Value=2.0.14.0,)
MSI (s) (60:7C) [09:27:31:937]: Disabling reflection on key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI
MSI (s) (60:7C) [09:27:31:937]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:938]: Executing op: RegRemoveValue(Name=ProductCode,Value={B65C3390-98CD-4624-B0CC-F44416BDF6A3},)
MSI (s) (60:7C) [09:27:31:938]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:938]: Executing op: RegRemoveValue(Name=InstallLocation,Value=C:\Program Files\WSL\,)
MSI (s) (60:7C) [09:27:31:938]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:938]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI 3: 2 
MSI (s) (60:7C) [09:27:31:939]: Executing op: RegOpenKey(,Key=CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:939]: Executing op: RegRemoveValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:31:939]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}\InProcServer32
MSI (s) (60:7C) [09:27:31:939]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:939]: Executing op: RegRemoveValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:31:939]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:939]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}\InProcServer32 3: 2 
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegOpenKey(,Key=CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegRemoveValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:31:940]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07}
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegRemoveValue(,Value=WslDeviceHost_Net,)
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:940]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{16479D2E-F0C3-4DBA-BF7A-04FFF0892B07} 3: 2 
MSI (s) (60:7C) [09:27:31:940]: Executing op: RegOpenKey(,Key=CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegRemoveValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:31:941]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}\InProcServer32
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegRemoveValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:941]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}\InProcServer32 3: 2 
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegOpenKey(,Key=CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:941]: Executing op: RegRemoveValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:31:941]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38}
MSI (s) (60:7C) [09:27:31:942]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:942]: Executing op: RegRemoveValue(,Value=WslDeviceHost_VirtioFs,)
MSI (s) (60:7C) [09:27:31:942]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:942]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{60285AE6-AAF3-4456-B444-A6C2D0DEDA38} 3: 2 
MSI (s) (60:7C) [09:27:31:942]: Executing op: RegOpenKey(,Key=AppID\{7F82AD86-755B-4870-86B1-D2E68DFE8A49},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:942]: Executing op: RegRemoveValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:942]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{7F82AD86-755B-4870-86B1-D2E68DFE8A49}
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegRemoveValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegRemoveValue(Name=AppIDFlags,Value=#2048,)
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:943]: Executing op: RegRemoveValue(Name=DllSurrogate,,)
MSI (s) (60:7C) [09:27:31:944]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:944]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{7F82AD86-755B-4870-86B1-D2E68DFE8A49} 3: 2 
MSI (s) (60:7C) [09:27:31:944]: Executing op: RegOpenKey(,Key=CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:944]: Executing op: RegRemoveValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:31:944]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}\InProcServer32
MSI (s) (60:7C) [09:27:31:944]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:944]: Executing op: RegRemoveValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:31:945]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:945]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}\InProcServer32 3: 2 
MSI (s) (60:7C) [09:27:31:945]: Executing op: RegOpenKey(,Key=CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:945]: Executing op: RegRemoveValue(Name=AppId,Value={7F82AD86-755B-4870-86B1-D2E68DFE8A49},)
MSI (s) (60:7C) [09:27:31:945]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6}
MSI (s) (60:7C) [09:27:31:945]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:945]: Executing op: RegRemoveValue(,Value=WslDeviceHost_VirtioFs_Admin,)
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:946]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7e6ad219-d1b3-42d5-b8ee-d96324e64ff6} 3: 2 
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegOpenKey(,Key=CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegRemoveValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:31:946]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}\InProcServer32
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegRemoveValue(,Value=C:\Program Files\WSL\wsldevicehost.dll,)
MSI (s) (60:7C) [09:27:31:946]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:947]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}\InProcServer32 3: 2 
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegOpenKey(,Key=CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegRemoveValue(Name=AppId,Value={17696EAC-9568-4CF5-BB8C-82515AAD6C09},)
MSI (s) (60:7C) [09:27:31:947]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2}
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegRemoveValue(,Value=WslDeviceHost_VirtioPmem,)
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:947]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{ABB755FC-1B86-4255-83E2-E5787ABCF6C2} 3: 2 
MSI (s) (60:7C) [09:27:31:947]: Executing op: RegOpenKey(,Key=AppID\{17696EAC-9568-4CF5-BB8C-82515AAD6C09},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegRemoveValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:948]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{17696EAC-9568-4CF5-BB8C-82515AAD6C09}
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegRemoveValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegRemoveValue(Name=AppIDFlags,Value=#2048,)
MSI (s) (60:7C) [09:27:31:948]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:949]: Executing op: RegRemoveValue(Name=DllSurrogate,,)
MSI (s) (60:7C) [09:27:31:949]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{17696EAC-9568-4CF5-BB8C-82515AAD6C09} 3: 2 
MSI (s) (60:7C) [09:27:31:949]: Executing op: RegOpenKey(,Key=CLSID\{2B9C59C3-98F1-45C8-B87B-12AE3C7927E8}\LocalServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:949]: Executing op: RegRemoveValue(,Value="C:\Program Files\WSL\wslhost.exe",)
MSI (s) (60:7C) [09:27:31:949]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{2B9C59C3-98F1-45C8-B87B-12AE3C7927E8}\LocalServer32
MSI (s) (60:7C) [09:27:31:949]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:949]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{2B9C59C3-98F1-45C8-B87B-12AE3C7927E8}\LocalServer32 3: 2 
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegOpenKey(,Key=CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegRemoveValue(,Value=LxssUserSession,)
MSI (s) (60:7C) [09:27:31:950]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e}
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegRemoveValue(Name=AppId,Value={370121D2-AA7E-4608-A86D-0BBAB9DA1A60},)
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:950]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e} 3: 2 
MSI (s) (60:7C) [09:27:31:950]: Executing op: RegOpenKey(,Key=AppID\{370121D2-AA7E-4608-A86D-0BBAB9DA1A60},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegRemoveValue(Name=LocalService,Value=WSLService,)
MSI (s) (60:7C) [09:27:31:951]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{370121D2-AA7E-4608-A86D-0BBAB9DA1A60}
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegRemoveValue(Name=LaunchPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegRemoveValue(Name=AccessPermission,Value=#x01000480580000006800000000000000140000000200440003000000000014000B00000001010000000000050B000000000014000B00000001010000000000050A000000000014000B0000000101000000000005120000000102000000000005200000002002000001020000000000052000000020020000,)
MSI (s) (60:7C) [09:27:31:951]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:951]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\AppID\{370121D2-AA7E-4608-A86D-0BBAB9DA1A60} 3: 2 
MSI (s) (60:7C) [09:27:31:952]: Executing op: RegOpenKey(,Key=CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}\InProcServer32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:952]: Executing op: RegRemoveValue(Name=ThreadingModel,Value=Both,)
MSI (s) (60:7C) [09:27:31:952]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}\InProcServer32
MSI (s) (60:7C) [09:27:31:952]: Executing op: RegCreateKey()
MSI (s) (60:7C) [09:27:31:952]: Executing op: RegRemoveValue(,Value=C:\Program Files\WSL\wslserviceproxystub.dll,)
MSI (s) (60:7C) [09:27:31:952]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:952]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}\InProcServer32 3: 2 
MSI (s) (60:7C) [09:27:31:953]: Executing op: RegOpenKey(,Key=CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:953]: Executing op: RegRemoveValue(,Value=PSFactoryBuffer,)
MSI (s) (60:7C) [09:27:31:953]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60}
MSI (s) (60:7C) [09:27:31:953]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{4EA0C6DD-E9FF-48E7-994E-13A31D10DC60} 3: 2 
MSI (s) (60:7C) [09:27:31:953]: Executing op: RegOpenKey(,Key=Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}\ProxyStubClsid32,,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:953]: Executing op: RegRemoveValue(,Value={4EA0C6DD-E9FF-48E7-994E-13A31D10DC60},)
MSI (s) (60:7C) [09:27:31:953]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}\ProxyStubClsid32
MSI (s) (60:7C) [09:27:31:954]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}\ProxyStubClsid32 3: 2 
MSI (s) (60:7C) [09:27:31:954]: Executing op: RegOpenKey(,Key=Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E},,BinaryType=1,ControlRegistryReflection=0,)
MSI (s) (60:7C) [09:27:31:954]: Executing op: RegRemoveValue(,Value=ILxssUserSession,)
MSI (s) (60:7C) [09:27:31:954]: Disabling reflection on key: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E}
MSI (s) (60:7C) [09:27:31:954]: Executing op: RegRemoveKey()
MSI (s) (60:7C) [09:27:31:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Classes\Interface\{38541BDC-F54F-4CEB-85D0-37F0F3D2617E} 3: 2 
MSI (s) (60:7C) [09:27:31:955]: Executing op: ActionStart(Name=CleanMsixRegistryKeys,,)
MSI (s) (60:7C) [09:27:31:955]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (60:7C) [09:27:31:955]: Executing op: SetTargetFolder(Folder=23)
MSI (s) (60:7C) [09:27:31:955]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:31:955]: Executing op: SetTargetFolder(Folder=23)
MSI (s) (60:7C) [09:27:31:955]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (60:7C) [09:27:31:956]: Executing op: FileRemove(,FileName=WSL.lnk,,)
MSI (s) (60:7C) [09:27:31:956]: Executing op: FileRemove(,FileName=C:\Windows\Installer\{B65C3390-98CD-4624-B0CC-F44416BDF6A3}\wsl.ico,Elevate=1,)
MSI (s) (60:7C) [09:27:31:956]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:957]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1],  Directory: [9],  Size: [6])
MSI (s) (60:7C) [09:27:31:957]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\zh-TW\)
MSI (s) (60:7C) [09:27:31:957]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\zh-TW\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:958]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:958]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\zh-TW\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:958]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:959]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:959]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\zh-CN\)
MSI (s) (60:7C) [09:27:31:959]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\zh-CN\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:960]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:960]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\zh-CN\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:960]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:961]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:961]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\tr-TR\)
MSI (s) (60:7C) [09:27:31:962]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\tr-TR\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:962]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:962]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\tr-TR\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:963]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:963]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:963]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\tools\)
MSI (s) (60:7C) [09:27:31:964]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\tools\kernel,,)
MSI (s) (60:7C) [09:27:31:965]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:965]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\tools\initrd.img,,)
MSI (s) (60:7C) [09:27:31:965]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:966]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\tools\init,,)
MSI (s) (60:7C) [09:27:31:966]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:967]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:967]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\sv-SE\)
MSI (s) (60:7C) [09:27:31:967]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\sv-SE\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:967]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:968]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\sv-SE\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:968]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:968]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:969]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ru-RU\)
MSI (s) (60:7C) [09:27:31:969]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ru-RU\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:969]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:969]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ru-RU\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:970]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:970]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:970]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pt-PT\)
MSI (s) (60:7C) [09:27:31:971]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pt-PT\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:971]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:971]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pt-PT\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:972]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:972]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:972]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pt-BR\)
MSI (s) (60:7C) [09:27:31:972]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pt-BR\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:973]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:973]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pt-BR\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:973]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:974]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:974]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\pl-PL\)
MSI (s) (60:7C) [09:27:31:974]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pl-PL\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:974]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:975]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\pl-PL\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:975]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:975]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:976]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\nl-NL\)
MSI (s) (60:7C) [09:27:31:976]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\nl-NL\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:976]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:976]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\nl-NL\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:977]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:977]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:977]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\nb-NO\)
MSI (s) (60:7C) [09:27:31:977]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\nb-NO\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:978]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:978]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\nb-NO\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:978]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:979]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:979]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\lib\)
MSI (s) (60:7C) [09:27:31:979]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\lib\libdxcore.so,,)
MSI (s) (60:7C) [09:27:31:979]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:980]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\lib\libd3d12core.so,,)
MSI (s) (60:7C) [09:27:31:980]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:980]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\lib\libd3d12.so,,)
MSI (s) (60:7C) [09:27:31:981]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:981]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:982]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ko-KR\)
MSI (s) (60:7C) [09:27:31:983]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ko-KR\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:984]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:985]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ko-KR\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:986]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:987]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:988]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\ja-JP\)
MSI (s) (60:7C) [09:27:31:988]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ja-JP\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:989]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:989]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\ja-JP\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:989]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:990]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:990]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\it-IT\)
MSI (s) (60:7C) [09:27:31:990]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\it-IT\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:990]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:991]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\it-IT\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:991]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:992]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:992]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\hu-HU\)
MSI (s) (60:7C) [09:27:31:992]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\hu-HU\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:992]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:992]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\hu-HU\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:993]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:993]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:993]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\fr-FR\)
MSI (s) (60:7C) [09:27:31:994]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\fr-FR\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:994]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:994]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\fr-FR\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:994]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:995]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:995]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\fi-FI\)
MSI (s) (60:7C) [09:27:31:995]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\fi-FI\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:996]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:996]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\fi-FI\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:996]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:996]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:997]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\es-ES\)
MSI (s) (60:7C) [09:27:31:997]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\es-ES\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:997]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:997]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\es-ES\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:31:998]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:998]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:999]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\en-US\)
MSI (s) (60:7C) [09:27:31:999]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\en-US\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:31:999]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:31:999]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\en-US\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:32:000]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:000]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:000]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\en-GB\)
MSI (s) (60:7C) [09:27:32:001]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\en-GB\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:32:001]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:001]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\en-GB\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:32:001]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:002]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:002]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\de-DE\)
MSI (s) (60:7C) [09:27:32:002]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\de-DE\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:32:003]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:003]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\de-DE\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:32:003]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:004]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:004]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\da-DK\)
MSI (s) (60:7C) [09:27:32:004]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\da-DK\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:32:004]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:005]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\da-DK\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:32:005]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:005]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:006]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\cs-CZ\)
MSI (s) (60:7C) [09:27:32:006]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\cs-CZ\rdclientax.dll.mui,,)
MSI (s) (60:7C) [09:27:32:006]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:006]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\cs-CZ\msrdc.exe.mui,,)
MSI (s) (60:7C) [09:27:32:007]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:007]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:007]: Executing op: SetTargetFolder(Folder=C:\Program Files\WSL\)
MSI (s) (60:7C) [09:27:32:008]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslserviceproxystub.dll,,)
MSI (s) (60:7C) [09:27:32:008]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:008]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslservice.exe,,)
MSI (s) (60:7C) [09:27:32:009]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:009]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslrelay.exe,,)
MSI (s) (60:7C) [09:27:32:010]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:010]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslhost.exe,,)
MSI (s) (60:7C) [09:27:32:010]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:010]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslg_desktop.rdp,,)
MSI (s) (60:7C) [09:27:32:011]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:011]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslg.rdp,,)
MSI (s) (60:7C) [09:27:32:011]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:011]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wslg.exe,,)
MSI (s) (60:7C) [09:27:32:012]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:012]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wsldevicehost.dll,,)
MSI (s) (60:7C) [09:27:32:012]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:013]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wsldeps.dll,,)
MSI (s) (60:7C) [09:27:32:013]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:013]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\wsl.exe,,)
MSI (s) (60:7C) [09:27:32:014]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:014]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\system.vhd,,)
MSI (s) (60:7C) [09:27:32:035]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:035]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\rdpnanoTransport.dll,,)
MSI (s) (60:7C) [09:27:32:036]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:037]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\rdclientax.dll,,)
MSI (s) (60:7C) [09:27:32:038]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:039]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\msrdc.exe,,)
MSI (s) (60:7C) [09:27:32:040]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:040]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\msal.wsl.proxy.exe,,)
MSI (s) (60:7C) [09:27:32:041]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:041]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\lxutil.dll,,)
MSI (s) (60:7C) [09:27:32:042]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:042]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\WSLDVCPlugin.dll,,)
MSI (s) (60:7C) [09:27:32:043]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:043]: Executing op: FileRemove(,FileName=C:\Program Files\WSL\RdpWinStlHelper.dll,,)
MSI (s) (60:7C) [09:27:32:044]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:045]: Executing op: ActionStart(Name=StopServices,Description=Stopping services,Template=Service: [1])
MSI (s) (60:7C) [09:27:32:046]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (60:7C) [09:27:32:046]: Executing op: ComponentUnregister(ComponentId={93CBFF23-A04C-4344-A332-238CE5B97AEC},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:047]: Executing op: ComponentUnregister(ComponentId={93CBFF23-A04C-4344-A332-238CE5B97AED},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:047]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134732},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:048]: Executing op: ComponentUnregister(ComponentId={5FAE2A09-7E85-3A26-992C-771E5BAB0857},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:048]: Executing op: ComponentUnregister(ComponentId={3E4F0E64-9579-3FB9-91EE-7A18FD22BA29},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:049]: Executing op: ComponentUnregister(ComponentId={D1293348-AE1A-30CC-9166-E81B812C8199},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:049]: Executing op: ComponentUnregister(ComponentId={D01BEDF5-8B9A-3713-AA0F-82F4500064B3},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:050]: Executing op: ComponentUnregister(ComponentId={CB26E012-5309-30FC-82C4-C6028B77E8F3},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:050]: Executing op: ComponentUnregister(ComponentId={0BA8E254-6CD9-3937-B4B5-53A9418D1E57},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:051]: Executing op: ComponentUnregister(ComponentId={E96ED5D7-A312-326E-86D3-890F871FF4F6},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:051]: Executing op: ComponentUnregister(ComponentId={3EF0ED4D-D038-367D-9CD2-A43CAB9FF3D1},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:051]: Executing op: ComponentUnregister(ComponentId={251912A3-F0B1-3C6D-A84E-8E30EE51FDEA},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:052]: Executing op: ComponentUnregister(ComponentId={27D73617-6933-3112-AE77-42643F925D15},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:052]: Executing op: ComponentUnregister(ComponentId={638AFEE4-34B0-3A71-B43F-DB256F985BC1},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:053]: Executing op: ComponentUnregister(ComponentId={DD0A5895-8F25-3B6D-A0FD-2D4BD326E47B},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:053]: Executing op: ComponentUnregister(ComponentId={7CBB82A8-016D-32C8-B7D8-3EC17BF5D576},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:054]: Executing op: ComponentUnregister(ComponentId={E22DB366-FC59-3271-A906-FC8810C96661},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:054]: Executing op: ComponentUnregister(ComponentId={B1835167-9980-316B-8F20-31CEADE9CD46},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:055]: Executing op: ComponentUnregister(ComponentId={20CBD48F-1DE0-3643-A123-E11EEC292D3A},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:055]: Executing op: ComponentUnregister(ComponentId={10303380-2231-3FC7-8C80-0AEA753212F7},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:056]: Executing op: ComponentUnregister(ComponentId={589E5D43-8E00-3C06-A42F-A0E93A521A09},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:056]: Executing op: ComponentUnregister(ComponentId={1B191F3D-A5AC-3776-9532-9DA1BD9DFE07},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:057]: Executing op: ComponentUnregister(ComponentId={C916B94E-C96D-37AD-B3C8-C652571844D3},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:057]: Executing op: ComponentUnregister(ComponentId={177C38EC-67DC-3201-B708-5D7387006FE0},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:057]: Executing op: ComponentUnregister(ComponentId={67EF6783-88F4-3FC4-85EE-A43783E071A9},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:058]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134734},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:058]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134731},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:059]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134735},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:059]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134730},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:059]: Executing op: ComponentUnregister(ComponentId={F0C8D6BA-1502-41E7-BF72-D93DFA134733},ProductKey={B65C3390-98CD-4624-B0CC-F44416BDF6A3},BinaryType=1,)
MSI (s) (60:7C) [09:27:32:060]: Executing op: ActionStart(Name=ValidateInstall,,)
MSI (s) (60:7C) [09:27:32:060]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (60:7C) [09:27:32:060]: Error in rollback skipped.	Return: 5
MSI (s) (60:7C) [09:27:32:067]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:068]: Note: 1: 2318 2:  
MSI (s) (60:7C) [09:27:32:069]: No System Restore sequence number for this installation.
MSI (s) (60:7C) [09:27:32:069]: Unlocking Server
MSI (s) (60:7C) [09:27:32:070]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 9:27:32: INSTALL. Return value 3.
Property(S): ALLUSERS = 1
Property(S): ARPPRODUCTICON = wsl.ico
Property(S): ARPNOMODIFY = yes
Property(S): REINSTALLMODE = AMUS
Property(S): MSIRMSHUTDOWN = 0
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {B65C3390-98CD-4624-B0CC-F44416BDF6A3}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Windows Subsystem for Linux
Property(S): ProductVersion = 2.0.14.0
Property(S): UpgradeCode = {6D5B792B-1EDC-4DE9-8EAD-201B820F8E82}
Property(S): SecureCustomProperties = ARPNOMODIFY;MSIRMSHUTDOWN;REINSTALLMODE;WIX_UPGRADE_DETECTED
Property(S): TOOLSFOLDER = C:\Program Files\WSL\tools\
Property(S): INSTALLDIR = C:\Program Files\WSL\
Property(S): LIBFOLDER = C:\Program Files\WSL\lib\
Property(S): cs_CZ = C:\Program Files\WSL\cs-CZ\
Property(S): da_DK = C:\Program Files\WSL\da-DK\
Property(S): de_DE = C:\Program Files\WSL\de-DE\
Property(S): en_GB = C:\Program Files\WSL\en-GB\
Property(S): en_US = C:\Program Files\WSL\en-US\
Property(S): es_ES = C:\Program Files\WSL\es-ES\
Property(S): fi_FI = C:\Program Files\WSL\fi-FI\
Property(S): fr_FR = C:\Program Files\WSL\fr-FR\
Property(S): hu_HU = C:\Program Files\WSL\hu-HU\
Property(S): it_IT = C:\Program Files\WSL\it-IT\
Property(S): ja_JP = C:\Program Files\WSL\ja-JP\
Property(S): ko_KR = C:\Program Files\WSL\ko-KR\
Property(S): nb_NO = C:\Program Files\WSL\nb-NO\
Property(S): nl_NL = C:\Program Files\WSL\nl-NL\
Property(S): pl_PL = C:\Program Files\WSL\pl-PL\
Property(S): pt_BR = C:\Program Files\WSL\pt-BR\
Property(S): pt_PT = C:\Program Files\WSL\pt-PT\
Property(S): ru_RU = C:\Program Files\WSL\ru-RU\
Property(S): sv_SE = C:\Program Files\WSL\sv-SE\
Property(S): tr_TR = C:\Program Files\WSL\tr-TR\
Property(S): zh_CN = C:\Program Files\WSL\zh-CN\
Property(S): zh_TW = C:\Program Files\WSL\zh-TW\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): TARGETDIR = C:\
Property(S): SourceDir = path\Files\
Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Property(S): InstallMsix = C:\Windows\Installer\a9199e9.msi
Property(S): EXPLORERSHELL = @wsl.exe,-2
Property(S): EXPLORERPLAN9SHORTCUT = Linux
Property(S): VersionNT = 603
Property(S): MsiLogFileLocation = path\Windows Subsystem for Linux\Microsoft Corp_Windows Subsystem for Linux_ENU_20140_1213-0927_Install.log
Property(S): PackageCode = {A7968BEE-F6EF-4F4C-8F9D-5A8C354BF1C8}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): REBOOT = ReallySuppress
Property(S): CURRENTDIRECTORY = path\Files
Property(S): CLIENTUILEVEL = 3
Property(S): CLIENTPROCESSID = 7032
Property(S): MsiSystemRebootPending = 1
Property(S): VersionDatabase = 500
Property(S): VersionMsi = 5.00
Property(S): VersionNT64 = 603
Property(S): WindowsBuild = 9600
Property(S): ServicePackLevel = 0
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\Windows\
Property(S): WindowsVolume = C:\
Property(S): System64Folder = C:\Windows\system32\
Property(S): SystemFolder = C:\Windows\SysWOW64\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\Windows\TEMP\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\
Property(S): FavoritesFolder = C:\Windows\system32\config\systemprofile\Favorites\
Property(S): NetHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\Windows\system32\config\systemprofile\Documents\
Property(S): PrintHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Local\
Property(S): MyPicturesFolder = C:\Windows\system32\config\systemprofile\Pictures\
Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): FontsFolder = C:\Windows\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): MsiAMD64 = 6
Property(S): Msix64 = 6
Property(S): Intel = 6
Property(S): PhysicalMemory = 32443
Property(S): VirtualMemory = 21294
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = SYSTEM
Property(S): UserSID = S-1-5-18
Property(S): UserLanguageID = 1029
Property(S): ComputerName = computer name
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 9:27:32
Property(S): Date = 13.12.2023
Property(S): MsiNetAssemblySupport = 4.8.4084.0
Property(S): MsiWin32AssemblySupport = 6.3.19041.3570
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): USERNAME = company name
Property(S): COMPANYNAME = company name
Property(S): DATABASE = C:\Windows\Installer\a9199e9.msi
Property(S): OriginalDatabase = path\Files\wsl.2.0.14.0.x64.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): INSTALLLEVEL = 1
Property(S): SOURCEDIR = path\Files\
Property(S): SourcedirProduct = {B65C3390-98CD-4624-B0CC-F44416BDF6A3}
Property(S): ProductToBeRegistered = 1
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 1708 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2205 2:  3: Error 
MSI (s) (60:7C) [09:27:32:096]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (60:7C) [09:27:32:096]: Product: Windows Subsystem for Linux -- Installation failed.

MSI (s) (60:7C) [09:27:32:096]: Instalační služba systému Windows provedla instalaci produktu. Název produktu: Windows Subsystem for Linux. Verze produktu: 2.0.14.0. Jazyk produktu: 1033. Výrobce: Microsoft Corporation. Stav instalace (úspěch nebo chyba): 1603.

MSI (s) (60:7C) [09:27:32:111]: Deferring clean up of packages/files, if any exist
MSI (s) (60:7C) [09:27:32:111]: MainEngineThread is returning 1603
MSI (s) (60:0C) [09:27:32:114]: RESTART MANAGER: Session closed.
MSI (s) (60:0C) [09:27:32:114]: No System Restore sequence number for this installation.
=== Logging stopped: 13.12.2023  9:27:32 ===
MSI (s) (60:0C) [09:27:32:117]: User policy value 'DisableRollback' is 0
MSI (s) (60:0C) [09:27:32:117]: Machine policy value 'DisableRollback' is 0
MSI (s) (60:0C) [09:27:32:117]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (60:0C) [09:27:32:117]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (60:0C) [09:27:32:117]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (60:0C) [09:27:32:118]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (60:0C) [09:27:32:118]: Destroying RemoteAPI object.
MSI (s) (60:CC) [09:27:32:119]: Custom Action Manager thread ending.
MSI (c) (78:B0) [09:27:32:120]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (78:B0) [09:27:32:120]: MainEngineThread is returning 1603
=== Verbose logging stopped: 13.12.2023  9:27:32 ===

@OneBlue
Copy link
Collaborator

OneBlue commented Dec 15, 2023

Thank you @AlanAbluestem.

Looking at the install log, this is the issue:

MSI (s) (60:18) [09:27:31:862]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIAB16.tmp, Entrypoint: InstallMsixAsUser
MSI (s) (60!84) [09:27:31:926]: Note: 1: 2205 2:  3: Error 
MSI (s) (60!84) [09:27:31:926]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709 
MSI (s) (60!84) [09:27:31:926]: Product: Windows Subsystem for Linux -- Nepodařilo se nainstalovat balíček MSIX (chyba: Instalace se nezdařila. Obraťte se na dodavatele softwaru. ).

Nepodařilo se nainstalovat balíček MSIX (chyba: Instalace se nezdařila. Obraťte se na dodavatele softwaru. ).
CustomAction InstallMsixAsUser returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (60:7C) [09:27:31:932]: Note: 1: 2265 2:  3: -2147287035 

This means that something went wrong during the MSIX package installation. To dig deeper, can you try to collect WSL /logs while the installation is running ? That should allow us to see why the MSIX installation is failing.

@AlanAbluestem
Copy link
Author

Hello! Could you please provide more logs to help us better diagnose your issue?

To collect WSL logs, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging

If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue.

Thank you!

I emailed the WSL logs this morning with this issue number in the subject. I did neglect to add a link to my comment, sorry.

@schenardie
Copy link

If I might jump in.

MSI (s) (54!AC) [11:21:38:264]: Note: 1: 2205 2: 3: Error MSI (s) (54!AC) [11:21:38:264]: Note: 1: 2228 2: 3: Error 4: SELECT MessageFROMErrorWHEREError= 1709 MSI (s) (54!AC) [11:21:38:264]: Product: Windows Subsystem for Linux -- Failed to install the MSIX package (error: Install failed. Please contact your software vendor. ). Failed to install the MSIX package (error: Install failed. Please contact your software vendor. ). CustomAction InstallMsixAsUser returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

The error is occurring because system cannot register MSIX apps.

Under AppX-Deployment-Server on event viewer there is an error on the same time, event id 404
AppX Deployment operation failed for package MicrosoftCorporationII.WindowsSubsystemForLinux_2.0.14.0_x64__8wekyb3d8bbwe with error 0x8007042B. The specific error text for this failure is: Deployment Register operation rejected on package MicrosoftCorporationII.WindowsSubsystemForLinux_2.0.14.0_x64__8wekyb3d8bbwe from: AppxManifest.xml install request because the Local System account is not allowed to perform this operation.

@OneBlue
Copy link
Collaborator

OneBlue commented Dec 19, 2023

Thank you @AlanAbluestem. Looking at the logs I see:

31	True	Microsoft.Windows.Subsystem.Lxss	LxssVerboseLog	0	12-18-2023 08:07:58.365	"	"	"Code: 	
File: 	D:\a\1\s\src\windows\wslinstall\DllMain.cpp
FunctionName: 	
HRESULT: 	0x80073CF9
Line number: 	343
Message: 	""D:\a\1\s\src\windows\wslinstall\DllMain.cpp(49)\MSIC534.tmp!00007FFF970C053F: (caller: 00007FFF970C3272) Exception(1) tid(c0c) 80073CF9 Install failed. Please contact your software vendor.      Msg:[Source: unsigned int __cdecl InstallMsixAsUser(unsigned long)() - D:\a\1\s\src\windows\wslinstall\DllMain.cpp:331]  ""
Type: 	2
wslVersion: 	2.0.9.0"				11816	3084	5		8a68c731-31c7-0004-a2f6-6c8ac731da01		

Which unfortunately doesn't tell us a lot more. Can you try to run the installation again and then share the output of (elevated powershell):
Get-AppPackageLog -All

This should give us more info about what exactly is failing.

@schenardie
Copy link

AppPackageLog.log

@OneBlue OneBlue added the msix Installer issue. label Dec 20, 2023
@OneBlue OneBlue self-assigned this Dec 20, 2023
@janderssonse
Copy link

janderssonse commented Dec 21, 2023

Same issue here on a recent up-to-date-patched h2 win10, with WSL2, 2.0.14, applying packages with SYSTEM (admin works fine). A real blocker for upgrading our ancient WSL2 -versions to our organisation, as everything is applied with SYSTEM and it worked fine for older versions of wsl2 (pre WS2 1.0 at least:). Hope this is an prioritized issue to fix. Cheers, Thanks.

@schenardie
Copy link

🤨🤨🤨

@janderssonse
Copy link

janderssonse commented Dec 29, 2023

"Closed as completed" so is it fixed then?

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.

Thank you!

Nothing official indicates this problem was solved, and if not, it should be reopened. @schenardie was in the middle of a dialog with sharing logs and problem solving. I reported the same problem in a comment above.

@AlanAbluestem
Copy link
Author

Thank you @AlanAbluestem. Looking at the logs I see:

31	True	Microsoft.Windows.Subsystem.Lxss	LxssVerboseLog	0	12-18-2023 08:07:58.365	"	"	"Code: 	
File: 	D:\a\1\s\src\windows\wslinstall\DllMain.cpp
FunctionName: 	
HRESULT: 	0x80073CF9
Line number: 	343
Message: 	""D:\a\1\s\src\windows\wslinstall\DllMain.cpp(49)\MSIC534.tmp!00007FFF970C053F: (caller: 00007FFF970C3272) Exception(1) tid(c0c) 80073CF9 Install failed. Please contact your software vendor.      Msg:[Source: unsigned int __cdecl InstallMsixAsUser(unsigned long)() - D:\a\1\s\src\windows\wslinstall\DllMain.cpp:331]  ""
Type: 	2
wslVersion: 	2.0.9.0"				11816	3084	5		8a68c731-31c7-0004-a2f6-6c8ac731da01		

Which unfortunately doesn't tell us a lot more. Can you try to run the installation again and then share the output of (elevated powershell): Get-AppPackageLog -All

This should give us more info about what exactly is failing.

I'm back from PTO, but looks like this issue was automatically closed??? Can we re-open this issue as we never received a resolution? My last action was to send the additional log info (via email) as requested above.
Thanks!

@AlanAbluestem
Copy link
Author

@OneBlue ^ bump ^

@OneBlue
Copy link
Collaborator

OneBlue commented Jan 3, 2024

@AlanAbluestem: Unfortunately this issue will require a Windows update to be fixed. I'll update it once it's released.

@OneBlue OneBlue reopened this Jan 3, 2024
@AlanAbluestem
Copy link
Author

@OneBlue Awesome & thank you for reopening this issue. Any idea on a timeline for this fix? I need to update my leadership and I'm sure others do as well. I'm not asking for something carved in stone, just an idea if it will be in the next few CU's, a stand alone update, or if we will have to wait for 24H2.

@janderssonse
Copy link

janderssonse commented Jan 5, 2024

Unfortunately this issue will require a Windows update to be fixed. I'll update it once it's released.

I'm sure you are on to it alredy as it seems, but just to add anyway, we had the same (non-working as system) experience for Win10 with fresh wsl 2.0.14 and intune, thanks for reopening.

@ultimaC
Copy link

ultimaC commented Jan 5, 2024

Same here, sorry I was on holidays. Thanks to all guys issuing this. I will wait for the update. Will it be announced in this thread or somewhere else? Just to know what to track. ;-) Thanks and best wishes to the new year.

@benhillis
Copy link
Member

Fixed with https://github.com/microsoft/WSL/releases/tag/2.1.0

@schenardie
Copy link

Legend, can confirm it works. When can we expect that to be promoted to latest? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msix Installer issue.
Projects
None yet
Development

No branches or pull requests

6 participants