Hello,
The latest version of the Mattermost client 5.9.0 for Windows is installed by default in the user’s profile at C:\Users\username\AppData\Local\Programs\mattermost-desktop.
How can I install the Mattermost client in C:\Program Files\Mattermost so that it is available to all users?
Thank you for your response.
But I have already tried these installation switches, and the Mattermost client is not installed in the desired folder.
For example:
Start-Process msiexec -ArgumentList ‘/i mattermost-desktop-5.9.0-win-x64.msi APPLICATIONFOLDER=“C:\temp\mattermost”’
Or like this:
Start-Process msiexec -ArgumentList ‘/i mattermost-desktop-5.9.0-win-x64.msi APPLICATIONFOLDER="C:\Program Files\Mattermost"’
Or like this
msiexec /i mattermost-desktop-5.9.0-win-x64.msi APPLICATIONFOLDER=‘C:\test\mattermost’
In all cases, the Mattermost client is installed in the folder C:\tmp.
And the Mattermost client does not appear in the installed programs, although it is unpacked in the folder C:\tmp
@AndreyRuban I’ll report that back. May be a bug!
Thank you, I will be waiting for your response.
Did you try:
msiexec /i mattermost-desktop-v5.9.0-x64.msi ALLUSERS=1
I have also tried using this switch:
msiexec /i mattermost-desktop-5.9.0-win-x64.msi ALLUSERS=1
and
msiexec /i mattermost-desktop-5.9.0-win-x64.msi ALLUSERS=1 APPLICATIONFOLDER=‘C:\test\mattermost’`
The Mattermost client does not appear in the installed programs, and it is unpacked in the folder C:\tmp
And nothing gets unpacked to C:\Program Files\mattermost-desktop
?
Yes, that’s absolutely correct.
There is nothing in the folder C:\Program Files\mattermost-desktop
, and the folder itself is not created.
The installation only adds files to C:\tmp
Are there any updates?
Try:
msiexec /i mattermost-desktop-5.9.0-win-x64.msi /L*V install.log
And have to tried the .exe?
Sorry, I’m not a Windows guy, I’m kinda stabbing in the dark here!
I tried running the installation with logging.
Since I can’t attach the log file, I’m sending the entire text.
=== Verbose logging started: 10/4/2024 9:51:40 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\Windows\system32\msiexec.exe ===
MSI (c) (3C:3C) [09:51:40:178]: Font created. Charset: Req=0, Ret=0, Font: Req=, Ret=Arial
MSI (c) (3C:3C) [09:51:40:179]: Font created. Charset: Req=0, Ret=0, Font: Req=, Ret=Arial
MSI (c) (3C:F4) [09:51:40:210]: Resetting cached policy values
MSI (c) (3C:F4) [09:51:40:210]: Machine policy value ‘Debug’ is 0
MSI (c) (3C:F4) [09:51:40:210]: ******* RunEngine:
******* Product: mattermost-desktop-5.9.0-win-x64.msi
******* Action:
******* CommandLine: **********
MSI (c) (3C:F4) [09:51:40:248]: Machine policy value ‘DisableUserInstalls’ is 0
MSI (c) (3C:F4) [09:51:40:354]: Cloaking enabled.
MSI (c) (3C:F4) [09:51:40:354]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (3C:F4) [09:51:40:364]: End dialog not enabled
MSI (c) (3C:F4) [09:51:40:364]: Original package ==> C:\temp\mattermost-desktop-5.9.0-win-x64.msi
MSI (c) (3C:F4) [09:51:40:364]: Package we’re running from ==> C:\WINDOWS\Installer\5e3f6d5.msi
MSI (c) (3C:F4) [09:51:40:368]: APPCOMPAT: Uninstall Flags override found.
MSI (c) (3C:F4) [09:51:40:368]: APPCOMPAT: Uninstall VersionNT override found.
MSI (c) (3C:F4) [09:51:40:368]: APPCOMPAT: Uninstall ServicePackLevel override found.
MSI (c) (3C:F4) [09:51:40:371]: APPCOMPAT: looking for appcompat database entry with ProductCode ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’.
MSI (c) (3C:F4) [09:51:40:372]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (3C:F4) [09:51:40:400]: MSCOREE not loaded loading copy from system32
MSI (c) (3C:F4) [09:51:40:413]: Machine policy value ‘DisablePatch’ is 0
MSI (c) (3C:F4) [09:51:40:413]: Machine policy value ‘AllowLockdownPatch’ is 0
MSI (c) (3C:F4) [09:51:40:413]: Machine policy value ‘DisableLUAPatching’ is 0
MSI (c) (3C:F4) [09:51:40:413]: Machine policy value ‘DisableFlyWeightPatching’ is 0
MSI (c) (3C:F4) [09:51:40:415]: APPCOMPAT: looking for appcompat database entry with ProductCode ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’.
MSI (c) (3C:F4) [09:51:40:415]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (3C:F4) [09:51:40:416]: Transforms are not secure.
MSI (c) (3C:F4) [09:51:40:416]: Note: 1: 2205 2: 3: Control
MSI (c) (3C:F4) [09:51:40:416]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is ‘C:\temp\install.log’.
MSI (c) (3C:F4) [09:51:40:416]: Command Line: CURRENTDIRECTORY=C:\temp CLIENTUILEVEL=0 CLIENTPROCESSID=5436
MSI (c) (3C:F4) [09:51:40:416]: PROPERTY CHANGE: Adding PackageCode property. Its value is ‘{621EF59C-1247-4E88-B187-A912742F6006}’.
MSI (c) (3C:F4) [09:51:40:416]: Product Code passed to Engine.Initialize: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (c) (3C:F4) [09:51:40:416]: Product Code from property table before transforms: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (c) (3C:F4) [09:51:40:416]: Product Code from property table after transforms: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (c) (3C:F4) [09:51:40:416]: Product registered: entering maintenance mode
MSI (c) (3C:F4) [09:51:40:416]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-user.
MSI (c) (3C:F4) [09:51:40:416]: PROPERTY CHANGE: Adding MSIINTERNALINSTALLEDPERUSER property. Its value is ‘1’.
MSI (c) (3C:F4) [09:51:40:416]: Determined that existing product (either this product or the product being upgraded with a patch) is a dual mode package installed in per-user mode.
MSI (c) (3C:F4) [09:51:40:416]: PROPERTY CHANGE: Deleting ALLUSERS property. Its current value is ‘2’.
MSI (c) (3C:F4) [09:51:40:417]: PROPERTY CHANGE: Adding ProductState property. Its value is ‘5’.
MSI (c) (3C:F4) [09:51:40:417]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is ‘1’.
MSI (c) (3C:F4) [09:51:40:417]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (3C:F4) [09:51:40:418]: Specifed source is already in a list.
MSI (c) (3C:F4) [09:51:40:418]: User policy value ‘SearchOrder’ is ‘nmu’
MSI (c) (3C:F4) [09:51:40:419]: Machine policy value ‘DisableBrowse’ is 0
MSI (c) (3C:F4) [09:51:40:419]: Machine policy value ‘AllowLockdownBrowse’ is 0
MSI (c) (3C:F4) [09:51:40:419]: Adding new sources is allowed.
MSI (c) (3C:F4) [09:51:40:419]: Package name retrieved from configuration data: ‘mattermost-desktop-5.9.0-win-x64.msi’
MSI (c) (3C:F4) [09:51:40:419]: Note: 1: 2205 2: 3: Error
MSI (c) (3C:F4) [09:51:40:421]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (3C:F4) [09:51:40:421]: Machine policy value ‘DisableMsi’ is 0
MSI (c) (3C:F4) [09:51:40:421]: Machine policy value ‘AlwaysInstallElevated’ is 0
MSI (c) (3C:F4) [09:51:40:421]: User policy value ‘AlwaysInstallElevated’ is 0
MSI (c) (3C:F4) [09:51:40:421]: Product {95C1D261-22CB-4CD2-A091-892601E8B17E} is not managed.
MSI (c) (3C:F4) [09:51:40:421]: Running product ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’ with user privileges: It’s not assigned.
MSI (c) (3C:F4) [09:51:40:421]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is ‘C:\temp’.
MSI (c) (3C:F4) [09:51:40:421]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:421]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is ‘5436’.
MSI (c) (3C:F4) [09:51:40:421]: TRANSFORMS property is now:
MSI (c) (3C:F4) [09:51:40:421]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is ‘1033’.
MSI (c) (3C:F4) [09:51:40:421]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is ‘500’.
MSI (c) (3C:F4) [09:51:40:428]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming
MSI (c) (3C:F4) [09:51:40:428]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Favorites
MSI (c) (3C:F4) [09:51:40:429]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (c) (3C:F4) [09:51:40:430]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Documents
MSI (c) (3C:F4) [09:51:40:431]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (c) (3C:F4) [09:51:40:432]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
MSI (c) (3C:F4) [09:51:40:433]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
MSI (c) (3C:F4) [09:51:40:434]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
MSI (c) (3C:F4) [09:51:40:435]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (c) (3C:F4) [09:51:40:435]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Local
MSI (c) (3C:F4) [09:51:40:436]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Pictures
MSI (c) (3C:F4) [09:51:40:437]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (3C:F4) [09:51:40:438]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (3C:F4) [09:51:40:439]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (c) (3C:F4) [09:51:40:440]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (c) (3C:F4) [09:51:40:441]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (c) (3C:F4) [09:51:40:443]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (3C:F4) [09:51:40:443]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (3C:F4) [09:51:40:444]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (c) (3C:F4) [09:51:40:444]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (c) (3C:F4) [09:51:40:445]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (c) (3C:F4) [09:51:40:445]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (3C:F4) [09:51:40:447]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (3C:F4) [09:51:40:460]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
MSI (c) (3C:F4) [09:51:40:460]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is ‘1’.
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding Privileged property. Its value is ‘1’.
MSI (c) (3C:F4) [09:51:40:460]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding USERNAME property. Its value is ‘none’.
MSI (c) (3C:F4) [09:51:40:460]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is ‘***********’.
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding Installed property. Its value is ‘00:00:00’.
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding DATABASE property. Its value is ‘C:\WINDOWS\Installer\5e3f6d5.msi’.
MSI (c) (3C:F4) [09:51:40:460]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is ‘C:\temp\mattermost-desktop-5.9.0-win-x64.msi’.
MSI (c) (3C:F4) [09:51:40:460]: Machine policy value ‘MsiDisableEmbeddedUI’ is 0
MSI (c) (3C:3C) [09:51:40:470]: PROPERTY CHANGE: Adding VersionHandler property. Its value is ‘5.00’.
MSI (c) (3C:3C) [09:51:40:471]: Note: 1: 2205 2: 3: ControlEvent
MSI (c) (3C:3C) [09:51:40:471]: Note: 1: 2205 2: 3: ControlCondition
MSI (c) (3C:3C) [09:51:40:471]: Note: 1: 2205 2: 3: EventMapping
MSI (c) (3C:3C) [09:51:40:471]: Note: 1: 2205 2: 3: UIText
MSI (c) (3C:3C) [09:51:40:471]: Note: 1: 2205 2: 3: TextStyle
MSI (c) (3C:3C) [09:51:40:479]: Note: 1: 2205 2: 3: Dialog
=== Logging started: 10/4/2024 9:51:40 ===
MSI (c) (3C:F4) [09:51:40:479]: Note: 1: 2205 2: 3: PatchPackage
MSI (c) (3C:F4) [09:51:40:479]: Machine policy value ‘DisableRollback’ is 0
MSI (c) (3C:F4) [09:51:40:479]: User policy value ‘DisableRollback’ is 0
MSI (c) (3C:F4) [09:51:40:479]: PROPERTY CHANGE: Adding UILevel property. Its value is ‘5’.
MSI (c) (3C:F4) [09:51:40:481]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (c) (3C:F4) [09:51:40:481]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
MSI (c) (3C:F4) [09:51:40:486]: PROPERTY CHANGE: Adding ACTION property. Its value is ‘INSTALL’.
MSI (c) (3C:F4) [09:51:40:486]: Doing action: INSTALL
MSI (c) (3C:F4) [09:51:40:486]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: INSTALL.
Action start 9:51:40: INSTALL.
MSI (c) (3C:F4) [09:51:40:489]: UI Sequence table ‘InstallUISequence’ is present and populated.
MSI (c) (3C:F4) [09:51:40:489]: Running UISequence
MSI (c) (3C:F4) [09:51:40:489]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is ‘INSTALL’.
MSI (c) (3C:F4) [09:51:40:489]: Doing action: FindRelatedProducts
MSI (c) (3C:F4) [09:51:40:489]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: FindRelatedProducts. Searching for related applications
Action start 9:51:40: FindRelatedProducts.
MSI (c) (3C:F4) [09:51:40:491]: Skipping FindRelatedProducts action: not run in maintenance mode
Action ended 9:51:40: FindRelatedProducts. Return value 0.
MSI (c) (3C:F4) [09:51:40:491]: Doing action: LaunchConditions
MSI (c) (3C:F4) [09:51:40:491]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: LaunchConditions. Evaluating launch conditions
Action start 9:51:40: LaunchConditions.
Action ended 9:51:40: LaunchConditions. Return value 1.
MSI (c) (3C:F4) [09:51:40:493]: Doing action: ValidateProductID
MSI (c) (3C:F4) [09:51:40:493]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: ValidateProductID.
Action start 9:51:40: ValidateProductID.
Action ended 9:51:40: ValidateProductID. Return value 1.
MSI (c) (3C:F4) [09:51:40:495]: Doing action: CostInitialize
MSI (c) (3C:F4) [09:51:40:495]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: CostInitialize. Computing space requirements
Action start 9:51:40: CostInitialize.
MSI (c) (3C:F4) [09:51:40:496]: Machine policy value ‘MaxPatchCacheSize’ is 10
MSI (c) (3C:F4) [09:51:40:501]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:'.
MSI (c) (3C:F4) [09:51:40:502]: PROPERTY CHANGE: Adding CostingComplete property. Its value is ‘0’.
Action ended 9:51:40: CostInitialize. Return value 1.
MSI (c) (3C:F4) [09:51:40:502]: Doing action: FileCost
MSI (c) (3C:F4) [09:51:40:502]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: FileCost. Computing space requirements
Action start 9:51:40: FileCost.
MSI (c) (3C:F4) [09:51:40:504]: Note: 1: 2205 2: 3: MsiAssembly
MSI (c) (3C:F4) [09:51:40:505]: Note: 1: 2205 2: 3: Registry
MSI (c) (3C:F4) [09:51:40:506]: Note: 1: 2205 2: 3: Registry
MSI (c) (3C:F4) [09:51:40:506]: Note: 1: 2205 2: 3: Class
MSI (c) (3C:F4) [09:51:40:506]: Note: 1: 2205 2: 3: Extension
MSI (c) (3C:F4) [09:51:40:506]: Note: 1: 2205 2: 3: TypeLib
Action ended 9:51:40: FileCost. Return value 1.
MSI (c) (3C:F4) [09:51:40:506]: Doing action: CostFinalize
MSI (c) (3C:F4) [09:51:40:506]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: CostFinalize. Computing space requirements
Action start 9:51:40: CostFinalize.
MSI (c) (3C:F4) [09:51:40:507]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:507]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:507]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:507]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:507]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is ‘0’.
MSI (c) (3C:F4) [09:51:40:508]: Note: 1: 2205 2: 3: MsiAssembly
MSI (c) (3C:F4) [09:51:40:508]: 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_
= ?
MSI (c) (3C:F4) [09:51:40:508]: PROPERTY CHANGE: Adding APPLICATIONFOLDER property. Its value is ‘C:\tmp’.
MSI (c) (3C:F4) [09:51:40:509]: PROPERTY CHANGE: Adding dXnSQeeWu218k5_DQODW_Hw property. Its value is ‘C:\tmp\locales’.
MSI (c) (3C:F4) [09:51:40:510]: PROPERTY CHANGE: Adding dssvDo1y9ocSwpXR4sJymrg property. Its value is ‘C:\tmp\gpo\en-US’.
MSI (c) (3C:F4) [09:51:40:512]: PROPERTY CHANGE: Adding doCxsUHluNP7CzmobK5D6xA property. Its value is ‘C:\tmp\gpo’.
MSI (c) (3C:F4) [09:51:40:512]: PROPERTY CHANGE: Adding dVbVYx…CDm4A5Zk7nlXZOw property. Its value is ‘C:\tmp\resources’.
MSI (c) (3C:F4) [09:51:40:513]: PROPERTY CHANGE: Adding dwu0dqzbR0l8I9nOAt6vnIw property. Its value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release’.
MSI (c) (3C:F4) [09:51:40:514]: PROPERTY CHANGE: Adding resourcesDir property. Its value is ‘C:\tmp\resources’.
MSI (c) (3C:F4) [09:51:40:515]: PROPERTY CHANGE: Adding dFcN1AFjVMaKTFr2VquuKfg property. Its value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release’.
MSI (c) (3C:F4) [09:51:40:519]: Note: 1: 2205 2: 3: Patch
MSI (c) (3C:F4) [09:51:40:520]: Note: 1: 2205 2: 3: Condition
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Modifying APPLICATIONFOLDER property. Its current value is ‘C:\tmp’. Its new value: 'C:\tmp'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dirDXIZi7TYx4baLdW5Bo1mL.8.eOE property. Its value is 'C:\tmp\gpo'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Modifying dssvDo1y9ocSwpXR4sJymrg property. Its current value is ‘C:\tmp\gpo\en-US’. Its new value: 'C:\tmp\gpo\en-US'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Modifying doCxsUHluNP7CzmobK5D6xA property. Its current value is ‘C:\tmp\gpo’. Its new value: 'C:\tmp\gpo'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Modifying dXnSQeeWu218k5_DQODW_Hw property. Its current value is ‘C:\tmp\locales’. Its new value: 'C:\tmp\locales'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dirkyIuxiY9Z3e.1EeDqcPEW.c9zok property. Its value is 'C:\tmp\resources'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dirGrCnMEkXsad9o1fJ1WUEd4089Hg property. Its value is 'C:\tmp\resources\app.asar.unpacked'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dirnTFNHvaOQFmMH78_FoF5mnMF20c property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dirtdRdSeqTuyf7KOqkbaBtuWySWxo property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Adding dir_Ewa0AwSQafpqF1nNIaT3AURcA8 property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build'.
MSI (c) (3C:F4) [09:51:40:520]: PROPERTY CHANGE: Modifying dFcN1AFjVMaKTFr2VquuKfg property. Its current value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release’. Its new value: 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release'.
MSI (c) (3C:F4) [09:51:40:521]: PROPERTY CHANGE: Adding dirdIh1IBvonroX5tvSmlJ_a0K_L7c property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist'.
MSI (c) (3C:F4) [09:51:40:521]: PROPERTY CHANGE: Adding dirkbjtdMr_qLct2HLpzV831_bwYc8 property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build'.
MSI (c) (3C:F4) [09:51:40:521]: PROPERTY CHANGE: Modifying dwu0dqzbR0l8I9nOAt6vnIw property. Its current value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release’. Its new value: 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release'.
MSI (c) (3C:F4) [09:51:40:521]: PROPERTY CHANGE: Modifying dVbVYx…CDm4A5Zk7nlXZOw property. Its current value is ‘C:\tmp\resources’. Its new value: 'C:\tmp\resources'.
MSI (c) (3C:F4) [09:51:40:521]: PROPERTY CHANGE: Modifying resourcesDir property. Its current value is ‘C:\tmp\resources’. Its new value: 'C:\tmp\resources'.
MSI (c) (3C:F4) [09:51:40:521]: Target path resolution complete. Dumping Directory table…
MSI (c) (3C:F4) [09:51:40:521]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: TARGETDIR , Object: C:
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: ProgramMenuFolder , Object: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: DesktopFolder , Object: C:\Users\sam\Desktop
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Users\sam\AppData\Local\Programs
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: APPLICATIONFOLDER , Object: C:\tmp
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirDXIZi7TYx4baLdW5Bo1mL.8.eOE , Object: C:\tmp\gpo
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dssvDo1y9ocSwpXR4sJymrg , Object: C:\tmp\gpo\en-US
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: doCxsUHluNP7CzmobK5D6xA , Object: C:\tmp\gpo
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dXnSQeeWu218k5_DQODW_Hw , Object: C:\tmp\locales
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirkyIuxiY9Z3e.1EeDqcPEW.c9zok , Object: C:\tmp\resources
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirGrCnMEkXsad9o1fJ1WUEd4089Hg , Object: C:\tmp\resources\app.asar.unpacked
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirnTFNHvaOQFmMH78_FoF5mnMF20c , Object: C:\tmp\resources\app.asar.unpacked\node_modules
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirtdRdSeqTuyf7KOqkbaBtuWySWxo , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dir_Ewa0AwSQafpqF1nNIaT3AURcA8 , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dFcN1AFjVMaKTFr2VquuKfg , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirdIh1IBvonroX5tvSmlJ_a0K_L7c , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dirkbjtdMr_qLct2HLpzV831_bwYc8 , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dwu0dqzbR0l8I9nOAt6vnIw , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: dVbVYx…CDm4A5Zk7nlXZOw , Object: C:\tmp\resources
MSI (c) (3C:F4) [09:51:40:521]: Dir (target): Key: resourcesDir , Object: C:\tmp\resources
MSI (c) (3C:F4) [09:51:40:522]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is ‘1’.
Action ended 9:51:40: CostFinalize. Return value 1.
MSI (c) (3C:F4) [09:51:40:522]: Doing action: MigrateFeatureStates
MSI (c) (3C:F4) [09:51:40:522]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: MigrateFeatureStates. Migrating feature states from related applications
Action start 9:51:40: MigrateFeatureStates.
MSI (c) (3C:F4) [09:51:40:523]: Skipping MigrateFeatureStates action: not run in maintenance mode
Action ended 9:51:40: MigrateFeatureStates. Return value 0.
MSI (c) (3C:F4) [09:51:40:523]: Doing action: ExecuteAction
MSI (c) (3C:F4) [09:51:40:523]: Note: 1: 2205 2: 3: ActionText
Action 9:51:40: ExecuteAction.
Action start 9:51:40: ExecuteAction.
MSI (c) (3C:F4) [09:51:40:524]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is ‘1’.
MSI (c) (3C:F4) [09:51:40:525]: Grabbed execution mutex.
MSI (c) (3C:F4) [09:51:40:525]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (3C:F4) [09:51:40:525]: PROPERTY CHANGE: Adding ALLUSERS property. Its value is ‘2’.
MSI (c) (3C:F4) [09:51:40:526]: Switching to server: APPLICATIONFOLDER=“C:\tmp" TARGETDIR=“C:" MSIINTERNALINSTALLEDPERUSER=“1” CURRENTDIRECTORY=“C:\temp” CLIENTUILEVEL=“0” CLIENTPROCESSID=“5436” PRODUCTLANGUAGE=“1033” USERNAME=“none” COMPANYNAME=”*” ROOTDRIVE="C:" EXECUTEACTION=“INSTALL” ACTION=“INSTALL” INSTALLLEVEL=“1” SECONDSEQUENCE=“1” _MSI_FEATURE_SELECTION=NONE
MSI (s) (3C:60) [09:51:40:556]: Running installation inside multi-package transaction C:\temp\mattermost-desktop-5.9.0-win-x64.msi
MSI (s) (3C:60) [09:51:40:556]: Grabbed execution mutex.
MSI (s) (3C:50) [09:51:40:561]: Resetting cached policy values
MSI (s) (3C:50) [09:51:40:561]: Machine policy value ‘Debug’ is 0
MSI (s) (3C:50) [09:51:40:561]: ******* RunEngine:
******* Product: C:\temp\mattermost-desktop-5.9.0-win-x64.msi
******* Action: INSTALL
******* CommandLine: **********
MSI (s) (3C:50) [09:51:40:563]: Machine policy value ‘DisableUserInstalls’ is 0
MSI (s) (3C:50) [09:51:40:565]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (3C:50) [09:51:40:567]: Machine policy value ‘LimitSystemRestoreCheckpointing’ is 0
MSI (s) (3C:50) [09:51:40:567]: SRSetRestorePoint skipped for this transaction.
MSI (s) (3C:50) [09:51:40:568]: MSCOREE not loaded loading copy from system32
MSI (s) (3C:50) [09:51:40:585]: End dialog not enabled
MSI (s) (3C:50) [09:51:40:585]: Original package ==> C:\temp\mattermost-desktop-5.9.0-win-x64.msi
MSI (s) (3C:50) [09:51:40:585]: Package we’re running from ==> C:\WINDOWS\Installer\5e3f6d5.msi
MSI (s) (3C:50) [09:51:40:586]: APPCOMPAT: Uninstall Flags override found.
MSI (s) (3C:50) [09:51:40:586]: APPCOMPAT: Uninstall VersionNT override found.
MSI (s) (3C:50) [09:51:40:586]: APPCOMPAT: Uninstall ServicePackLevel override found.
MSI (s) (3C:50) [09:51:40:587]: APPCOMPAT: looking for appcompat database entry with ProductCode ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’.
MSI (s) (3C:50) [09:51:40:587]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (3C:50) [09:51:40:600]: Machine policy value ‘DisablePatch’ is 0
MSI (s) (3C:50) [09:51:40:601]: Machine policy value ‘AllowLockdownPatch’ is 0
MSI (s) (3C:50) [09:51:40:601]: Machine policy value ‘DisableLUAPatching’ is 0
MSI (s) (3C:50) [09:51:40:601]: Machine policy value ‘DisableFlyWeightPatching’ is 0
MSI (s) (3C:50) [09:51:40:602]: APPCOMPAT: looking for appcompat database entry with ProductCode ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’.
MSI (s) (3C:50) [09:51:40:602]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (3C:50) [09:51:40:602]: Transforms are not secure.
MSI (s) (3C:50) [09:51:40:602]: Note: 1: 2205 2: 3: Control
MSI (s) (3C:50) [09:51:40:602]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is ‘C:\temp\install.log’.
MSI (s) (3C:50) [09:51:40:603]: Command Line: APPLICATIONFOLDER=C:\tmp\ TARGETDIR=C:\ MSIINTERNALINSTALLEDPERUSER=1 CURRENTDIRECTORY=C:\temp CLIENTUILEVEL=0 CLIENTPROCESSID=5436 PRODUCTLANGUAGE=1033 USERNAME=none COMPANYNAME=inner.directory ROOTDRIVE=C:\ EXECUTEACTION=INSTALL ACTION=INSTALL INSTALLLEVEL=1 SECONDSEQUENCE=1 _MSI_FEATURE_SELECTION=NONE ACTION=INSTALL
MSI (s) (3C:50) [09:51:40:603]: PROPERTY CHANGE: Adding PackageCode property. Its value is ‘{621EF59C-1247-4E88-B187-A912742F6006}’.
MSI (s) (3C:50) [09:51:40:603]: Product Code passed to Engine.Initialize: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (s) (3C:50) [09:51:40:603]: Product Code from property table before transforms: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (s) (3C:50) [09:51:40:603]: Product Code from property table after transforms: ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’
MSI (s) (3C:50) [09:51:40:603]: Product registered: entering maintenance mode
MSI (s) (3C:50) [09:51:40:603]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-user.
MSI (s) (3C:50) [09:51:40:603]: PROPERTY CHANGE: Adding MSIINTERNALINSTALLEDPERUSER property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:603]: Determined that existing product (either this product or the product being upgraded with a patch) is a dual mode package installed in per-user mode.
MSI (s) (3C:50) [09:51:40:603]: PROPERTY CHANGE: Deleting ALLUSERS property. Its current value is ‘2’.
MSI (s) (3C:50) [09:51:40:603]: Product {95C1D261-22CB-4CD2-A091-892601E8B17E} is not managed.
MSI (s) (3C:50) [09:51:40:604]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (3C:50) [09:51:40:606]: PROPERTY CHANGE: Adding ProductState property. Its value is ‘5’.
MSI (s) (3C:50) [09:51:40:606]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:606]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (3C:50) [09:51:40:606]: Specifed source is already in a list.
MSI (s) (3C:50) [09:51:40:606]: User policy value ‘SearchOrder’ is ‘nmu’
MSI (s) (3C:50) [09:51:40:606]: Machine policy value ‘DisableBrowse’ is 0
MSI (s) (3C:50) [09:51:40:606]: Machine policy value ‘AllowLockdownBrowse’ is 0
MSI (s) (3C:50) [09:51:40:606]: Adding new sources is allowed.
MSI (s) (3C:50) [09:51:40:607]: Package name retrieved from configuration data: ‘mattermost-desktop-5.9.0-win-x64.msi’
MSI (s) (3C:50) [09:51:40:607]: Note: 1: 2205 2: 3: Error
MSI (s) (3C:50) [09:51:40:611]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (3C:50) [09:51:40:611]: Machine policy value ‘DisableMsi’ is 0
MSI (s) (3C:50) [09:51:40:611]: Machine policy value ‘AlwaysInstallElevated’ is 0
MSI (s) (3C:50) [09:51:40:611]: User policy value ‘AlwaysInstallElevated’ is 0
MSI (s) (3C:50) [09:51:40:611]: Product {95C1D261-22CB-4CD2-A091-892601E8B17E} is not managed.
MSI (s) (3C:50) [09:51:40:611]: Running product ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’ with user privileges: It’s not assigned.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding APPLICATIONFOLDER property. Its value is 'C:\tmp'.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:'.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is ‘C:\temp’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is ‘5436’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is ‘1033’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding USERNAME property. Its value is ‘none’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is ‘inner.directory’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:'.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is ‘INSTALL’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding ACTION property. Its value is ‘INSTALL’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:611]: PROPERTY CHANGE: Adding _MSI_FEATURE_SELECTION property. Its value is ‘NONE’.
MSI (s) (3C:50) [09:51:40:611]: Machine policy value ‘DisableAutomaticApplicationShutdown’ is 0
MSI (s) (3C:50) [09:51:40:623]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is ‘4e668ba7875a2447ba55cfd10db542ed’.
MSI (s) (3C:50) [09:51:40:624]: RESTART MANAGER: Session opened.
MSI (s) (3C:50) [09:51:40:624]: Engine has iefSecondSequence set to true.
MSI (s) (3C:50) [09:51:40:624]: TRANSFORMS property is now:
MSI (s) (3C:50) [09:51:40:624]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is ‘500’.
MSI (s) (3C:50) [09:51:40:670]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming
MSI (s) (3C:50) [09:51:40:672]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Favorites
MSI (s) (3C:50) [09:51:40:675]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (3C:50) [09:51:40:677]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Documents
MSI (s) (3C:50) [09:51:40:679]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (3C:50) [09:51:40:681]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (3C:50) [09:51:40:684]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (3C:50) [09:51:40:686]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (3C:50) [09:51:40:687]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (3C:50) [09:51:40:691]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Local
MSI (s) (3C:50) [09:51:40:695]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Pictures
MSI (s) (3C:50) [09:51:40:701]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (3C:50) [09:51:40:705]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (3C:50) [09:51:40:708]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:40:711]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (3C:50) [09:51:40:715]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:40:721]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (3C:50) [09:51:40:723]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (3C:50) [09:51:40:725]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:40:727]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (3C:50) [09:51:40:729]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (3C:50) [09:51:40:729]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (3C:50) [09:51:40:730]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (3C:50) [09:51:40:743]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding Privileged property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding Installed property. Its value is ‘00:00:00’.
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding DATABASE property. Its value is ‘C:\WINDOWS\Installer\5e3f6d5.msi’.
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is ‘C:\temp\mattermost-desktop-5.9.0-win-x64.msi’.
MSI (s) (3C:50) [09:51:40:743]: Machine policy value ‘MsiDisableEmbeddedUI’ is 0
MSI (s) (3C:50) [09:51:40:743]: EEUI - Disabling MsiEmbeddedUI for service because it’s not a quiet/basic install
MSI (s) (3C:50) [09:51:40:743]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:40:743]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:40:743]: User policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:40:743]: PROPERTY CHANGE: Adding UILevel property. Its value is ‘5’.
MSI (s) (3C:50) [09:51:40:744]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
MSI (s) (3C:50) [09:51:40:747]: Doing action: INSTALL
MSI (s) (3C:50) [09:51:40:747]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: INSTALL.
MSI (s) (3C:50) [09:51:40:748]: Running ExecuteSequence
MSI (s) (3C:50) [09:51:40:748]: Doing action: FindRelatedProducts
MSI (s) (3C:50) [09:51:40:748]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: FindRelatedProducts.
MSI (s) (3C:50) [09:51:40:750]: Skipping FindRelatedProducts action: already done on client side
Action ended 9:51:40: FindRelatedProducts. Return value 0.
MSI (s) (3C:50) [09:51:40:751]: Doing action: LaunchConditions
MSI (s) (3C:50) [09:51:40:751]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: LaunchConditions.
Action ended 9:51:40: LaunchConditions. Return value 1.
MSI (s) (3C:50) [09:51:40:753]: Doing action: ValidateProductID
MSI (s) (3C:50) [09:51:40:753]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: ValidateProductID.
Action ended 9:51:40: ValidateProductID. Return value 1.
MSI (s) (3C:50) [09:51:40:754]: Doing action: CostInitialize
MSI (s) (3C:50) [09:51:40:754]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: CostInitialize.
MSI (s) (3C:50) [09:51:40:756]: Machine policy value ‘MaxPatchCacheSize’ is 10
MSI (s) (3C:50) [09:51:40:757]: PROPERTY CHANGE: Adding CostingComplete property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2205 2: 3: __MsiPatchFileList
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:40:758]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT DiskId
, PatchId
, LastSequence
FROM Media
, PatchPackage
WHERE Media
.DiskId
=PatchPackage
.Media_
ORDER BY DiskId
MSI (s) (3C:50) [09:51:40:760]: Note: 1: 2205 2: 3: Patch
Action ended 9:51:40: CostInitialize. Return value 1.
MSI (s) (3C:50) [09:51:40:760]: Doing action: FileCost
MSI (s) (3C:50) [09:51:40:760]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: FileCost.
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: Registry
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: Registry
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: Class
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: Extension
MSI (s) (3C:50) [09:51:40:762]: Note: 1: 2205 2: 3: TypeLib
Action ended 9:51:40: FileCost. Return value 1.
MSI (s) (3C:50) [09:51:40:763]: Doing action: CostFinalize
MSI (s) (3C:50) [09:51:40:763]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: CostFinalize.
MSI (s) (3C:50) [09:51:40:764]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:764]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:764]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:764]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:764]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is ‘0’.
MSI (s) (3C:50) [09:51:40:765]: Note: 1: 2205 2: 3: MsiAssembly
MSI (s) (3C:50) [09:51:40:765]: 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_
= ?
MSI (s) (3C:50) [09:51:40:765]: PROPERTY CHANGE: Modifying APPLICATIONFOLDER property. Its current value is 'C:\tmp'. Its new value: ‘C:\tmp’.
MSI (s) (3C:50) [09:51:40:766]: PROPERTY CHANGE: Adding dXnSQeeWu218k5_DQODW_Hw property. Its value is ‘C:\tmp\locales’.
MSI (s) (3C:50) [09:51:40:768]: PROPERTY CHANGE: Adding dssvDo1y9ocSwpXR4sJymrg property. Its value is ‘C:\tmp\gpo\en-US’.
MSI (s) (3C:50) [09:51:40:771]: PROPERTY CHANGE: Adding doCxsUHluNP7CzmobK5D6xA property. Its value is ‘C:\tmp\gpo’.
MSI (s) (3C:50) [09:51:40:772]: PROPERTY CHANGE: Adding dVbVYx…CDm4A5Zk7nlXZOw property. Its value is ‘C:\tmp\resources’.
MSI (s) (3C:50) [09:51:40:773]: PROPERTY CHANGE: Adding dwu0dqzbR0l8I9nOAt6vnIw property. Its value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release’.
MSI (s) (3C:50) [09:51:40:775]: PROPERTY CHANGE: Adding resourcesDir property. Its value is ‘C:\tmp\resources’.
MSI (s) (3C:50) [09:51:40:775]: PROPERTY CHANGE: Adding dFcN1AFjVMaKTFr2VquuKfg property. Its value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release’.
MSI (s) (3C:50) [09:51:40:780]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:40:780]: Note: 1: 2205 2: 3: Condition
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Modifying APPLICATIONFOLDER property. Its current value is ‘C:\tmp’. Its new value: 'C:\tmp'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Adding dirDXIZi7TYx4baLdW5Bo1mL.8.eOE property. Its value is 'C:\tmp\gpo'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Modifying dssvDo1y9ocSwpXR4sJymrg property. Its current value is ‘C:\tmp\gpo\en-US’. Its new value: 'C:\tmp\gpo\en-US'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Modifying doCxsUHluNP7CzmobK5D6xA property. Its current value is ‘C:\tmp\gpo’. Its new value: 'C:\tmp\gpo'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Modifying dXnSQeeWu218k5_DQODW_Hw property. Its current value is ‘C:\tmp\locales’. Its new value: 'C:\tmp\locales'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Adding dirkyIuxiY9Z3e.1EeDqcPEW.c9zok property. Its value is 'C:\tmp\resources'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Adding dirGrCnMEkXsad9o1fJ1WUEd4089Hg property. Its value is 'C:\tmp\resources\app.asar.unpacked'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Adding dirnTFNHvaOQFmMH78_FoF5mnMF20c property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules'.
MSI (s) (3C:50) [09:51:40:782]: PROPERTY CHANGE: Adding dirtdRdSeqTuyf7KOqkbaBtuWySWxo property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Adding dir_Ewa0AwSQafpqF1nNIaT3AURcA8 property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Modifying dFcN1AFjVMaKTFr2VquuKfg property. Its current value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release’. Its new value: 'C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Adding dirdIh1IBvonroX5tvSmlJ_a0K_L7c property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Adding dirkbjtdMr_qLct2HLpzV831_bwYc8 property. Its value is 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Modifying dwu0dqzbR0l8I9nOAt6vnIw property. Its current value is ‘C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release’. Its new value: 'C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Modifying dVbVYx…CDm4A5Zk7nlXZOw property. Its current value is ‘C:\tmp\resources’. Its new value: 'C:\tmp\resources'.
MSI (s) (3C:50) [09:51:40:783]: PROPERTY CHANGE: Modifying resourcesDir property. Its current value is ‘C:\tmp\resources’. Its new value: 'C:\tmp\resources'.
MSI (s) (3C:50) [09:51:40:783]: Target path resolution complete. Dumping Directory table…
MSI (s) (3C:50) [09:51:40:783]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: TARGETDIR , Object: C:
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: ProgramMenuFolder , Object: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: DesktopFolder , Object: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Users\sam\AppData\Local\Programs
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: APPLICATIONFOLDER , Object: C:\tmp
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: dirDXIZi7TYx4baLdW5Bo1mL.8.eOE , Object: C:\tmp\gpo
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: dssvDo1y9ocSwpXR4sJymrg , Object: C:\tmp\gpo\en-US
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: doCxsUHluNP7CzmobK5D6xA , Object: C:\tmp\gpo
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: dXnSQeeWu218k5_DQODW_Hw , Object: C:\tmp\locales
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: dirkyIuxiY9Z3e.1EeDqcPEW.c9zok , Object: C:\tmp\resources
MSI (s) (3C:50) [09:51:40:783]: Dir (target): Key: dirGrCnMEkXsad9o1fJ1WUEd4089Hg , Object: C:\tmp\resources\app.asar.unpacked
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dirnTFNHvaOQFmMH78_FoF5mnMF20c , Object: C:\tmp\resources\app.asar.unpacked\node_modules
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dirtdRdSeqTuyf7KOqkbaBtuWySWxo , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dir_Ewa0AwSQafpqF1nNIaT3AURcA8 , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dFcN1AFjVMaKTFr2VquuKfg , Object: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dirdIh1IBvonroX5tvSmlJ_a0K_L7c , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dirkbjtdMr_qLct2HLpzV831_bwYc8 , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dwu0dqzbR0l8I9nOAt6vnIw , Object: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: dVbVYx…CDm4A5Zk7nlXZOw , Object: C:\tmp\resources
MSI (s) (3C:50) [09:51:40:784]: Dir (target): Key: resourcesDir , Object: C:\tmp\resources
Action ended 9:51:40: CostFinalize. Return value 1.
MSI (s) (3C:50) [09:51:40:785]: Doing action: MigrateFeatureStates
MSI (s) (3C:50) [09:51:40:785]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: MigrateFeatureStates.
MSI (s) (3C:50) [09:51:40:786]: Skipping MigrateFeatureStates action: already done on client side
Action ended 9:51:40: MigrateFeatureStates. Return value 0.
MSI (s) (3C:50) [09:51:40:787]: Doing action: WixCloseApplications
MSI (s) (3C:50) [09:51:40:787]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: WixCloseApplications.
MSI (s) (3C:8C) [09:51:40:794]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI49AD.tmp, Entrypoint: WixCloseApplications
MSI (s) (3C:B8) [09:51:40:795]: Generating random cookie.
MSI (s) (3C:B8) [09:51:40:806]: Created Custom Action Server with PID 9724 (0x25FC).
MSI (s) (3C:28) [09:51:40:938]: Running as a service.
MSI (s) (3C:28) [09:51:40:943]: Hello, I’m your 32bit Impersonated custom action server.
Action ended 9:51:40: WixCloseApplications. Return value 1.
MSI (s) (3C:50) [09:51:40:974]: Doing action: InstallValidate
MSI (s) (3C:50) [09:51:40:974]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:40: InstallValidate.
MSI (s) (3C:50) [09:51:40:976]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is ‘4e668ba7875a2447ba55cfd10db542ed’.
MSI (s) (3C:50) [09:51:40:976]: Note: 1: 2205 2: 3: Dialog
MSI (s) (3C:50) [09:51:40:976]: Feature: ProductFeature; Installed: Local; Request: Null; Action: Null
MSI (s) (3C:50) [09:51:40:976]: Component: LICENSE.electron.txt_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: LICENSE.txt_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: LICENSES.chromium.html_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: NOTICE.txt_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: chrome_100_percent.pak_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: chrome_200_percent.pak_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: d3dcompiler_47.dll_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: ffmpeg.dll_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil.SzBm_SsZw4vFMNYC2urCsznuMw; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil18MPwBH540ak9WW8sspVgxEAhKQ; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil1FJp7pJBe2ESnKVIuhwDa8cqj3s; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil2CLUDfJOh67LyJUZtxbU4Z_u6UY; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil2bGFWc0wey2qZFK75N5oZViWfVc; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil2ha_lk5eKVI0Jk.GASUn2_fEjhI; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil4oCDgWAa.c0Uxgpk1hbIJRGRct8; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil4xgDBMD0Fzw6axM_BQKdGbsaBHM; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil5LLrIO.GPsqox1mhs36XAenpf6U; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil6OiMM_lTQFtp6gu5HbYYD6Tm_38; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil7mDIjw1GxmMNA9qvchLzeK.6P1M; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil8hTlmyPbqdL59pfZ62fZWHk9oYs; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil9CX4VYijUwYdhD9E9CABfv0VKj0; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filAAUnuaicq3ZuTUJnwqaFj9tLhqQ; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filAAi.0avHdAmxE5gYE7n6cxah3mQ; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filAc_SQh0MVGMSG_lU86C7aX2qRoI; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filB7BgUhgZ4NfJ8ZxXAMdwRYJuBzs; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filGFl0_z5gKhbOsdADgyJS5f97ZGE; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filGvjmalTySQRf7JYE8043HlR5oG4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filHTB.xor_NQA6HZdUWir70qFqB_0; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filIJbDNWcJu33AhMDwmhclUA78bac; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filJ0iBwXbgdR_.SGMzCe6HsrPnuT4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filKVWU097DKNhy40X._pkqsah45pE; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filQi1Jfs7u2okL9VPR_LDTFvVOwiI; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filRCDzMxSxFkuopAH6gx71wt6cWRo; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filRsrm1fif6QVYnSNVlGZu4CtCsSM; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filRxHS0TGtbnrOwlq2JptBJdLtXQo; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filU6fwCSJJLzmbGemV33u8noR1EYg; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filUB6pQ7GcRmnGhcPFyZQPU_Ay4OI; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filUQ4zMlW9qqK48r9upW0KtGE2mrU; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filUhoe9q.B1PMHv5gzJ6wUviq4kM0; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filV53GOK2o6fEY.vcJfe7sxQV8nx8; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filW3Xd8eO6cP6f7DOgUPQRqGUJwCg; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filWaV.xu3lFzLXz7MkmhyJCt3xwMk; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filXHmMHh4kBkp8cB4cRDCXnGQLI.g; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filXLiFPmTDrHtxcbfybqujuidhKC0; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filXcMoLI615O1LkdKi4RIJRqd3Bic; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filXhy7VKXiO3eFo7LrgDuSLU8Sk8M; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil_7queS0vQrepv6WQEFK99vBeWC4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil_KIgGaTusZ.44.zXDDBIVMVb2zQ; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil_iLr2ClHbILmSgCBa3h4urzVZHU; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fil_wVfm.t6_j07wfqs4Boyr.kOkqE; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filbSEoC9D0TQrSspS_qAF2vp.MfQ4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filbsWkXF1tkGSa6D7kX0XpkHel0Ys; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fileFRJ2fj0eZvrhdLJsTK0qMgvgIU; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filfiDSI.4d6E1Es86mgmrO1nhVKmE; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filgMMf9MrhXwh4lf7H7GNR0pmLr5w; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filgcorww2I2ZuEIK9c05SQ8d2snbg; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filhyPtMOd1AHXI9BG2BU_6ccZf7i0; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filiJ6DCQDjyXBR60qg0AWgc9hJWbQ; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filjWmnOa_UemT829BAgtgdVzsD0ME; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: fillTl8xkTO7n8SJqxPacdbM2SOKgk; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filnpnbPJXSJh0hNxhqHFsaS58EnAs; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:976]: Component: filq3y8n3Irf.ajCjGF3NSR.TOKRuo; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filr6kSygEoeFKywtHTbq3G0XAcO5Y; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filsCwvuoqIhQk4k22oqglb68RwxpE; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filw.sTFtp9jhGrqvO6BHExIDkw3HA; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filwaGFxnxO7iBKltcmXJKUvUhHwPg; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filwd2iJyx_1Ea3OHMHv59HZ4yltro; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filwoXY61gM0oIeGxiL.OrW5lF41mI; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filxPdRYoeZiwYo37XkvaeMTwnmFOM; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filywxm1LiHG0V71mof5hyUGmPaI.4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: filzrzCvPulYPfxlNTZVTb_oL56ul4; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: icudtl.dat_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: libEGL.dll_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: libGLESv2.dll_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: mainExecutable; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: resources.pak_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: snapshot_blob.bin_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: v8_context_snapshot.bin_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: vk_swiftshader.dll_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: vk_swiftshader_icd.json_f; Installed: Local; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: __mainExecutable65; Installed: Null; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Component: __mainExecutable66; Installed: Null; Request: Null; Action: Local
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: Registry
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: BindImage
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: ProgId
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: Extension
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: Font
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: Class
MSI (s) (3C:50) [09:51:40:977]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (3C:50) [09:51:40:981]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (s) (3C:50) [09:51:41:071]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is ‘0’. Its new value: ‘1’.
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: Registry
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: BindImage
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: ProgId
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: PublishComponent
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: SelfReg
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: Extension
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: Font
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: Class
MSI (s) (3C:50) [09:51:41:072]: Note: 1: 2205 2: 3: TypeLib
MSI (s) (3C:50) [09:51:41:073]: Note: 1: 2727 2:
MSI (s) (3C:50) [09:51:41:073]: Note: 1: 2205 2: 3: FilesInUse
MSI (s) (3C:50) [09:51:41:094]: Note: 1: 2727 2:
Action ended 9:51:41: InstallValidate. Return value 1.
MSI (s) (3C:50) [09:51:41:097]: Doing action: RemoveExistingProducts
MSI (s) (3C:50) [09:51:41:097]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:41: RemoveExistingProducts.
MSI (s) (3C:50) [09:51:41:098]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall
Action ended 9:51:41: RemoveExistingProducts. Return value 0.
MSI (s) (3C:50) [09:51:41:099]: Doing action: InstallInitialize
MSI (s) (3C:50) [09:51:41:099]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:41: InstallInitialize.
MSI (s) (3C:50) [09:51:41:099]: Machine policy value ‘AlwaysInstallElevated’ is 0
MSI (s) (3C:50) [09:51:41:099]: User policy value ‘AlwaysInstallElevated’ is 0
MSI (s) (3C:50) [09:51:41:099]: BeginTransaction: Locking Server
MSI (s) (3C:50) [09:51:41:100]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (3C:50) [09:51:41:100]: SRSetRestorePoint skipped for this transaction.
MSI (s) (3C:50) [09:51:41:100]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (3C:50) [09:51:41:100]: Server not locked: locking for product {95C1D261-22CB-4CD2-A091-892601E8B17E}
Action ended 9:51:41: InstallInitialize. Return value 1.
MSI (s) (3C:50) [09:51:41:112]: Doing action: removeExeInstaller
MSI (s) (3C:50) [09:51:41:112]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:41: removeExeInstaller.
MSI (s) (3C:50) [09:51:41:115]: Note: 1: 1721 2: removeExeInstaller 3: C:\tmp\ 4: C:\tmp\Uninstall Mattermost.exe /S
MSI (s) (3C:50) [09:51:41:115]: Note: 1: 2205 2: 3: Error
MSI (s) (3C:50) [09:51:41:115]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1721
Info 1721.There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: removeExeInstaller, location: C:\tmp, command: C:\tmp\Uninstall Mattermost.exe /S
Action ended 9:51:41: removeExeInstaller. Return value 1.
MSI (s) (3C:50) [09:51:41:116]: Doing action: WixCloseApplicationsDeferred
MSI (s) (3C:50) [09:51:41:116]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:41: WixCloseApplicationsDeferred.
MSI (s) (3C:50) [09:51:41:118]: Resolving source.
MSI (s) (3C:50) [09:51:41:118]: Resolving source to launched-from source.
MSI (s) (3C:50) [09:51:41:118]: Setting launched-from source as last-used.
MSI (s) (3C:50) [09:51:41:118]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\temp'.
MSI (s) (3C:50) [09:51:41:118]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\temp'.
MSI (s) (3C:50) [09:51:41:118]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is ‘{95C1D261-22CB-4CD2-A091-892601E8B17E}’.
MSI (s) (3C:50) [09:51:41:118]: SOURCEDIR ==> C:\temp
MSI (s) (3C:50) [09:51:41:118]: SOURCEDIR product ==> {95C1D261-22CB-4CD2-A091-892601E8B17E}
MSI (s) (3C:50) [09:51:41:118]: Determining source type
MSI (s) (3C:50) [09:51:41:119]: Source type from package ‘mattermost-desktop-5.9.0-win-x64.msi’: 2
MSI (s) (3C:50) [09:51:41:120]: SECREPAIR: Hash Database: C:\WINDOWS\Installer\SourceHash{95C1D261-22CB-4CD2-A091-892601E8B17E}
MSI (s) (3C:50) [09:51:41:120]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:42:282]: Note: 1: 2205 2: 3: ActionText
MSI (s) (3C:50) [09:51:42:283]: Note: 1: 2205 2: 3: ActionText
MSI (s) (3C:50) [09:51:42:286]: Note: 1: 2205 2: 3: ActionText
Action ended 9:51:42: WixCloseApplicationsDeferred. Return value 1.
MSI (s) (3C:50) [09:51:42:295]: Doing action: ProcessComponents
MSI (s) (3C:50) [09:51:42:295]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: ProcessComponents.
Action ended 9:51:42: ProcessComponents. Return value 1.
MSI (s) (3C:50) [09:51:42:329]: Doing action: UnpublishFeatures
MSI (s) (3C:50) [09:51:42:329]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: UnpublishFeatures.
Action ended 9:51:42: UnpublishFeatures. Return value 1.
MSI (s) (3C:50) [09:51:42:332]: Doing action: RemoveShortcuts
MSI (s) (3C:50) [09:51:42:332]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: RemoveShortcuts.
Action ended 9:51:42: RemoveShortcuts. Return value 1.
MSI (s) (3C:50) [09:51:42:335]: Doing action: RemoveFiles
MSI (s) (3C:50) [09:51:42:335]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: RemoveFiles.
MSI (s) (3C:50) [09:51:42:337]: Note: 1: 2205 2: 3: RemoveFile
MSI (s) (3C:50) [09:51:42:337]: Note: 1: 2205 2: 3: RemoveFile
Action ended 9:51:42: RemoveFiles. Return value 0.
MSI (s) (3C:50) [09:51:42:339]: Doing action: InstallFiles
MSI (s) (3C:50) [09:51:42:339]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: InstallFiles.
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:356]: 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) (3C:50) [09:51:42:356]: Note: 1: 2205 2: 3: Error
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1302
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2205 2: 3: MsiSFCBypass
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT File_
FROM MsiSFCBypass
WHERE File_
= ?
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (3C:50) [09:51:42:356]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT Header
FROM MsiPatchHeaders
WHERE StreamRef
= ?
MSI (s) (3C:50) [09:51:42:358]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:42:358]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (3C:50) [09:51:42:358]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:42:360]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:360]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:362]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:362]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:364]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:364]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:366]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:366]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:368]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:368]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:370]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:370]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:372]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:372]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:374]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:374]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:376]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:376]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:377]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:377]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:380]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:380]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:381]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:381]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:383]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (3C:50) [09:51:42:383]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:384]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:386]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:386]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:388]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:388]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:389]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:390]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:391]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:391]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:393]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:393]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:395]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:395]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:397]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:397]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:399]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:399]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:401]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:401]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:402]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:402]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:405]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:405]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:406]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:407]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:408]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:408]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:409]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:409]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:411]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:411]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:412]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:412]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:415]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:415]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:416]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:416]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:417]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:417]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:419]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:419]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:420]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:420]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:422]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:422]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:425]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:425]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:426]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:426]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:428]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:428]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:431]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:431]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:432]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:432]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:435]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:435]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:436]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:436]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:438]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:438]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:440]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:440]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:441]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:441]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:443]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:443]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:444]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:444]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:446]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:446]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:449]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:449]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:451]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:451]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:453]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:453]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:454]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:454]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:456]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:456]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:457]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:457]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:459]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:459]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:461]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:461]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:463]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:463]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:464]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:464]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:466]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:466]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:468]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:468]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:470]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:470]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:471]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:471]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:472]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:472]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:474]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:474]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:476]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:476]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:478]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:478]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:479]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:479]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:481]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:481]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:482]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:482]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:484]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:484]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:485]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:485]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:487]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:487]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:488]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:488]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:490]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:490]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:491]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:491]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:493]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:493]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:495]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:495]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:497]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:498]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:501]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:501]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:502]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:502]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
MSI (s) (3C:50) [09:51:42:504]: Note: 1: 2205 2: 3: Patch
MSI (s) (3C:50) [09:51:42:504]: Note: 1: 2228 2: 3: Patch 4: SELECT Patch
.Sequence
, Patch
.PatchSize
, Patch
.Attributes
, Patch
.Header
, Patch
.StreamRef_
FROM File
,Patch
,Component
WHERE File
=? AND File
=File_
AND Component
=Component_
ORDER BY Patch
.Sequence
Action ended 9:51:42: InstallFiles. Return value 1.
MSI (s) (3C:50) [09:51:42:509]: Doing action: CreateShortcuts
MSI (s) (3C:50) [09:51:42:509]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: CreateShortcuts.
Action ended 9:51:42: CreateShortcuts. Return value 1.
MSI (s) (3C:50) [09:51:42:517]: Doing action: RegisterUser
MSI (s) (3C:50) [09:51:42:517]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: RegisterUser.
Action ended 9:51:42: RegisterUser. Return value 0.
MSI (s) (3C:50) [09:51:42:519]: Doing action: RegisterProduct
MSI (s) (3C:50) [09:51:42:519]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: RegisterProduct.
Action ended 9:51:42: RegisterProduct. Return value 1.
MSI (s) (3C:50) [09:51:42:524]: Doing action: PublishFeatures
MSI (s) (3C:50) [09:51:42:524]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: PublishFeatures.
Action ended 9:51:42: PublishFeatures. Return value 1.
MSI (s) (3C:50) [09:51:42:526]: Doing action: PublishProduct
MSI (s) (3C:50) [09:51:42:526]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: PublishProduct.
MSI (s) (3C:50) [09:51:42:531]: Source path resolution complete. Dumping Directory table…
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: TARGETDIR , Object: C:\temp\ , LongSubPath: , ShortSubPath:
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: ProgramMenuFolder , Object: C:\temp\ , LongSubPath: , ShortSubPath:
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: DesktopFolder , Object: C:\temp\ , LongSubPath: Desktop\ , ShortSubPath:
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: ProgramFiles64Folder , Object: C:\temp\ , LongSubPath: , ShortSubPath:
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: APPLICATIONFOLDER , Object: C:\temp\ , LongSubPath: mattermost-desktop\ , ShortSubPath: opyqshne
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirDXIZi7TYx4baLdW5Bo1mL.8.eOE , Object: C:\temp\ , LongSubPath: mattermost-desktop\gpo\ , ShortSubPath: opyqshne\gpo
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dssvDo1y9ocSwpXR4sJymrg , Object: C:\temp\ , LongSubPath: mattermost-desktop\gpo\en-US\ , ShortSubPath: opyqshne\gpo\en-US
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: doCxsUHluNP7CzmobK5D6xA , Object: C:\temp\ , LongSubPath: mattermost-desktop\gpo\ , ShortSubPath: opyqshne\gpo
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dXnSQeeWu218k5_DQODW_Hw , Object: C:\temp\ , LongSubPath: mattermost-desktop\locales\ , ShortSubPath: opyqshne\locales
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirkyIuxiY9Z3e.1EeDqcPEW.c9zok , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\ , ShortSubPath: opyqshne\lw9jc7mm
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirGrCnMEkXsad9o1fJ1WUEd4089Hg , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirnTFNHvaOQFmMH78_FoF5mnMF20c , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirtdRdSeqTuyf7KOqkbaBtuWySWxo , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\macos-notification-state\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6\5sfw3e0h
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dir_Ewa0AwSQafpqF1nNIaT3AURcA8 , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\macos-notification-state\build\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6\5sfw3e0h\build
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dFcN1AFjVMaKTFr2VquuKfg , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6\5sfw3e0h\build\Release
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirdIh1IBvonroX5tvSmlJ_a0K_L7c , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\windows-focus-assist\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6-t-mhgkn
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dirkbjtdMr_qLct2HLpzV831_bwYc8 , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6-t-mhgkn\build
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dwu0dqzbR0l8I9nOAt6vnIw , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release\ , ShortSubPath: opyqshne\lw9jc7mm\iruqbdox\a91-irv6-t-mhgkn\build\Release
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: dVbVYx…CDm4A5Zk7nlXZOw , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\ , ShortSubPath: opyqshne\lw9jc7mm
MSI (s) (3C:50) [09:51:42:531]: Dir (source): Key: resourcesDir , Object: C:\temp\ , LongSubPath: mattermost-desktop\resources\ , ShortSubPath: opyqshne\lw9jc7mm
Action ended 9:51:42: PublishProduct. Return value 1.
MSI (s) (3C:50) [09:51:42:532]: Doing action: InstallFinalize
MSI (s) (3C:50) [09:51:42:532]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:42: InstallFinalize.
MSI (s) (3C:50) [09:51:42:534]: Running Script: C:\WINDOWS\Installer\MSI4F8A.tmp
MSI (s) (3C:50) [09:51:42:534]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is ‘1’.
MSI (s) (3C:50) [09:51:42:537]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:50) [09:51:42:537]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:42:543]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:42:548]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:42:548]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (3C:50) [09:51:42:549]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1497648758,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=0)
MSI (s) (3C:50) [09:51:42:552]: Executing op: ProductInfo(ProductKey={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductName=Mattermost,PackageName=mattermost-desktop-5.9.0-win-x64.msi,Language=1033,Version=84475904,Assignment=0,ObsoleteArg=0,ProductIcon=MattermostIcon.exe,PackageCode={621EF59C-1247-4E88-B187-A912742F6006},InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=6)
MSI (s) (3C:50) [09:51:42:554]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming
MSI (s) (3C:50) [09:51:42:558]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming
MSI (s) (3C:50) [09:51:42:561]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming
MSI (s) (3C:50) [09:51:42:562]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:42:564]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:42:565]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (3C:50) [09:51:42:566]: Executing op: DialogInfo(Type=1,Argument=Mattermost)
MSI (s) (3C:50) [09:51:42:566]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (3C:50) [09:51:42:566]: Executing op: SetBaseline(Baseline=0,)
MSI (s) (3C:50) [09:51:42:566]: Executing op: SetBaseline(Baseline=1,)
MSI (s) (3C:50) [09:51:42:567]: Executing op: ActionStart(Name=WixCloseApplicationsDeferred,)
MSI (s) (3C:50) [09:51:42:569]: Executing op: CustomActionSchedule(Action=WixCloseApplicationsDeferred,ActionType=3073,Source=BinaryData,Target=WixCloseApplicationsDeferred,)
MSI (s) (3C:EC) [09:51:42:572]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI50A5.tmp, Entrypoint: WixCloseApplicationsDeferred
MSI (s) (3C:50) [09:51:42:583]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
MSI (s) (3C:50) [09:51:42:585]: Executing op: ProgressTotal(Total=81,Type=1,ByteEquivalent=24000)
MSI (s) (3C:50) [09:51:42:585]: Executing op: ComponentRegister(ComponentId={F0F7FF65-7F6D-5E9B-9A5C-FA2FB3CF8AA1},KeyPath=C:\tmp\LICENSE.electron.txt,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:588]: Executing op: ComponentRegister(ComponentId={83649BE1-5508-566C-B8FB-102CBA42AACE},KeyPath=C:\tmp\LICENSE.txt,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:591]: Executing op: ComponentRegister(ComponentId={4784FF19-135F-5F3B-9F4D-2D2F52839CD5},KeyPath=C:\tmp\LICENSES.chromium.html,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:592]: Executing op: ComponentRegister(ComponentId={D616BAA7-4268-5F81-8F5C-BA1879C49BC3},KeyPath=C:\tmp\NOTICE.txt,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:594]: Executing op: ComponentRegister(ComponentId={CE000980-DC14-54B0-B2A0-CA91E8311158},KeyPath=C:\tmp\chrome_100_percent.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:595]: Executing op: ComponentRegister(ComponentId={E4451716-7BE7-5E93-B722-E792CF4BB3ED},KeyPath=C:\tmp\chrome_200_percent.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:596]: Executing op: ComponentRegister(ComponentId={CC089171-F377-5C51-B561-2218BD6B9D9C},KeyPath=C:\tmp\d3dcompiler_47.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:598]: Executing op: ComponentRegister(ComponentId={5E429FAE-1FEF-583C-A7D2-7CE26B3EE254},KeyPath=C:\tmp\ffmpeg.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:599]: Executing op: ComponentRegister(ComponentId={8EC9EB7B-44A5-5D7D-9B6D-76CA5114A304},KeyPath=C:\tmp\locales\hu.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:601]: Executing op: ComponentRegister(ComponentId={F08D3C32-89E0-5301-A79B-BBDE9B48C890},KeyPath=C:\tmp\locales\fil.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:603]: Executing op: ComponentRegister(ComponentId={665402B9-969F-5BEC-A472-9E377090CF98},KeyPath=C:\tmp\locales\th.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:604]: Executing op: ComponentRegister(ComponentId={C0D1156D-7DD8-595C-BBC7-5C2FFA45C67A},KeyPath=C:\tmp\locales\pl.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:606]: Executing op: ComponentRegister(ComponentId={73E13B56-D207-532E-9048-ED668046AEDF},KeyPath=C:\tmp\locales\tr.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:607]: Executing op: ComponentRegister(ComponentId={6C7D282A-0426-5378-8AF0-22FE376841AF},KeyPath=C:\tmp\locales\et.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:610]: Executing op: ComponentRegister(ComponentId={9864A2D8-39F9-5F2D-BE1B-5A335A4023C5},KeyPath=C:\tmp\locales\sv.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:612]: Executing op: ComponentRegister(ComponentId={305930F2-3C31-57E6-804F-015FFF888C31},KeyPath=C:\tmp\locales\ms.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:613]: Executing op: ComponentRegister(ComponentId={20501F45-A3B4-5B14-B275-CAAF2AE7A8E3},KeyPath=C:\tmp\locales\sr.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:614]: Executing op: ComponentRegister(ComponentId={C3EFD8C2-3489-5E60-91FB-FC1A4D9C2FE6},KeyPath=C:\tmp\gpo\en-US\mattermost.adml,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:617]: Executing op: ComponentRegister(ComponentId={33E25B7F-6B91-5BB1-A431-9E275AB0933A},KeyPath=C:\tmp\locales\sw.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:618]: Executing op: ComponentRegister(ComponentId={5F745E8C-7B2D-57CF-968E-FEE658283F06},KeyPath=C:\tmp\locales\bn.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:620]: Executing op: ComponentRegister(ComponentId={E7ABE33E-66F2-5DD5-9E71-62417BB96031},KeyPath=C:\tmp\locales\kn.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:621]: Executing op: ComponentRegister(ComponentId={32326814-0DD9-5AF5-9DED-607BAF2CF6DB},KeyPath=C:\tmp\locales\ko.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:622]: Executing op: ComponentRegister(ComponentId={49D436AC-E411-5E42-AEDA-8EC6BD419843},KeyPath=C:\tmp\locales\pt-BR.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:624]: Executing op: ComponentRegister(ComponentId={E3970272-4B19-59BF-B940-1C75BBFD150A},KeyPath=C:\tmp\locales\ru.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:625]: Executing op: ComponentRegister(ComponentId={0B9185A7-58FC-507D-A901-D1E8D399277A},KeyPath=C:\tmp\locales\gu.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:626]: Executing op: ComponentRegister(ComponentId={6AEE3E70-5249-50D1-B3E2-2FEDDBAB2A09},KeyPath=C:\tmp\locales\ja.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:627]: Executing op: ComponentRegister(ComponentId={B0C61115-542F-5D64-9975-2A421B5B7030},KeyPath=C:\tmp\locales\it.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:628]: Executing op: ComponentRegister(ComponentId={66568596-3CEC-5A55-8A01-BCA635C4DE76},KeyPath=C:\tmp\locales\en-US.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:629]: Executing op: ComponentRegister(ComponentId={1B4B66EF-9620-51AB-8896-1878CCA7F85E},KeyPath=C:\tmp\locales\da.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:631]: Executing op: ComponentRegister(ComponentId={4F3581C5-3835-5D75-9664-FD1F116570CA},KeyPath=C:\tmp\locales\cs.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:632]: Executing op: ComponentRegister(ComponentId={0D400C9A-1AFC-574B-A23C-D49E30703A29},KeyPath=C:\tmp\gpo\README.md,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:634]: Executing op: ComponentRegister(ComponentId={BD4EBF0B-1BBF-5F26-AE82-4B62B79A15DF},KeyPath=C:\tmp\locales\id.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:635]: Executing op: ComponentRegister(ComponentId={01B82122-7740-594D-B749-178525AB54B1},KeyPath=C:\tmp\locales\fr.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:636]: Executing op: ComponentRegister(ComponentId={8C12AB8B-03C3-5866-92A4-A0206B3BCD58},KeyPath=C:\tmp\resources\app.asar,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:637]: Executing op: ComponentRegister(ComponentId={436E4070-7202-548F-963D-D1FE0EA54E17},KeyPath=C:\tmp\locales\zh-CN.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:639]: Executing op: ComponentRegister(ComponentId={EEE1CB9B-31DC-5CBC-A319-A17E5537479B},KeyPath=C:\tmp\locales\lt.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:640]: Executing op: ComponentRegister(ComponentId={F23BA670-1E79-5E2C-9047-232060F0BC84},KeyPath=C:\tmp\locales\ta.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:642]: Executing op: ComponentRegister(ComponentId={8C4D9CFA-1F67-5042-96BC-DE6AAC5A9A3F},KeyPath=C:\tmp\locales\mr.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:643]: Executing op: ComponentRegister(ComponentId={E74F3332-E0A6-5FB0-9CAE-FDAB5ACFBEFE},KeyPath=C:\tmp\locales\ml.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:644]: Executing op: ComponentRegister(ComponentId={665FF61F-4D07-5119-8902-54E5D65AD387},KeyPath=C:\tmp\locales\he.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:645]: Executing op: ComponentRegister(ComponentId={FB4008C1-D83A-5A63-9D6B-E435D8A6D9CC},KeyPath=C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release\focusassist.node,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:647]: Executing op: ComponentRegister(ComponentId={6DE635C9-A252-524D-9E2B-CAD7EC94D787},KeyPath=C:\tmp\locales\fa.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:648]: Executing op: ComponentRegister(ComponentId={AF765C3B-236F-504E-B19C-6241BCAEA211},KeyPath=C:\tmp\locales\nb.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:649]: Executing op: ComponentRegister(ComponentId={6C01DF08-0C2C-5CC6-A893-80D9035D75D8},KeyPath=C:\tmp\locales\bg.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:650]: Executing op: ComponentRegister(ComponentId={5866A7E9-EA11-5CA8-A305-00537B25EC70},KeyPath=C:\tmp\locales\es.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:651]: Executing op: ComponentRegister(ComponentId={45F5DD7B-1266-5033-A6B9-5F01E8CCBA8D},KeyPath=C:\tmp\locales\nl.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:652]: Executing op: ComponentRegister(ComponentId={2C978919-718D-5490-9905-F444BBBA9D89},KeyPath=C:\tmp\locales\sk.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:654]: Executing op: ComponentRegister(ComponentId={9FF4A4B6-3096-5206-AF75-C61B27BB8A10},KeyPath=C:\tmp\locales\zh-TW.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:655]: Executing op: ComponentRegister(ComponentId={FE93C9EC-41E4-5CBC-8800-A10EFBE48C5E},KeyPath=C:\tmp\locales\ca.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:656]: Executing op: ComponentRegister(ComponentId={1FEE74E9-BAAB-5972-AD35-69AF060657DC},KeyPath=C:\tmp\resources\app-update.yml,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:657]: Executing op: ComponentRegister(ComponentId={7DBFBDDC-0810-510B-919B-9C263ACA6A65},KeyPath=C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release\focuscenter.node,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:659]: Executing op: ComponentRegister(ComponentId={5CB814FF-7BAA-53FB-8329-9EE5977EAF9D},KeyPath=C:\tmp\vulkan-1.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:660]: Executing op: ComponentRegister(ComponentId={021A25CC-60BC-5FA1-A537-4D9E3A0BFB67},KeyPath=C:\tmp\locales\uk.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:661]: Executing op: ComponentRegister(ComponentId={3E24C77E-3ECD-5517-8EE1-95E6DCB4020B},KeyPath=C:\tmp\locales\vi.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:662]: Executing op: ComponentRegister(ComponentId={DAA7E02F-529B-56D8-A19C-E953264DBE4E},KeyPath=C:\tmp\locales\ar.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:664]: Executing op: ComponentRegister(ComponentId={6E3ADAD9-CC27-57B7-B23D-2E02402A77A2},KeyPath=C:\tmp\locales\de.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:665]: Executing op: ComponentRegister(ComponentId={A33F5D77-1D94-57F9-A07B-7FB6122AAB97},KeyPath=C:\tmp\locales\sl.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:666]: Executing op: ComponentRegister(ComponentId={3C0126C3-E8A3-5CFE-823D-D9CE02DBB045},KeyPath=C:\tmp\locales\lv.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:667]: Executing op: ComponentRegister(ComponentId={2DEF1433-1FCC-597E-BACC-F98D1F04D94F},KeyPath=C:\tmp\locales\en-GB.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:669]: Executing op: ComponentRegister(ComponentId={BAEC03B4-4C16-5D80-B284-3DEDC93BBA82},KeyPath=C:\tmp\locales\es-419.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:670]: Executing op: ComponentRegister(ComponentId={B5650FC7-5FB7-5EB7-8AC3-82F97BDE7831},KeyPath=C:\tmp\locales\af.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:671]: Executing op: ComponentRegister(ComponentId={238CBCB5-BDE9-5838-B46B-40BF4F59E6B2},KeyPath=C:\tmp\locales\hi.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:672]: Executing op: ComponentRegister(ComponentId={967F4DD6-8435-5891-B872-20756C45AEBA},KeyPath=C:\tmp\locales\el.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:674]: Executing op: ComponentRegister(ComponentId={2204004E-43BC-5F8A-B19E-538935032B13},KeyPath=C:\tmp\locales\fi.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:675]: Executing op: ComponentRegister(ComponentId={E42CAA4E-B6D4-5209-8096-65004480B5C4},KeyPath=C:\tmp\locales\ro.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:676]: Executing op: ComponentRegister(ComponentId={FD93E9D4-8A71-580C-9623-951BA6EED3BB},KeyPath=C:\tmp\locales\am.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:677]: Executing op: ComponentRegister(ComponentId={91624554-9243-5F87-BF9D-62F14B347E23},KeyPath=C:\tmp\locales\ur.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:679]: Executing op: ComponentRegister(ComponentId={6D980F2F-089A-594D-8529-3CE5A88605DF},KeyPath=C:\tmp\locales\hr.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:681]: Executing op: ComponentRegister(ComponentId={7F3F5E66-2A33-5726-B279-1726298C1EC4},KeyPath=C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release\notificationstate.node,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:683]: Executing op: ComponentRegister(ComponentId={1FC980E9-1CD7-559C-B2D2-F967178849CA},KeyPath=C:\tmp\locales\te.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:687]: Executing op: ComponentRegister(ComponentId={DFD79825-DD42-532C-B9F5-AE21BC8055D7},KeyPath=C:\tmp\gpo\mattermost.admx,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:689]: Executing op: ComponentRegister(ComponentId={0621469F-1CF5-5927-AD4C-9ED9F89A6568},KeyPath=C:\tmp\locales\pt-PT.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:690]: Executing op: ComponentRegister(ComponentId={4F2BF248-D837-55F4-B18B-6787CEAE7866},KeyPath=C:\tmp\icudtl.dat,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:692]: Executing op: ComponentRegister(ComponentId={6EA00438-1E61-55CE-B354-1B287C8A260A},KeyPath=C:\tmp\libEGL.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:693]: Executing op: ComponentRegister(ComponentId={E91CD42F-61C2-59E2-A050-7EA6F21B2C28},KeyPath=C:\tmp\libGLESv2.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:694]: Executing op: ComponentRegister(ComponentId={D544EE03-A09A-5599-86E3-2731B3F7F382},KeyPath=C:\tmp\Mattermost.exe,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:696]: Executing op: ComponentRegister(ComponentId={0B227B25-3A5D-5E8D-B41C-8BEB71CC673B},KeyPath=C:\tmp\resources.pak,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:697]: Executing op: ComponentRegister(ComponentId={D5C70D6B-6052-5016-9999-72451BA61E4F},KeyPath=C:\tmp\snapshot_blob.bin,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:698]: Executing op: ComponentRegister(ComponentId={402E1E4C-E5B5-5B59-BD2B-89A99BA43AF2},KeyPath=C:\tmp\v8_context_snapshot.bin,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:699]: Executing op: ComponentRegister(ComponentId={098CA653-379B-5D7D-860E-6E926F23B02D},KeyPath=C:\tmp\vk_swiftshader.dll,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:700]: Executing op: ComponentRegister(ComponentId={77FA0FE6-64E7-580F-BC22-316D7A50FC1E},KeyPath=C:\tmp\vk_swiftshader_icd.json,State=3,Disk=1,SharedDllRefCount=0,BinaryType=1)
MSI (s) (3C:50) [09:51:42:702]: Executing op: ActionStart(Name=InstallFiles,Description=Copying new files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (3C:50) [09:51:42:703]: Executing op: ProgressTotal(Total=278604788,Type=0,ByteEquivalent=1)
MSI (s) (3C:50) [09:51:42:703]: Executing op: SetTargetFolder(Folder=C:\tmp\resources)
MSI (s) (3C:50) [09:51:42:704]: Executing op: SetSourceFolder(Folder=1\opyqshne\lw9jc7mm|mattermost-desktop\resources)
MSI (s) (3C:50) [09:51:42:704]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=cab1.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=1\mattermost-desktop-5.9.0-win-x64.msi,IsFirstPhysicalMedia=1)
MSI (s) (3C:50) [09:51:42:704]: Executing op: RegisterSharedComponentProvider(,File=fil_iLr2ClHbILmSgCBa3h4urzVZHU,Component={1FEE74E9-BAAB-5972-AD35-69AF060657DC},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:42:704]: Executing op: FileCopy(SourceName=ehfgpizp.yml|app-update.yml,SourceCabKey=fil_iLr2ClHbILmSgCBa3h4urzVZHU,DestName=app-update.yml,Attributes=513,FileSize=207,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-327210618,HashPart2=-1966188612,HashPart3=1480080683,HashPart4=1309237198,)
MSI (s) (3C:50) [09:51:42:707]: File: C:\tmp\resources\app-update.yml; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:42:707]: Source for file ‘fil_iLr2ClHbILmSgCBa3h4urzVZHU’ is compressed
MSI (s) (3C:50) [09:51:42:714]: SOFTWARE RESTRICTION POLICY: Verifying object → ‘C:\temp\mattermost-desktop-5.9.0-win-x64.msi’ against software restriction policy
MSI (s) (3C:50) [09:51:42:714]: SOFTWARE RESTRICTION POLICY: C:\temp\mattermost-desktop-5.9.0-win-x64.msi has a digital signature
MSI (s) (3C:50) [09:51:42:720]: SOFTWARE RESTRICTION POLICY: C:\temp\mattermost-desktop-5.9.0-win-x64.msi is permitted to run at the ‘unrestricted’ authorization level.
MSI (s) (3C:50) [09:51:42:725]: Executing op: SetTargetFolder(Folder=C:\tmp)
MSI (s) (3C:50) [09:51:42:725]: Executing op: SetSourceFolder(Folder=1\opyqshne|mattermost-desktop)
MSI (s) (3C:50) [09:51:42:725]: Executing op: RegisterSharedComponentProvider(,File=LICENSE.electron.txt_f,Component={F0F7FF65-7F6D-5E9B-9A5C-FA2FB3CF8AA1},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:42:726]: Executing op: FileCopy(SourceName=jdzqkymy.txt|LICENSE.electron.txt,SourceCabKey=LICENSE.electron.txt_f,DestName=LICENSE.electron.txt,Attributes=513,FileSize=1096,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1928248755,HashPart2=253662261,HashPart3=-1109570202,HashPart4=-986450301,)
MSI (s) (3C:50) [09:51:42:726]: File: C:\tmp\LICENSE.electron.txt; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:42:726]: Source for file ‘LICENSE.electron.txt_f’ is compressed
MSI (s) (3C:50) [09:51:42:729]: Executing op: RegisterSharedComponentProvider(,File=LICENSE.txt_f,Component={83649BE1-5508-566C-B8FB-102CBA42AACE},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:42:730]: Executing op: FileCopy(SourceName=LICENSE.txt,SourceCabKey=LICENSE.txt_f,DestName=LICENSE.txt,Attributes=513,FileSize=11663,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=466460231,HashPart2=2056732164,HashPart3=1303742011,HashPart4=-1822371050,)
MSI (s) (3C:50) [09:51:42:730]: File: C:\tmp\LICENSE.txt; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:42:730]: Source for file ‘LICENSE.txt_f’ is compressed
MSI (s) (3C:50) [09:51:42:733]: Executing op: RegisterSharedComponentProvider(,File=LICENSES.chromium.html_f,Component={4784FF19-135F-5F3B-9F4D-2D2F52839CD5},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:42:733]: Executing op: FileCopy(SourceName=rkvcubm1.htm|LICENSES.chromium.html,SourceCabKey=LICENSES.chromium.html_f,DestName=LICENSES.chromium.html,Attributes=513,FileSize=9453630,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1504580950,HashPart2=-879794171,HashPart3=-695265489,HashPart4=1285966862,)
MSI (s) (3C:50) [09:51:42:734]: File: C:\tmp\LICENSES.chromium.html; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:42:734]: Source for file ‘LICENSES.chromium.html_f’ is compressed
MSI (s) (3C:50) [09:51:42:780]: Executing op: RegisterSharedComponentProvider(,File=mainExecutable,Component={D544EE03-A09A-5599-86E3-2731B3F7F382},ComponentVersion=5.9.0.0,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:42:781]: Executing op: FileCopy(SourceName=fctfox2w.exe|Mattermost.exe,SourceCabKey=mainExecutable,DestName=Mattermost.exe,Attributes=513,FileSize=180531760,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=5.9.0.0,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:42:781]: File: C:\tmp\Mattermost.exe; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:42:781]: Source for file ‘mainExecutable’ is compressed
MSI (s) (3C:50) [09:51:45:022]: Executing op: RegisterSharedComponentProvider(,File=NOTICE.txt_f,Component={D616BAA7-4268-5F81-8F5C-BA1879C49BC3},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:023]: Executing op: FileCopy(SourceName=NOTICE.txt,SourceCabKey=NOTICE.txt_f,DestName=NOTICE.txt,Attributes=513,FileSize=128175,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1579647899,HashPart2=-1191502459,HashPart3=1485726563,HashPart4=-941862853,)
MSI (s) (3C:50) [09:51:45:023]: File: C:\tmp\NOTICE.txt; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:023]: Source for file ‘NOTICE.txt_f’ is compressed
MSI (s) (3C:50) [09:51:45:026]: Executing op: RegisterSharedComponentProvider(,File=chrome_100_percent.pak_f,Component={CE000980-DC14-54B0-B2A0-CA91E8311158},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:027]: Executing op: FileCopy(SourceName=yx61k4ic.pak|chrome_100_percent.pak,SourceCabKey=chrome_100_percent.pak_f,DestName=chrome_100_percent.pak,Attributes=513,FileSize=151856,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-2079174709,HashPart2=1904528745,HashPart3=-1060515554,HashPart4=-1463348702,)
MSI (s) (3C:50) [09:51:45:028]: File: C:\tmp\chrome_100_percent.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:028]: Source for file ‘chrome_100_percent.pak_f’ is compressed
MSI (s) (3C:50) [09:51:45:034]: Executing op: RegisterSharedComponentProvider(,File=chrome_200_percent.pak_f,Component={E4451716-7BE7-5E93-B722-E792CF4BB3ED},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:035]: Executing op: FileCopy(SourceName=d7r0rwzk.pak|chrome_200_percent.pak,SourceCabKey=chrome_200_percent.pak_f,DestName=chrome_200_percent.pak,Attributes=513,FileSize=228784,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1061339625,HashPart2=-1539714587,HashPart3=-1314354232,HashPart4=909465351,)
MSI (s) (3C:50) [09:51:45:035]: File: C:\tmp\chrome_200_percent.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:035]: Source for file ‘chrome_200_percent.pak_f’ is compressed
MSI (s) (3C:50) [09:51:45:040]: Executing op: RegisterSharedComponentProvider(,File=d3dcompiler_47.dll_f,Component={CC089171-F377-5C51-B561-2218BD6B9D9C},ComponentVersion=10.0.22621.2428,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:040]: Executing op: FileCopy(SourceName=qc_vdifk.dll|d3dcompiler_47.dll,SourceCabKey=d3dcompiler_47.dll_f,DestName=d3dcompiler_47.dll,Attributes=513,FileSize=4927024,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=10.0.22621.2428,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:45:041]: File: C:\tmp\d3dcompiler_47.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:041]: Source for file ‘d3dcompiler_47.dll_f’ is compressed
MSI (s) (3C:50) [09:51:45:106]: Executing op: RegisterSharedComponentProvider(,File=ffmpeg.dll_f,Component={5E429FAE-1FEF-583C-A7D2-7CE26B3EE254},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:107]: Executing op: FileCopy(SourceName=ffmpeg.dll,SourceCabKey=ffmpeg.dll_f,DestName=ffmpeg.dll,Attributes=513,FileSize=2702896,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-724998588,HashPart2=979157445,HashPart3=133537239,HashPart4=-1200027747,)
MSI (s) (3C:50) [09:51:45:107]: File: C:\tmp\ffmpeg.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:107]: Source for file ‘ffmpeg.dll_f’ is compressed
MSI (s) (3C:50) [09:51:45:143]: Executing op: RegisterSharedComponentProvider(,File=icudtl.dat_f,Component={4F2BF248-D837-55F4-B18B-6787CEAE7866},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:144]: Executing op: FileCopy(SourceName=icudtl.dat,SourceCabKey=icudtl.dat_f,DestName=icudtl.dat,Attributes=513,FileSize=10468208,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=511497983,HashPart2=-600454364,HashPart3=35953168,HashPart4=-324592821,)
MSI (s) (3C:50) [09:51:45:145]: File: C:\tmp\icudtl.dat; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:145]: Source for file ‘icudtl.dat_f’ is compressed
MSI (s) (3C:50) [09:51:45:295]: Executing op: RegisterSharedComponentProvider(,File=libEGL.dll_f,Component={6EA00438-1E61-55CE-B354-1B287C8A260A},ComponentVersion=2.1.23105.0,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:296]: Executing op: FileCopy(SourceName=libEGL.dll,SourceCabKey=libEGL.dll_f,DestName=libEGL.dll,Attributes=513,FileSize=501296,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=2.1.23105.0,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:45:297]: File: C:\tmp\libEGL.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:297]: Source for file ‘libEGL.dll_f’ is compressed
MSI (s) (3C:50) [09:51:45:306]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=cab2.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=1\mattermost-desktop-5.9.0-win-x64.msi,IsFirstPhysicalMedia=1)
MSI (s) (3C:50) [09:51:45:306]: Executing op: RegisterSharedComponentProvider(,File=libGLESv2.dll_f,Component={E91CD42F-61C2-59E2-A050-7EA6F21B2C28},ComponentVersion=2.1.23105.0,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:307]: Executing op: FileCopy(SourceName=uyqlh-z_.dll|libGLESv2.dll,SourceCabKey=libGLESv2.dll_f,DestName=libGLESv2.dll,Attributes=513,FileSize=8069168,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=2.1.23105.0,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:45:307]: File: C:\tmp\libGLESv2.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:307]: Source for file ‘libGLESv2.dll_f’ is compressed
MSI (s) (3C:50) [09:51:45:391]: Executing op: RegisterSharedComponentProvider(,File=resources.pak_f,Component={0B227B25-3A5D-5E8D-B41C-8BEB71CC673B},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:392]: Executing op: FileCopy(SourceName=jpxuqjfu.pak|resources.pak,SourceCabKey=resources.pak_f,DestName=resources.pak,Attributes=513,FileSize=5547928,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1623553377,HashPart2=-684474885,HashPart3=2030220411,HashPart4=-338677203,)
MSI (s) (3C:50) [09:51:45:392]: File: C:\tmp\resources.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:392]: Source for file ‘resources.pak_f’ is compressed
MSI (s) (3C:50) [09:51:45:438]: Executing op: RegisterSharedComponentProvider(,File=snapshot_blob.bin_f,Component={D5C70D6B-6052-5016-9999-72451BA61E4F},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:439]: Executing op: FileCopy(SourceName=23etlhfa.bin|snapshot_blob.bin,SourceCabKey=snapshot_blob.bin_f,DestName=snapshot_blob.bin,Attributes=513,FileSize=310242,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1239381618,HashPart2=-530401016,HashPart3=356170355,HashPart4=-21906505,)
MSI (s) (3C:50) [09:51:45:439]: File: C:\tmp\snapshot_blob.bin; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:439]: Source for file ‘snapshot_blob.bin_f’ is compressed
MSI (s) (3C:50) [09:51:45:445]: Executing op: RegisterSharedComponentProvider(,File=v8_context_snapshot.bin_f,Component={402E1E4C-E5B5-5B59-BD2B-89A99BA43AF2},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:445]: Executing op: FileCopy(SourceName=it_zss_v.bin|v8_context_snapshot.bin,SourceCabKey=v8_context_snapshot.bin_f,DestName=v8_context_snapshot.bin,Attributes=513,FileSize=662053,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=296418197,HashPart2=-469529340,HashPart3=-521183712,HashPart4=-1799999066,)
MSI (s) (3C:50) [09:51:45:445]: File: C:\tmp\v8_context_snapshot.bin; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:445]: Source for file ‘v8_context_snapshot.bin_f’ is compressed
MSI (s) (3C:50) [09:51:45:453]: Executing op: RegisterSharedComponentProvider(,File=vk_swiftshader.dll_f,Component={098CA653-379B-5D7D-860E-6E926F23B02D},ComponentVersion=5.0.0.1,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:454]: Executing op: FileCopy(SourceName=jvzchwjg.dll|vk_swiftshader.dll,SourceCabKey=vk_swiftshader.dll_f,DestName=vk_swiftshader.dll,Attributes=513,FileSize=5495344,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=5.0.0.1,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:45:454]: File: C:\tmp\vk_swiftshader.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:454]: Source for file ‘vk_swiftshader.dll_f’ is compressed
MSI (s) (3C:50) [09:51:45:520]: Executing op: RegisterSharedComponentProvider(,File=vk_swiftshader_icd.json_f,Component={77FA0FE6-64E7-580F-BC22-316D7A50FC1E},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:520]: Executing op: FileCopy(SourceName=dhtu3tzt.jso|vk_swiftshader_icd.json,SourceCabKey=vk_swiftshader_icd.json_f,DestName=vk_swiftshader_icd.json,Attributes=513,FileSize=106,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=987579014,HashPart2=1860100743,HashPart3=145629081,HashPart4=724602437,)
MSI (s) (3C:50) [09:51:45:521]: File: C:\tmp\vk_swiftshader_icd.json; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:521]: Source for file ‘vk_swiftshader_icd.json_f’ is compressed
MSI (s) (3C:50) [09:51:45:523]: Executing op: RegisterSharedComponentProvider(,File=filbSEoC9D0TQrSspS_qAF2vp.MfQ4,Component={5CB814FF-7BAA-53FB-8329-9EE5977EAF9D},ComponentVersion=1.3.284.0,ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:524]: Executing op: FileCopy(SourceName=vulkan-1.dll,SourceCabKey=filbSEoC9D0TQrSspS_qAF2vp.MfQ4,DestName=vulkan-1.dll,Attributes=513,FileSize=981040,PerTick=65536,VerifyMedia=1,CheckCRC=0,Version=1.3.284.0,Language=1033,InstallMode=58982400,)
MSI (s) (3C:50) [09:51:45:524]: File: C:\tmp\vulkan-1.dll; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:524]: Source for file ‘filbSEoC9D0TQrSspS_qAF2vp.MfQ4’ is compressed
MSI (s) (3C:50) [09:51:45:534]: Executing op: SetTargetFolder(Folder=C:\tmp\resources)
MSI (s) (3C:50) [09:51:45:534]: Executing op: SetSourceFolder(Folder=1\opyqshne\lw9jc7mm|mattermost-desktop\resources)
MSI (s) (3C:50) [09:51:45:534]: Executing op: RegisterSharedComponentProvider(,File=filRCDzMxSxFkuopAH6gx71wt6cWRo,Component={8C12AB8B-03C3-5866-92A4-A0206B3BCD58},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:535]: Executing op: FileCopy(SourceName=sfjbraze.asa|app.asar,SourceCabKey=filRCDzMxSxFkuopAH6gx71wt6cWRo,DestName=app.asar,Attributes=513,FileSize=7940101,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1644346198,HashPart2=-2003708510,HashPart3=91171116,HashPart4=289688134,)
MSI (s) (3C:50) [09:51:45:535]: File: C:\tmp\resources\app.asar; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:535]: Source for file ‘filRCDzMxSxFkuopAH6gx71wt6cWRo’ is compressed
MSI (s) (3C:50) [09:51:45:616]: Executing op: SetTargetFolder(Folder=C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release)
MSI (s) (3C:50) [09:51:45:616]: Executing op: SetSourceFolder(Folder=1\opyqshne\lw9jc7mm\iruqbdox\a91-irv6-t-mhgkn\build\Release|mattermost-desktop\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release)
MSI (s) (3C:50) [09:51:45:616]: Executing op: RegisterSharedComponentProvider(,File=filV53GOK2o6fEY.vcJfe7sxQV8nx8,Component={FB4008C1-D83A-5A63-9D6B-E435D8A6D9CC},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:617]: Executing op: FileCopy(SourceName=ufzczpx_.nod|focusassist.node,SourceCabKey=filV53GOK2o6fEY.vcJfe7sxQV8nx8,DestName=focusassist.node,Attributes=513,FileSize=136192,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-250972091,HashPart2=89224794,HashPart3=1398818277,HashPart4=1217815459,)
MSI (s) (3C:50) [09:51:45:618]: File: C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release\focusassist.node; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:618]: Source for file ‘filV53GOK2o6fEY.vcJfe7sxQV8nx8’ is compressed
MSI (s) (3C:50) [09:51:45:635]: Executing op: SetTargetFolder(Folder=C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release)
MSI (s) (3C:50) [09:51:45:635]: Executing op: SetSourceFolder(Folder=1\opyqshne\lw9jc7mm\iruqbdox\a91-irv6\5sfw3e0h\build\Release|mattermost-desktop\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release)
MSI (s) (3C:50) [09:51:45:636]: Executing op: RegisterSharedComponentProvider(,File=fil_wVfm.t6_j07wfqs4Boyr.kOkqE,Component={7DBFBDDC-0810-510B-919B-9C263ACA6A65},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:636]: Executing op: FileCopy(SourceName=6mojnkko.nod|focuscenter.node,SourceCabKey=fil_wVfm.t6_j07wfqs4Boyr.kOkqE,DestName=focuscenter.node,Attributes=513,FileSize=105472,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1657964387,HashPart2=-1899572966,HashPart3=654558180,HashPart4=1235387590,)
MSI (s) (3C:50) [09:51:45:637]: File: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release\focuscenter.node; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:637]: Source for file ‘fil_wVfm.t6_j07wfqs4Boyr.kOkqE’ is compressed
MSI (s) (3C:50) [09:51:45:647]: Executing op: RegisterSharedComponentProvider(,File=filwoXY61gM0oIeGxiL.OrW5lF41mI,Component={7F3F5E66-2A33-5726-B279-1726298C1EC4},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:648]: Executing op: FileCopy(SourceName=lk6seqy1.nod|notificationstate.node,SourceCabKey=filwoXY61gM0oIeGxiL.OrW5lF41mI,DestName=notificationstate.node,Attributes=513,FileSize=105472,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=77529254,HashPart2=480335189,HashPart3=-1215888668,HashPart4=-467697511,)
MSI (s) (3C:50) [09:51:45:649]: File: C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release\notificationstate.node; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:649]: Source for file ‘filwoXY61gM0oIeGxiL.OrW5lF41mI’ is compressed
MSI (s) (3C:50) [09:51:45:652]: Executing op: SetTargetFolder(Folder=C:\tmp\locales)
MSI (s) (3C:50) [09:51:45:653]: Executing op: SetSourceFolder(Folder=1\opyqshne\locales|mattermost-desktop\locales)
MSI (s) (3C:50) [09:51:45:653]: Executing op: RegisterSharedComponentProvider(,File=fillTl8xkTO7n8SJqxPacdbM2SOKgk,Component={B5650FC7-5FB7-5EB7-8AC3-82F97BDE7831},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:653]: Executing op: FileCopy(SourceName=af.pak,SourceCabKey=fillTl8xkTO7n8SJqxPacdbM2SOKgk,DestName=af.pak,Attributes=513,FileSize=506356,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-27227932,HashPart2=788721538,HashPart3=-1131629574,HashPart4=-52455860,)
MSI (s) (3C:50) [09:51:45:654]: File: C:\tmp\locales\af.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:654]: Source for file ‘fillTl8xkTO7n8SJqxPacdbM2SOKgk’ is compressed
MSI (s) (3C:50) [09:51:45:666]: Executing op: RegisterSharedComponentProvider(,File=filw.sTFtp9jhGrqvO6BHExIDkw3HA,Component={FD93E9D4-8A71-580C-9623-951BA6EED3BB},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:667]: Executing op: FileCopy(SourceName=am.pak,SourceCabKey=filw.sTFtp9jhGrqvO6BHExIDkw3HA,DestName=am.pak,Attributes=513,FileSize=818902,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1527229091,HashPart2=-681712073,HashPart3=-2059983978,HashPart4=194476158,)
MSI (s) (3C:50) [09:51:45:667]: File: C:\tmp\locales\am.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:668]: Source for file ‘filw.sTFtp9jhGrqvO6BHExIDkw3HA’ is compressed
MSI (s) (3C:50) [09:51:45:678]: Executing op: RegisterSharedComponentProvider(,File=filfiDSI.4d6E1Es86mgmrO1nhVKmE,Component={DAA7E02F-529B-56D8-A19C-E953264DBE4E},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:678]: Executing op: FileCopy(SourceName=ar.pak,SourceCabKey=filfiDSI.4d6E1Es86mgmrO1nhVKmE,DestName=ar.pak,Attributes=513,FileSize=895310,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-62218300,HashPart2=1782993056,HashPart3=-401468686,HashPart4=-17276792,)
MSI (s) (3C:50) [09:51:45:679]: File: C:\tmp\locales\ar.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:679]: Source for file ‘filfiDSI.4d6E1Es86mgmrO1nhVKmE’ is compressed
MSI (s) (3C:50) [09:51:45:693]: Executing op: RegisterSharedComponentProvider(,File=filXHmMHh4kBkp8cB4cRDCXnGQLI.g,Component={6C01DF08-0C2C-5CC6-A893-80D9035D75D8},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:694]: Executing op: FileCopy(SourceName=bg.pak,SourceCabKey=filXHmMHh4kBkp8cB4cRDCXnGQLI.g,DestName=bg.pak,Attributes=513,FileSize=935663,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-863084314,HashPart2=-1501061544,HashPart3=-442724361,HashPart4=153545811,)
MSI (s) (3C:50) [09:51:45:694]: File: C:\tmp\locales\bg.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:694]: Source for file ‘filXHmMHh4kBkp8cB4cRDCXnGQLI.g’ is compressed
MSI (s) (3C:50) [09:51:45:703]: Executing op: RegisterSharedComponentProvider(,File=fil8hTlmyPbqdL59pfZ62fZWHk9oYs,Component={5F745E8C-7B2D-57CF-968E-FEE658283F06},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:704]: Executing op: FileCopy(SourceName=bn.pak,SourceCabKey=fil8hTlmyPbqdL59pfZ62fZWHk9oYs,DestName=bn.pak,Attributes=513,FileSize=1205172,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1495870743,HashPart2=-696642034,HashPart3=-1290299652,HashPart4=-230219016,)
MSI (s) (3C:50) [09:51:45:704]: File: C:\tmp\locales\bn.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:704]: Source for file ‘fil8hTlmyPbqdL59pfZ62fZWHk9oYs’ is compressed
MSI (s) (3C:50) [09:51:45:714]: Executing op: RegisterSharedComponentProvider(,File=fil_KIgGaTusZ.44.zXDDBIVMVb2zQ,Component={FE93C9EC-41E4-5CBC-8800-A10EFBE48C5E},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:715]: Executing op: FileCopy(SourceName=ca.pak,SourceCabKey=fil_KIgGaTusZ.44.zXDDBIVMVb2zQ,DestName=ca.pak,Attributes=513,FileSize=569406,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=980291884,HashPart2=-2084709498,HashPart3=-557595488,HashPart4=-1253380140,)
MSI (s) (3C:50) [09:51:45:716]: File: C:\tmp\locales\ca.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:716]: Source for file ‘fil_KIgGaTusZ.44.zXDDBIVMVb2zQ’ is compressed
MSI (s) (3C:50) [09:51:45:727]: Executing op: RegisterSharedComponentProvider(,File=filJ0iBwXbgdR_.SGMzCe6HsrPnuT4,Component={4F3581C5-3835-5D75-9664-FD1F116570CA},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:729]: Executing op: FileCopy(SourceName=cs.pak,SourceCabKey=filJ0iBwXbgdR_.SGMzCe6HsrPnuT4,DestName=cs.pak,Attributes=513,FileSize=585751,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=603064118,HashPart2=-791478879,HashPart3=930806294,HashPart4=1416426081,)
MSI (s) (3C:50) [09:51:45:730]: File: C:\tmp\locales\cs.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:730]: Source for file ‘filJ0iBwXbgdR_.SGMzCe6HsrPnuT4’ is compressed
MSI (s) (3C:50) [09:51:45:738]: Executing op: RegisterSharedComponentProvider(,File=filIJbDNWcJu33AhMDwmhclUA78bac,Component={1B4B66EF-9620-51AB-8896-1878CCA7F85E},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:740]: Executing op: FileCopy(SourceName=da.pak,SourceCabKey=filIJbDNWcJu33AhMDwmhclUA78bac,DestName=da.pak,Attributes=513,FileSize=530871,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1998859202,HashPart2=-656695838,HashPart3=467661244,HashPart4=-1523009711,)
MSI (s) (3C:50) [09:51:45:741]: File: C:\tmp\locales\da.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:741]: Source for file ‘filIJbDNWcJu33AhMDwmhclUA78bac’ is compressed
MSI (s) (3C:50) [09:51:45:754]: Executing op: RegisterSharedComponentProvider(,File=filgMMf9MrhXwh4lf7H7GNR0pmLr5w,Component={6E3ADAD9-CC27-57B7-B23D-2E02402A77A2},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:755]: Executing op: FileCopy(SourceName=de.pak,SourceCabKey=filgMMf9MrhXwh4lf7H7GNR0pmLr5w,DestName=de.pak,Attributes=513,FileSize=566516,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1668229649,HashPart2=1800246978,HashPart3=1071252053,HashPart4=-307274689,)
MSI (s) (3C:50) [09:51:45:756]: File: C:\tmp\locales\de.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:756]: Source for file ‘filgMMf9MrhXwh4lf7H7GNR0pmLr5w’ is compressed
MSI (s) (3C:50) [09:51:45:769]: Executing op: RegisterSharedComponentProvider(,File=filq3y8n3Irf.ajCjGF3NSR.TOKRuo,Component={967F4DD6-8435-5891-B872-20756C45AEBA},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:770]: Executing op: FileCopy(SourceName=el.pak,SourceCabKey=filq3y8n3Irf.ajCjGF3NSR.TOKRuo,DestName=el.pak,Attributes=513,FileSize=1026214,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1595183112,HashPart2=-1364419598,HashPart3=-1352831386,HashPart4=1067239785,)
MSI (s) (3C:50) [09:51:45:771]: File: C:\tmp\locales\el.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:771]: Source for file ‘filq3y8n3Irf.ajCjGF3NSR.TOKRuo’ is compressed
MSI (s) (3C:50) [09:51:45:780]: Executing op: RegisterSharedComponentProvider(,File=filiJ6DCQDjyXBR60qg0AWgc9hJWbQ,Component={2DEF1433-1FCC-597E-BACC-F98D1F04D94F},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:780]: Executing op: FileCopy(SourceName=en-GB.pak,SourceCabKey=filiJ6DCQDjyXBR60qg0AWgc9hJWbQ,DestName=en-GB.pak,Attributes=513,FileSize=461229,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1338132646,HashPart2=-1022820057,HashPart3=643832627,HashPart4=1544597414,)
MSI (s) (3C:50) [09:51:45:781]: File: C:\tmp\locales\en-GB.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:781]: Source for file ‘filiJ6DCQDjyXBR60qg0AWgc9hJWbQ’ is compressed
MSI (s) (3C:50) [09:51:45:789]: Executing op: RegisterSharedComponentProvider(,File=filHTB.xor_NQA6HZdUWir70qFqB_0,Component={66568596-3CEC-5A55-8A01-BCA635C4DE76},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:790]: Executing op: FileCopy(SourceName=en-US.pak,SourceCabKey=filHTB.xor_NQA6HZdUWir70qFqB_0,DestName=en-US.pak,Attributes=513,FileSize=464974,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1276825243,HashPart2=1054213786,HashPart3=-1266790517,HashPart4=-2134887163,)
MSI (s) (3C:50) [09:51:45:790]: File: C:\tmp\locales\en-US.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:790]: Source for file ‘filHTB.xor_NQA6HZdUWir70qFqB_0’ is compressed
MSI (s) (3C:50) [09:51:45:794]: Executing op: RegisterSharedComponentProvider(,File=filjWmnOa_UemT829BAgtgdVzsD0ME,Component={BAEC03B4-4C16-5D80-B284-3DEDC93BBA82},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:795]: Executing op: FileCopy(SourceName=es-419.pak,SourceCabKey=filjWmnOa_UemT829BAgtgdVzsD0ME,DestName=es-419.pak,Attributes=513,FileSize=560448,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-391109441,HashPart2=1780594163,HashPart3=-498909871,HashPart4=-533713472,)
MSI (s) (3C:50) [09:51:45:796]: File: C:\tmp\locales\es-419.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:796]: Source for file ‘filjWmnOa_UemT829BAgtgdVzsD0ME’ is compressed
MSI (s) (3C:50) [09:51:45:802]: Executing op: RegisterSharedComponentProvider(,File=filXLiFPmTDrHtxcbfybqujuidhKC0,Component={5866A7E9-EA11-5CA8-A305-00537B25EC70},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:803]: Executing op: FileCopy(SourceName=es.pak,SourceCabKey=filXLiFPmTDrHtxcbfybqujuidhKC0,DestName=es.pak,Attributes=513,FileSize=560253,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-103187891,HashPart2=1676896137,HashPart3=-286025621,HashPart4=-71382725,)
MSI (s) (3C:50) [09:51:45:804]: File: C:\tmp\locales\es.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:804]: Source for file ‘filXLiFPmTDrHtxcbfybqujuidhKC0’ is compressed
MSI (s) (3C:50) [09:51:45:809]: Executing op: RegisterSharedComponentProvider(,File=fil2ha_lk5eKVI0Jk.GASUn2_fEjhI,Component={6C7D282A-0426-5378-8AF0-22FE376841AF},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:810]: Executing op: FileCopy(SourceName=et.pak,SourceCabKey=fil2ha_lk5eKVI0Jk.GASUn2_fEjhI,DestName=et.pak,Attributes=513,FileSize=509761,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-2062589504,HashPart2=-1564736862,HashPart3=1786069237,HashPart4=-417127474,)
MSI (s) (3C:50) [09:51:45:810]: File: C:\tmp\locales\et.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:810]: Source for file ‘fil2ha_lk5eKVI0Jk.GASUn2_fEjhI’ is compressed
MSI (s) (3C:50) [09:51:45:816]: Executing op: RegisterSharedComponentProvider(,File=filW3Xd8eO6cP6f7DOgUPQRqGUJwCg,Component={6DE635C9-A252-524D-9E2B-CAD7EC94D787},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:817]: Executing op: FileCopy(SourceName=fa.pak,SourceCabKey=filW3Xd8eO6cP6f7DOgUPQRqGUJwCg,DestName=fa.pak,Attributes=513,FileSize=833293,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1148300803,HashPart2=-1489131100,HashPart3=-388389820,HashPart4=188047134,)
MSI (s) (3C:50) [09:51:45:818]: File: C:\tmp\locales\fa.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:818]: Source for file ‘filW3Xd8eO6cP6f7DOgUPQRqGUJwCg’ is compressed
MSI (s) (3C:50) [09:51:45:825]: Executing op: RegisterSharedComponentProvider(,File=filr6kSygEoeFKywtHTbq3G0XAcO5Y,Component={2204004E-43BC-5F8A-B19E-538935032B13},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:826]: Executing op: FileCopy(SourceName=fi.pak,SourceCabKey=filr6kSygEoeFKywtHTbq3G0XAcO5Y,DestName=fi.pak,Attributes=513,FileSize=520334,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-609387923,HashPart2=-273455853,HashPart3=-975923986,HashPart4=771793680,)
MSI (s) (3C:50) [09:51:45:826]: File: C:\tmp\locales\fi.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:826]: Source for file ‘filr6kSygEoeFKywtHTbq3G0XAcO5Y’ is compressed
MSI (s) (3C:50) [09:51:45:834]: Executing op: RegisterSharedComponentProvider(,File=fil18MPwBH540ak9WW8sspVgxEAhKQ,Component={F08D3C32-89E0-5301-A79B-BBDE9B48C890},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:835]: Executing op: FileCopy(SourceName=fil.pak,SourceCabKey=fil18MPwBH540ak9WW8sspVgxEAhKQ,DestName=fil.pak,Attributes=513,FileSize=587316,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=750339271,HashPart2=-1057886321,HashPart3=558826278,HashPart4=-895834803,)
MSI (s) (3C:50) [09:51:45:835]: File: C:\tmp\locales\fil.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:835]: Source for file ‘fil18MPwBH540ak9WW8sspVgxEAhKQ’ is compressed
MSI (s) (3C:50) [09:51:45:843]: Executing op: RegisterSharedComponentProvider(,File=filQi1Jfs7u2okL9VPR_LDTFvVOwiI,Component={01B82122-7740-594D-B749-178525AB54B1},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:844]: Executing op: FileCopy(SourceName=fr.pak,SourceCabKey=filQi1Jfs7u2okL9VPR_LDTFvVOwiI,DestName=fr.pak,Attributes=513,FileSize=605474,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-793061513,HashPart2=-994831370,HashPart3=57514035,HashPart4=1358739397,)
MSI (s) (3C:50) [09:51:45:844]: File: C:\tmp\locales\fr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:844]: Source for file ‘filQi1Jfs7u2okL9VPR_LDTFvVOwiI’ is compressed
MSI (s) (3C:50) [09:51:45:852]: Executing op: RegisterSharedComponentProvider(,File=filB7BgUhgZ4NfJ8ZxXAMdwRYJuBzs,Component={0B9185A7-58FC-507D-A901-D1E8D399277A},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:853]: Executing op: FileCopy(SourceName=gu.pak,SourceCabKey=filB7BgUhgZ4NfJ8ZxXAMdwRYJuBzs,DestName=gu.pak,Attributes=513,FileSize=1185869,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1490511734,HashPart2=1007488761,HashPart3=1269267732,HashPart4=-567974752,)
MSI (s) (3C:50) [09:51:45:853]: File: C:\tmp\locales\gu.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:853]: Source for file ‘filB7BgUhgZ4NfJ8ZxXAMdwRYJuBzs’ is compressed
MSI (s) (3C:50) [09:51:45:863]: Executing op: RegisterSharedComponentProvider(,File=filUhoe9q.B1PMHv5gzJ6wUviq4kM0,Component={665FF61F-4D07-5119-8902-54E5D65AD387},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:863]: Executing op: FileCopy(SourceName=he.pak,SourceCabKey=filUhoe9q.B1PMHv5gzJ6wUviq4kM0,DestName=he.pak,Attributes=513,FileSize=730564,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-509754204,HashPart2=-331756496,HashPart3=832590980,HashPart4=783278193,)
MSI (s) (3C:50) [09:51:45:864]: File: C:\tmp\locales\he.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:864]: Source for file ‘filUhoe9q.B1PMHv5gzJ6wUviq4kM0’ is compressed
MSI (s) (3C:50) [09:51:45:872]: Executing op: RegisterSharedComponentProvider(,File=filnpnbPJXSJh0hNxhqHFsaS58EnAs,Component={238CBCB5-BDE9-5838-B46B-40BF4F59E6B2},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:874]: Executing op: FileCopy(SourceName=hi.pak,SourceCabKey=filnpnbPJXSJh0hNxhqHFsaS58EnAs,DestName=hi.pak,Attributes=513,FileSize=1250569,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1053089354,HashPart2=114873737,HashPart3=1884743431,HashPart4=1738537597,)
MSI (s) (3C:50) [09:51:45:874]: File: C:\tmp\locales\hi.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:874]: Source for file ‘filnpnbPJXSJh0hNxhqHFsaS58EnAs’ is compressed
MSI (s) (3C:50) [09:51:45:884]: Executing op: RegisterSharedComponentProvider(,File=filwd2iJyx_1Ea3OHMHv59HZ4yltro,Component={6D980F2F-089A-594D-8529-3CE5A88605DF},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:885]: Executing op: FileCopy(SourceName=hr.pak,SourceCabKey=filwd2iJyx_1Ea3OHMHv59HZ4yltro,DestName=hr.pak,Attributes=513,FileSize=564848,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1474633687,HashPart2=-192070568,HashPart3=858916077,HashPart4=431997625,)
MSI (s) (3C:50) [09:51:45:885]: File: C:\tmp\locales\hr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:886]: Source for file ‘filwd2iJyx_1Ea3OHMHv59HZ4yltro’ is compressed
MSI (s) (3C:50) [09:51:45:894]: Executing op: RegisterSharedComponentProvider(,File=fil.SzBm_SsZw4vFMNYC2urCsznuMw,Component={8EC9EB7B-44A5-5D7D-9B6D-76CA5114A304},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:895]: Executing op: FileCopy(SourceName=hu.pak,SourceCabKey=fil.SzBm_SsZw4vFMNYC2urCsznuMw,DestName=hu.pak,Attributes=513,FileSize=609356,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=918230309,HashPart2=-2098047361,HashPart3=-750945435,HashPart4=-1010040903,)
MSI (s) (3C:50) [09:51:45:896]: File: C:\tmp\locales\hu.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:896]: Source for file ‘fil.SzBm_SsZw4vFMNYC2urCsznuMw’ is compressed
MSI (s) (3C:50) [09:51:45:903]: Executing op: RegisterSharedComponentProvider(,File=filKVWU097DKNhy40X._pkqsah45pE,Component={BD4EBF0B-1BBF-5F26-AE82-4B62B79A15DF},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:904]: Executing op: FileCopy(SourceName=id.pak,SourceCabKey=filKVWU097DKNhy40X._pkqsah45pE,DestName=id.pak,Attributes=513,FileSize=502641,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-133075338,HashPart2=-848414335,HashPart3=-1660211304,HashPart4=1567076606,)
MSI (s) (3C:50) [09:51:45:904]: File: C:\tmp\locales\id.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:904]: Source for file ‘filKVWU097DKNhy40X._pkqsah45pE’ is compressed
MSI (s) (3C:50) [09:51:45:915]: Executing op: RegisterSharedComponentProvider(,File=filGvjmalTySQRf7JYE8043HlR5oG4,Component={B0C61115-542F-5D64-9975-2A421B5B7030},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:915]: Executing op: FileCopy(SourceName=it.pak,SourceCabKey=filGvjmalTySQRf7JYE8043HlR5oG4,DestName=it.pak,Attributes=513,FileSize=552524,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1032665196,HashPart2=-537847784,HashPart3=1771902820,HashPart4=-74884503,)
MSI (s) (3C:50) [09:51:45:916]: File: C:\tmp\locales\it.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:916]: Source for file ‘filGvjmalTySQRf7JYE8043HlR5oG4’ is compressed
MSI (s) (3C:50) [09:51:45:924]: Executing op: RegisterSharedComponentProvider(,File=filGFl0_z5gKhbOsdADgyJS5f97ZGE,Component={6AEE3E70-5249-50D1-B3E2-2FEDDBAB2A09},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:925]: Executing op: FileCopy(SourceName=ja.pak,SourceCabKey=filGFl0_z5gKhbOsdADgyJS5f97ZGE,DestName=ja.pak,Attributes=513,FileSize=675334,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1644129927,HashPart2=1105693547,HashPart3=-259335835,HashPart4=-1649916806,)
MSI (s) (3C:50) [09:51:45:925]: File: C:\tmp\locales\ja.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:925]: Source for file ‘filGFl0_z5gKhbOsdADgyJS5f97ZGE’ is compressed
MSI (s) (3C:50) [09:51:45:935]: Executing op: RegisterSharedComponentProvider(,File=fil9CX4VYijUwYdhD9E9CABfv0VKj0,Component={E7ABE33E-66F2-5DD5-9E71-62417BB96031},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:937]: Executing op: FileCopy(SourceName=kn.pak,SourceCabKey=fil9CX4VYijUwYdhD9E9CABfv0VKj0,DestName=kn.pak,Attributes=513,FileSize=1357072,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1872972987,HashPart2=-1170373854,HashPart3=-1301166859,HashPart4=-265055365,)
MSI (s) (3C:50) [09:51:45:937]: File: C:\tmp\locales\kn.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:937]: Source for file ‘fil9CX4VYijUwYdhD9E9CABfv0VKj0’ is compressed
MSI (s) (3C:50) [09:51:45:947]: Executing op: RegisterSharedComponentProvider(,File=filAAUnuaicq3ZuTUJnwqaFj9tLhqQ,Component={32326814-0DD9-5AF5-9DED-607BAF2CF6DB},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:948]: Executing op: FileCopy(SourceName=ko.pak,SourceCabKey=filAAUnuaicq3ZuTUJnwqaFj9tLhqQ,DestName=ko.pak,Attributes=513,FileSize=570460,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=720996027,HashPart2=1794811055,HashPart3=-2082716838,HashPart4=717967724,)
MSI (s) (3C:50) [09:51:45:949]: File: C:\tmp\locales\ko.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:949]: Source for file ‘filAAUnuaicq3ZuTUJnwqaFj9tLhqQ’ is compressed
MSI (s) (3C:50) [09:51:45:955]: Executing op: RegisterSharedComponentProvider(,File=filRxHS0TGtbnrOwlq2JptBJdLtXQo,Component={EEE1CB9B-31DC-5CBC-A319-A17E5537479B},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:956]: Executing op: FileCopy(SourceName=lt.pak,SourceCabKey=filRxHS0TGtbnrOwlq2JptBJdLtXQo,DestName=lt.pak,Attributes=513,FileSize=611793,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-328560608,HashPart2=-1145298614,HashPart3=-1329936245,HashPart4=-1503983769,)
MSI (s) (3C:50) [09:51:45:957]: File: C:\tmp\locales\lt.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:957]: Source for file ‘filRxHS0TGtbnrOwlq2JptBJdLtXQo’ is compressed
MSI (s) (3C:50) [09:51:45:963]: Executing op: RegisterSharedComponentProvider(,File=filhyPtMOd1AHXI9BG2BU_6ccZf7i0,Component={3C0126C3-E8A3-5CFE-823D-D9CE02DBB045},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:964]: Executing op: FileCopy(SourceName=lv.pak,SourceCabKey=filhyPtMOd1AHXI9BG2BU_6ccZf7i0,DestName=lv.pak,Attributes=513,FileSize=611059,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1207329377,HashPart2=1933818344,HashPart3=784561205,HashPart4=885542034,)
MSI (s) (3C:50) [09:51:45:964]: File: C:\tmp\locales\lv.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:964]: Source for file ‘filhyPtMOd1AHXI9BG2BU_6ccZf7i0’ is compressed
MSI (s) (3C:50) [09:51:45:973]: Executing op: RegisterSharedComponentProvider(,File=filUQ4zMlW9qqK48r9upW0KtGE2mrU,Component={E74F3332-E0A6-5FB0-9CAE-FDAB5ACFBEFE},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:973]: Executing op: FileCopy(SourceName=ml.pak,SourceCabKey=filUQ4zMlW9qqK48r9upW0KtGE2mrU,DestName=ml.pak,Attributes=513,FileSize=1413072,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-307899335,HashPart2=-523700340,HashPart3=543331551,HashPart4=1745878267,)
MSI (s) (3C:50) [09:51:45:974]: File: C:\tmp\locales\ml.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:974]: Source for file ‘filUQ4zMlW9qqK48r9upW0KtGE2mrU’ is compressed
MSI (s) (3C:50) [09:51:45:983]: Executing op: RegisterSharedComponentProvider(,File=filUB6pQ7GcRmnGhcPFyZQPU_Ay4OI,Component={8C4D9CFA-1F67-5042-96BC-DE6AAC5A9A3F},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:984]: Executing op: FileCopy(SourceName=mr.pak,SourceCabKey=filUB6pQ7GcRmnGhcPFyZQPU_Ay4OI,DestName=mr.pak,Attributes=513,FileSize=1163258,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1233740188,HashPart2=-1567203226,HashPart3=664046373,HashPart4=-509608123,)
MSI (s) (3C:50) [09:51:45:985]: File: C:\tmp\locales\mr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:985]: Source for file ‘filUB6pQ7GcRmnGhcPFyZQPU_Ay4OI’ is compressed
MSI (s) (3C:50) [09:51:45:994]: Executing op: RegisterSharedComponentProvider(,File=fil4xgDBMD0Fzw6axM_BQKdGbsaBHM,Component={305930F2-3C31-57E6-804F-015FFF888C31},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:45:995]: Executing op: FileCopy(SourceName=ms.pak,SourceCabKey=fil4xgDBMD0Fzw6axM_BQKdGbsaBHM,DestName=ms.pak,Attributes=513,FileSize=527328,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=960931856,HashPart2=-40085502,HashPart3=-2146100028,HashPart4=678902583,)
MSI (s) (3C:50) [09:51:45:995]: File: C:\tmp\locales\ms.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:45:995]: Source for file ‘fil4xgDBMD0Fzw6axM_BQKdGbsaBHM’ is compressed
MSI (s) (3C:50) [09:51:46:002]: Executing op: RegisterSharedComponentProvider(,File=filWaV.xu3lFzLXz7MkmhyJCt3xwMk,Component={AF765C3B-236F-504E-B19C-6241BCAEA211},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:003]: Executing op: FileCopy(SourceName=nb.pak,SourceCabKey=filWaV.xu3lFzLXz7MkmhyJCt3xwMk,DestName=nb.pak,Attributes=513,FileSize=511244,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1971253903,HashPart2=1478602848,HashPart3=317396348,HashPart4=1417283164,)
MSI (s) (3C:50) [09:51:46:003]: File: C:\tmp\locales\nb.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:003]: Source for file ‘filWaV.xu3lFzLXz7MkmhyJCt3xwMk’ is compressed
MSI (s) (3C:50) [09:51:46:009]: Executing op: RegisterSharedComponentProvider(,File=filXcMoLI615O1LkdKi4RIJRqd3Bic,Component={45F5DD7B-1266-5033-A6B9-5F01E8CCBA8D},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:010]: Executing op: FileCopy(SourceName=nl.pak,SourceCabKey=filXcMoLI615O1LkdKi4RIJRqd3Bic,DestName=nl.pak,Attributes=513,FileSize=528498,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1980915755,HashPart2=-1176310138,HashPart3=1387071188,HashPart4=-172192552,)
MSI (s) (3C:50) [09:51:46:010]: File: C:\tmp\locales\nl.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:010]: Source for file ‘filXcMoLI615O1LkdKi4RIJRqd3Bic’ is compressed
MSI (s) (3C:50) [09:51:46:016]: Executing op: RegisterSharedComponentProvider(,File=fil2CLUDfJOh67LyJUZtxbU4Z_u6UY,Component={C0D1156D-7DD8-595C-BBC7-5C2FFA45C67A},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:017]: Executing op: FileCopy(SourceName=pl.pak,SourceCabKey=fil2CLUDfJOh67LyJUZtxbU4Z_u6UY,DestName=pl.pak,Attributes=513,FileSize=588233,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1449249869,HashPart2=1317109877,HashPart3=-1776676293,HashPart4=515385706,)
MSI (s) (3C:50) [09:51:46:017]: File: C:\tmp\locales\pl.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:017]: Source for file ‘fil2CLUDfJOh67LyJUZtxbU4Z_u6UY’ is compressed
MSI (s) (3C:50) [09:51:46:024]: Executing op: RegisterSharedComponentProvider(,File=filAAi.0avHdAmxE5gYE7n6cxah3mQ,Component={49D436AC-E411-5E42-AEDA-8EC6BD419843},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:025]: Executing op: FileCopy(SourceName=pt-BR.pak,SourceCabKey=filAAi.0avHdAmxE5gYE7n6cxah3mQ,DestName=pt-BR.pak,Attributes=513,FileSize=553077,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-2076180100,HashPart2=74821703,HashPart3=894153546,HashPart4=2023110333,)
MSI (s) (3C:50) [09:51:46:025]: File: C:\tmp\locales\pt-BR.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:025]: Source for file ‘filAAi.0avHdAmxE5gYE7n6cxah3mQ’ is compressed
MSI (s) (3C:50) [09:51:46:034]: Executing op: RegisterSharedComponentProvider(,File=filzrzCvPulYPfxlNTZVTb_oL56ul4,Component={0621469F-1CF5-5927-AD4C-9ED9F89A6568},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:035]: Executing op: FileCopy(SourceName=pt-PT.pak,SourceCabKey=filzrzCvPulYPfxlNTZVTb_oL56ul4,DestName=pt-PT.pak,Attributes=513,FileSize=556968,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=200993522,HashPart2=-159446057,HashPart3=234513484,HashPart4=-1276407723,)
MSI (s) (3C:50) [09:51:46:035]: File: C:\tmp\locales\pt-PT.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:035]: Source for file ‘filzrzCvPulYPfxlNTZVTb_oL56ul4’ is compressed
MSI (s) (3C:50) [09:51:46:044]: Executing op: RegisterSharedComponentProvider(,File=filsCwvuoqIhQk4k22oqglb68RwxpE,Component={E42CAA4E-B6D4-5209-8096-65004480B5C4},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:045]: Executing op: FileCopy(SourceName=ro.pak,SourceCabKey=filsCwvuoqIhQk4k22oqglb68RwxpE,DestName=ro.pak,Attributes=513,FileSize=576470,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1857412117,HashPart2=-205776038,HashPart3=-704420561,HashPart4=383617083,)
MSI (s) (3C:50) [09:51:46:046]: File: C:\tmp\locales\ro.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:046]: Source for file ‘filsCwvuoqIhQk4k22oqglb68RwxpE’ is compressed
MSI (s) (3C:50) [09:51:46:053]: Executing op: RegisterSharedComponentProvider(,File=filAc_SQh0MVGMSG_lU86C7aX2qRoI,Component={E3970272-4B19-59BF-B940-1C75BBFD150A},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:054]: Executing op: FileCopy(SourceName=ru.pak,SourceCabKey=filAc_SQh0MVGMSG_lU86C7aX2qRoI,DestName=ru.pak,Attributes=513,FileSize=946445,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1583481885,HashPart2=-1872958199,HashPart3=-374291043,HashPart4=837541884,)
MSI (s) (3C:50) [09:51:46:055]: File: C:\tmp\locales\ru.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:055]: Source for file ‘filAc_SQh0MVGMSG_lU86C7aX2qRoI’ is compressed
MSI (s) (3C:50) [09:51:46:064]: Executing op: RegisterSharedComponentProvider(,File=filXhy7VKXiO3eFo7LrgDuSLU8Sk8M,Component={2C978919-718D-5490-9905-F444BBBA9D89},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:064]: Executing op: FileCopy(SourceName=sk.pak,SourceCabKey=filXhy7VKXiO3eFo7LrgDuSLU8Sk8M,DestName=sk.pak,Attributes=513,FileSize=594641,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1510044535,HashPart2=-731447845,HashPart3=-1315157461,HashPart4=-727242470,)
MSI (s) (3C:50) [09:51:46:065]: File: C:\tmp\locales\sk.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:065]: Source for file ‘filXhy7VKXiO3eFo7LrgDuSLU8Sk8M’ is compressed
MSI (s) (3C:50) [09:51:46:072]: Executing op: RegisterSharedComponentProvider(,File=filgcorww2I2ZuEIK9c05SQ8d2snbg,Component={A33F5D77-1D94-57F9-A07B-7FB6122AAB97},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:073]: Executing op: FileCopy(SourceName=sl.pak,SourceCabKey=filgcorww2I2ZuEIK9c05SQ8d2snbg,DestName=sl.pak,Attributes=513,FileSize=570310,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1820087757,HashPart2=-356487313,HashPart3=-1993519149,HashPart4=-824969565,)
MSI (s) (3C:50) [09:51:46:073]: File: C:\tmp\locales\sl.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:073]: Source for file ‘filgcorww2I2ZuEIK9c05SQ8d2snbg’ is compressed
MSI (s) (3C:50) [09:51:46:081]: Executing op: RegisterSharedComponentProvider(,File=fil5LLrIO.GPsqox1mhs36XAenpf6U,Component={20501F45-A3B4-5B14-B275-CAAF2AE7A8E3},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:081]: Executing op: FileCopy(SourceName=sr.pak,SourceCabKey=fil5LLrIO.GPsqox1mhs36XAenpf6U,DestName=sr.pak,Attributes=513,FileSize=879894,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1440062020,HashPart2=48190109,HashPart3=793659379,HashPart4=2066360228,)
MSI (s) (3C:50) [09:51:46:082]: File: C:\tmp\locales\sr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:082]: Source for file ‘fil5LLrIO.GPsqox1mhs36XAenpf6U’ is compressed
MSI (s) (3C:50) [09:51:46:089]: Executing op: RegisterSharedComponentProvider(,File=fil4oCDgWAa.c0Uxgpk1hbIJRGRct8,Component={9864A2D8-39F9-5F2D-BE1B-5A335A4023C5},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:090]: Executing op: FileCopy(SourceName=sv.pak,SourceCabKey=fil4oCDgWAa.c0Uxgpk1hbIJRGRct8,DestName=sv.pak,Attributes=513,FileSize=513761,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1576081932,HashPart2=2035674224,HashPart3=-1790058032,HashPart4=1524169812,)
MSI (s) (3C:50) [09:51:46:091]: File: C:\tmp\locales\sv.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:091]: Source for file ‘fil4oCDgWAa.c0Uxgpk1hbIJRGRct8’ is compressed
MSI (s) (3C:50) [09:51:46:100]: Executing op: RegisterSharedComponentProvider(,File=fil7mDIjw1GxmMNA9qvchLzeK.6P1M,Component={33E25B7F-6B91-5BB1-A431-9E275AB0933A},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:100]: Executing op: FileCopy(SourceName=sw.pak,SourceCabKey=fil7mDIjw1GxmMNA9qvchLzeK.6P1M,DestName=sw.pak,Attributes=513,FileSize=541714,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-1238257965,HashPart2=-1018187458,HashPart3=-1192708525,HashPart4=-127479182,)
MSI (s) (3C:50) [09:51:46:101]: File: C:\tmp\locales\sw.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:101]: Source for file ‘fil7mDIjw1GxmMNA9qvchLzeK.6P1M’ is compressed
MSI (s) (3C:50) [09:51:46:107]: Executing op: RegisterSharedComponentProvider(,File=filU6fwCSJJLzmbGemV33u8noR1EYg,Component={F23BA670-1E79-5E2C-9047-232060F0BC84},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:108]: Executing op: FileCopy(SourceName=ta.pak,SourceCabKey=filU6fwCSJJLzmbGemV33u8noR1EYg,DestName=ta.pak,Attributes=513,FileSize=1404121,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1193864786,HashPart2=27078431,HashPart3=592920559,HashPart4=1263900212,)
MSI (s) (3C:50) [09:51:46:108]: File: C:\tmp\locales\ta.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:108]: Source for file ‘filU6fwCSJJLzmbGemV33u8noR1EYg’ is compressed
MSI (s) (3C:50) [09:51:46:118]: Executing op: RegisterSharedComponentProvider(,File=filxPdRYoeZiwYo37XkvaeMTwnmFOM,Component={1FC980E9-1CD7-559C-B2D2-F967178849CA},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:119]: Executing op: FileCopy(SourceName=te.pak,SourceCabKey=filxPdRYoeZiwYo37XkvaeMTwnmFOM,DestName=te.pak,Attributes=513,FileSize=1295502,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1083207994,HashPart2=597460567,HashPart3=-1894728495,HashPart4=822971678,)
MSI (s) (3C:50) [09:51:46:119]: File: C:\tmp\locales\te.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:119]: Source for file ‘filxPdRYoeZiwYo37XkvaeMTwnmFOM’ is compressed
MSI (s) (3C:50) [09:51:46:129]: Executing op: RegisterSharedComponentProvider(,File=fil1FJp7pJBe2ESnKVIuhwDa8cqj3s,Component={665402B9-969F-5BEC-A472-9E377090CF98},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:130]: Executing op: FileCopy(SourceName=th.pak,SourceCabKey=fil1FJp7pJBe2ESnKVIuhwDa8cqj3s,DestName=th.pak,Attributes=513,FileSize=1088236,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=294165127,HashPart2=572412020,HashPart3=-1184506173,HashPart4=-1681847304,)
MSI (s) (3C:50) [09:51:46:130]: File: C:\tmp\locales\th.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:130]: Source for file ‘fil1FJp7pJBe2ESnKVIuhwDa8cqj3s’ is compressed
MSI (s) (3C:50) [09:51:46:138]: Executing op: RegisterSharedComponentProvider(,File=fil2bGFWc0wey2qZFK75N5oZViWfVc,Component={73E13B56-D207-532E-9048-ED668046AEDF},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:139]: Executing op: FileCopy(SourceName=tr.pak,SourceCabKey=fil2bGFWc0wey2qZFK75N5oZViWfVc,DestName=tr.pak,Attributes=513,FileSize=552876,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-771570329,HashPart2=-82268096,HashPart3=-1400685319,HashPart4=755971332,)
MSI (s) (3C:50) [09:51:46:139]: File: C:\tmp\locales\tr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:139]: Source for file ‘fil2bGFWc0wey2qZFK75N5oZViWfVc’ is compressed
MSI (s) (3C:50) [09:51:46:145]: Executing op: RegisterSharedComponentProvider(,File=filbsWkXF1tkGSa6D7kX0XpkHel0Ys,Component={021A25CC-60BC-5FA1-A537-4D9E3A0BFB67},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:146]: Executing op: FileCopy(SourceName=uk.pak,SourceCabKey=filbsWkXF1tkGSa6D7kX0XpkHel0Ys,DestName=uk.pak,Attributes=513,FileSize=946065,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-603189669,HashPart2=-1673284261,HashPart3=582974442,HashPart4=-988447627,)
MSI (s) (3C:50) [09:51:46:146]: File: C:\tmp\locales\uk.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:146]: Source for file ‘filbsWkXF1tkGSa6D7kX0XpkHel0Ys’ is compressed
MSI (s) (3C:50) [09:51:46:155]: Executing op: RegisterSharedComponentProvider(,File=filwaGFxnxO7iBKltcmXJKUvUhHwPg,Component={91624554-9243-5F87-BF9D-62F14B347E23},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:155]: Executing op: FileCopy(SourceName=ur.pak,SourceCabKey=filwaGFxnxO7iBKltcmXJKUvUhHwPg,DestName=ur.pak,Attributes=513,FileSize=828391,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=2106300411,HashPart2=-1609428703,HashPart3=-1663021961,HashPart4=1873366181,)
MSI (s) (3C:50) [09:51:46:156]: File: C:\tmp\locales\ur.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:156]: Source for file ‘filwaGFxnxO7iBKltcmXJKUvUhHwPg’ is compressed
MSI (s) (3C:50) [09:51:46:165]: Executing op: RegisterSharedComponentProvider(,File=fileFRJ2fj0eZvrhdLJsTK0qMgvgIU,Component={3E24C77E-3ECD-5517-8EE1-95E6DCB4020B},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:166]: Executing op: FileCopy(SourceName=vi.pak,SourceCabKey=fileFRJ2fj0eZvrhdLJsTK0qMgvgIU,DestName=vi.pak,Attributes=513,FileSize=655225,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-233986659,HashPart2=-1024097999,HashPart3=248671491,HashPart4=470913060,)
MSI (s) (3C:50) [09:51:46:166]: File: C:\tmp\locales\vi.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:166]: Source for file ‘fileFRJ2fj0eZvrhdLJsTK0qMgvgIU’ is compressed
MSI (s) (3C:50) [09:51:46:178]: Executing op: RegisterSharedComponentProvider(,File=filRsrm1fif6QVYnSNVlGZu4CtCsSM,Component={436E4070-7202-548F-963D-D1FE0EA54E17},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:179]: Executing op: FileCopy(SourceName=zh-CN.pak,SourceCabKey=filRsrm1fif6QVYnSNVlGZu4CtCsSM,DestName=zh-CN.pak,Attributes=513,FileSize=471962,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1832525095,HashPart2=1434510252,HashPart3=-662298079,HashPart4=-2090706574,)
MSI (s) (3C:50) [09:51:46:179]: File: C:\tmp\locales\zh-CN.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:179]: Source for file ‘filRsrm1fif6QVYnSNVlGZu4CtCsSM’ is compressed
MSI (s) (3C:50) [09:51:46:187]: Executing op: RegisterSharedComponentProvider(,File=fil_7queS0vQrepv6WQEFK99vBeWC4,Component={9FF4A4B6-3096-5206-AF75-C61B27BB8A10},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:188]: Executing op: FileCopy(SourceName=zh-TW.pak,SourceCabKey=fil_7queS0vQrepv6WQEFK99vBeWC4,DestName=zh-TW.pak,Attributes=513,FileSize=466903,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=283181795,HashPart2=559562543,HashPart3=-197652602,HashPart4=-131056613,)
MSI (s) (3C:50) [09:51:46:188]: File: C:\tmp\locales\zh-TW.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:188]: Source for file ‘fil_7queS0vQrepv6WQEFK99vBeWC4’ is compressed
MSI (s) (3C:50) [09:51:46:195]: Executing op: SetTargetFolder(Folder=C:\tmp\gpo)
MSI (s) (3C:50) [09:51:46:195]: Executing op: SetSourceFolder(Folder=1\opyqshne\gpo|mattermost-desktop\gpo)
MSI (s) (3C:50) [09:51:46:195]: Executing op: RegisterSharedComponentProvider(,File=filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4,Component={0D400C9A-1AFC-574B-A23C-D49E30703A29},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:196]: Executing op: FileCopy(SourceName=README.md,SourceCabKey=filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4,DestName=README.md,Attributes=513,FileSize=1714,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-289270078,HashPart2=1883845476,HashPart3=1442118139,HashPart4=1794739072,)
MSI (s) (3C:50) [09:51:46:196]: File: C:\tmp\gpo\README.md; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:196]: Source for file ‘filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4’ is compressed
MSI (s) (3C:50) [09:51:46:200]: Executing op: RegisterSharedComponentProvider(,File=filywxm1LiHG0V71mof5hyUGmPaI.4,Component={DFD79825-DD42-532C-B9F5-AE21BC8055D7},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:201]: Executing op: FileCopy(SourceName=y-ld42eo.adm|mattermost.admx,SourceCabKey=filywxm1LiHG0V71mof5hyUGmPaI.4,DestName=mattermost.admx,Attributes=513,FileSize=2055,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-913757152,HashPart2=-1025824860,HashPart3=-1786469864,HashPart4=-758108679,)
MSI (s) (3C:50) [09:51:46:201]: File: C:\tmp\gpo\mattermost.admx; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:201]: Source for file ‘filywxm1LiHG0V71mof5hyUGmPaI.4’ is compressed
MSI (s) (3C:50) [09:51:46:203]: Executing op: SetTargetFolder(Folder=C:\tmp\gpo\en-US)
MSI (s) (3C:50) [09:51:46:203]: Executing op: SetSourceFolder(Folder=1\opyqshne\gpo\en-US|mattermost-desktop\gpo\en-US)
MSI (s) (3C:50) [09:51:46:203]: Executing op: RegisterSharedComponentProvider(,File=fil6OiMM_lTQFtp6gu5HbYYD6Tm_38,Component={C3EFD8C2-3489-5E60-91FB-FC1A4D9C2FE6},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:204]: Executing op: FileCopy(SourceName=hadrb40i.adm|mattermost.adml,SourceCabKey=fil6OiMM_lTQFtp6gu5HbYYD6Tm_38,DestName=mattermost.adml,Attributes=513,FileSize=1780,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-829019813,HashPart2=-448651719,HashPart3=-1634177820,HashPart4=-1859817311,)
MSI (s) (3C:50) [09:51:46:205]: File: C:\tmp\gpo\en-US\mattermost.adml; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:205]: Source for file ‘fil6OiMM_lTQFtp6gu5HbYYD6Tm_38’ is compressed
MSI (s) (3C:50) [09:51:46:209]: Executing op: CacheSizeFlush(,)
MSI (s) (3C:50) [09:51:46:209]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (3C:50) [09:51:46:246]: Executing op: SetTargetFolder(Folder=2)
MSI (s) (3C:50) [09:51:46:258]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:46:258]: Executing op: ShortcutCreate(Name=rqa99uq1|Mattermost,FileName=C:\tmp\Mattermost.exe,WorkingDir=C:\tmp,Icon=MattermostIcon.exe,)
MSI (s) (3C:50) [09:51:46:261]: Verifying accessibility of file: Mattermost.lnk
MSI (s) (3C:50) [09:51:47:456]: Executing op: ShortcutPropertyCreate(ShortcutName=rqa99uq1|Mattermost,PropertyKey=System.AppUserModel.ID,PropVariantValue=Mattermost.Desktop)
MSI (s) (3C:50) [09:51:47:721]: Executing op: SetTargetFolder(Folder=16)
MSI (s) (3C:50) [09:51:47:725]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:47:725]: Executing op: ShortcutCreate(Name=l2zwcpzr|Mattermost,FileName=C:\tmp\Mattermost.exe,WorkingDir=C:\tmp,Icon=MattermostIcon.exe,)
MSI (s) (3C:50) [09:51:47:727]: Verifying accessibility of file: Mattermost.lnk
MSI (s) (3C:50) [09:51:47:840]: Executing op: SetTargetFolder(Folder=2)
MSI (s) (3C:50) [09:51:47:850]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:47:850]: Executing op: SetTargetFolder(Folder=16)
MSI (s) (3C:50) [09:51:47:854]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:47:854]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (3C:50) [09:51:47:856]: Executing op: UpdateEstimatedSize(EstimatedSize=272212)
MSI (s) (3C:50) [09:51:47:859]: Executing op: ProductCPDisplayInfoRegister()
MSI (s) (3C:50) [09:51:47:862]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (3C:50) [09:51:47:863]: Executing op: CleanupConfigData()
MSI (s) (3C:50) [09:51:47:863]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
MSI (s) (3C:50) [09:51:47:866]: Executing op: SourceListRegisterLastUsed(SourceProduct={95C1D261-22CB-4CD2-A091-892601E8B17E},LastUsedSource=C:\temp)
MSI (s) (3C:50) [09:51:47:866]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (3C:50) [09:51:47:866]: Specifed source is already in a list.
MSI (s) (3C:50) [09:51:47:866]: User policy value ‘SearchOrder’ is ‘nmu’
MSI (s) (3C:50) [09:51:47:866]: Adding new sources is allowed.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedSource to: C:\temp.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedType to: n.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedIndex to: 2.
MSI (s) (3C:50) [09:51:47:867]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=280548788)
MSI (s) (3C:50) [09:51:47:878]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:50) [09:51:47:882]: User policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:47:882]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:47:892]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:50) [09:51:47:916]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:969]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:981]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:984]: No System Restore sequence number for this installation.
MSI (s) (3C:50) [09:51:47:984]: Unlocking Server
MSI (s) (3C:50) [09:51:47:989]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is ‘1’.
Action ended 9:51:47: InstallFinalize. Return value 1.
MSI (s) (3C:50) [09:51:47:991]: Skipping action: runAfterFinish (condition is false)
MSI (s) (3C:50) [09:51:47:991]: Doing action: WixCheckRebootRequired
MSI (s) (3C:50) [09:51:47:991]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:47: WixCheckRebootRequired.
MSI (s) (3C:A0) [09:51:48:011]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI65D4.tmp, Entrypoint: WixCheckRebootRequired
Action ended 9:51:48: WixCheckRebootRequired. Return value 1.
Action ended 9:51:48: INSTALL. Return value 1.
Property(S): APPLICATIONFOLDER = C:\tmp
Property(S): resourcesDir = C:\tmp\resources
Property(S): dVbVYx…CDm4A5Zk7nlXZOw = C:\tmp\resources
Property(S): dwu0dqzbR0l8I9nOAt6vnIw = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
Property(S): dFcN1AFjVMaKTFr2VquuKfg = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
Property(S): dXnSQeeWu218k5_DQODW_Hw = C:\tmp\locales
Property(S): doCxsUHluNP7CzmobK5D6xA = C:\tmp\gpo
Property(S): dssvDo1y9ocSwpXR4sJymrg = C:\tmp\gpo\en-US
Property(S): ProgramFiles64Folder = C:\Users\sam\AppData\Local\Programs
Property(S): TARGETDIR = C:
Property(S): DesktopFolder = C:\Users\sam\Desktop
Property(S): ProgramMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Property(S): SourceDir = C:\temp
Property(S): dirkyIuxiY9Z3e.1EeDqcPEW.c9zok = C:\tmp\resources
Property(S): dirGrCnMEkXsad9o1fJ1WUEd4089Hg = C:\tmp\resources\app.asar.unpacked
Property(S): dirnTFNHvaOQFmMH78_FoF5mnMF20c = C:\tmp\resources\app.asar.unpacked\node_modules
Property(S): dirdIh1IBvonroX5tvSmlJ_a0K_L7c = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
Property(S): dirkbjtdMr_qLct2HLpzV831_bwYc8 = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
Property(S): dirtdRdSeqTuyf7KOqkbaBtuWySWxo = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
Property(S): dir_Ewa0AwSQafpqF1nNIaT3AURcA8 = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
Property(S): dirDXIZi7TYx4baLdW5Bo1mL.8.eOE = C:\tmp\gpo
Property(S): WIXUI_INSTALLDIR = APPLICATIONFOLDER
Property(S): ApplicationFolderName = mattermost-desktop
Property(S): WixAppFolder = WixPerUserFolder
Property(S): DISABLEADVTSHORTCUTS = 1
Property(S): ARPPRODUCTICON = MattermostIcon.exe
Property(S): MSIINSTALLPERUSER = 1
Property(S): DISABLEAUTOUPDATE = 0
Property(S): Manufacturer = Mattermost, Inc.
Property(S): ProductCode = {95C1D261-22CB-4CD2-A091-892601E8B17E}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Mattermost
Property(S): ProductVersion = 5.9.0.0
Property(S): UpgradeCode = {0F183CAA-DF79-5400-A71F-684F563AF31C}
Property(S): SecureCustomProperties = ALLUSERS;MSIINSTALLPERUSER;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED
Property(S): MsiLogFileLocation = C:\temp\install.log
Property(S): PackageCode = {621EF59C-1247-4E88-B187-A912742F6006}
Property(S): MSIINTERNALINSTALLEDPERUSER = 1
Property(S): ProductState = 5
Property(S): ProductToBeRegistered = 1
Property(S): CURRENTDIRECTORY = C:\temp
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 5436
Property(S): PRODUCTLANGUAGE = 1033
Property(S): USERNAME = none
Property(S): COMPANYNAME = inner.directory
Property(S): ROOTDRIVE = C:
Property(S): EXECUTEACTION = INSTALL
Property(S): ACTION = INSTALL
Property(S): INSTALLLEVEL = 1
Property(S): SECONDSEQUENCE = 1
Property(S): _MSI_FEATURE_SELECTION = NONE
Property(S): VersionDatabase = 500
Property(S): VersionMsi = 5.00
Property(S): VersionNT = 603
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:\Users\sam\AppData\Local\Temp
Property(S): ProgramFilesFolder = C:\Users\sam\AppData\Local\Programs
Property(S): CommonFilesFolder = C:\Users\sam\AppData\Local\Programs\Common
Property(S): CommonFiles64Folder = C:\Users\sam\AppData\Local\Programs\Common
Property(S): AppDataFolder = C:\Users\sam\AppData\Roaming
Property(S): FavoritesFolder = C:\Users\sam\Favorites
Property(S): NetHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Property(S): PersonalFolder = C:\Users\sam\Documents
Property(S): PrintHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Property(S): RecentFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
Property(S): SendToFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
Property(S): TemplateFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
Property(S): CommonAppDataFolder = C:\ProgramData
Property(S): LocalAppDataFolder = C:\Users\sam\AppData\Local
Property(S): MyPicturesFolder = C:\Users\sam\Pictures
Property(S): AdminToolsFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
Property(S): StartupFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Property(S): StartMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
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 = 4095
Property(S): VirtualMemory = 2454
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = sam
Property(S): UserSID = S-1-5-21-2507675113-1650343012-3771412112-14584
Property(S): UserLanguageID = 1033
Property(S): ComputerName = SOFT-TEST-SD07
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 19
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:51:48
Property(S): Date = 10/4/2024
Property(S): MsiNetAssemblySupport = 4.8.4084.0
Property(S): MsiWin32AssemblySupport = 6.3.19041.3636
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): Installed = 00:00:00
Property(S): DATABASE = C:\WINDOWS\Installer\5e3f6d5.msi
Property(S): OriginalDatabase = C:\temp\mattermost-desktop-5.9.0-win-x64.msi
Property(S): UILevel = 5
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): SOURCEDIR = C:\temp
Property(S): SourcedirProduct = {95C1D261-22CB-4CD2-A091-892601E8B17E}
MSI (s) (3C:50) [09:51:48:145]: MainEngineThread is returning 0
MSI (s) (3C:60) [09:51:48:155]: RESTART MANAGER: Session closed.
MSI (s) (3C:60) [09:51:48:155]: No System Restore sequence number for this installation.
MSI (s) (3C:60) [09:51:48:161]: User policy value ‘DisableRollback’ is 0
MSI (s) (3C:60) [09:51:48:161]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:60) [09:51:48:162]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (3C:60) [09:51:48:162]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (3C:60) [09:51:48:167]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:60) [09:51:48:168]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (3C:60) [09:51:48:169]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (3C:60) [09:51:48:171]: Destroying RemoteAPI object.
MSI (s) (3C:B8) [09:51:48:171]: Custom Action Manager thread ending.
MSI (c) (3C:F4) [09:51:48:173]: Back from server. Return value: 0
MSI (c) (3C:F4) [09:51:48:173]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (3C:F4) [09:51:48:173]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is ‘1’.
Action ended 9:51:48: ExecuteAction. Return value 1.
Action ended 9:51:48: INSTALL. Return value 1.
Property(C): APPLICATIONFOLDER = C:\tmp
Property(C): resourcesDir = C:\tmp\resources
Property(C): dVbVYx…CDm4A5Zk7nlXZOw = C:\tmp\resources
Property(C): dwu0dqzbR0l8I9nOAt6vnIw = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
Property(C): dFcN1AFjVMaKTFr2VquuKfg = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
Property(C): dXnSQeeWu218k5_DQODW_Hw = C:\tmp\locales
Property(C): doCxsUHluNP7CzmobK5D6xA = C:\tmp\gpo
Property(C): dssvDo1y9ocSwpXR4sJymrg = C:\tmp\gpo\en-US
Property(C): ProgramFiles64Folder = C:\Users\sam\AppData\Local\Programs
Property(C): TARGETDIR = C:
Property(C): DesktopFolder = C:\Users\sam\Desktop
Property(C): ProgramMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Property(C): dirkyIuxiY9Z3e.1EeDqcPEW.c9zok = C:\tmp\resources
Property(C): dirGrCnMEkXsad9o1fJ1WUEd4089Hg = C:\tmp\resources\app.asar.unpacked
Property(C): dirnTFNHvaOQFmMH78_FoF5mnMF20c = C:\tmp\resources\app.asar.unpacked\node_modules
Property(C): dirdIh1IBvonroX5tvSmlJ_a0K_L7c = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
Property(C): dirkbjtdMr_qLct2HLpzV831_bwYc8 = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
Property(C): dirtdRdSeqTuyf7KOqkbaBtuWySWxo = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
Property(C): dir_Ewa0AwSQafpqF1nNIaT3AURcA8 = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
Property(C): dirDXIZi7TYx4baLdW5Bo1mL.8.eOE = C:\tmp\gpo
Property(C): WIXUI_INSTALLDIR = APPLICATIONFOLDER
Property(C): ApplicationFolderName = mattermost-desktop
Property(C): WixAppFolder = WixPerUserFolder
Property(C): DISABLEADVTSHORTCUTS = 1
Property(C): ARPPRODUCTICON = MattermostIcon.exe
Property(C): ALLUSERS = 2
Property(C): MSIINSTALLPERUSER = 1
Property(C): DISABLEAUTOUPDATE = 0
Property(C): Manufacturer = Mattermost, Inc.
Property(C): ProductCode = {95C1D261-22CB-4CD2-A091-892601E8B17E}
Property(C): ProductLanguage = 1033
Property(C): ProductName = Mattermost
Property(C): ProductVersion = 5.9.0.0
Property(C): UpgradeCode = {0F183CAA-DF79-5400-A71F-684F563AF31C}
Property(C): SecureCustomProperties = ALLUSERS;MSIINSTALLPERUSER;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED
Property(C): MsiLogFileLocation = C:\temp\install.log
Property(C): PackageCode = {621EF59C-1247-4E88-B187-A912742F6006}
Property(C): MSIINTERNALINSTALLEDPERUSER = 1
Property(C): ProductState = 5
Property(C): ProductToBeRegistered = 1
Property(C): CURRENTDIRECTORY = C:\temp
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 5436
Property(C): PRODUCTLANGUAGE = 1033
Property(C): VersionDatabase = 500
Property(C): VersionMsi = 5.00
Property(C): VersionNT = 603
Property(C): VersionNT64 = 603
Property(C): WindowsBuild = 9600
Property(C): ServicePackLevel = 0
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS
Property(C): WindowsVolume = C:
Property(C): System64Folder = C:\WINDOWS\system32
Property(C): SystemFolder = C:\WINDOWS\SysWOW64
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\Users\sam\AppData\Local\Temp
Property(C): ProgramFilesFolder = C:\Users\sam\AppData\Local\Programs
Property(C): CommonFilesFolder = C:\Users\sam\AppData\Local\Programs\Common
Property(C): CommonFiles64Folder = C:\Users\sam\AppData\Local\Programs\Common
Property(C): AppDataFolder = C:\Users\sam\AppData\Roaming
Property(C): FavoritesFolder = C:\Users\sam\Favorites
Property(C): NetHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Property(C): PersonalFolder = C:\Users\sam\Documents
Property(C): PrintHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Property(C): RecentFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
Property(C): SendToFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
Property(C): TemplateFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
Property(C): CommonAppDataFolder = C:\ProgramData
Property(C): LocalAppDataFolder = C:\Users\sam\AppData\Local
Property(C): MyPicturesFolder = C:\Users\sam\Pictures
Property(C): AdminToolsFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
Property(C): StartupFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Property(C): StartMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
Property(C): FontsFolder = C:\WINDOWS\Fonts
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): MsiAMD64 = 6
Property(C): Msix64 = 6
Property(C): Intel = 6
Property(C): PhysicalMemory = 4095
Property(C): VirtualMemory = 2455
Property(C): AdminUser = 1
Property(C): MsiTrueAdminUser = 1
Property(C): LogonUser = sam
Property(C): UserSID = S-1-5-21-2507675113-1650343012-3771412112-14584
Property(C): UserLanguageID = 1033
Property(C): ComputerName = SOFT-TEST-SD07
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1920
Property(C): ScreenY = 1080
Property(C): CaptionHeight = 23
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): TextInternalLeading = 3
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 9:51:48
Property(C): Date = 10/4/2024
Property(C): MsiNetAssemblySupport = 4.8.4084.0
Property(C): MsiWin32AssemblySupport = 6.3.19041.3636
Property(C): RedirectedDllSupport = 2
Property(C): MsiRunningElevated = 1
Property(C): Privileged = 1
Property(C): USERNAME = none
Property(C): COMPANYNAME = inner.directory
Property(C): Installed = 00:00:00
Property(C): DATABASE = C:\WINDOWS\Installer\5e3f6d5.msi
Property(C): OriginalDatabase = C:\temp\mattermost-desktop-5.9.0-win-x64.msi
Property(C): VersionHandler = 5.00
Property(C): ROOTDRIVE = C:
Property(C): EXECUTEACTION = INSTALL
Property(C): ACTION = INSTALL
Property(C): UILevel = 5
Property(C): CostingComplete = 0
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 10/4/2024 9:51:48 ===
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 1728
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2205 2: 3: Error
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1728
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2205 2: 3: Error
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1709
MSI (c) (3C:F4) [09:51:48:193]: Product: Mattermost – Configuration completed successfully.
MSI (c) (3C:F4) [09:51:48:195]: Windows Installer reconfigured the product. Product Name: Mattermost. Product Version: 5.9.0.0. Product Language: 1033. Manufacturer: Mattermost, Inc… Reconfiguration success or error status: 0.
MSI (c) (3C:F4) [09:51:48:196]: Grabbed execution mutex.
MSI (c) (3C:F4) [09:51:48:196]: Cleaning up uninstalled install packages, if any exist
MSI (c) (3C:F4) [09:51:48:197]: MainEngineThread is returning 0
=== Verbose logging stopped: 10/4/2024 9:51:48 ===
MSI (s) (3C:50) [09:51:46:118]: Executing op: RegisterSharedComponentProvider(,File=filxPdRYoeZiwYo37XkvaeMTwnmFOM,Component={1FC980E9-1CD7-559C-B2D2-F967178849CA},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:119]: Executing op: FileCopy(SourceName=te.pak,SourceCabKey=filxPdRYoeZiwYo37XkvaeMTwnmFOM,DestName=te.pak,Attributes=513,FileSize=1295502,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1083207994,HashPart2=597460567,HashPart3=-1894728495,HashPart4=822971678,)
MSI (s) (3C:50) [09:51:46:119]: File: C:\tmp\locales\te.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:119]: Source for file ‘filxPdRYoeZiwYo37XkvaeMTwnmFOM’ is compressed
MSI (s) (3C:50) [09:51:46:129]: Executing op: RegisterSharedComponentProvider(,File=fil1FJp7pJBe2ESnKVIuhwDa8cqj3s,Component={665402B9-969F-5BEC-A472-9E377090CF98},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:130]: Executing op: FileCopy(SourceName=th.pak,SourceCabKey=fil1FJp7pJBe2ESnKVIuhwDa8cqj3s,DestName=th.pak,Attributes=513,FileSize=1088236,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=294165127,HashPart2=572412020,HashPart3=-1184506173,HashPart4=-1681847304,)
MSI (s) (3C:50) [09:51:46:130]: File: C:\tmp\locales\th.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:130]: Source for file ‘fil1FJp7pJBe2ESnKVIuhwDa8cqj3s’ is compressed
MSI (s) (3C:50) [09:51:46:138]: Executing op: RegisterSharedComponentProvider(,File=fil2bGFWc0wey2qZFK75N5oZViWfVc,Component={73E13B56-D207-532E-9048-ED668046AEDF},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:139]: Executing op: FileCopy(SourceName=tr.pak,SourceCabKey=fil2bGFWc0wey2qZFK75N5oZViWfVc,DestName=tr.pak,Attributes=513,FileSize=552876,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-771570329,HashPart2=-82268096,HashPart3=-1400685319,HashPart4=755971332,)
MSI (s) (3C:50) [09:51:46:139]: File: C:\tmp\locales\tr.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:139]: Source for file ‘fil2bGFWc0wey2qZFK75N5oZViWfVc’ is compressed
MSI (s) (3C:50) [09:51:46:145]: Executing op: RegisterSharedComponentProvider(,File=filbsWkXF1tkGSa6D7kX0XpkHel0Ys,Component={021A25CC-60BC-5FA1-A537-4D9E3A0BFB67},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:146]: Executing op: FileCopy(SourceName=uk.pak,SourceCabKey=filbsWkXF1tkGSa6D7kX0XpkHel0Ys,DestName=uk.pak,Attributes=513,FileSize=946065,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-603189669,HashPart2=-1673284261,HashPart3=582974442,HashPart4=-988447627,)
MSI (s) (3C:50) [09:51:46:146]: File: C:\tmp\locales\uk.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:146]: Source for file ‘filbsWkXF1tkGSa6D7kX0XpkHel0Ys’ is compressed
MSI (s) (3C:50) [09:51:46:155]: Executing op: RegisterSharedComponentProvider(,File=filwaGFxnxO7iBKltcmXJKUvUhHwPg,Component={91624554-9243-5F87-BF9D-62F14B347E23},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:155]: Executing op: FileCopy(SourceName=ur.pak,SourceCabKey=filwaGFxnxO7iBKltcmXJKUvUhHwPg,DestName=ur.pak,Attributes=513,FileSize=828391,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=2106300411,HashPart2=-1609428703,HashPart3=-1663021961,HashPart4=1873366181,)
MSI (s) (3C:50) [09:51:46:156]: File: C:\tmp\locales\ur.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:156]: Source for file ‘filwaGFxnxO7iBKltcmXJKUvUhHwPg’ is compressed
MSI (s) (3C:50) [09:51:46:165]: Executing op: RegisterSharedComponentProvider(,File=fileFRJ2fj0eZvrhdLJsTK0qMgvgIU,Component={3E24C77E-3ECD-5517-8EE1-95E6DCB4020B},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:166]: Executing op: FileCopy(SourceName=vi.pak,SourceCabKey=fileFRJ2fj0eZvrhdLJsTK0qMgvgIU,DestName=vi.pak,Attributes=513,FileSize=655225,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-233986659,HashPart2=-1024097999,HashPart3=248671491,HashPart4=470913060,)
MSI (s) (3C:50) [09:51:46:166]: File: C:\tmp\locales\vi.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:166]: Source for file ‘fileFRJ2fj0eZvrhdLJsTK0qMgvgIU’ is compressed
MSI (s) (3C:50) [09:51:46:178]: Executing op: RegisterSharedComponentProvider(,File=filRsrm1fif6QVYnSNVlGZu4CtCsSM,Component={436E4070-7202-548F-963D-D1FE0EA54E17},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:179]: Executing op: FileCopy(SourceName=zh-CN.pak,SourceCabKey=filRsrm1fif6QVYnSNVlGZu4CtCsSM,DestName=zh-CN.pak,Attributes=513,FileSize=471962,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=1832525095,HashPart2=1434510252,HashPart3=-662298079,HashPart4=-2090706574,)
MSI (s) (3C:50) [09:51:46:179]: File: C:\tmp\locales\zh-CN.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:179]: Source for file ‘filRsrm1fif6QVYnSNVlGZu4CtCsSM’ is compressed
MSI (s) (3C:50) [09:51:46:187]: Executing op: RegisterSharedComponentProvider(,File=fil_7queS0vQrepv6WQEFK99vBeWC4,Component={9FF4A4B6-3096-5206-AF75-C61B27BB8A10},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:188]: Executing op: FileCopy(SourceName=zh-TW.pak,SourceCabKey=fil_7queS0vQrepv6WQEFK99vBeWC4,DestName=zh-TW.pak,Attributes=513,FileSize=466903,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=283181795,HashPart2=559562543,HashPart3=-197652602,HashPart4=-131056613,)
MSI (s) (3C:50) [09:51:46:188]: File: C:\tmp\locales\zh-TW.pak; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:188]: Source for file ‘fil_7queS0vQrepv6WQEFK99vBeWC4’ is compressed
MSI (s) (3C:50) [09:51:46:195]: Executing op: SetTargetFolder(Folder=C:\tmp\gpo)
MSI (s) (3C:50) [09:51:46:195]: Executing op: SetSourceFolder(Folder=1\opyqshne\gpo|mattermost-desktop\gpo)
MSI (s) (3C:50) [09:51:46:195]: Executing op: RegisterSharedComponentProvider(,File=filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4,Component={0D400C9A-1AFC-574B-A23C-D49E30703A29},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:196]: Executing op: FileCopy(SourceName=README.md,SourceCabKey=filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4,DestName=README.md,Attributes=513,FileSize=1714,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-289270078,HashPart2=1883845476,HashPart3=1442118139,HashPart4=1794739072,)
MSI (s) (3C:50) [09:51:46:196]: File: C:\tmp\gpo\README.md; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:196]: Source for file ‘filJRQ4RSbQ2g4MP8jX5gsIXwhsUi4’ is compressed
MSI (s) (3C:50) [09:51:46:200]: Executing op: RegisterSharedComponentProvider(,File=filywxm1LiHG0V71mof5hyUGmPaI.4,Component={DFD79825-DD42-532C-B9F5-AE21BC8055D7},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:201]: Executing op: FileCopy(SourceName=y-ld42eo.adm|mattermost.admx,SourceCabKey=filywxm1LiHG0V71mof5hyUGmPaI.4,DestName=mattermost.admx,Attributes=513,FileSize=2055,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-913757152,HashPart2=-1025824860,HashPart3=-1786469864,HashPart4=-758108679,)
MSI (s) (3C:50) [09:51:46:201]: File: C:\tmp\gpo\mattermost.admx; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:201]: Source for file ‘filywxm1LiHG0V71mof5hyUGmPaI.4’ is compressed
MSI (s) (3C:50) [09:51:46:203]: Executing op: SetTargetFolder(Folder=C:\tmp\gpo\en-US)
MSI (s) (3C:50) [09:51:46:203]: Executing op: SetSourceFolder(Folder=1\opyqshne\gpo\en-US|mattermost-desktop\gpo\en-US)
MSI (s) (3C:50) [09:51:46:203]: Executing op: RegisterSharedComponentProvider(,File=fil6OiMM_lTQFtp6gu5HbYYD6Tm_38,Component={C3EFD8C2-3489-5E60-91FB-FC1A4D9C2FE6},ProductCode={95C1D261-22CB-4CD2-A091-892601E8B17E},ProductVersion=5.9.0,PatchSize=0,PatchAttributes=0,PatchSequence=0,SharedComponent=0,IsFullFile=0)
MSI (s) (3C:50) [09:51:46:204]: Executing op: FileCopy(SourceName=hadrb40i.adm|mattermost.adml,SourceCabKey=fil6OiMM_lTQFtp6gu5HbYYD6Tm_38,DestName=mattermost.adml,Attributes=513,FileSize=1780,PerTick=65536,VerifyMedia=1,CheckCRC=0,InstallMode=58982400,HashOptions=0,HashPart1=-829019813,HashPart2=-448651719,HashPart3=-1634177820,HashPart4=-1859817311,)
MSI (s) (3C:50) [09:51:46:205]: File: C:\tmp\gpo\en-US\mattermost.adml; To be installed; Won’t patch; No existing file
MSI (s) (3C:50) [09:51:46:205]: Source for file ‘fil6OiMM_lTQFtp6gu5HbYYD6Tm_38’ is compressed
MSI (s) (3C:50) [09:51:46:209]: Executing op: CacheSizeFlush(,)
MSI (s) (3C:50) [09:51:46:209]: Executing op: ActionStart(Name=CreateShortcuts,Description=Creating shortcuts,Template=Shortcut: [1])
MSI (s) (3C:50) [09:51:46:246]: Executing op: SetTargetFolder(Folder=2)
MSI (s) (3C:50) [09:51:46:258]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:46:258]: Executing op: ShortcutCreate(Name=rqa99uq1|Mattermost,FileName=C:\tmp\Mattermost.exe,WorkingDir=C:\tmp,Icon=MattermostIcon.exe,)
MSI (s) (3C:50) [09:51:46:261]: Verifying accessibility of file: Mattermost.lnk
MSI (s) (3C:50) [09:51:47:456]: Executing op: ShortcutPropertyCreate(ShortcutName=rqa99uq1|Mattermost,PropertyKey=System.AppUserModel.ID,PropVariantValue=Mattermost.Desktop)
MSI (s) (3C:50) [09:51:47:721]: Executing op: SetTargetFolder(Folder=16)
MSI (s) (3C:50) [09:51:47:725]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:47:725]: Executing op: ShortcutCreate(Name=l2zwcpzr|Mattermost,FileName=C:\tmp\Mattermost.exe,WorkingDir=C:\tmp,Icon=MattermostIcon.exe,)
MSI (s) (3C:50) [09:51:47:727]: Verifying accessibility of file: Mattermost.lnk
MSI (s) (3C:50) [09:51:47:840]: Executing op: SetTargetFolder(Folder=2)
MSI (s) (3C:50) [09:51:47:850]: SHELL32::SHGetFolderPath returned: C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (3C:50) [09:51:47:850]: Executing op: SetTargetFolder(Folder=16)
MSI (s) (3C:50) [09:51:47:854]: SHELL32::SHGetFolderPath returned: C:\Users\sam\Desktop
MSI (s) (3C:50) [09:51:47:854]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
MSI (s) (3C:50) [09:51:47:856]: Executing op: UpdateEstimatedSize(EstimatedSize=272212)
MSI (s) (3C:50) [09:51:47:859]: Executing op: ProductCPDisplayInfoRegister()
MSI (s) (3C:50) [09:51:47:862]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
MSI (s) (3C:50) [09:51:47:863]: Executing op: CleanupConfigData()
MSI (s) (3C:50) [09:51:47:863]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
MSI (s) (3C:50) [09:51:47:866]: Executing op: SourceListRegisterLastUsed(SourceProduct={95C1D261-22CB-4CD2-A091-892601E8B17E},LastUsedSource=C:\temp)
MSI (s) (3C:50) [09:51:47:866]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (3C:50) [09:51:47:866]: Specifed source is already in a list.
MSI (s) (3C:50) [09:51:47:866]: User policy value ‘SearchOrder’ is ‘nmu’
MSI (s) (3C:50) [09:51:47:866]: Adding new sources is allowed.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedSource to: C:\temp.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedType to: n.
MSI (s) (3C:50) [09:51:47:866]: Set LastUsedIndex to: 2.
MSI (s) (3C:50) [09:51:47:867]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=280548788)
MSI (s) (3C:50) [09:51:47:878]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:50) [09:51:47:882]: User policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:47:882]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:50) [09:51:47:892]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:50) [09:51:47:916]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:969]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:981]: Note: 1: 2318 2:
MSI (s) (3C:50) [09:51:47:984]: No System Restore sequence number for this installation.
MSI (s) (3C:50) [09:51:47:984]: Unlocking Server
MSI (s) (3C:50) [09:51:47:989]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is ‘1’.
Action ended 9:51:47: InstallFinalize. Return value 1.
MSI (s) (3C:50) [09:51:47:991]: Skipping action: runAfterFinish (condition is false)
MSI (s) (3C:50) [09:51:47:991]: Doing action: WixCheckRebootRequired
MSI (s) (3C:50) [09:51:47:991]: Note: 1: 2205 2: 3: ActionText
Action start 9:51:47: WixCheckRebootRequired.
MSI (s) (3C:A0) [09:51:48:011]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI65D4.tmp, Entrypoint: WixCheckRebootRequired
Action ended 9:51:48: WixCheckRebootRequired. Return value 1.
Action ended 9:51:48: INSTALL. Return value 1.
Property(S): APPLICATIONFOLDER = C:\tmp
Property(S): resourcesDir = C:\tmp\resources
Property(S): dVbVYx…CDm4A5Zk7nlXZOw = C:\tmp\resources
Property(S): dwu0dqzbR0l8I9nOAt6vnIw = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
Property(S): dFcN1AFjVMaKTFr2VquuKfg = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
Property(S): dXnSQeeWu218k5_DQODW_Hw = C:\tmp\locales
Property(S): doCxsUHluNP7CzmobK5D6xA = C:\tmp\gpo
Property(S): dssvDo1y9ocSwpXR4sJymrg = C:\tmp\gpo\en-US
Property(S): ProgramFiles64Folder = C:\Users\sam\AppData\Local\Programs
Property(S): TARGETDIR = C:
Property(S): DesktopFolder = C:\Users\sam\Desktop
Property(S): ProgramMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Property(S): SourceDir = C:\temp
Property(S): dirkyIuxiY9Z3e.1EeDqcPEW.c9zok = C:\tmp\resources
Property(S): dirGrCnMEkXsad9o1fJ1WUEd4089Hg = C:\tmp\resources\app.asar.unpacked
Property(S): dirnTFNHvaOQFmMH78_FoF5mnMF20c = C:\tmp\resources\app.asar.unpacked\node_modules
Property(S): dirdIh1IBvonroX5tvSmlJ_a0K_L7c = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
Property(S): dirkbjtdMr_qLct2HLpzV831_bwYc8 = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
Property(S): dirtdRdSeqTuyf7KOqkbaBtuWySWxo = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
Property(S): dir_Ewa0AwSQafpqF1nNIaT3AURcA8 = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
Property(S): dirDXIZi7TYx4baLdW5Bo1mL.8.eOE = C:\tmp\gpo
Property(S): WIXUI_INSTALLDIR = APPLICATIONFOLDER
Property(S): ApplicationFolderName = mattermost-desktop
Property(S): WixAppFolder = WixPerUserFolder
Property(S): DISABLEADVTSHORTCUTS = 1
Property(S): ARPPRODUCTICON = MattermostIcon.exe
Property(S): MSIINSTALLPERUSER = 1
Property(S): DISABLEAUTOUPDATE = 0
Property(S): Manufacturer = Mattermost, Inc.
Property(S): ProductCode = {95C1D261-22CB-4CD2-A091-892601E8B17E}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Mattermost
Property(S): ProductVersion = 5.9.0.0
Property(S): UpgradeCode = {0F183CAA-DF79-5400-A71F-684F563AF31C}
Property(S): SecureCustomProperties = ALLUSERS;MSIINSTALLPERUSER;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED
Property(S): MsiLogFileLocation = C:\temp\install.log
Property(S): PackageCode = {621EF59C-1247-4E88-B187-A912742F6006}
Property(S): MSIINTERNALINSTALLEDPERUSER = 1
Property(S): ProductState = 5
Property(S): ProductToBeRegistered = 1
Property(S): CURRENTDIRECTORY = C:\temp
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 5436
Property(S): PRODUCTLANGUAGE = 1033
Property(S): USERNAME = none
Property(S): COMPANYNAME = *****
Property(S): ROOTDRIVE = C:
Property(S): EXECUTEACTION = INSTALL
Property(S): ACTION = INSTALL
Property(S): INSTALLLEVEL = 1
Property(S): SECONDSEQUENCE = 1
Property(S): _MSI_FEATURE_SELECTION = NONE
Property(S): VersionDatabase = 500
Property(S): VersionMsi = 5.00
Property(S): VersionNT = 603
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:\Users\sam\AppData\Local\Temp
Property(S): ProgramFilesFolder = C:\Users\sam\AppData\Local\Programs
Property(S): CommonFilesFolder = C:\Users\sam\AppData\Local\Programs\Common
Property(S): CommonFiles64Folder = C:\Users\sam\AppData\Local\Programs\Common
Property(S): AppDataFolder = C:\Users\sam\AppData\Roaming
Property(S): FavoritesFolder = C:\Users\sam\Favorites
Property(S): NetHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Property(S): PersonalFolder = C:\Users\sam\Documents
Property(S): PrintHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Property(S): RecentFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
Property(S): SendToFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
Property(S): TemplateFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
Property(S): CommonAppDataFolder = C:\ProgramData
Property(S): LocalAppDataFolder = C:\Users\sam\AppData\Local
Property(S): MyPicturesFolder = C:\Users\sam\Pictures
Property(S): AdminToolsFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
Property(S): StartupFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Property(S): StartMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
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 = 4095
Property(S): VirtualMemory = 2454
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = sam
Property(S): UserSID = S-1-5-21-2507675113-1650343012-3771412112-14584
Property(S): UserLanguageID = 1033
Property(S): ComputerName = SOFT-TEST-SD07
Property(S): SystemLanguageID = 1033
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 19
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:51:48
Property(S): Date = 10/4/2024
Property(S): MsiNetAssemblySupport = 4.8.4084.0
Property(S): MsiWin32AssemblySupport = 6.3.19041.3636
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Privileged = 1
Property(S): Installed = 00:00:00
Property(S): DATABASE = C:\WINDOWS\Installer\5e3f6d5.msi
Property(S): OriginalDatabase = C:\temp\mattermost-desktop-5.9.0-win-x64.msi
Property(S): UILevel = 5
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): SOURCEDIR = C:\temp
Property(S): SourcedirProduct = {95C1D261-22CB-4CD2-A091-892601E8B17E}
MSI (s) (3C:50) [09:51:48:145]: MainEngineThread is returning 0
MSI (s) (3C:60) [09:51:48:155]: RESTART MANAGER: Session closed.
MSI (s) (3C:60) [09:51:48:155]: No System Restore sequence number for this installation.
MSI (s) (3C:60) [09:51:48:161]: User policy value ‘DisableRollback’ is 0
MSI (s) (3C:60) [09:51:48:161]: Machine policy value ‘DisableRollback’ is 0
MSI (s) (3C:60) [09:51:48:162]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (3C:60) [09:51:48:162]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (3C:60) [09:51:48:167]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (3C:60) [09:51:48:168]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (3C:60) [09:51:48:169]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (s) (3C:60) [09:51:48:171]: Destroying RemoteAPI object.
MSI (s) (3C:B8) [09:51:48:171]: Custom Action Manager thread ending.
MSI (c) (3C:F4) [09:51:48:173]: Back from server. Return value: 0
MSI (c) (3C:F4) [09:51:48:173]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (3C:F4) [09:51:48:173]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is ‘1’.
Action ended 9:51:48: ExecuteAction. Return value 1.
Action ended 9:51:48: INSTALL. Return value 1.
Property(C): APPLICATIONFOLDER = C:\tmp
Property(C): resourcesDir = C:\tmp\resources
Property(C): dVbVYx…CDm4A5Zk7nlXZOw = C:\tmp\resources
Property(C): dwu0dqzbR0l8I9nOAt6vnIw = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build\Release
Property(C): dFcN1AFjVMaKTFr2VquuKfg = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build\Release
Property(C): dXnSQeeWu218k5_DQODW_Hw = C:\tmp\locales
Property(C): doCxsUHluNP7CzmobK5D6xA = C:\tmp\gpo
Property(C): dssvDo1y9ocSwpXR4sJymrg = C:\tmp\gpo\en-US
Property(C): ProgramFiles64Folder = C:\Users\sam\AppData\Local\Programs
Property(C): TARGETDIR = C:
Property(C): DesktopFolder = C:\Users\sam\Desktop
Property(C): ProgramMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
Property(C): dirkyIuxiY9Z3e.1EeDqcPEW.c9zok = C:\tmp\resources
Property(C): dirGrCnMEkXsad9o1fJ1WUEd4089Hg = C:\tmp\resources\app.asar.unpacked
Property(C): dirnTFNHvaOQFmMH78_FoF5mnMF20c = C:\tmp\resources\app.asar.unpacked\node_modules
Property(C): dirdIh1IBvonroX5tvSmlJ_a0K_L7c = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist
Property(C): dirkbjtdMr_qLct2HLpzV831_bwYc8 = C:\tmp\resources\app.asar.unpacked\node_modules\windows-focus-assist\build
Property(C): dirtdRdSeqTuyf7KOqkbaBtuWySWxo = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state
Property(C): dir_Ewa0AwSQafpqF1nNIaT3AURcA8 = C:\tmp\resources\app.asar.unpacked\node_modules\macos-notification-state\build
Property(C): dirDXIZi7TYx4baLdW5Bo1mL.8.eOE = C:\tmp\gpo
Property(C): WIXUI_INSTALLDIR = APPLICATIONFOLDER
Property(C): ApplicationFolderName = mattermost-desktop
Property(C): WixAppFolder = WixPerUserFolder
Property(C): DISABLEADVTSHORTCUTS = 1
Property(C): ARPPRODUCTICON = MattermostIcon.exe
Property(C): ALLUSERS = 2
Property(C): MSIINSTALLPERUSER = 1
Property(C): DISABLEAUTOUPDATE = 0
Property(C): Manufacturer = Mattermost, Inc.
Property(C): ProductCode = {95C1D261-22CB-4CD2-A091-892601E8B17E}
Property(C): ProductLanguage = 1033
Property(C): ProductName = Mattermost
Property(C): ProductVersion = 5.9.0.0
Property(C): UpgradeCode = {0F183CAA-DF79-5400-A71F-684F563AF31C}
Property(C): SecureCustomProperties = ALLUSERS;MSIINSTALLPERUSER;WIX_DOWNGRADE_DETECTED;WIX_UPGRADE_DETECTED
Property(C): MsiLogFileLocation = C:\temp\install.log
Property(C): PackageCode = {621EF59C-1247-4E88-B187-A912742F6006}
Property(C): MSIINTERNALINSTALLEDPERUSER = 1
Property(C): ProductState = 5
Property(C): ProductToBeRegistered = 1
Property(C): CURRENTDIRECTORY = C:\temp
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 5436
Property(C): PRODUCTLANGUAGE = 1033
Property(C): VersionDatabase = 500
Property(C): VersionMsi = 5.00
Property(C): VersionNT = 603
Property(C): VersionNT64 = 603
Property(C): WindowsBuild = 9600
Property(C): ServicePackLevel = 0
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS
Property(C): WindowsVolume = C:
Property(C): System64Folder = C:\WINDOWS\system32
Property(C): SystemFolder = C:\WINDOWS\SysWOW64
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\Users\sam\AppData\Local\Temp
Property(C): ProgramFilesFolder = C:\Users\sam\AppData\Local\Programs
Property(C): CommonFilesFolder = C:\Users\sam\AppData\Local\Programs\Common
Property(C): CommonFiles64Folder = C:\Users\sam\AppData\Local\Programs\Common
Property(C): AppDataFolder = C:\Users\sam\AppData\Roaming
Property(C): FavoritesFolder = C:\Users\sam\Favorites
Property(C): NetHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Property(C): PersonalFolder = C:\Users\sam\Documents
Property(C): PrintHoodFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
Property(C): RecentFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Recent
Property(C): SendToFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\SendTo
Property(C): TemplateFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Templates
Property(C): CommonAppDataFolder = C:\ProgramData
Property(C): LocalAppDataFolder = C:\Users\sam\AppData\Local
Property(C): MyPicturesFolder = C:\Users\sam\Pictures
Property(C): AdminToolsFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
Property(C): StartupFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Property(C): StartMenuFolder = C:\Users\sam\AppData\Roaming\Microsoft\Windows\Start Menu
Property(C): FontsFolder = C:\WINDOWS\Fonts
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): MsiAMD64 = 6
Property(C): Msix64 = 6
Property(C): Intel = 6
Property(C): PhysicalMemory = 4095
Property(C): VirtualMemory = 2455
Property(C): AdminUser = 1
Property(C): MsiTrueAdminUser = 1
Property(C): LogonUser = sam
Property(C): UserSID = S-1-5-21-2507675113-1650343012-3771412112-14584
Property(C): UserLanguageID = 1033
Property(C): ComputerName = SOFT-TEST-SD07
Property(C): SystemLanguageID = 1033
Property(C): ScreenX = 1920
Property(C): ScreenY = 1080
Property(C): CaptionHeight = 23
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): TextInternalLeading = 3
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 9:51:48
Property(C): Date = 10/4/2024
Property(C): MsiNetAssemblySupport = 4.8.4084.0
Property(C): MsiWin32AssemblySupport = 6.3.19041.3636
Property(C): RedirectedDllSupport = 2
Property(C): MsiRunningElevated = 1
Property(C): Privileged = 1
Property(C): USERNAME = none
Property(C): COMPANYNAME = *****
Property(C): Installed = 00:00:00
Property(C): DATABASE = C:\WINDOWS\Installer\5e3f6d5.msi
Property(C): OriginalDatabase = C:\temp\mattermost-desktop-5.9.0-win-x64.msi
Property(C): VersionHandler = 5.00
Property(C): ROOTDRIVE = C:
Property(C): EXECUTEACTION = INSTALL
Property(C): ACTION = INSTALL
Property(C): UILevel = 5
Property(C): CostingComplete = 0
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 10/4/2024 9:51:48 ===
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 1728
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2205 2: 3: Error
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1728
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2205 2: 3: Error
MSI (c) (3C:F4) [09:51:48:193]: Note: 1: 2228 2: 3: Error 4: SELECT Message
FROM Error
WHERE Error
= 1709
MSI (c) (3C:F4) [09:51:48:193]: Product: Mattermost – Configuration completed successfully.
MSI (c) (3C:F4) [09:51:48:195]: Windows Installer reconfigured the product. Product Name: Mattermost. Product Version: 5.9.0.0. Product Language: 1033. Manufacturer: Mattermost, Inc… Reconfiguration success or error status: 0.
MSI (c) (3C:F4) [09:51:48:196]: Grabbed execution mutex.
MSI (c) (3C:F4) [09:51:48:196]: Cleaning up uninstalled install packages, if any exist
MSI (c) (3C:F4) [09:51:48:197]: MainEngineThread is returning 0
=== Verbose logging stopped: 10/4/2024 9:51:48 ===