Closed pedroaugustosmribeiro closed 1 year ago
This was probably a temporary issue, currently working
Tried again re-downloading and continues to fail, save error message, gdal-3.5.3-1930-x64-core.msi also doesn't work, same error.
msiexec.exe /a .\gdal-305-1930-x64-core.msi /levx gdal.log
=== Verbose logging started: 20/01/2023 17:13:25 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\WINDOWS\SYSTEM32\msiexec.exe ===
MSI (c) (90:8C) [17:13:26:054]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (90:8C) [17:13:26:054]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (90:CC) [17:13:26:098]: Resetting cached policy values MSI (c) (90:CC) [17:13:26:099]: Machine policy value 'Debug' is 0 MSI (c) (90:CC) [17:13:26:099]: RunEngine: Product: .\gdal-305-1930-x64-core.msi Action: CommandLine: ** MSI (c) (90:CC) [17:13:26:103]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (90:CC) [17:13:26:205]: Note: 1: 1324 2: . 3: 1 MSI (c) (90:CC) [17:13:26:206]: MainEngineThread is returning 2 === Verbose logging stopped: 20/01/2023 17:13:26 ===
=== Verbose logging started: 20/01/2023 17:14:53 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\WINDOWS\SYSTEM32\msiexec.exe === MSI (c) (F4:28) [17:14:53:146]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (F4:28) [17:14:53:146]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (F4:3C) [17:14:53:188]: Resetting cached policy values MSI (c) (F4:3C) [17:14:53:188]: Machine policy value 'Debug' is 0 MSI (c) (F4:3C) [17:14:53:188]: RunEngine: Product: .\gdal-3.5.3-1930-x64-core.msi Action: CommandLine: ** MSI (c) (F4:3C) [17:14:53:190]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (F4:3C) [17:14:53:272]: Note: 1: 1324 2: . 3: 1 MSI (c) (F4:3C) [17:14:53:273]: MainEngineThread is returning 2 === Verbose logging stopped: 20/01/2023 17:14:53 ===
@pedroaugustosmribeiro Just tried that on 21H2 and it was working. I wonder if the VC++ redistributable package is missing on your system https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
@pedroaugustosmribeiro Just tried that on 21H2 and it was working. I wonder if the VC++ redistributable package is missing on your system https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
It's not, tried reinstalling VC++ 2015-2022 redistributable, rebooted and still doesn't install gdal-core.
@pedroaugustosmribeiro Could you provide the exact error message you get? Is there something related in the event log? Could you also check the size of the msi (36 995 072 bytes) and the presence of the digital signature?
The msi at https://download.gisinternals.com/sdk/downloads/release-1930-x64-gdal-3-5-3-mapserver-8-0-0/gdal-3.5.3-1930-x64-core.msi (36,995,072 bytes) works fine for me on a Windows 10 machine.
I have the following installed:
Error message (in Portuguese): This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. msiexec.exe /a .\gdal-3.5.3-1930-x64-core.msi /levx gdal.log Double-clicking the icon causes nothing.
Erro log (gdal.log)
=== Verbose logging started: 27/01/2023 21:47:57 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\WINDOWS\SYSTEM32\msiexec.exe === MSI (c) (68:CC) [21:47:57:129]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (68:CC) [21:47:57:129]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (68:C0) [21:47:57:162]: Resetting cached policy values MSI (c) (68:C0) [21:47:57:162]: Machine policy value 'Debug' is 0 MSI (c) (68:C0) [21:47:57:162]: RunEngine: Product: .\gdal-3.5.3-1930-x64-core.msi Action: CommandLine: ** MSI (c) (68:C0) [21:47:57:165]: Machine policy value 'DisableUserInstalls' is 0 MSI (c) (68:C0) [21:47:57:245]: Note: 1: 1324 2: . 3: 1 MSI (c) (68:C0) [21:47:57:245]: MainEngineThread is returning 2 === Verbose logging stopped: 27/01/2023 21:47:57 ===
@pedroaugustosmribeiro Could you check if the user installation is disabled by policy? Something like:
Policy not configured, user installs are permitted
Can you also try that in another Windows installation? I seem to have no further idea how to reproduce this problem.
@szekerest - the same link to the MSI above works fine for me on 2 Windows machines, so it looks like it is a local issue. @pedroaugustosmribeiro - are you sure your system is x64? Maybe try a win32 release (without the x64).
Some things to try:
/L*vx!
!
: Disables the log buffer. This means there is no lost log if there are any crashes.msiexec.exe /a "C:\PATH-TO\gdal-3.5.3-1930-x64-core.msi" /L*vx! "C:\PATH-TO\gdal.log"
^^^^^^^^^^ ^^^^^^^^^^
My system is x64:
Some things to try:
Might get more log info with
/L*vx!
!
: Disables the log buffer. This means there is no lost log if there are any crashes.- Use full path instead of relative path. Also try quotes for paths:
msiexec.exe /a "C:\PATH-TO\gdal-3.5.3-1930-x64-core.msi" /L*vx! "C:\PATH-TO\gdal.log" ^^^^^^^^^^ ^^^^^^^^^^
- Unblock the the MSI:
Trying with absolute Path initialezes the installer and I get the following error message and log:
=== Verbose logging started: 31/01/2023 08:32:57 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\WINDOWS\SYSTEM32\msiexec.exe === MSI (c) (6C:54) [08:32:57:067]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (6C:54) [08:32:57:067]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (6C:B4) [08:32:57:097]: Resetting cached policy values
MSI (c) (6C:B4) [08:32:57:097]: Machine policy value 'Debug' is 0
MSI (c) (6C:B4) [08:32:57:097]: RunEngine:
Product: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
Action:
CommandLine: **
MSI (c) (6C:B4) [08:32:57:100]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (6C:B4) [08:32:57:171]: Access database with Impersonation
MSI (c) (6C:B4) [08:32:57:235]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi' against software restriction policy
MSI (c) (6C:B4) [08:32:57:235]: SOFTWARE RESTRICTION POLICY: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi has a digital signature
MSI (c) (6C:B4) [08:32:58:622]: SOFTWARE RESTRICTION POLICY: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi is permitted to run at the 'unrestricted' authorization level.
MSI (c) (6C:B4) [08:32:58:631]: Cloaking enabled.
MSI (c) (6C:B4) [08:32:58:631]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (6C:B4) [08:32:58:638]: End dialog not enabled
MSI (c) (6C:B4) [08:32:58:638]: Original package ==> C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
MSI (c) (6C:B4) [08:32:58:638]: Package we're running from ==> C:\Users\hp\AppData\Local\Temp\121cc9c2.msi
MSI (c) (6C:B4) [08:32:58:642]: APPCOMPAT: Compatibility mode property overrides found.
MSI (c) (6C:B4) [08:32:58:642]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5974DF4D-8069-4337-B10B-972961591093}'.
MSI (c) (6C:B4) [08:32:58:642]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (6C:B4) [08:32:58:673]: MSCOREE not loaded loading copy from system32
MSI (c) (6C:B4) [08:32:58:679]: Machine policy value 'TransformsSecure' is 0
MSI (c) (6C:B4) [08:32:58:679]: User policy value 'TransformsAtSource' is 0
MSI (c) (6C:B4) [08:32:58:679]: Machine policy value 'DisablePatch' is 0
MSI (c) (6C:B4) [08:32:58:679]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (6C:B4) [08:32:58:680]: Machine policy value 'DisableMsi' is 0
MSI (c) (6C:B4) [08:32:58:680]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (6C:B4) [08:32:58:680]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (6C:B4) [08:32:58:680]: Running product '{5974DF4D-8069-4337-B10B-972961591093}' as administrative installation.
MSI (c) (6C:B4) [08:32:58:680]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (6C:B4) [08:32:58:680]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (6C:B4) [08:32:58:680]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
MSI (c) (6C:B4) [08:32:58:680]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5974DF4D-8069-4337-B10B-972961591093}'.
MSI (c) (6C:B4) [08:32:58:680]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (6C:B4) [08:32:58:681]: Transforms are not secure.
MSI (c) (6C:B4) [08:32:58:681]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\hp\Downloads\gdal.log'.
MSI (c) (6C:B4) [08:32:58:681]: Command Line: ACTION=ADMIN CURRENTDIRECTORY=C:\Users\hp\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=18540
MSI (c) (6C:B4) [08:32:58:681]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518}'.
MSI (c) (6C:B4) [08:32:58:681]: Product Code passed to Engine.Initialize: ''
MSI (c) (6C:B4) [08:32:58:681]: Product Code from property table before transforms: '{5974DF4D-8069-4337-B10B-972961591093}'
MSI (c) (6C:B4) [08:32:58:681]: Product Code from property table after transforms: '{5974DF4D-8069-4337-B10B-972961591093}'
MSI (c) (6C:B4) [08:32:58:681]: Product not registered: beginning first-time install
MSI (c) (6C:B4) [08:32:58:681]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (6C:B4) [08:32:58:681]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (6C:B4) [08:32:58:681]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (6C:B4) [08:32:58:681]: Adding new sources is allowed.
MSI (c) (6C:B4) [08:32:58:681]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (6C:B4) [08:32:58:681]: Package name extracted from package path: 'gdal-3.5.3-1930-x64-core.msi'
MSI (c) (6C:B4) [08:32:58:681]: Package to be registered: 'gdal-3.5.3-1930-x64-core.msi'
MSI (c) (6C:B4) [08:32:58:682]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (6C:B4) [08:32:58:682]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (6C:B4) [08:32:58:682]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (6C:B4) [08:32:58:682]: Running product '{5974DF4D-8069-4337-B10B-972961591093}' as administrative installation.
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding ACTION property. Its value is 'ADMIN'.
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\hp\Downloads'.
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '18540'.
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
MSI (c) (6C:B4) [08:32:58:682]: TRANSFORMS property is now:
MSI (c) (6C:B4) [08:32:58:682]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '405'.
MSI (c) (6C:B4) [08:32:58:683]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (c) (6C:B4) [08:32:58:683]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Favorites
MSI (c) (6C:B4) [08:32:58:683]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (c) (6C:B4) [08:32:58:683]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Documents
MSI (c) (6C:B4) [08:32:58:684]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (c) (6C:B4) [08:32:58:684]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Recent
MSI (c) (6C:B4) [08:32:58:684]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\SendTo
MSI (c) (6C:B4) [08:32:58:684]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Templates
MSI (c) (6C:B4) [08:32:58:685]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (c) (6C:B4) [08:32:58:685]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Local
MSI (c) (6C:B4) [08:32:58:685]: SHELL32::SHGetFolderPath returned: G:\hp\Pictures
MSI (c) (6C:B4) [08:32:58:686]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (6C:B4) [08:32:58:686]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (6C:B4) [08:32:58:686]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (c) (6C:B4) [08:32:58:686]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (c) (6C:B4) [08:32:58:687]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (c) (6C:B4) [08:32:58:687]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (6C:B4) [08:32:58:687]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (6C:B4) [08:32:58:687]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (c) (6C:B4) [08:32:58:688]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (c) (6C:B4) [08:32:58:688]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Desktop
MSI (c) (6C:B4) [08:32:58:689]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (c) (6C:B4) [08:32:58:690]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (6C:B4) [08:32:58:691]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 20
MSI (c) (6C:B4) [08:32:58:715]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (6C:B4) [08:32:58:715]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (6C:B4) [08:32:58:715]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\hp\AppData\Local\Temp\121cc9c2.msi'.
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi'.
MSI (c) (6C:B4) [08:32:58:715]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\hp\Downloads\'.
MSI (c) (6C:B4) [08:32:58:715]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\hp\Downloads\'.
MSI (c) (6C:54) [08:32:58:717]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
=== Logging started: 31/01/2023 08:32:58 ===
MSI (c) (6C:B4) [08:32:58:736]: Note: 1: 2205 2: 3: PatchPackage
MSI (c) (6C:B4) [08:32:58:736]: Machine policy value 'DisableRollback' is 0
MSI (c) (6C:B4) [08:32:58:736]: User policy value 'DisableRollback' is 0
MSI (c) (6C:B4) [08:32:58:736]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (6C:B4) [08:32:58:738]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (c) (6C:B4) [08:32:58:738]: Note: 1: 2205 2: 3: LaunchCondition
MSI (c) (6C:B4) [08:32:58:738]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT Condition
FROM LaunchCondition
MSI (c) (6C:B4) [08:32:58:738]: APPCOMPAT: [DetectVersionLaunchCondition] Failed to initialize pRecErr.
MSI (c) (6C:B4) [08:32:58:740]: Doing action: ADMIN
Action 08:32:58: ADMIN.
Action start 08:32:58: ADMIN.
MSI (c) (6C:B4) [08:32:58:741]: UI Sequence table 'AdminUISequence' is present and populated.
MSI (c) (6C:B4) [08:32:58:741]: Running UISequence
MSI (c) (6C:B4) [08:32:58:741]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'ADMIN'.
MSI (c) (6C:B4) [08:32:58:741]: Doing action: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
Action 08:32:58: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.
Action start 08:32:58: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.
MSI (c) (6C:B4) [08:32:58:742]: PROPERTY CHANGE: Adding System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 property. Its value is 'C:\WINDOWS\system32\'.
Action ended 08:32:58: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3. Return value 1.
MSI (c) (6C:B4) [08:32:58:742]: Doing action: CostInitialize
Action 08:32:58: CostInitialize. Computing space requirements
Action start 08:32:58: CostInitialize.
MSI (c) (6C:B4) [08:32:58:743]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (6C:B4) [08:32:58:743]: Baseline: Sorting baselines for {5974DF4D-8069-4337-B10B-972961591093}.
MSI (c) (6C:B4) [08:32:58:743]: Baseline: New baseline 1.0.0 from transaction.
MSI (c) (6C:B4) [08:32:58:743]: Baseline: Sorted order Native: Order 0.
MSI (c) (6C:B4) [08:32:58:743]: Baseline Data Table:
MSI (c) (6C:B4) [08:32:58:743]: ProductCode: {5974DF4D-8069-4337-B10B-972961591093} Version: 1.0.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
MSI (c) (6C:B4) [08:32:58:743]: Baseline File Table:
MSI (c) (6C:B4) [08:32:58:761]: Note: 1: 1336 2: 2 3: K:\
MSI (c) (6C:B4) [08:32:58:762]: Note: 1: 1336 2: 2 3: L:\
MSI (c) (6C:B4) [08:32:58:763]: Note: 1: 1336 2: 2 3: M:\
MSI (c) (6C:B4) [08:32:58:765]: Note: 1: 1336 2: 2 3: N:\
MSI (c) (6C:B4) [08:32:58:765]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (6C:B4) [08:32:58:765]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 08:32:58: CostInitialize. Return value 1.
MSI (c) (6C:B4) [08:32:58:766]: Doing action: FileCost
Action 08:32:58: FileCost. Computing space requirements
Action start 08:32:58: FileCost.
MSI (c) (6C:B4) [08:32:58:766]: Note: 1: 2205 2: 3: MsiAssembly
MSI (c) (6C:B4) [08:32:58:766]: Note: 1: 2205 2: 3: Class
MSI (c) (6C:B4) [08:32:58:766]: Note: 1: 2205 2: 3: Extension
MSI (c) (6C:B4) [08:32:58:766]: Note: 1: 2205 2: 3: TypeLib
Action ended 08:32:58: FileCost. Return value 1.
MSI (c) (6C:B4) [08:32:58:766]: Doing action: CostFinalize
Action 08:32:58: CostFinalize. Computing space requirements
Action start 08:32:58: CostFinalize.
MSI (c) (6C:B4) [08:32:58:766]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:766]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:766]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:766]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:766]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (6C:B4) [08:32:58:766]: Note: 1: 2205 2: 3: Patch
MSI (c) (6C:B4) [08:32:58:767]: Note: 1: 2205 2: 3: Condition
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Modifying System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\System64\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Modifying ProgramMenuFolder property. Its current value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\'. Its new value: 'C:\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding ProgramMenuDirGDAL property. Its value is 'C:\GDAL\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Modifying ProgramFiles64Folder property. Its current value is 'C:\Program Files\'. Its new value: 'C:\PFiles\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\PFiles\GDAL\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding gdaldataDir property. Its value is 'C:\PFiles\GDAL\gdal-data\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding javaDir property. Its value is 'C:\PFiles\GDAL\java\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding csharpDir property. Its value is 'C:\PFiles\GDAL\csharp\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding projlibDir property. Its value is 'C:\PFiles\GDAL\projlib\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding gdalpluginsDir property. Its value is 'C:\PFiles\GDAL\gdalplugins\'.
MSI (c) (6C:B4) [08:32:58:767]: PROPERTY CHANGE: Adding licenseDir property. Its value is 'C:\PFiles\GDAL\license\'.
MSI (c) (6C:B4) [08:32:58:767]: Target path resolution complete. Dumping Directory table...
MSI (c) (6C:B4) [08:32:58:767]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: TARGETDIR , Object: C:\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: WindowsFolder , Object: NULL
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 , Object: C:\System64\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: ProgramMenuFolder , Object: C:\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: ProgramMenuDirGDAL , Object: C:\GDAL\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: ProgramFiles64Folder , Object: C:\PFiles\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: INSTALLDIR , Object: C:\PFiles\GDAL\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: gdaldataDir , Object: C:\PFiles\GDAL\gdal-data\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: javaDir , Object: C:\PFiles\GDAL\java\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: csharpDir , Object: C:\PFiles\GDAL\csharp\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: projlibDir , Object: C:\PFiles\GDAL\projlib\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: gdalpluginsDir , Object: C:\PFiles\GDAL\gdalplugins\
MSI (c) (6C:B4) [08:32:58:767]: Dir (target): Key: licenseDir , Object: C:\PFiles\GDAL\license\
Action ended 08:32:58: CostFinalize. Return value 1.
MSI (c) (6C:B4) [08:32:58:792]: Doing action: ExecuteAction
Action 08:32:58: ExecuteAction.
Action start 08:32:58: ExecuteAction.
MSI (c) (6C:B4) [08:32:58:792]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (c) (6C:B4) [08:32:58:792]: Grabbed execution mutex.
MSI (c) (6C:B4) [08:32:58:793]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (6C:B4) [08:32:58:793]: Switching to server: INSTALLDIR="C:\PFiles\GDAL\" TARGETDIR="C:\" ACTION="ADMIN" CURRENTDIRECTORY="C:\Users\hp\Downloads" CLIENTUILEVEL="0" CLIENTPROCESSID="18540" SOURCEDIR="C:\Users\hp\Downloads\" EXECUTEACTION="ADMIN" ROOTDRIVE="C:\" SECONDSEQUENCE="1" ADDLOCAL=MainProgram,GDALUtilities,Utilities,PROJ4Utilities,CURLUtilities,KEA,GDALPlugins,MSSQLSpatial,PDF,NetCDF,HDF4,HDF5,FITS,CSharpBindings,JavaBindings,PythonBindings,VCRedist
MSI (s) (40:C0) [08:32:58:803]: Running installation inside multi-package transaction C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
MSI (s) (40:C0) [08:32:58:803]: Grabbed execution mutex.
MSI (s) (40:4C) [08:32:58:805]: Resetting cached policy values
MSI (s) (40:4C) [08:32:58:805]: Machine policy value 'Debug' is 0
MSI (s) (40:4C) [08:32:58:805]: RunEngine:
Product: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
Action: ADMIN
CommandLine: **
MSI (s) (40:4C) [08:32:58:806]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (40:4C) [08:32:58:806]: Setting cached product context: User non-assigned for product: 0CA5009A8DA448E41B7FEE83BBB6CCD2
MSI (s) (40:4C) [08:32:58:806]: Using cached product context: User non-assigned for product: 0CA5009A8DA448E41B7FEE83BBB6CCD2
MSI (s) (40:4C) [08:32:58:806]: Setting cached product context: User non-assigned for product: 11FF4F02359827A47A8D26B946CF9FA2
MSI (s) (40:4C) [08:32:58:806]: Using cached product context: User non-assigned for product: 11FF4F02359827A47A8D26B946CF9FA2
MSI (s) (40:4C) [08:32:58:806]: Setting cached product context: User non-assigned for product: 42600A459FE32A94299A2744AEDD2021
MSI (s) (40:4C) [08:32:58:806]: Using cached product context: User non-assigned for product: 42600A459FE32A94299A2744AEDD2021
MSI (s) (40:4C) [08:32:58:806]: Setting cached product context: User non-assigned for product: 42D4910D6D758CF4B908B306FBBE2AA3
MSI (s) (40:4C) [08:32:58:806]: Using cached product context: User non-assigned for product: 42D4910D6D758CF4B908B306FBBE2AA3
MSI (s) (40:4C) [08:32:58:806]: Setting cached product context: User non-assigned for product: 485E7E5C5A7344745B4205A6F1B1E1F9
MSI (s) (40:4C) [08:32:58:806]: Using cached product context: User non-assigned for product: 485E7E5C5A7344745B4205A6F1B1E1F9
MSI (s) (40:4C) [08:32:58:807]: Setting cached product context: User non-assigned for product: 4ED72197EF380767B2DCE6CE96A1A390
MSI (s) (40:4C) [08:32:58:807]: Using cached product context: User non-assigned for product: 4ED72197EF380767B2DCE6CE96A1A390
MSI (s) (40:4C) [08:32:58:807]: Setting cached product context: User non-assigned for product: 6FF0ABCF372DD724899004F50B01A842
MSI (s) (40:4C) [08:32:58:807]: Using cached product context: User non-assigned for product: 6FF0ABCF372DD724899004F50B01A842
MSI (s) (40:4C) [08:32:58:807]: Setting cached product context: User non-assigned for product: 7AEF29BDC87FE9641B832E0323020F4C
MSI (s) (40:4C) [08:32:58:807]: Using cached product context: User non-assigned for product: 7AEF29BDC87FE9641B832E0323020F4C
MSI (s) (40:4C) [08:32:58:807]: Setting cached product context: User non-assigned for product: A610FA5B74C46F44DBE6E7BCC799DE83
MSI (s) (40:4C) [08:32:58:807]: Using cached product context: User non-assigned for product: A610FA5B74C46F44DBE6E7BCC799DE83
MSI (s) (40:4C) [08:32:58:807]: Setting cached product context: User non-assigned for product: B55811BADA03BD44DAC7020A305AAAE2
MSI (s) (40:4C) [08:32:58:807]: Using cached product context: User non-assigned for product: B55811BADA03BD44DAC7020A305AAAE2
MSI (s) (40:4C) [08:32:58:808]: Setting cached product context: User non-assigned for product: C959580BF4705AB94A3CFB714CEFBF7E
MSI (s) (40:4C) [08:32:58:808]: Using cached product context: User non-assigned for product: C959580BF4705AB94A3CFB714CEFBF7E
MSI (s) (40:4C) [08:32:58:808]: Setting cached product context: User non-assigned for product: CD458457A0E28D941A1A24C6F1B94195
MSI (s) (40:4C) [08:32:58:808]: Using cached product context: User non-assigned for product: CD458457A0E28D941A1A24C6F1B94195
MSI (s) (40:4C) [08:32:58:808]: Setting cached product context: machine assigned for product: 000041091D0090400100000000F01FEC
MSI (s) (40:4C) [08:32:58:808]: Using cached product context: machine assigned for product: 000041091D0090400100000000F01FEC
MSI (s) (40:4C) [08:32:58:808]: Setting cached product context: machine assigned for product: 000041091D00A0C00100000000F01FEC
MSI (s) (40:4C) [08:32:58:808]: Using cached product context: machine assigned for product: 000041091D00A0C00100000000F01FEC
MSI (s) (40:4C) [08:32:58:808]: Setting cached product context: machine assigned for product: 00006109C80000000100000000F01FEC
MSI (s) (40:4C) [08:32:58:808]: Using cached product context: machine assigned for product: 00006109C80000000100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Setting cached product context: machine assigned for product: 00006109C80001400100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Using cached product context: machine assigned for product: 00006109C80001400100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Setting cached product context: machine assigned for product: 00006109C80061400100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Using cached product context: machine assigned for product: 00006109C80061400100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Setting cached product context: machine assigned for product: 00006109E70000000100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Using cached product context: machine assigned for product: 00006109E70000000100000000F01FEC
MSI (s) (40:4C) [08:32:58:809]: Setting cached product context: machine assigned for product: 003E8C234BDB8934292C9E7B8D2A33BD
MSI (s) (40:4C) [08:32:58:809]: Using cached product context: machine assigned for product: 003E8C234BDB8934292C9E7B8D2A33BD
MSI (s) (40:4C) [08:32:58:809]: Setting cached product context: machine assigned for product: 01B493EBD5DA3054A99A7EF959B3033E
MSI (s) (40:4C) [08:32:58:809]: Using cached product context: machine assigned for product: 01B493EBD5DA3054A99A7EF959B3033E
MSI (s) (40:4C) [08:32:58:810]: Setting cached product context: machine assigned for product: 02DAAF1141243714693CF183FB1D4D4A
MSI (s) (40:4C) [08:32:58:810]: Using cached product context: machine assigned for product: 02DAAF1141243714693CF183FB1D4D4A
MSI (s) (40:4C) [08:32:58:810]: Setting cached product context: machine assigned for product: 04F1E20C2BE7480499B1BECFF785E662
MSI (s) (40:4C) [08:32:58:810]: Using cached product context: machine assigned for product: 04F1E20C2BE7480499B1BECFF785E662
MSI (s) (40:4C) [08:32:58:810]: Setting cached product context: machine assigned for product: 05B6CE4E56A5DD14CA531E38B96F588E
MSI (s) (40:4C) [08:32:58:810]: Using cached product context: machine assigned for product: 05B6CE4E56A5DD14CA531E38B96F588E
MSI (s) (40:4C) [08:32:58:810]: Setting cached product context: machine assigned for product: 06DF4776B4D775D4EB6572200AC77910
MSI (s) (40:4C) [08:32:58:810]: Using cached product context: machine assigned for product: 06DF4776B4D775D4EB6572200AC77910
MSI (s) (40:4C) [08:32:58:810]: Setting cached product context: machine assigned for product: 0964B1A0671E33540885394908EA1E0D
MSI (s) (40:4C) [08:32:58:811]: Using cached product context: machine assigned for product: 0964B1A0671E33540885394908EA1E0D
MSI (s) (40:4C) [08:32:58:811]: Setting cached product context: machine assigned for product: 0B4543A93104929EB6C693B27B37EA69
MSI (s) (40:4C) [08:32:58:811]: Using cached product context: machine assigned for product: 0B4543A93104929EB6C693B27B37EA69
MSI (s) (40:4C) [08:32:58:811]: Setting cached product context: machine assigned for product: 0D815CD2A05741010AD735106DAF9D8F
MSI (s) (40:4C) [08:32:58:811]: Using cached product context: machine assigned for product: 0D815CD2A05741010AD735106DAF9D8F
MSI (s) (40:4C) [08:32:58:811]: Setting cached product context: machine assigned for product: 0F000AEB27C31474A8666DB4E0C0913E
MSI (s) (40:4C) [08:32:58:811]: Using cached product context: machine assigned for product: 0F000AEB27C31474A8666DB4E0C0913E
MSI (s) (40:4C) [08:32:58:811]: Setting cached product context: machine assigned for product: 107530A5D91527F4CBDDC4DCC832D00F
MSI (s) (40:4C) [08:32:58:811]: Using cached product context: machine assigned for product: 107530A5D91527F4CBDDC4DCC832D00F
MSI (s) (40:4C) [08:32:58:812]: Setting cached product context: machine assigned for product: 10D817C80E5612EDE7FF40B0C28E6383
MSI (s) (40:4C) [08:32:58:812]: Using cached product context: machine assigned for product: 10D817C80E5612EDE7FF40B0C28E6383
MSI (s) (40:4C) [08:32:58:812]: Setting cached product context: machine assigned for product: 11A5B5C88FBCB1542B1077AF0B0D7BD7
MSI (s) (40:4C) [08:32:58:812]: Using cached product context: machine assigned for product: 11A5B5C88FBCB1542B1077AF0B0D7BD7
MSI (s) (40:4C) [08:32:58:812]: Setting cached product context: machine assigned for product: 12578A9AAD89EB33624D2B3F04BF5ABE
MSI (s) (40:4C) [08:32:58:812]: Using cached product context: machine assigned for product: 12578A9AAD89EB33624D2B3F04BF5ABE
MSI (s) (40:4C) [08:32:58:812]: Setting cached product context: machine assigned for product: 13DB4E8941CF82944B2A22DE6A034897
MSI (s) (40:4C) [08:32:58:812]: Using cached product context: machine assigned for product: 13DB4E8941CF82944B2A22DE6A034897
MSI (s) (40:4C) [08:32:58:812]: Setting cached product context: machine assigned for product: 1433B1F7E49AC5F45B78ACE09B4622E1
MSI (s) (40:4C) [08:32:58:812]: Using cached product context: machine assigned for product: 1433B1F7E49AC5F45B78ACE09B4622E1
MSI (s) (40:4C) [08:32:58:813]: Setting cached product context: machine assigned for product: 15A2139B5B14D974F9277E44A8D298FA
MSI (s) (40:4C) [08:32:58:813]: Using cached product context: machine assigned for product: 15A2139B5B14D974F9277E44A8D298FA
MSI (s) (40:4C) [08:32:58:813]: Setting cached product context: machine assigned for product: 18F02D622767B1440929880E2D049929
MSI (s) (40:4C) [08:32:58:813]: Using cached product context: machine assigned for product: 18F02D622767B1440929880E2D049929
MSI (s) (40:4C) [08:32:58:813]: Setting cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F
MSI (s) (40:4C) [08:32:58:813]: Using cached product context: machine assigned for product: 1926E8D15D0BCE53481466615F760A7F
MSI (s) (40:4C) [08:32:58:813]: Setting cached product context: machine assigned for product: 19352AB86EB0A344E8FB682AB9FA4C97
MSI (s) (40:4C) [08:32:58:813]: Using cached product context: machine assigned for product: 19352AB86EB0A344E8FB682AB9FA4C97
MSI (s) (40:4C) [08:32:58:813]: Setting cached product context: machine assigned for product: 19A2303C7D003ACD7F8415E76A6EB28F
MSI (s) (40:4C) [08:32:58:813]: Using cached product context: machine assigned for product: 19A2303C7D003ACD7F8415E76A6EB28F
MSI (s) (40:4C) [08:32:58:814]: Setting cached product context: machine assigned for product: 19A642C4EAB6E054DBAE070D6136FD34
MSI (s) (40:4C) [08:32:58:814]: Using cached product context: machine assigned for product: 19A642C4EAB6E054DBAE070D6136FD34
MSI (s) (40:4C) [08:32:58:814]: Setting cached product context: machine assigned for product: 19ED1198B68FD3204734E3DA2FA7D98C
MSI (s) (40:4C) [08:32:58:814]: Using cached product context: machine assigned for product: 19ED1198B68FD3204734E3DA2FA7D98C
MSI (s) (40:4C) [08:32:58:814]: Setting cached product context: machine assigned for product: 1ABC13C39D0A59B48A70DA32311DF274
MSI (s) (40:4C) [08:32:58:814]: Using cached product context: machine assigned for product: 1ABC13C39D0A59B48A70DA32311DF274
MSI (s) (40:4C) [08:32:58:814]: Setting cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
MSI (s) (40:4C) [08:32:58:814]: Using cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
MSI (s) (40:4C) [08:32:58:815]: Setting cached product context: machine assigned for product: 1B242EAE62A0A584FBBE2029EEF930BC
MSI (s) (40:4C) [08:32:58:815]: Using cached product context: machine assigned for product: 1B242EAE62A0A584FBBE2029EEF930BC
MSI (s) (40:4C) [08:32:58:815]: Setting cached product context: machine assigned for product: 1BAD2218D4DE6763BBA0AC63186945E3
MSI (s) (40:4C) [08:32:58:815]: Using cached product context: machine assigned for product: 1BAD2218D4DE6763BBA0AC63186945E3
MSI (s) (40:4C) [08:32:58:815]: Setting cached product context: machine assigned for product: 1BE53A8520714D9F4B0986DAD55D66D2
MSI (s) (40:4C) [08:32:58:815]: Using cached product context: machine assigned for product: 1BE53A8520714D9F4B0986DAD55D66D2
MSI (s) (40:4C) [08:32:58:816]: Setting cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A
MSI (s) (40:4C) [08:32:58:816]: Using cached product context: machine assigned for product: 1D5E3C0FEDA1E123187686FED06E995A
MSI (s) (40:4C) [08:32:58:816]: Setting cached product context: machine assigned for product: 20318598F5075C24990B3E868A54AD5D
MSI (s) (40:4C) [08:32:58:816]: Using cached product context: machine assigned for product: 20318598F5075C24990B3E868A54AD5D
MSI (s) (40:4C) [08:32:58:816]: Setting cached product context: machine assigned for product: 21D4106C27594F9BA8BBAE40E401B16B
MSI (s) (40:4C) [08:32:58:816]: Using cached product context: machine assigned for product: 21D4106C27594F9BA8BBAE40E401B16B
MSI (s) (40:4C) [08:32:58:816]: Setting cached product context: machine assigned for product: 2578F659AC89FC2E8F209CAC6586D8CD
MSI (s) (40:4C) [08:32:58:816]: Using cached product context: machine assigned for product: 2578F659AC89FC2E8F209CAC6586D8CD
MSI (s) (40:4C) [08:32:58:817]: Setting cached product context: machine assigned for product: 2693A8659E6B91E6467E600B55FF9F43
MSI (s) (40:4C) [08:32:58:817]: Using cached product context: machine assigned for product: 2693A8659E6B91E6467E600B55FF9F43
MSI (s) (40:4C) [08:32:58:817]: Setting cached product context: machine assigned for product: 2718B90E473BBC54BA989232BDA9D365
MSI (s) (40:4C) [08:32:58:817]: Using cached product context: machine assigned for product: 2718B90E473BBC54BA989232BDA9D365
MSI (s) (40:4C) [08:32:58:817]: Setting cached product context: machine assigned for product: 2780931F005280444AC6DC619C066C16
MSI (s) (40:4C) [08:32:58:817]: Using cached product context: machine assigned for product: 2780931F005280444AC6DC619C066C16
MSI (s) (40:4C) [08:32:58:818]: Setting cached product context: machine assigned for product: 27CD8E1127F995914C4E5FF3A0FFF3FE
MSI (s) (40:4C) [08:32:58:818]: Using cached product context: machine assigned for product: 27CD8E1127F995914C4E5FF3A0FFF3FE
MSI (s) (40:4C) [08:32:58:818]: Setting cached product context: machine assigned for product: 285DAFE61C682BA4795C02070D9BE080
MSI (s) (40:4C) [08:32:58:818]: Using cached product context: machine assigned for product: 285DAFE61C682BA4795C02070D9BE080
MSI (s) (40:4C) [08:32:58:818]: Setting cached product context: machine assigned for product: 28DC8791C9D5DB9FF43A71FA5AEA212B
MSI (s) (40:4C) [08:32:58:818]: Using cached product context: machine assigned for product: 28DC8791C9D5DB9FF43A71FA5AEA212B
MSI (s) (40:4C) [08:32:58:819]: Setting cached product context: machine assigned for product: 2A158E7245722B3059A042EEE2CC52DE
MSI (s) (40:4C) [08:32:58:819]: Using cached product context: machine assigned for product: 2A158E7245722B3059A042EEE2CC52DE
MSI (s) (40:4C) [08:32:58:819]: Setting cached product context: machine assigned for product: 2A8B779E210AC45B2A9BDD0B082030F1
MSI (s) (40:4C) [08:32:58:819]: Using cached product context: machine assigned for product: 2A8B779E210AC45B2A9BDD0B082030F1
MSI (s) (40:4C) [08:32:58:819]: Setting cached product context: machine assigned for product: 2BBAF77DA15193642BE7AF8DE8BF26EC
MSI (s) (40:4C) [08:32:58:819]: Using cached product context: machine assigned for product: 2BBAF77DA15193642BE7AF8DE8BF26EC
MSI (s) (40:4C) [08:32:58:820]: Setting cached product context: machine assigned for product: 2C3B6CBAD8A1E5C4CA612CEA440F7234
MSI (s) (40:4C) [08:32:58:820]: Using cached product context: machine assigned for product: 2C3B6CBAD8A1E5C4CA612CEA440F7234
MSI (s) (40:4C) [08:32:58:820]: Setting cached product context: machine assigned for product: 2C705EF21A068EB472D0E1AB844C1C6A
MSI (s) (40:4C) [08:32:58:820]: Using cached product context: machine assigned for product: 2C705EF21A068EB472D0E1AB844C1C6A
MSI (s) (40:4C) [08:32:58:820]: Setting cached product context: machine assigned for product: 2D2B3042CDF1D7941B185FD370F9AEAA
MSI (s) (40:4C) [08:32:58:820]: Using cached product context: machine assigned for product: 2D2B3042CDF1D7941B185FD370F9AEAA
MSI (s) (40:4C) [08:32:58:821]: Setting cached product context: machine assigned for product: 2F7B3C4298CD0D74A57D09D218154ED0
MSI (s) (40:4C) [08:32:58:821]: Using cached product context: machine assigned for product: 2F7B3C4298CD0D74A57D09D218154ED0
MSI (s) (40:4C) [08:32:58:821]: Setting cached product context: machine assigned for product: 308B147AE0F3486418FECF21D8519AC2
MSI (s) (40:4C) [08:32:58:821]: Using cached product context: machine assigned for product: 308B147AE0F3486418FECF21D8519AC2
MSI (s) (40:4C) [08:32:58:821]: Setting cached product context: machine assigned for product: 30DE9D6CFCF60144C97B54AC82F5E911
MSI (s) (40:4C) [08:32:58:821]: Using cached product context: machine assigned for product: 30DE9D6CFCF60144C97B54AC82F5E911
MSI (s) (40:4C) [08:32:58:821]: Setting cached product context: machine assigned for product: 34CD008F7E8F2292BC42C4A780F352FA
MSI (s) (40:4C) [08:32:58:821]: Using cached product context: machine assigned for product: 34CD008F7E8F2292BC42C4A780F352FA
MSI (s) (40:4C) [08:32:58:821]: Setting cached product context: machine assigned for product: 34E0DBE70CA68AC49909005E0096DA92
MSI (s) (40:4C) [08:32:58:821]: Using cached product context: machine assigned for product: 34E0DBE70CA68AC49909005E0096DA92
MSI (s) (40:4C) [08:32:58:822]: Setting cached product context: machine assigned for product: 37FDB1BA3937EC2418D2A9091988415D
MSI (s) (40:4C) [08:32:58:822]: Using cached product context: machine assigned for product: 37FDB1BA3937EC2418D2A9091988415D
MSI (s) (40:4C) [08:32:58:822]: Setting cached product context: machine assigned for product: 3929559429133D0468C4A58BE847A497
MSI (s) (40:4C) [08:32:58:822]: Using cached product context: machine assigned for product: 3929559429133D0468C4A58BE847A497
MSI (s) (40:4C) [08:32:58:822]: Setting cached product context: machine assigned for product: 3A5E2C422961A8A4E8AEDDB3CA2A8A00
MSI (s) (40:4C) [08:32:58:822]: Using cached product context: machine assigned for product: 3A5E2C422961A8A4E8AEDDB3CA2A8A00
MSI (s) (40:4C) [08:32:58:822]: Setting cached product context: machine assigned for product: 3AC32123D42C99A439740740B9E8C432
MSI (s) (40:4C) [08:32:58:822]: Using cached product context: machine assigned for product: 3AC32123D42C99A439740740B9E8C432
MSI (s) (40:4C) [08:32:58:822]: Setting cached product context: machine assigned for product: 3D74E15F366D147AEB7F0B0EF1F0E41F
MSI (s) (40:4C) [08:32:58:822]: Using cached product context: machine assigned for product: 3D74E15F366D147AEB7F0B0EF1F0E41F
MSI (s) (40:4C) [08:32:58:823]: Setting cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
MSI (s) (40:4C) [08:32:58:823]: Using cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
MSI (s) (40:4C) [08:32:58:823]: Setting cached product context: machine assigned for product: 3F2FF8DD79D03FC4FA87AFE0B1422244
MSI (s) (40:4C) [08:32:58:823]: Using cached product context: machine assigned for product: 3F2FF8DD79D03FC4FA87AFE0B1422244
MSI (s) (40:4C) [08:32:58:823]: Setting cached product context: machine assigned for product: 3FF3F913A10A7562C8EFA15DA5355C78
MSI (s) (40:4C) [08:32:58:823]: Using cached product context: machine assigned for product: 3FF3F913A10A7562C8EFA15DA5355C78
MSI (s) (40:4C) [08:32:58:823]: Setting cached product context: machine assigned for product: 40A3E8A8CB38EDC4299598B366C6A11B
MSI (s) (40:4C) [08:32:58:823]: Using cached product context: machine assigned for product: 40A3E8A8CB38EDC4299598B366C6A11B
MSI (s) (40:4C) [08:32:58:823]: Setting cached product context: machine assigned for product: 40EBD7578CD314741BB0648247E569EF
MSI (s) (40:4C) [08:32:58:823]: Using cached product context: machine assigned for product: 40EBD7578CD314741BB0648247E569EF
MSI (s) (40:4C) [08:32:58:824]: Setting cached product context: machine assigned for product: 41A81E17BDB185B46AF7B1DC1A4226DF
MSI (s) (40:4C) [08:32:58:824]: Using cached product context: machine assigned for product: 41A81E17BDB185B46AF7B1DC1A4226DF
MSI (s) (40:4C) [08:32:58:824]: Setting cached product context: machine assigned for product: 41B5F78B811CC274399C503FD53016BD
MSI (s) (40:4C) [08:32:58:824]: Using cached product context: machine assigned for product: 41B5F78B811CC274399C503FD53016BD
MSI (s) (40:4C) [08:32:58:824]: Setting cached product context: machine assigned for product: 42E164DE2EF8C9571F7528F4E05AE263
MSI (s) (40:4C) [08:32:58:824]: Using cached product context: machine assigned for product: 42E164DE2EF8C9571F7528F4E05AE263
MSI (s) (40:4C) [08:32:58:824]: Setting cached product context: machine assigned for product: 4305EE529171187EA261477EA3AFF11B
MSI (s) (40:4C) [08:32:58:824]: Using cached product context: machine assigned for product: 4305EE529171187EA261477EA3AFF11B
MSI (s) (40:4C) [08:32:58:824]: Setting cached product context: machine assigned for product: 430E2FF002BB2E7DE1478C77A422766D
MSI (s) (40:4C) [08:32:58:825]: Using cached product context: machine assigned for product: 430E2FF002BB2E7DE1478C77A422766D
MSI (s) (40:4C) [08:32:58:825]: Setting cached product context: machine assigned for product: 43415310A4ADBAE8C2AC17CED62695B2
MSI (s) (40:4C) [08:32:58:825]: Using cached product context: machine assigned for product: 43415310A4ADBAE8C2AC17CED62695B2
MSI (s) (40:4C) [08:32:58:825]: Setting cached product context: machine assigned for product: 4396FC35D89A48D31964CFE4FDD36514
MSI (s) (40:4C) [08:32:58:825]: Using cached product context: machine assigned for product: 4396FC35D89A48D31964CFE4FDD36514
MSI (s) (40:4C) [08:32:58:825]: Setting cached product context: machine assigned for product: 43DE54E2DEA3B57AAACE40FA8410B507
MSI (s) (40:4C) [08:32:58:825]: Using cached product context: machine assigned for product: 43DE54E2DEA3B57AAACE40FA8410B507
MSI (s) (40:4C) [08:32:58:825]: Setting cached product context: machine assigned for product: 444DFC2B8805CCE41A1F8226C080C263
MSI (s) (40:4C) [08:32:58:825]: Using cached product context: machine assigned for product: 444DFC2B8805CCE41A1F8226C080C263
MSI (s) (40:4C) [08:32:58:825]: Setting cached product context: machine assigned for product: 44E9BFC8715A32066757106397DC619B
MSI (s) (40:4C) [08:32:58:826]: Using cached product context: machine assigned for product: 44E9BFC8715A32066757106397DC619B
MSI (s) (40:4C) [08:32:58:826]: Setting cached product context: machine assigned for product: 44EE410B791931546931176EBEB115E4
MSI (s) (40:4C) [08:32:58:826]: Using cached product context: machine assigned for product: 44EE410B791931546931176EBEB115E4
MSI (s) (40:4C) [08:32:58:826]: Setting cached product context: machine assigned for product: 4616659B3F5666D45A43EE876E868389
MSI (s) (40:4C) [08:32:58:826]: Using cached product context: machine assigned for product: 4616659B3F5666D45A43EE876E868389
MSI (s) (40:4C) [08:32:58:826]: Setting cached product context: machine assigned for product: 4663C4C0A75196D44B4713BE2FEEA13E
MSI (s) (40:4C) [08:32:58:826]: Using cached product context: machine assigned for product: 4663C4C0A75196D44B4713BE2FEEA13E
MSI (s) (40:4C) [08:32:58:826]: Setting cached product context: machine assigned for product: 469BD699D9D07555BBBC8945BF00D0C2
MSI (s) (40:4C) [08:32:58:826]: Using cached product context: machine assigned for product: 469BD699D9D07555BBBC8945BF00D0C2
MSI (s) (40:4C) [08:32:58:827]: Setting cached product context: machine assigned for product: 47A3A72EBD7CF2F9533486F3F42C7439
MSI (s) (40:4C) [08:32:58:827]: Using cached product context: machine assigned for product: 47A3A72EBD7CF2F9533486F3F42C7439
MSI (s) (40:4C) [08:32:58:827]: Setting cached product context: machine assigned for product: 4A360B0E8629E1CC8CEE59392D4A5629
MSI (s) (40:4C) [08:32:58:827]: Using cached product context: machine assigned for product: 4A360B0E8629E1CC8CEE59392D4A5629
MSI (s) (40:4C) [08:32:58:827]: Setting cached product context: machine assigned for product: 4E4170C39F8D8A6429E41DD9F44EF646
MSI (s) (40:4C) [08:32:58:827]: Using cached product context: machine assigned for product: 4E4170C39F8D8A6429E41DD9F44EF646
MSI (s) (40:4C) [08:32:58:827]: Setting cached product context: machine assigned for product: 4E5EC0C239217F94D833B558725E59F8
MSI (s) (40:4C) [08:32:58:827]: Using cached product context: machine assigned for product: 4E5EC0C239217F94D833B558725E59F8
MSI (s) (40:4C) [08:32:58:827]: Setting cached product context: machine assigned for product: 509445A36AC4BF8904214E1EB84814A1
MSI (s) (40:4C) [08:32:58:827]: Using cached product context: machine assigned for product: 509445A36AC4BF8904214E1EB84814A1
MSI (s) (40:4C) [08:32:58:828]: Setting cached product context: machine assigned for product: 50EE8898C3C126C3C9000CD7172F1064
MSI (s) (40:4C) [08:32:58:828]: Using cached product context: machine assigned for product: 50EE8898C3C126C3C9000CD7172F1064
MSI (s) (40:4C) [08:32:58:828]: Setting cached product context: machine assigned for product: 53894695DF123254A90BE976DE770FAC
MSI (s) (40:4C) [08:32:58:828]: Using cached product context: machine assigned for product: 53894695DF123254A90BE976DE770FAC
MSI (s) (40:4C) [08:32:58:828]: Setting cached product context: machine assigned for product: 5439170FD24375A4E84E03FBF43ABF9E
MSI (s) (40:4C) [08:32:58:828]: Using cached product context: machine assigned for product: 5439170FD24375A4E84E03FBF43ABF9E
MSI (s) (40:4C) [08:32:58:828]: Setting cached product context: machine assigned for product: 56BFF8174E6F26D468F1DE01DE239C63
MSI (s) (40:4C) [08:32:58:828]: Using cached product context: machine assigned for product: 56BFF8174E6F26D468F1DE01DE239C63
MSI (s) (40:4C) [08:32:58:828]: Setting cached product context: machine assigned for product: 5811D366E4E338F4FB448516A687DA8D
MSI (s) (40:4C) [08:32:58:828]: Using cached product context: machine assigned for product: 5811D366E4E338F4FB448516A687DA8D
MSI (s) (40:4C) [08:32:58:829]: Setting cached product context: machine assigned for product: 5816D922E7DBB4947AB35C12B50E96E0
MSI (s) (40:4C) [08:32:58:829]: Using cached product context: machine assigned for product: 5816D922E7DBB4947AB35C12B50E96E0
MSI (s) (40:4C) [08:32:58:829]: Setting cached product context: machine assigned for product: 584A596AB02F4C8409843661FE2290EF
MSI (s) (40:4C) [08:32:58:829]: Using cached product context: machine assigned for product: 584A596AB02F4C8409843661FE2290EF
MSI (s) (40:4C) [08:32:58:829]: Setting cached product context: machine assigned for product: 5D6775DE4B957B64FA18F5D2497D6C04
MSI (s) (40:4C) [08:32:58:829]: Using cached product context: machine assigned for product: 5D6775DE4B957B64FA18F5D2497D6C04
MSI (s) (40:4C) [08:32:58:829]: Setting cached product context: machine assigned for product: 5E840DA80759E2445A2A1BC2628179E7
MSI (s) (40:4C) [08:32:58:829]: Using cached product context: machine assigned for product: 5E840DA80759E2445A2A1BC2628179E7
MSI (s) (40:4C) [08:32:58:829]: Setting cached product context: machine assigned for product: 5FD796DA7C26E76B8072350ACC55D22B
MSI (s) (40:4C) [08:32:58:830]: Using cached product context: machine assigned for product: 5FD796DA7C26E76B8072350ACC55D22B
MSI (s) (40:4C) [08:32:58:830]: Setting cached product context: machine assigned for product: 600BD0F53EA263D408775642F76D784D
MSI (s) (40:4C) [08:32:58:830]: Using cached product context: machine assigned for product: 600BD0F53EA263D408775642F76D784D
MSI (s) (40:4C) [08:32:58:830]: Setting cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
MSI (s) (40:4C) [08:32:58:830]: Using cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
MSI (s) (40:4C) [08:32:58:830]: Setting cached product context: machine assigned for product: 60F94726DFD4D774794257316615E1D5
MSI (s) (40:4C) [08:32:58:830]: Using cached product context: machine assigned for product: 60F94726DFD4D774794257316615E1D5
MSI (s) (40:4C) [08:32:58:830]: Setting cached product context: machine assigned for product: 623B7E8290E60694881CFA03A51166C5
MSI (s) (40:4C) [08:32:58:830]: Using cached product context: machine assigned for product: 623B7E8290E60694881CFA03A51166C5
MSI (s) (40:4C) [08:32:58:831]: Setting cached product context: machine assigned for product: 648880D2076BFA74193C670E3B8E783C
MSI (s) (40:4C) [08:32:58:831]: Using cached product context: machine assigned for product: 648880D2076BFA74193C670E3B8E783C
MSI (s) (40:4C) [08:32:58:831]: Setting cached product context: machine assigned for product: 64ABD72F1E08858429589191F8FFFBD3
MSI (s) (40:4C) [08:32:58:831]: Using cached product context: machine assigned for product: 64ABD72F1E08858429589191F8FFFBD3
MSI (s) (40:4C) [08:32:58:831]: Setting cached product context: machine assigned for product: 658BD323BE66BD84D51B462270CA369C
MSI (s) (40:4C) [08:32:58:831]: Using cached product context: machine assigned for product: 658BD323BE66BD84D51B462270CA369C
MSI (s) (40:4C) [08:32:58:831]: Setting cached product context: machine assigned for product: 67D6ECF5CD5FBA732B8B22BAC8DE1B4D
MSI (s) (40:4C) [08:32:58:831]: Using cached product context: machine assigned for product: 67D6ECF5CD5FBA732B8B22BAC8DE1B4D
MSI (s) (40:4C) [08:32:58:832]: Setting cached product context: machine assigned for product: 68AB67CA408033019195102844060123
MSI (s) (40:4C) [08:32:58:832]: Using cached product context: machine assigned for product: 68AB67CA408033019195102844060123
MSI (s) (40:4C) [08:32:58:832]: Setting cached product context: machine assigned for product: 68AB67CA640133017706CB5110E47A00
MSI (s) (40:4C) [08:32:58:832]: Using cached product context: machine assigned for product: 68AB67CA640133017706CB5110E47A00
MSI (s) (40:4C) [08:32:58:832]: Setting cached product context: machine assigned for product: 6A70F4694E2C59B286764CE687EC21C5
MSI (s) (40:4C) [08:32:58:832]: Using cached product context: machine assigned for product: 6A70F4694E2C59B286764CE687EC21C5
MSI (s) (40:4C) [08:32:58:832]: Setting cached product context: machine assigned for product: 6CF0973ACC73C338618D9F38B38C7ABC
MSI (s) (40:4C) [08:32:58:833]: Using cached product context: machine assigned for product: 6CF0973ACC73C338618D9F38B38C7ABC
MSI (s) (40:4C) [08:32:58:833]: Setting cached product context: machine assigned for product: 6E5CEF4FEFD2D752E9DB4C33D0AB58BD
MSI (s) (40:4C) [08:32:58:833]: Using cached product context: machine assigned for product: 6E5CEF4FEFD2D752E9DB4C33D0AB58BD
MSI (s) (40:4C) [08:32:58:833]: Setting cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
MSI (s) (40:4C) [08:32:58:833]: Using cached product context: machine assigned for product: 6E815EB96CCE9A53884E7857C57002F0
MSI (s) (40:4C) [08:32:58:833]: Setting cached product context: machine assigned for product: 70DA7C156F3C5364E8A83231608D01EF
MSI (s) (40:4C) [08:32:58:833]: Using cached product context: machine assigned for product: 70DA7C156F3C5364E8A83231608D01EF
MSI (s) (40:4C) [08:32:58:834]: Setting cached product context: machine assigned for product: 729E2F8322868CA43B4B3FE0FEFA763C
MSI (s) (40:4C) [08:32:58:834]: Using cached product context: machine assigned for product: 729E2F8322868CA43B4B3FE0FEFA763C
MSI (s) (40:4C) [08:32:58:834]: Setting cached product context: machine assigned for product: 74A4748FD5B86644CA3E87AE3BFB128A
MSI (s) (40:4C) [08:32:58:834]: Using cached product context: machine assigned for product: 74A4748FD5B86644CA3E87AE3BFB128A
MSI (s) (40:4C) [08:32:58:834]: Setting cached product context: machine assigned for product: 76ABF12128B8AA12DE7644582D154D15
MSI (s) (40:4C) [08:32:58:834]: Using cached product context: machine assigned for product: 76ABF12128B8AA12DE7644582D154D15
MSI (s) (40:4C) [08:32:58:835]: Setting cached product context: machine assigned for product: 7810FB462D3FB89499AE61A39FEAE69C
MSI (s) (40:4C) [08:32:58:835]: Using cached product context: machine assigned for product: 7810FB462D3FB89499AE61A39FEAE69C
MSI (s) (40:4C) [08:32:58:835]: Setting cached product context: machine assigned for product: 797C8A456C1B0214033801D23F3521AC
MSI (s) (40:4C) [08:32:58:835]: Using cached product context: machine assigned for product: 797C8A456C1B0214033801D23F3521AC
MSI (s) (40:4C) [08:32:58:835]: Setting cached product context: machine assigned for product: 7A6F2EDADB7E5594DB660309B322D3FD
MSI (s) (40:4C) [08:32:58:835]: Using cached product context: machine assigned for product: 7A6F2EDADB7E5594DB660309B322D3FD
MSI (s) (40:4C) [08:32:58:836]: Setting cached product context: machine assigned for product: 7C08D2EAD91FF3644BF8F343836027C1
MSI (s) (40:4C) [08:32:58:836]: Using cached product context: machine assigned for product: 7C08D2EAD91FF3644BF8F343836027C1
MSI (s) (40:4C) [08:32:58:836]: Setting cached product context: machine assigned for product: 7C9F8B73BF303523781852719CD9C700
MSI (s) (40:4C) [08:32:58:836]: Using cached product context: machine assigned for product: 7C9F8B73BF303523781852719CD9C700
MSI (s) (40:4C) [08:32:58:836]: Setting cached product context: machine assigned for product: 7F0539B9D4CEB979F0515F4F3B9015D8
MSI (s) (40:4C) [08:32:58:837]: Using cached product context: machine assigned for product: 7F0539B9D4CEB979F0515F4F3B9015D8
MSI (s) (40:4C) [08:32:58:837]: Setting cached product context: machine assigned for product: 7F5B0EDF1C676BF89E104145EFB4DE4B
MSI (s) (40:4C) [08:32:58:837]: Using cached product context: machine assigned for product: 7F5B0EDF1C676BF89E104145EFB4DE4B
MSI (s) (40:4C) [08:32:58:837]: Setting cached product context: machine assigned for product: 8729EBB6F95661AF4E8B2C6DD00ECD7C
MSI (s) (40:4C) [08:32:58:837]: Using cached product context: machine assigned for product: 8729EBB6F95661AF4E8B2C6DD00ECD7C
MSI (s) (40:4C) [08:32:58:837]: Setting cached product context: machine assigned for product: 8757717B72FAFB440A1BB8D9A67FCE3C
MSI (s) (40:4C) [08:32:58:837]: Using cached product context: machine assigned for product: 8757717B72FAFB440A1BB8D9A67FCE3C
MSI (s) (40:4C) [08:32:58:837]: Setting cached product context: machine assigned for product: 889679E0357E18C4DB6934C43E501B67
MSI (s) (40:4C) [08:32:58:837]: Using cached product context: machine assigned for product: 889679E0357E18C4DB6934C43E501B67
MSI (s) (40:4C) [08:32:58:838]: Setting cached product context: machine assigned for product: 89304E7465A171635F1C49EA0F55827F
MSI (s) (40:4C) [08:32:58:838]: Using cached product context: machine assigned for product: 89304E7465A171635F1C49EA0F55827F
MSI (s) (40:4C) [08:32:58:838]: Setting cached product context: machine assigned for product: 895E66A5DB73A8C47ABC7AC123BADC87
MSI (s) (40:4C) [08:32:58:838]: Using cached product context: machine assigned for product: 895E66A5DB73A8C47ABC7AC123BADC87
MSI (s) (40:4C) [08:32:58:838]: Setting cached product context: machine assigned for product: 8CAAD4C21DC4CFC9BE1D6E1AC718994E
MSI (s) (40:4C) [08:32:58:838]: Using cached product context: machine assigned for product: 8CAAD4C21DC4CFC9BE1D6E1AC718994E
MSI (s) (40:4C) [08:32:58:838]: Setting cached product context: machine assigned for product: 9629A2C4E9503754E8DD55242882566B
MSI (s) (40:4C) [08:32:58:838]: Using cached product context: machine assigned for product: 9629A2C4E9503754E8DD55242882566B
MSI (s) (40:4C) [08:32:58:839]: Setting cached product context: machine assigned for product: 966C00D3744D40A4FAAD529E7EE68737
MSI (s) (40:4C) [08:32:58:839]: Using cached product context: machine assigned for product: 966C00D3744D40A4FAAD529E7EE68737
MSI (s) (40:4C) [08:32:58:839]: Setting cached product context: machine assigned for product: 99E80CA9B0328e74791254777B1F42AE
MSI (s) (40:4C) [08:32:58:839]: Using cached product context: machine assigned for product: 99E80CA9B0328e74791254777B1F42AE
MSI (s) (40:4C) [08:32:58:839]: Setting cached product context: machine assigned for product: 9eab5ec6ac3d99b498a1d16c1c815acf
MSI (s) (40:4C) [08:32:58:839]: Using cached product context: machine assigned for product: 9eab5ec6ac3d99b498a1d16c1c815acf
MSI (s) (40:4C) [08:32:58:839]: Setting cached product context: machine assigned for product: 9EEFB15FE066FA5AAE649EC0C406A598
MSI (s) (40:4C) [08:32:58:839]: Using cached product context: machine assigned for product: 9EEFB15FE066FA5AAE649EC0C406A598
MSI (s) (40:4C) [08:32:58:839]: Setting cached product context: machine assigned for product: 9FE114C9ABE63E641823DEDA1FCCB061
MSI (s) (40:4C) [08:32:58:839]: Using cached product context: machine assigned for product: 9FE114C9ABE63E641823DEDA1FCCB061
MSI (s) (40:4C) [08:32:58:840]: Setting cached product context: machine assigned for product: A010EC5D1F73DC726D1A16BFF1028629
MSI (s) (40:4C) [08:32:58:840]: Using cached product context: machine assigned for product: A010EC5D1F73DC726D1A16BFF1028629
MSI (s) (40:4C) [08:32:58:840]: Setting cached product context: machine assigned for product: A02F089427819D9E2FAD37F076D87E2B
MSI (s) (40:4C) [08:32:58:840]: Using cached product context: machine assigned for product: A02F089427819D9E2FAD37F076D87E2B
MSI (s) (40:4C) [08:32:58:840]: Setting cached product context: machine assigned for product: A03748484A8636C4394B2526D8B384D8
MSI (s) (40:4C) [08:32:58:840]: Using cached product context: machine assigned for product: A03748484A8636C4394B2526D8B384D8
MSI (s) (40:4C) [08:32:58:840]: Setting cached product context: machine assigned for product: A0A19B7995E0EFD40A89706C9AC484B5
MSI (s) (40:4C) [08:32:58:840]: Using cached product context: machine assigned for product: A0A19B7995E0EFD40A89706C9AC484B5
MSI (s) (40:4C) [08:32:58:841]: Setting cached product context: machine assigned for product: A0E7B75E5EB82E24EB060CE76D080A36
MSI (s) (40:4C) [08:32:58:841]: Using cached product context: machine assigned for product: A0E7B75E5EB82E24EB060CE76D080A36
MSI (s) (40:4C) [08:32:58:841]: Setting cached product context: machine assigned for product: A10173754C72A804A8751DCD87FD484B
MSI (s) (40:4C) [08:32:58:841]: Using cached product context: machine assigned for product: A10173754C72A804A8751DCD87FD484B
MSI (s) (40:4C) [08:32:58:841]: Setting cached product context: machine assigned for product: A54623881EC436E4C82FDD311B66C7D6
MSI (s) (40:4C) [08:32:58:841]: Using cached product context: machine assigned for product: A54623881EC436E4C82FDD311B66C7D6
MSI (s) (40:4C) [08:32:58:841]: Setting cached product context: machine assigned for product: A7AAC0C8272319948A80C25795ED4390
MSI (s) (40:4C) [08:32:58:841]: Using cached product context: machine assigned for product: A7AAC0C8272319948A80C25795ED4390
MSI (s) (40:4C) [08:32:58:841]: Setting cached product context: machine assigned for product: A8850375AC33C373D9077F6106B5752D
MSI (s) (40:4C) [08:32:58:841]: Using cached product context: machine assigned for product: A8850375AC33C373D9077F6106B5752D
MSI (s) (40:4C) [08:32:58:842]: Setting cached product context: machine assigned for product: A8BDBD01F88C7E189DD820A5AC76B3CA
MSI (s) (40:4C) [08:32:58:842]: Using cached product context: machine assigned for product: A8BDBD01F88C7E189DD820A5AC76B3CA
MSI (s) (40:4C) [08:32:58:842]: Setting cached product context: machine assigned for product: AA239505437DAAB13DC88BF901FA0F2A
MSI (s) (40:4C) [08:32:58:842]: Using cached product context: machine assigned for product: AA239505437DAAB13DC88BF901FA0F2A
MSI (s) (40:4C) [08:32:58:842]: Setting cached product context: machine assigned for product: AAB6F137689A4A549863C7A3AAAA67B0
MSI (s) (40:4C) [08:32:58:842]: Using cached product context: machine assigned for product: AAB6F137689A4A549863C7A3AAAA67B0
MSI (s) (40:4C) [08:32:58:842]: Setting cached product context: machine assigned for product: AB297010A1550CA37AFEF0BA14653C28
MSI (s) (40:4C) [08:32:58:842]: Using cached product context: machine assigned for product: AB297010A1550CA37AFEF0BA14653C28
MSI (s) (40:4C) [08:32:58:842]: Setting cached product context: machine assigned for product: AC69A54781678504C8EE628FFA7C067D
MSI (s) (40:4C) [08:32:58:843]: Using cached product context: machine assigned for product: AC69A54781678504C8EE628FFA7C067D
MSI (s) (40:4C) [08:32:58:843]: Setting cached product context: machine assigned for product: AE21220DA20E12540963357637F46CE6
MSI (s) (40:4C) [08:32:58:843]: Using cached product context: machine assigned for product: AE21220DA20E12540963357637F46CE6
MSI (s) (40:4C) [08:32:58:843]: Setting cached product context: machine assigned for product: AED5258726E1B924C94A7AF898A9F992
MSI (s) (40:4C) [08:32:58:843]: Using cached product context: machine assigned for product: AED5258726E1B924C94A7AF898A9F992
MSI (s) (40:4C) [08:32:58:843]: Setting cached product context: machine assigned for product: B0536A5C430B953F3EAA77F3F4A4B569
MSI (s) (40:4C) [08:32:58:843]: Using cached product context: machine assigned for product: B0536A5C430B953F3EAA77F3F4A4B569
MSI (s) (40:4C) [08:32:58:843]: Setting cached product context: machine assigned for product: B0D11361C75D8F64EA46D9D444222717
MSI (s) (40:4C) [08:32:58:843]: Using cached product context: machine assigned for product: B0D11361C75D8F64EA46D9D444222717
MSI (s) (40:4C) [08:32:58:844]: Setting cached product context: machine assigned for product: b25099274a207264182f8181add555d0
MSI (s) (40:4C) [08:32:58:844]: Using cached product context: machine assigned for product: b25099274a207264182f8181add555d0
MSI (s) (40:4C) [08:32:58:844]: Setting cached product context: machine assigned for product: BCFCD94334D285440A42F3C61C941A13
MSI (s) (40:4C) [08:32:58:844]: Using cached product context: machine assigned for product: BCFCD94334D285440A42F3C61C941A13
MSI (s) (40:4C) [08:32:58:844]: Setting cached product context: machine assigned for product: BEF5E36976319B6458D19A751F3A47F7
MSI (s) (40:4C) [08:32:58:844]: Using cached product context: machine assigned for product: BEF5E36976319B6458D19A751F3A47F7
MSI (s) (40:4C) [08:32:58:844]: Setting cached product context: machine assigned for product: C025571B2A687A53689168CD7369889B
MSI (s) (40:4C) [08:32:58:844]: Using cached product context: machine assigned for product: C025571B2A687A53689168CD7369889B
MSI (s) (40:4C) [08:32:58:844]: Setting cached product context: machine assigned for product: C0DD31FFB45933C4D9843F4550C2B6C1
MSI (s) (40:4C) [08:32:58:844]: Using cached product context: machine assigned for product: C0DD31FFB45933C4D9843F4550C2B6C1
MSI (s) (40:4C) [08:32:58:845]: Setting cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
MSI (s) (40:4C) [08:32:58:845]: Using cached product context: machine assigned for product: c1c4f01781cc94c4c8fb1542c0981a2a
MSI (s) (40:4C) [08:32:58:845]: Setting cached product context: machine assigned for product: C27AD30CF1ED8264C90A35FAEA690CF5
MSI (s) (40:4C) [08:32:58:845]: Using cached product context: machine assigned for product: C27AD30CF1ED8264C90A35FAEA690CF5
MSI (s) (40:4C) [08:32:58:845]: Setting cached product context: machine assigned for product: C3AEB2FCAE628F23AAB933F1E743AB79
MSI (s) (40:4C) [08:32:58:845]: Using cached product context: machine assigned for product: C3AEB2FCAE628F23AAB933F1E743AB79
MSI (s) (40:4C) [08:32:58:845]: Setting cached product context: machine assigned for product: C3ECADC8460071A40AC2948F135D7FA3
MSI (s) (40:4C) [08:32:58:845]: Using cached product context: machine assigned for product: C3ECADC8460071A40AC2948F135D7FA3
MSI (s) (40:4C) [08:32:58:845]: Setting cached product context: machine assigned for product: C6A7522ED4F4B99F8D1604A99B29E2A2
MSI (s) (40:4C) [08:32:58:845]: Using cached product context: machine assigned for product: C6A7522ED4F4B99F8D1604A99B29E2A2
MSI (s) (40:4C) [08:32:58:846]: Setting cached product context: machine assigned for product: C7EFBA8108386B6B4BE0F8C389FFBE9B
MSI (s) (40:4C) [08:32:58:846]: Using cached product context: machine assigned for product: C7EFBA8108386B6B4BE0F8C389FFBE9B
MSI (s) (40:4C) [08:32:58:846]: Setting cached product context: machine assigned for product: CAD55F94015EB85855B967B5879359F4
MSI (s) (40:4C) [08:32:58:846]: Using cached product context: machine assigned for product: CAD55F94015EB85855B967B5879359F4
MSI (s) (40:4C) [08:32:58:846]: Setting cached product context: machine assigned for product: CB471CEB00C5FE7351162A8843EF77F4
MSI (s) (40:4C) [08:32:58:846]: Using cached product context: machine assigned for product: CB471CEB00C5FE7351162A8843EF77F4
MSI (s) (40:4C) [08:32:58:846]: Setting cached product context: machine assigned for product: CBA3D42957CF2404D9BDBF48A65448D8
MSI (s) (40:4C) [08:32:58:846]: Using cached product context: machine assigned for product: CBA3D42957CF2404D9BDBF48A65448D8
MSI (s) (40:4C) [08:32:58:847]: Setting cached product context: machine assigned for product: CCBC34B3353E6014489039D7B9278869
MSI (s) (40:4C) [08:32:58:847]: Using cached product context: machine assigned for product: CCBC34B3353E6014489039D7B9278869
MSI (s) (40:4C) [08:32:58:847]: Setting cached product context: machine assigned for product: cd60d741d15bda14fade9b34c9438ee0
MSI (s) (40:4C) [08:32:58:847]: Using cached product context: machine assigned for product: cd60d741d15bda14fade9b34c9438ee0
MSI (s) (40:4C) [08:32:58:847]: Setting cached product context: machine assigned for product: CE81681EBD9DECB43B2858DA2ABC3B04
MSI (s) (40:4C) [08:32:58:847]: Using cached product context: machine assigned for product: CE81681EBD9DECB43B2858DA2ABC3B04
MSI (s) (40:4C) [08:32:58:847]: Setting cached product context: machine assigned for product: CEA078E08C670AC14D3569D1D9B87451
MSI (s) (40:4C) [08:32:58:847]: Using cached product context: machine assigned for product: CEA078E08C670AC14D3569D1D9B87451
MSI (s) (40:4C) [08:32:58:847]: Setting cached product context: machine assigned for product: CFD2C1F142D260E3CB8B271543DA9F98
MSI (s) (40:4C) [08:32:58:848]: Using cached product context: machine assigned for product: CFD2C1F142D260E3CB8B271543DA9F98
MSI (s) (40:4C) [08:32:58:848]: Setting cached product context: machine assigned for product: D0DE67C5F6F05894B8439FEA874348F8
MSI (s) (40:4C) [08:32:58:848]: Using cached product context: machine assigned for product: D0DE67C5F6F05894B8439FEA874348F8
MSI (s) (40:4C) [08:32:58:848]: Setting cached product context: machine assigned for product: D169104D02A37CA349B316935DDB94A0
MSI (s) (40:4C) [08:32:58:848]: Using cached product context: machine assigned for product: D169104D02A37CA349B316935DDB94A0
MSI (s) (40:4C) [08:32:58:848]: Setting cached product context: machine assigned for product: D30AA116526DDA5300635C1CC11FDDF9
MSI (s) (40:4C) [08:32:58:848]: Using cached product context: machine assigned for product: D30AA116526DDA5300635C1CC11FDDF9
MSI (s) (40:4C) [08:32:58:848]: Setting cached product context: machine assigned for product: D6FE9539B39A0F8F3116B26B869F7220
MSI (s) (40:4C) [08:32:58:848]: Using cached product context: machine assigned for product: D6FE9539B39A0F8F3116B26B869F7220
MSI (s) (40:4C) [08:32:58:849]: Setting cached product context: machine assigned for product: D743C4FCE4593454882DCE710FF764F6
MSI (s) (40:4C) [08:32:58:849]: Using cached product context: machine assigned for product: D743C4FCE4593454882DCE710FF764F6
MSI (s) (40:4C) [08:32:58:849]: Setting cached product context: machine assigned for product: D8D80E0C670671146B44A23FF4537B75
MSI (s) (40:4C) [08:32:58:849]: Using cached product context: machine assigned for product: D8D80E0C670671146B44A23FF4537B75
MSI (s) (40:4C) [08:32:58:849]: Setting cached product context: machine assigned for product: D90EF0F7D52E95C41AAABD7151F33C35
MSI (s) (40:4C) [08:32:58:849]: Using cached product context: machine assigned for product: D90EF0F7D52E95C41AAABD7151F33C35
MSI (s) (40:4C) [08:32:58:849]: Setting cached product context: machine assigned for product: DC8A59DBF9D1DA5389A1E3975220E6BB
MSI (s) (40:4C) [08:32:58:849]: Using cached product context: machine assigned for product: DC8A59DBF9D1DA5389A1E3975220E6BB
MSI (s) (40:4C) [08:32:58:849]: Setting cached product context: machine assigned for product: DCAC5FD1A8020A10D4AB5CF1BD9EF94B
MSI (s) (40:4C) [08:32:58:849]: Using cached product context: machine assigned for product: DCAC5FD1A8020A10D4AB5CF1BD9EF94B
MSI (s) (40:4C) [08:32:58:850]: Setting cached product context: machine assigned for product: DED615582044DC44D910D1F1D3C01087
MSI (s) (40:4C) [08:32:58:850]: Using cached product context: machine assigned for product: DED615582044DC44D910D1F1D3C01087
MSI (s) (40:4C) [08:32:58:850]: Setting cached product context: machine assigned for product: E1061159FF212794FBC992292FACA523
MSI (s) (40:4C) [08:32:58:850]: Using cached product context: machine assigned for product: E1061159FF212794FBC992292FACA523
MSI (s) (40:4C) [08:32:58:850]: Setting cached product context: machine assigned for product: E1DE366EC9988E04190DD8739BE5C396
MSI (s) (40:4C) [08:32:58:850]: Using cached product context: machine assigned for product: E1DE366EC9988E04190DD8739BE5C396
MSI (s) (40:4C) [08:32:58:850]: Setting cached product context: machine assigned for product: E2D4CF75BB9DB1F44AAE0673EEEDE6C0
MSI (s) (40:4C) [08:32:58:851]: Using cached product context: machine assigned for product: E2D4CF75BB9DB1F44AAE0673EEEDE6C0
MSI (s) (40:4C) [08:32:58:851]: Setting cached product context: machine assigned for product: E37FEF53DDA6289C651610C426A2B929
MSI (s) (40:4C) [08:32:58:851]: Using cached product context: machine assigned for product: E37FEF53DDA6289C651610C426A2B929
MSI (s) (40:4C) [08:32:58:851]: Setting cached product context: machine assigned for product: E3F5EEB587D48ED48A3F633D9E8D68C8
MSI (s) (40:4C) [08:32:58:851]: Using cached product context: machine assigned for product: E3F5EEB587D48ED48A3F633D9E8D68C8
MSI (s) (40:4C) [08:32:58:851]: Setting cached product context: machine assigned for product: E5578D6A6E99F3C3E186567647D3A418
MSI (s) (40:4C) [08:32:58:851]: Using cached product context: machine assigned for product: E5578D6A6E99F3C3E186567647D3A418
MSI (s) (40:4C) [08:32:58:851]: Setting cached product context: machine assigned for product: E5B827EF357386F0CED266BA2EED1C1C
MSI (s) (40:4C) [08:32:58:851]: Using cached product context: machine assigned for product: E5B827EF357386F0CED266BA2EED1C1C
MSI (s) (40:4C) [08:32:58:852]: Setting cached product context: machine assigned for product: E61937A7E20D11344AD0940AA72386DB
MSI (s) (40:4C) [08:32:58:852]: Using cached product context: machine assigned for product: E61937A7E20D11344AD0940AA72386DB
MSI (s) (40:4C) [08:32:58:852]: Setting cached product context: machine assigned for product: E6DDEC9A2974e394BB538DD6E281A8A5
MSI (s) (40:4C) [08:32:58:852]: Using cached product context: machine assigned for product: E6DDEC9A2974e394BB538DD6E281A8A5
MSI (s) (40:4C) [08:32:58:852]: Setting cached product context: machine assigned for product: E6EAD4A3C5B34AA7AFC50B4F054822AE
MSI (s) (40:4C) [08:32:58:852]: Using cached product context: machine assigned for product: E6EAD4A3C5B34AA7AFC50B4F054822AE
MSI (s) (40:4C) [08:32:58:852]: Setting cached product context: machine assigned for product: E86F2C27A43D8DA408604484E0BE6EA0
MSI (s) (40:4C) [08:32:58:852]: Using cached product context: machine assigned for product: E86F2C27A43D8DA408604484E0BE6EA0
MSI (s) (40:4C) [08:32:58:853]: Setting cached product context: machine assigned for product: E8F71908108EE4C44BDF50444C295A43
MSI (s) (40:4C) [08:32:58:853]: Using cached product context: machine assigned for product: E8F71908108EE4C44BDF50444C295A43
MSI (s) (40:4C) [08:32:58:853]: Setting cached product context: machine assigned for product: E91EFC1BA89241D4ABDCAC3AA64C98B5
MSI (s) (40:4C) [08:32:58:853]: Using cached product context: machine assigned for product: E91EFC1BA89241D4ABDCAC3AA64C98B5
MSI (s) (40:4C) [08:32:58:853]: Setting cached product context: machine assigned for product: EA704B128AB2B6349A5B46D835EB9AFB
MSI (s) (40:4C) [08:32:58:853]: Using cached product context: machine assigned for product: EA704B128AB2B6349A5B46D835EB9AFB
MSI (s) (40:4C) [08:32:58:853]: Setting cached product context: machine assigned for product: EC1BFC2A6E90870EE2CED6499CB80B46
MSI (s) (40:4C) [08:32:58:853]: Using cached product context: machine assigned for product: EC1BFC2A6E90870EE2CED6499CB80B46
MSI (s) (40:4C) [08:32:58:853]: Setting cached product context: machine assigned for product: EFEE0228DC83E77358593193D847A0EC
MSI (s) (40:4C) [08:32:58:853]: Using cached product context: machine assigned for product: EFEE0228DC83E77358593193D847A0EC
MSI (s) (40:4C) [08:32:58:854]: Setting cached product context: machine assigned for product: F2ACB6ACBEDEF80458B01304B41EA616
MSI (s) (40:4C) [08:32:58:854]: Using cached product context: machine assigned for product: F2ACB6ACBEDEF80458B01304B41EA616
MSI (s) (40:4C) [08:32:58:854]: Setting cached product context: machine assigned for product: F38CB091E45D494438E0F74B5A4F9B46
MSI (s) (40:4C) [08:32:58:854]: Using cached product context: machine assigned for product: F38CB091E45D494438E0F74B5A4F9B46
MSI (s) (40:4C) [08:32:58:854]: Setting cached product context: machine assigned for product: F4649B276A7E2ECAAADFC9FC7120CFBE
MSI (s) (40:4C) [08:32:58:854]: Using cached product context: machine assigned for product: F4649B276A7E2ECAAADFC9FC7120CFBE
MSI (s) (40:4C) [08:32:58:854]: Setting cached product context: machine assigned for product: F5954772A2CB21B42AB5C0733A07940B
MSI (s) (40:4C) [08:32:58:854]: Using cached product context: machine assigned for product: F5954772A2CB21B42AB5C0733A07940B
MSI (s) (40:4C) [08:32:58:854]: Setting cached product context: machine assigned for product: F9E4F5CA864E915693081CCEF3080181
MSI (s) (40:4C) [08:32:58:854]: Using cached product context: machine assigned for product: F9E4F5CA864E915693081CCEF3080181
MSI (s) (40:4C) [08:32:58:855]: Setting cached product context: machine assigned for product: F9FA82ECFEBFB274D9F5C7D8A61906DA
MSI (s) (40:4C) [08:32:58:855]: Using cached product context: machine assigned for product: F9FA82ECFEBFB274D9F5C7D8A61906DA
MSI (s) (40:4C) [08:32:58:855]: Setting cached product context: machine assigned for product: FB82C3254BB14BE5DA16D230E5463A51
MSI (s) (40:4C) [08:32:58:855]: Using cached product context: machine assigned for product: FB82C3254BB14BE5DA16D230E5463A51
MSI (s) (40:4C) [08:32:58:855]: Setting cached product context: machine assigned for product: FEE98B82100300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:855]: Using cached product context: machine assigned for product: FEE98B82100300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:855]: Setting cached product context: machine assigned for product: FEE98B82100390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:855]: Using cached product context: machine assigned for product: FEE98B82100390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:855]: Setting cached product context: machine assigned for product: FEE98B82400300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Using cached product context: machine assigned for product: FEE98B82400300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Setting cached product context: machine assigned for product: FEE98B82400300001420FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Using cached product context: machine assigned for product: FEE98B82400300001420FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Setting cached product context: machine assigned for product: FEE98B82400300001520FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Using cached product context: machine assigned for product: FEE98B82400300001520FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Setting cached product context: machine assigned for product: FEE98B82400390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Using cached product context: machine assigned for product: FEE98B82400390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Setting cached product context: machine assigned for product: FEE98B82400390401420FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:856]: Using cached product context: machine assigned for product: FEE98B82400390401420FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Setting cached product context: machine assigned for product: FEE98B82600300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Using cached product context: machine assigned for product: FEE98B82600300001020FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Setting cached product context: machine assigned for product: FEE98B82600300001320FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Using cached product context: machine assigned for product: FEE98B82600300001320FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Setting cached product context: machine assigned for product: FEE98B82600390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Using cached product context: machine assigned for product: FEE98B82600390401120FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Setting cached product context: machine assigned for product: FEE98B82600390401220FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:857]: Using cached product context: machine assigned for product: FEE98B82600390401220FCF3A3907BD7
MSI (s) (40:4C) [08:32:58:858]: Setting cached product context: machine assigned for product: FFE2662C6E601DF4D9D6DFAC19207575
MSI (s) (40:4C) [08:32:58:858]: Using cached product context: machine assigned for product: FFE2662C6E601DF4D9D6DFAC19207575
MSI (s) (40:4C) [08:32:58:858]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
MSI (s) (40:4C) [08:32:58:859]: SRSetRestorePoint skipped for this transaction.
MSI (s) (40:4C) [08:32:58:860]: Access database with Impersonation
MSI (s) (40:4C) [08:32:58:862]: File will have security applied from OpCode.
MSI (s) (40:4C) [08:32:58:899]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi' against software restriction policy
MSI (s) (40:4C) [08:32:58:899]: SOFTWARE RESTRICTION POLICY: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi has a digital signature
MSI (s) (40:4C) [08:32:59:126]: SOFTWARE RESTRICTION POLICY: C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (40:4C) [08:32:59:126]: Creating MSIHANDLE (2) of type 790542 for thread 7500
MSI (s) (40:4C) [08:32:59:126]: MSCOREE not loaded loading copy from system32
MSI (s) (40:4C) [08:32:59:130]: End dialog not enabled
MSI (s) (40:4C) [08:32:59:130]: Original package ==> C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
MSI (s) (40:4C) [08:32:59:130]: Package we're running from ==> C:\WINDOWS\Installer\121bdfc2.msi
MSI (s) (40:4C) [08:32:59:131]: APPCOMPAT: Compatibility mode property overrides found.
MSI (s) (40:4C) [08:32:59:131]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5974DF4D-8069-4337-B10B-972961591093}'.
MSI (s) (40:4C) [08:32:59:131]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (40:4C) [08:32:59:153]: Machine policy value 'TransformsSecure' is 0
MSI (s) (40:4C) [08:32:59:153]: User policy value 'TransformsAtSource' is 0
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'DisablePatch' is 0
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'DisableMsi' is 0
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (40:4C) [08:32:59:154]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (40:4C) [08:32:59:154]: Running product '{5974DF4D-8069-4337-B10B-972961591093}' as administrative installation.
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (40:4C) [08:32:59:154]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (40:4C) [08:32:59:155]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
MSI (s) (40:4C) [08:32:59:155]: APPCOMPAT: looking for appcompat database entry with ProductCode '{5974DF4D-8069-4337-B10B-972961591093}'.
MSI (s) (40:4C) [08:32:59:155]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (40:4C) [08:32:59:155]: Transforms are not secure.
MSI (s) (40:4C) [08:32:59:155]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\hp\Downloads\gdal.log'.
MSI (s) (40:4C) [08:32:59:155]: Command Line: INSTALLDIR=C:\PFiles\GDAL\ TARGETDIR=C:\ ACTION=ADMIN CURRENTDIRECTORY=C:\Users\hp\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=18540 SOURCEDIR=C:\Users\hp\Downloads\ EXECUTEACTION=ADMIN ROOTDRIVE=C:\ SECONDSEQUENCE=1 ADDLOCAL=MainProgram,GDALUtilities,Utilities,PROJ4Utilities,CURLUtilities,KEA,GDALPlugins,MSSQLSpatial,PDF,NetCDF,HDF4,HDF5,FITS,CSharpBindings,JavaBindings,PythonBindings,VCRedist ACTION=ADMIN
MSI (s) (40:4C) [08:32:59:155]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518}'.
MSI (s) (40:4C) [08:32:59:155]: Product Code passed to Engine.Initialize: ''
MSI (s) (40:4C) [08:32:59:155]: Product Code from property table before transforms: '{5974DF4D-8069-4337-B10B-972961591093}'
MSI (s) (40:4C) [08:32:59:155]: Product Code from property table after transforms: '{5974DF4D-8069-4337-B10B-972961591093}'
MSI (s) (40:4C) [08:32:59:155]: Product not registered: beginning first-time install
MSI (s) (40:4C) [08:32:59:156]: Product {5974DF4D-8069-4337-B10B-972961591093} is not managed.
MSI (s) (40:4C) [08:32:59:156]: MSI_LUA: Credential prompt not required, administrative installation creation or servicing
MSI (s) (40:4C) [08:32:59:156]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (40:4C) [08:32:59:156]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (40:4C) [08:32:59:156]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (40:4C) [08:32:59:156]: Adding new sources is allowed.
MSI (s) (40:4C) [08:32:59:156]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (40:4C) [08:32:59:156]: Package name extracted from package path: 'gdal-3.5.3-1930-x64-core.msi'
MSI (s) (40:4C) [08:32:59:156]: Package to be registered: 'gdal-3.5.3-1930-x64-core.msi'
MSI (s) (40:4C) [08:32:59:158]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (s) (40:4C) [08:32:59:158]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (40:4C) [08:32:59:158]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (40:4C) [08:32:59:158]: Running product '{5974DF4D-8069-4337-B10B-972961591093}' as administrative installation.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\PFiles\GDAL\'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding ACTION property. Its value is 'ADMIN'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\hp\Downloads'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '18540'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\hp\Downloads\'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'ADMIN'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (40:4C) [08:32:59:158]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'MainProgram,GDALUtilities,Utilities,PROJ4Utilities,CURLUtilities,KEA,GDALPlugins,MSSQLSpatial,PDF,NetCDF,HDF4,HDF5,FITS,CSharpBindings,JavaBindings,PythonBindings,VCRedist'.
MSI (s) (40:4C) [08:32:59:158]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (40:4C) [08:32:59:159]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '62ff92e1a498d84c975906ab79225ddf'.
MSI (s) (40:4C) [08:32:59:159]: RESTART MANAGER: Session opened.
MSI (s) (40:4C) [08:32:59:159]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
MSI (s) (40:4C) [08:32:59:159]: Engine has iefSecondSequence set to true.
MSI (s) (40:4C) [08:32:59:159]: TRANSFORMS property is now:
MSI (s) (40:4C) [08:32:59:159]: PROPERTY CHANGE: Deleting SOURCEDIR property. Its current value is 'C:\Users\hp\Downloads\'.
MSI (s) (40:4C) [08:32:59:159]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '405'.
MSI (s) (40:4C) [08:32:59:161]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:32:59:163]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Favorites
MSI (s) (40:4C) [08:32:59:164]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (40:4C) [08:32:59:166]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Documents
MSI (s) (40:4C) [08:32:59:168]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (40:4C) [08:32:59:169]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (40:4C) [08:32:59:171]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (40:4C) [08:32:59:173]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (40:4C) [08:32:59:173]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (40:4C) [08:32:59:174]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Local
MSI (s) (40:4C) [08:32:59:176]: SHELL32::SHGetFolderPath returned: G:\hp\Pictures
MSI (s) (40:4C) [08:32:59:179]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (40:4C) [08:32:59:181]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (40:4C) [08:32:59:183]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (40:4C) [08:32:59:184]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (40:4C) [08:32:59:186]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (40:4C) [08:32:59:189]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (40:4C) [08:32:59:191]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (40:4C) [08:32:59:192]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (40:4C) [08:32:59:194]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (40:4C) [08:32:59:196]: SHELL32::SHGetFolderPath returned: C:\Users\hp\Desktop
MSI (s) (40:4C) [08:32:59:198]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (40:4C) [08:32:59:198]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (40:4C) [08:32:59:199]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (s) (40:4C) [08:32:59:220]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (40:4C) [08:32:59:220]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (s) (40:4C) [08:32:59:220]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\121bdfc2.msi'.
MSI (s) (40:4C) [08:32:59:220]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi'.
MSI (s) (40:4C) [08:32:59:220]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (40:4C) [08:32:59:220]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (40:4C) [08:32:59:220]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (40:4C) [08:32:59:220]: Machine policy value 'DisableRollback' is 0
MSI (s) (40:4C) [08:32:59:220]: User policy value 'DisableRollback' is 0
MSI (s) (40:4C) [08:32:59:220]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (s) (40:4C) [08:32:59:221]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (40:4C) [08:32:59:221]: Note: 1: 2205 2: 3: LaunchCondition
MSI (s) (40:4C) [08:32:59:221]: Note: 1: 2228 2: 3: LaunchCondition 4: SELECT Condition
FROM LaunchCondition
MSI (s) (40:4C) [08:32:59:221]: APPCOMPAT: [DetectVersionLaunchCondition] Failed to initialize pRecErr.
MSI (s) (40:4C) [08:32:59:221]: Doing action: ADMIN
Action 08:32:59: ADMIN.
Action start 08:32:59: ADMIN.
MSI (s) (40:4C) [08:32:59:222]: Running ExecuteSequence
MSI (s) (40:4C) [08:32:59:222]: Doing action: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3
Action 08:32:59: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.
Action start 08:32:59: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3.
MSI (s) (40:4C) [08:32:59:223]: PROPERTY CHANGE: Adding System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 property. Its value is 'C:\WINDOWS\system32\'.
Action ended 08:32:59: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3. Return value 1.
MSI (s) (40:4C) [08:32:59:223]: Doing action: CostInitialize
Action 08:32:59: CostInitialize. Computing space requirements
Action start 08:32:59: CostInitialize.
MSI (s) (40:4C) [08:32:59:224]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (40:4C) [08:32:59:224]: Baseline: Sorting baselines for {5974DF4D-8069-4337-B10B-972961591093}.
MSI (s) (40:4C) [08:32:59:224]: Baseline: New baseline 1.0.0 from transaction.
MSI (s) (40:4C) [08:32:59:224]: Baseline: Sorted order Native: Order 0.
MSI (s) (40:4C) [08:32:59:224]: Baseline Data Table:
MSI (s) (40:4C) [08:32:59:224]: ProductCode: {5974DF4D-8069-4337-B10B-972961591093} Version: 1.0.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
MSI (s) (40:4C) [08:32:59:224]: Baseline File Table:
MSI (s) (40:4C) [08:32:59:225]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: Patch
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: MsiPatchHeaders
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: _MsiPatchFileList
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: PatchPackage
MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2228 2: 3: PatchPackage 4: SELECT DiskId
, PatchId
, LastSequence
FROM Media
, PatchPackage
WHERE Media
.DiskId
=PatchPackage
.`MediaORDER BY
DiskId MSI (s) (40:4C) [08:32:59:225]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence' MSI (s) (40:4C) [08:32:59:225]: Note: 1: 2205 2: 3: Patch Action ended 08:32:59: CostInitialize. Return value 1. MSI (s) (40:4C) [08:32:59:225]: Doing action: FileCost Action 08:32:59: FileCost. Computing space requirements Action start 08:32:59: FileCost. MSI (s) (40:4C) [08:32:59:226]: Note: 1: 2205 2: 3: MsiAssembly MSI (s) (40:4C) [08:32:59:226]: Note: 1: 2205 2: 3: Class MSI (s) (40:4C) [08:32:59:226]: Note: 1: 2205 2: 3: Extension MSI (s) (40:4C) [08:32:59:226]: Note: 1: 2205 2: 3: TypeLib Action ended 08:32:59: FileCost. Return value 1. MSI (s) (40:4C) [08:32:59:226]: Doing action: CostFinalize Action 08:32:59: CostFinalize. Computing space requirements Action start 08:32:59: CostFinalize. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'. MSI (s) (40:4C) [08:32:59:227]: Note: 1: 2205 2: 3: Patch MSI (s) (40:4C) [08:32:59:227]: Note: 1: 2205 2: 3: Condition MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Modifying System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 property. Its current value is 'C:\WINDOWS\system32\'. Its new value: 'C:\System64\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Modifying ProgramMenuFolder property. Its current value is 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\'. Its new value: 'C:\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding ProgramMenuDirGDAL property. Its value is 'C:\GDAL\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Modifying ProgramFiles64Folder property. Its current value is 'C:\Program Files\'. Its new value: 'C:\PFiles\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding gdaldataDir property. Its value is 'C:\PFiles\GDAL\gdal-data\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding javaDir property. Its value is 'C:\PFiles\GDAL\java\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding csharpDir property. Its value is 'C:\PFiles\GDAL\csharp\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding projlibDir property. Its value is 'C:\PFiles\GDAL\projlib\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding gdalpluginsDir property. Its value is 'C:\PFiles\GDAL\gdalplugins\'. MSI (s) (40:4C) [08:32:59:227]: PROPERTY CHANGE: Adding licenseDir property. Its value is 'C:\PFiles\GDAL\license\'. MSI (s) (40:4C) [08:32:59:227]: Target path resolution complete. Dumping Directory table... MSI (s) (40:4C) [08:32:59:227]: Note: target paths subject to change (via custom actions or browsing) MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: TARGETDIR , Object: C:\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: WindowsFolder , Object: NULL MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 , Object: C:\System64\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: ProgramMenuFolder , Object: C:\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: ProgramMenuDirGDAL , Object: C:\GDAL\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: ProgramFiles64Folder , Object: C:\PFiles\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: INSTALLDIR , Object: C:\PFiles\GDAL\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: gdaldataDir , Object: C:\PFiles\GDAL\gdal-data\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: javaDir , Object: C:\PFiles\GDAL\java\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: csharpDir , Object: C:\PFiles\GDAL\csharp\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: projlibDir , Object: C:\PFiles\GDAL\projlib\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: gdalpluginsDir , Object: C:\PFiles\GDAL\gdalplugins\ MSI (s) (40:4C) [08:32:59:227]: Dir (target): Key: licenseDir , Object: C:\PFiles\GDAL\license\ Action ended 08:32:59: CostFinalize. Return value 1. MSI (s) (40:4C) [08:32:59:244]: Doing action: InstallValidate Action 08:32:59: InstallValidate. Validating install Action start 08:32:59: InstallValidate. MSI (s) (40:4C) [08:32:59:245]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '62ff92e1a498d84c975906ab79225ddf'. MSI (s) (40:4C) [08:32:59:245]: Feature: MainProgram; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: GDALUtilities; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: Utilities; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: PROJ4Utilities; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: CURLUtilities; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: KEA; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: GDALPlugins; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: MSSQLSpatial; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: PDF; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: NetCDF; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: HDF4; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: HDF5; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: FITS; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: CSharpBindings; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: JavaBindings; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: PythonBindings; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Feature: VCRedist; Installed: Absent; Request: Local; Action: Local MSI (s) (40:4C) [08:32:59:245]: Component: GDALLicense.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: SZIPLicense.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: HDF4License.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: HDF5License.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: NetCDFLicense.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: FITSLicense.rtf; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_KEA.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: ogr_MSSQLSpatial.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_FITS.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_HDF5.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_HDF4.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_netCDF.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: gdal_PDF.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: epsg; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: world; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: proj.db; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: proj_def.dat; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: other.extra; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: nzgd2kgrid0005.gsb; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:245]: Component: null; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ntv1_can.dat; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ntf_r93.gsb; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: nad83; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: nad27; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: nad.lst; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: IGNF; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ITRF2014; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ITRF2008; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ITRF2000; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: GL27; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: esri.extra; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: esri; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: CH; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: cfitsio.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: geos_c.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: geos.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: hdf5.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libkea.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: hdf5_cpp.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: hdf5_hl.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: hdf5_hl_cpp.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: hdf.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: mfhdf.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: xdr.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: szip.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: iconv_2.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libcurl.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libcrypto_1_1.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libssl_1_1.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libexpat.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libmysql.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libpng16.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libpq.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: libxml2.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: netcdf.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: openjp2.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: proj_4_9.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: proj_7_2.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: spatialite.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: sqlite3.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: sqlite3.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: fts5.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: freexl.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: xerces_c_3_2.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: pcre.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: zlib.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: zstd.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ogdi.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: adrg.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: remote.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: rpf.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: skeleton.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: vrf.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: tiff.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: curl_ca_bundle.crt; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_contour.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_create.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_grid.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_rasterize.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_translate.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdal_viewshed.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdaladdo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalbuildvrt.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdaldem.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalenhance.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalinfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdallocationinfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalmanage.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalmdiminfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalmdimtranslate.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalsrsinfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdaltindex.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdaltransform.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gdalwarp.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gnmanalyse.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: gnmmanage.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: nearblack.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:246]: Component: ogr2ogr.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogrinfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogrlineref.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogrtindex.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: curl.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: openssl.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cct.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cs2cs.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: geod.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gie.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: projsync.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: proj.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: projinfo.exe; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdalalljni.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogr_wrap.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: osr_wrap.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_wrap.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: GDALShell.bat; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal2tiles.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal2xyz.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_calc.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_edit.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_fillnodata.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_merge.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_pansharpen.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_polygonize.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_proximity.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_retile.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_sieve.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdalattachpct.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdalcompare.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdalmove.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogrmerge.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: pct2rgb.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: rgb2pct.py; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ogr_csharp.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: osr_csharp.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal_csharp.dll; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: gdal.jar; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: ApplicationShortcut; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpDC3BF4F98FFC0E15B8DBBC0AC6C1526B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp92E0433E00725FA7A56BFBCAD4C05F6E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpC49BEC3CA2E2D7E9F955B074734D6418; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4ECCCBD39B094BC0068F55AB30C33074; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp32A1E9D48FCFB78046F48454C45FB03A; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpFE43C53BF8EC975758F58F04201C09AD; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpCA3724CE566A605F50838AB1F7DDF221; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp7927EA11777D9EFB79208AB4CE8EA174; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp444AE9112570157E0B376CD4137763FB; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp5FE8907F058252D36633E750A2945873; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpD48F74F12DDAE86C48F8323141214236; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpCEFFCF88CA60AC03680105D9B79FA65B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpF4B558171233DECCBDD27EDE4264E5B0; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp68A69E7AD77C43619FE17AD883976B0B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpCE563DAAD716D040955C34F3A4325783; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp000D9375D43FE52B68E0712745A099AF; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpD6CFF19AF07A0FE14A7675554557B940; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4F66886A1EB194933E60DE60A9C51EDA; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp8A2CE5C55822AFA478031B8921276409; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp458693B6A69D08CB4663305764DF613B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp29C1869BE9E3F16C599A851720739F34; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpCD76F02BE78246656D50F0683488DF92; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp5F07405C52490B69B6CEEA795B2151F7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp8E5326979438DCD09CAEEC70D7AE2684; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp9F57D3BDADC345CC8D31AEAA51A4D141; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpE011FF1E9FF8883CDAFB383F4A02F9B7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4A7150E364F3C1AE709F3FE4293C57EA; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB3E7A2272726C62A7559B40F09EF3FD8; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp8BF778051B35AD647AB1FB18FD4E0CFC; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp9F0D3A2DF83E28EEAD1271ADC93D1B09; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB542CB75A7D9C264E5C38AD0B0BF7E74; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp7125AF9F394A5BBF0933BAE22C9D867F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpBCD807A8BFFE969E49CCCD4A571AE949; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp2F5710F2651C6DD4ED9165C23B786F50; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpA3B290524974BC1D1DBC48E258989A87; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB90A2C43EBDD13D91BDC08934DA24946; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp125D94626E5A68AF59740CBDDBFFBF35; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4BA811FAD9F3F9B3F3D1E2202820F4DE; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp5ED72B7952CE0C4D01EF3D52F963CE84; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpF1A95CE3252AA451F397872898E8047E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp5236D584787F76665BEE33FE47EC0976; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp9547980A5950E558AF37BBE182F6438A; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpF8617FC5305DFDAEC8DC32432DAAB0CF; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp0E315157E4A4D7689DB1E8B0816115F8; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpA33FDD57141651EBA5D39C1EB1240525; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpA603DC623B88B5FF4B114739CC94301F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp34EA90AD982EED2C8B11F1B08437429E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp6607FE84BD5ABC55A37118C75194B17C; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp227EA3C985C25713AA7DEB65C68FC464; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp270430620F4B0F5D9F7132459D81817C; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpCBCA9DD1F7B4BBFD6989A219B1FEDD57; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpAAB39EDE08B763852CEEF47B2B177ABC; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp5B84D827FDC9099B7F17FD7156E01E06; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpA7B476528C503E57952FD7903B035D24; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp36E606F061F6D52B71A7F5F5AF85EBC4; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp82DE07D06B532AA3C1605E8275E24C63; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB723BE7E2C85134C7172FB9E6DD31CAA; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp0113A6F48A84A8072FFD42105F3BC7DD; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp17C80337EDD0E9387D89F879ACCD1E67; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpF94477CF0E2446965AB13595B7EC8E7E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp83E8306A4DAC14A7EB4AE135690A33D5; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp9DBAB890356F42313A6829298D63C7C7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp34D66731CD78C5E583FE0855707A8A37; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpBE020DA3B132473C4BC756E10D7CC9D0; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4DE744090897004625C8321645745215; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4EDB9359DC9914178687E88FAE3F733B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4120E258BFD3CDC1CACBB81AC235BBDA; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp22C860D61F530B9C884859B1EC1D5E53; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp01DFC145A03663FD6F33ABECDA116546; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpFB28F16DDED52E75B749133A7340B4B5; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpE1483AFB7D172CCF58975C6BF35F2121; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpC54C7A5B276543C6CCB54F2FDA6DE8CB; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp7B30183F817F75FB16420DE41AF10670; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpAF476189C901DEF30A596A3BDBAF162B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp065E9EF1A8F463AEA4C8DA6AF4A20A15; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp74445F91C40AA1845ED2D7DD99733582; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp4F7A05182597D809C7536D23BAAAC4A7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpA7BBB2886C736C503E0DB5F35C8072F0; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB7804402AAE07C717A69CEABC853F222; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpAA35D1DED45003B9089992D33CF7748F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmpB6B450F7E9D1E258A79E6F549745D91D; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp61CB8CD8A910F3286DE4715D98D61291; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:247]: Component: cmp364665FA7BAE12198703D822045E4881; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp413CF19409BAE8BC08E8A35AA2B6CB49; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpB269FC526FFD559D07122630E5CDE111; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpC59E693A4A169A678B033C5AEE67307D; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp43885E893AD082B110EADD0DA1E263C3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp5830B670057D20054C331C0CE0656050; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpE9690033A4EA48DA47A14511788F02CB; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp9053BFF4DEFF22A6ED3660CC6D9ECFA0; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpE2C6D8B33115D8768E0E97706EC5FF34; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp846315AFC6F2A34A1D1FCB4967EC8481; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpA74731C98421DAFA5EA82F3D9168C03D; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpA4AE11A6F1238E0C7EB8F27AF388BD61; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp16101FFD43F9C7C960B89DA53784E37F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp174EF56FA676CD472837D6D85B6A8FEE; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp5B6EEF042EF470604540E99902585971; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp180F0701D6AB1F8274DEC9D2CCE4914C; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp20180F29249ED3FCF89CD9FE9FF75173; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp43118459ABB75B72B7B0156E7669F8BD; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp164B716248B7EADA0612CFD07416364D; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpA25A8B0FECEF4B085E9F5D2C579E5770; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpF89108483C4A68720908F587F5FE5885; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpE4742B3D397AA91E46404B97A7E73221; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp58E763A1EA788DD50DF70D64EEBA0220; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpFB5FCC80D963F8722C22381DD0999A84; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp74980162DB37FE1659EEBBCECB363211; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp3796C0F4049FED85BD6354338342324B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp00FE69E1CCC91F34A6D3F754633E4AF3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp293EDE19899399435914068DE74D5257; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpC82670394C26A18ED49F4F01AE60F2BE; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp7243F42BB84E29CDA4C815F79EE01D9C; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp9B588CA117D98CDFEDC1C1E5BDFA38FD; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp911686AA112FDA007F701157E558318A; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpF00BF4D578EE4B91BF4F5D3214CB8C32; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp60B452E870C19DCB3964F6A04EDECCC9; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpECF0615D80B909B0EAF4B0203B71B482; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp629673BF908D1A4EB242F9A7DC6F57F3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp70B4F0D174A1C4F33B2E78D15F26B9E0; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpEB810A85521B6F1AC99ED686BA9CFFE2; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp4666108986D1D28270E760E320ACB3DF; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpBD9A16F7A984544E8BC0609D193963F7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp0BE3C6EABCEBDCE1DEDEA8841F4D384E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpC26CE04CC8BCBBD501FE90D27467C676; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp66FE68AE8FAAF987A6E764E689ABAAF8; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp41EA9175DD4ABD5569A44B6D249C00B7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp8173CC170C478C12124213671706F89F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpDF2C2AF25CF5FD115C0C33FEE13E501F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp4F22670B31A392B7352DCE744F748440; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp1BAA482EF05B09EFA9C7EA3A33BE698E; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp24DA01AD5F7593C306C529CC93B53B72; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpD25CCD6EB7CDDF67D58AA981150565AA; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp6B8C86F0DE253276D8AE727D444ECB28; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpF80BF92E61AA2BC8CDF1245D7D9F8B0A; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpF79384E7B7CE223EB03FBC197F1C8D85; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpB479B4728A3461A382F473024619EE7B; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp3D42AF9569D5CDB62E156E73BA95BD84; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp138FB610E741D7B2FF8C0B4D8B5063D7; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp1307F6AA47529407A996E713C590F831; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmpCDC0166CB6531BA1A41D568B93AD7503; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp5BA43EC7E651E5E13C85D8A2A5AB6E96; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp46E95D747764893C70EA14AA67841B46; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp303C758ABAF82382A0AE0BD5A63B6E1F; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp84C671AD5586C3A7C9EE2EF523BE7B62; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: cmp7D80583F8E9290979BB999EB62A22B89; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: vcruntime140.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: vcruntime140_1.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: msvcp140.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: msvcp140_1.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: msvcp140_2.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: msvcp140_atomic_wait.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: msvcp140_codecvt_ids.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: concrt140.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: vccorlib140.dll_system_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Component: __ApplicationShortcut65; Installed: Null; Request: Local; Action: Local; Client State: Null MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: BindImage MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: ProgId MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: SelfReg MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: Extension MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: Font MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: Class MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: Icon MSI (s) (40:4C) [08:32:59:248]: Note: 1: 2205 2: 3: TypeLib MSI (s) (40:4C) [08:32:59:249]: Note: 1: 2205 2: 3: _RemoveFilePath MSI (s) (40:4C) [08:32:59:298]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.3 (MSVC 2022 Win64) Command Prompt 3: 2 MSI (s) (40:4C) [08:32:59:298]: Note: 1: 1402 2: HKEY_CLASSES_ROOT\.3 (MSVC 2022 Win64) 3: 2 MSI (s) (40:4C) [08:32:59:351]: Note: 1: 2756 2: WindowsFolder MSI (s) (40:4C) [08:32:59:352]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'. MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: BindImage MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: ProgId MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: PublishComponent MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: SelfReg MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: Extension MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: Font MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: Class MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: Icon MSI (s) (40:4C) [08:32:59:352]: Note: 1: 2205 2: 3: TypeLib MSI (s) (40:4C) [08:32:59:353]: Note: 1: 2727 2: MSI (s) (40:4C) [08:32:59:353]: Note: 1: 2205 2: 3: FilesInUse MSI (s) (40:4C) [08:32:59:362]: Note: 1: 2727 2: Action ended 08:32:59: InstallValidate. Return value 1. MSI (s) (40:4C) [08:32:59:363]: Doing action: InstallInitialize Action 08:32:59: InstallInitialize. Action start 08:32:59: InstallInitialize. MSI (s) (40:4C) [08:32:59:364]: Machine policy value 'AlwaysInstallElevated' is 0 MSI (s) (40:4C) [08:32:59:364]: User policy value 'AlwaysInstallElevated' is 0 MSI (s) (40:4C) [08:32:59:364]: BeginTransaction: Locking Server MSI (s) (40:4C) [08:32:59:364]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (40:4C) [08:32:59:364]: SRSetRestorePoint skipped for this transaction. MSI (s) (40:4C) [08:32:59:364]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (40:4C) [08:32:59:364]: Server not locked: locking for product {5974DF4D-8069-4337-B10B-972961591093} Action ended 08:32:59: InstallInitialize. Return value 1. MSI (s) (40:4C) [08:32:59:566]: Doing action: InstallAdminPackage Action 08:32:59: InstallAdminPackage. Copying network install files Action start 08:32:59: InstallAdminPackage. MSI (s) (40:4C) [08:32:59:567]: Note: 1: 2205 2: 3: MsiPatchCertificate MSI (s) (40:4C) [08:32:59:568]: LUA patching is disabled: missing MsiPatchCertificate table MSI (s) (40:4C) [08:32:59:568]: Resolving source. MSI (s) (40:4C) [08:32:59:568]: Resolving source to launched-from source. MSI (s) (40:4C) [08:32:59:568]: Setting launched-from source as last-used. MSI (s) (40:4C) [08:32:59:568]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\hp\Downloads\'. MSI (s) (40:4C) [08:32:59:568]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\hp\Downloads\'. MSI (s) (40:4C) [08:32:59:568]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{5974DF4D-8069-4337-B10B-972961591093}'. MSI (s) (40:4C) [08:32:59:568]: SOURCEDIR ==> C:\Users\hp\Downloads\ MSI (s) (40:4C) [08:32:59:568]: SOURCEDIR product ==> {5974DF4D-8069-4337-B10B-972961591093} MSI (s) (40:4C) [08:32:59:568]: Determining source type MSI (s) (40:4C) [08:32:59:568]: Source type from package 'gdal-3.5.3-1930-x64-core.msi': 2 MSI (s) (40:4C) [08:32:59:568]: SECREPAIR: Hash Database: C:\WINDOWS\Installer\SourceHash{5974DF4D-8069-4337-B10B-972961591093} MSI (s) (40:4C) [08:32:59:570]: Note: 1: 2262 2: SourceHash 3: -2147287038 MSI (s) (40:4C) [08:32:59:728]: SECREPAIR: New Hash Database creation complete. MSI (s) (40:4C) [08:32:59:975]: SECREPAIR: Hash Value for the file:gdal-3.5.3-1930-x64-core.msi is: dyq7TXYQFCcS2BYEgU7+BCCLZRMsQdzgXoBoN6bmccw= MSI (s) (40:4C) [08:33:00:009]: Source path resolution complete. Dumping Directory table... MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: TARGETDIR , Object: C:\Users\hp\Downloads\ , LongSubPath: , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: WindowsFolder , Object: C:\Users\hp\Downloads\ , LongSubPath: , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 , Object: C:\Users\hp\Downloads\ , LongSubPath: System64\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: ProgramMenuFolder , Object: C:\Users\hp\Downloads\ , LongSubPath: , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: ProgramMenuDirGDAL , Object: C:\Users\hp\Downloads\ , LongSubPath: GDAL\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: INSTALLDIR , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: gdaldataDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\gdal-data\ , ShortSubPath: PFiles\GDAL\ptk9ipgs\ MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: javaDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\java\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: csharpDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\csharp\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: projlibDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\projlib\ , ShortSubPath: MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: gdalpluginsDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\gdalplugins\ , ShortSubPath: PFiles\GDAL\vtzyq74q\ MSI (s) (40:4C) [08:33:00:009]: Dir (source): Key: licenseDir , Object: C:\Users\hp\Downloads\ , LongSubPath: PFiles\GDAL\license\ , ShortSubPath: Action 08:33:00: GenerateScript. Generating script operations for action: GenerateScript: Copying network install files MSI (s) (40:4C) [08:33:00:014]: PROPERTY CHANGE: Adding IsAdminPackage property. Its value is '1'. Action ended 08:33:00: InstallAdminPackage. Return value 1. MSI (s) (40:4C) [08:33:00:016]: Doing action: InstallFiles Action 08:33:00: InstallFiles. Copying new files Action start 08:33:00: InstallFiles. MSI (s) (40:4C) [08:33:00:016]: The file represented by File table key 'GDALLicense.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'SZIPLicense.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'HDF4License.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'HDF5License.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'NetCDFLicense.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'FITSLicense.rtf' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'gdal_KEA.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'ogr_MSSQLSpatial.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'gdal_FITS.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'gdal_HDF5.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:017]: The file represented by File table key 'gdal_HDF4.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'gdal_netCDF.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'gdal_PDF.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'epsg' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'world' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'proj.db' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'proj_def.dat' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'other.extra' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'nzgd2kgrid0005.gsb' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'null' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'ntv1_can.dat' has no eligible binary patches MSI (s) (40:4C) [08:33:00:018]: The file represented by File table key 'ntf_r93.gsb' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'nad83' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'nad27' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'nad.lst' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'IGNF' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'ITRF2014' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'ITRF2008' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'ITRF2000' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'GL27' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'esri.extra' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'esri' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'CH' has no eligible binary patches MSI (s) (40:4C) [08:33:00:019]: The file represented by File table key 'cfitsio.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'gdal.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'geos_c.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'geos.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'hdf5.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'libkea.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'hdf5_cpp.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'hdf5_hl.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'hdf5_hl_cpp.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'hdf.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'mfhdf.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'xdr.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:020]: The file represented by File table key 'szip.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'iconv_2.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libcurl.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libcrypto_1_1.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libssl_1_1.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libexpat.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libmysql.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libpng16.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libpq.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'libxml2.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'netcdf.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'openjp2.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:021]: The file represented by File table key 'proj_4_9.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'proj_7_2.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'spatialite.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'sqlite3.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'sqlite3.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'fts5.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'freexl.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'xerces_c_3_2.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'pcre.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'zlib.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'zstd.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'ogdi.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'adrg.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:022]: The file represented by File table key 'remote.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'rpf.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'skeleton.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'vrf.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'tiff.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'curl_ca_bundle.crt' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_contour.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_create.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_grid.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_rasterize.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_translate.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdal_viewshed.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:023]: The file represented by File table key 'gdaladdo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalbuildvrt.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdaldem.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalenhance.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalinfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdallocationinfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalmanage.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalmdiminfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalmdimtranslate.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalsrsinfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdaltindex.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdaltransform.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gdalwarp.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:024]: The file represented by File table key 'gnmanalyse.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'gnmmanage.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'nearblack.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'ogr2ogr.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'ogrinfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'ogrlineref.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'ogrtindex.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'curl.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'openssl.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'cct.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'cs2cs.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:025]: The file represented by File table key 'geod.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gie.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'projsync.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'proj.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'projinfo.exe' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gdalalljni.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'ogr_wrap.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'osr_wrap.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gdal_wrap.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'GDALShell.bat' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gdal2tiles.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gdal2xyz.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:026]: The file represented by File table key 'gdal_calc.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_edit.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_fillnodata.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_merge.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_pansharpen.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_polygonize.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_proximity.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_retile.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdal_sieve.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdalattachpct.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdalcompare.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'gdalmove.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:027]: The file represented by File table key 'ogrmerge.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'pct2rgb.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'rgb2pct.py' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'ogr_csharp.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'osr_csharp.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'gdal_csharp.dll' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'gdal.jar' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'fil68AABFD98CEE5B5B33819771BF3BC42B' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'fil4773CEB546F192267DFBF3C010F1607E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'filC8BB1528BC5C4992897C4D3D98F0B5A4' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'filEB40323D74BBD7083DC0486053587C88' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'fil55CD9EA688E9468D79CFD9AEB5B031D6' has no eligible binary patches MSI (s) (40:4C) [08:33:00:028]: The file represented by File table key 'fil1E54B163F69200F3BD4845FA6D71E067' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil257F15475B19EFD9A513795882EC1893' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'filD569B6E356E097A7E798B1012FC43FAA' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil50B150BDF2E30FC10FA333A4F9F6A01A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'filAF2A2F6A37FEAA4B88AB8DF33D87921A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil187693BAE0221738966FE00859B26CA8' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil3DE3B808C5CE41E6F09A48E3E3566CE3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'filB1816E892CD8AFEE0FEE3C241A21B257' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil6512C42BB68CEB2EE882066D550A4514' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil4FBA0531C7853FDD8CF0104AEBBC722C' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'filC637399CB2A3C92C7E0A3E64996A89CD' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'fil97DFD3A178373A7736732A276EA67000' has no eligible binary patches MSI (s) (40:4C) [08:33:00:029]: The file represented by File table key 'filB40C3A29B8822B652B8ED2388580DD78' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil9E4E4F70A893BD614593B42DD34DA420' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filA1DFC190F0D98ED0593E394B7DE8B6B0' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil12F246D6A76C109C7C5A783AEC3F7DA4' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil68F77EF0E906A5939714671C8FF1E30F' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filAEDE047F65EB9C47DDC50A41FE8FE737' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filEDC4704F16431E2E6642DC0D115D76F4' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filE9AF49773758C42A82BF0BD68FD757CE' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil40C82C68BFC751E386AD9C585A1A5E05' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil0E5FD5E8D2FCBAEF3949D3DC7514DEF0' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filEADBFEDDEB22FDE6868CC7757850233E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filDB52A9E946FA2630DD3152E30F84511C' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'filDCAD4A4D6BCAD283A8177E4DAF83D492' has no eligible binary patches MSI (s) (40:4C) [08:33:00:030]: The file represented by File table key 'fil0A57A765B35FF48B65532CA8D0BAAFFE' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil014D7EE62F8013BE3E03050F067C3C6D' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'filD2DD388448C7F438A597FFC5C4178458' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil7012D4B7AC0C2ECE6A90D6A22008F68A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil92CC86A1DC87F8D1DE3F1476330FE2EC' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'filAC038103558DB8A5C797F1BDB0ADD45E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil6D97C0E65BE939447FFA5245D1C7DCA9' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'filA77F0867D2DAA3BF27C3CD77144236BF' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'filD86B84C0736C549AAF7D2E21740B6473' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil98A5FA59C449B7F0D5E20C59C0C43B0D' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'fil71695AA4ABA7006F20972F650BDB8C73' has no eligible binary patches MSI (s) (40:4C) [08:33:00:031]: The file represented by File table key 'filAF327E065BE96097D0D8AE7461F8BF28' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil08394C41E15B3DBAC1D50EE762BB1AC8' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil8D7F8B1B453544BD6BF2E9FCFBC59CEF' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'filF119E44F57DF9665556E81237E7FF955' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil10BC11757975866BBCF34A1349E13693' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'filAA27FACF06C8A64B19B5705F30D2A83C' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil5437E4BF127300BFB09EC9A73B080221' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'filC7D7C0C3036C9204FBE6B496F9CA5D53' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil90B55318F44BE342A7855412439D0E9E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil36A3DDBE401032D41D9DB8A27772090F' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil8E3B2C1E3CB5986ACEC571EEF4E75483' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'filBC4BAA431ADD303BD6619853EBFE92D5' has no eligible binary patches MSI (s) (40:4C) [08:33:00:032]: The file represented by File table key 'fil3D450431AC55C4062393E22715483A62' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filF85F606A85B88A88D49F1CB2B4D28A8F' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil96043FE669543703E8C43C6EFA6D6539' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil64880AB43DCC623CABBF5267D2F55A65' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filC91B628E570E870B4833FC4C3456017A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil809A38E4A472D6D09E524B87BA43F4FD' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filB103CE14925A14A04AFD5DCFBDF6BDEB' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filED4A39124DE33FC1A9412EDBCC1964AF' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil9D963B752253CF179FB4F6CFDFE63A7B' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil9B873D8ECCF145EF64E573F9EF12D4A4' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filF214E80E09DE6542DABC8FC30C956E61' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil971499141B2B02E7CBB4346124973413' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'filDC1F4DA894C793BC653FEA0693E46826' has no eligible binary patches MSI (s) (40:4C) [08:33:00:033]: The file represented by File table key 'fil8C2E0A560C97D53F08B1FAD1E4EE7D47' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil520C5D742143367443F42230245CE83A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'filC213FC6A265E34B9DAF9E25BD4DB7DC6' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil58A14F5C6AB938C077C92ACE331543FB' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil0890276D466E1200149B136372F64EB5' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil7D9D762BADAC9256973E61955C936491' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil5F66B545CBD3694B17C709A544A24E05' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'filE024741C7374903FAEA1873659D0F7A5' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'filE29E0585C315D27E6E2EA44393681259' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'filB74CAF09B6D5867083FD93F4F40EA274' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil5DEA52A22919BE43C58390222D0F0C08' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil39EC4FFF26B3B20158CDCC311DA72F42' has no eligible binary patches MSI (s) (40:4C) [08:33:00:034]: The file represented by File table key 'fil08465596D139F1B951FB15D6B01F91D5' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filE49FB86BC8D4D20D712717D799DF0681' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil69219A8148FCE895086818E732D9B1BC' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filFB44C7CBE7765ACF88979AD272E832B1' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filB8E8432D3F76DA23871DD19C54C62A29' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil4D9BB4598739782E2840A4C88D9457AE' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filB68D00A6B46DD7BAD662AE36C315CF9C' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil2AF98C1A9AD854E94BE4013C3D3DF248' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil7A8F78C3FFCC15730DD6C2C2746C84AA' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filD1264F6518DCB65C995CB76E81E5E282' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'filDFCA3311198667F5DD75D24D4359C1A0' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil00E661C37224B895371AFE8F4B1AC26B' has no eligible binary patches MSI (s) (40:4C) [08:33:00:035]: The file represented by File table key 'fil897825CB8E487AD48519BA312B8A2785' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'filD292716A593EFF013D6C1E04F3B3066A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'filB6F01559B9B685CB69EE7260454E59F6' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil2E0F25151250D441A75ACF3EC4A53B77' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil134C1DC1316FEFDA9E4FF4324B92AAF8' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil9C1BA875F25646D8ADB2DB542DE4AB23' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil20EFF6E7DF74BCEBD0F33BBBAC5FDE54' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil1B01B0A98617A8D3279CAE1CD5A4257E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil2CAAAD743200F9A6C6FC6C310665130E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'filE792FA85511B4E6381CBDFE3A8490A1A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil0628856227CF5D7209D71A7884C24B2D' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'filA3799AB9916904794A3F70EA450928FB' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil23085BF8CE9824C174A96A5F0BF92666' has no eligible binary patches MSI (s) (40:4C) [08:33:00:036]: The file represented by File table key 'fil683C3C64080EF5705C32FF0ED096EB19' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil683965CE11814F23713E33949F2A4A35' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil5499A6597F7C1E2BE1C37225BDDDACF1' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil8D37E1D817E718BC8FC02FDFC83A0116' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'filDE8EA7D1112BE48AED1711D64607C95F' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil8479688255B112404773EA5F7636F6FA' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil7D3A196F4CE2F55AEEE8FB414E6B4461' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil8F0E6F35941DF9F533255E8307D26171' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil8479403B453969762C915D6BF4E43E4B' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'filD0C98AA5DD9393C91312B67B5868DE09' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil198E7EA52AB966AE8B79135E2B76DC02' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'filE90BA7024D83B02E1BC489CF6D2099F6' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'filF3BBB10DA6A0FF48D427F8F31EB584DB' has no eligible binary patches MSI (s) (40:4C) [08:33:00:037]: The file represented by File table key 'fil413E2D780886AD69D741D26AE7C339D1' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil76ED39BC9A55DA68825C0A11947E0C03' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil0F656BC61A195E71F7D33A3E1A8EC694' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'filEEEBEEB75F132B1FD0B309C7F4C944D9' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil8E107945AE481B9BAEE397F2B6426880' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'filEF68F35108DC45BFA656C6BD850BEA2A' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil3F38B5A56C2A2E890F5F349C245665B6' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil5501A69F459ECD47D0DF11D8D1498899' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'filB08DC3721669986710393F7D4B25410D' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'filF1C97BE18833E723A2E9F9966BB84D43' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil83A74C6799760B014AF57F5CD5DBA5F4' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'filA5C621CAC1559367395C16A9CB83F853' has no eligible binary patches MSI (s) (40:4C) [08:33:00:038]: The file represented by File table key 'fil7C9A0EB4EABFEDD5C50F43E57FABD523' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'filA9DF7F595BAA7F84896F83E95101045E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil19D497AF8C31DE26D6999432B12E7C36' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil2B7B88EDF969BCAF313E13A173AD68B3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'filFBF55C9262D3564F21E68BE2E2D28C8B' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil5995448EF5338AB5228719A78C286744' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil32D1EDE63BF7E5742423A196888BA6B3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil1DD9103894B579ED041911FBA2667C4E' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'filFA31AD0685D05CBCD009FED4D8939229' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil6573590771D7A55B25FB6132DF1F68DA' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'filD737FABF856DEACB23C4833BA0F33C2C' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil1BD6252640B31EAFA98087EF372B0809' has no eligible binary patches MSI (s) (40:4C) [08:33:00:039]: The file represented by File table key 'fil6F7CD1C50EF65CC6A6255FE621CBE641' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'fil9B9C1D72F063410881B3994D31D9424F' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'filFD68A6FBDC9B864A65B96CF162731C62' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'fil33B39AB5D6CA0D0DBE9DEC487C1047B8' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'fil4E857F9F303922BBD4773266984760B8' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'vcruntime140.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'vcruntime140_1.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'msvcp140.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'msvcp140_1.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'msvcp140_2.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'msvcp140_atomic_wait.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'msvcp140_codecvt_ids.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'concrt140.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches MSI (s) (40:4C) [08:33:00:040]: The file represented by File table key 'vccorlib140.dll.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3' has no eligible binary patches InstallFiles: File: Copying new files, Directory: , Size: MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2205 2: 3: Patch MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2228 2: 3: Patch 4: SELECT
Patch.
File,
Patch.
Header,
Patch.
Attributes,
Patch.
Sequence,
Patch.
StreamRefFROM
PatchWHERE
Patch.
File_= ? AND
Patch.
#MsiActive=? ORDER BY
Patch.
Sequence MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2205 2: 3: MsiSFCBypass MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2228 2: 3: MsiSFCBypass 4: SELECT
FileFROM
MsiSFCBypassWHERE
File_= ? MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2205 2: 3: MsiPatchHeaders MSI (s) (40:4C) [08:33:00:042]: Note: 1: 2228 2: 3: MsiPatchHeaders 4: SELECT
HeaderFROM
MsiPatchHeadersWHERE
StreamRef` = ?
MSI (s) (40:4C) [08:33:00:043]: Note: 1: 2205 2: 3: PatchPackage
Action ended 08:33:00: InstallFiles. Return value 1.
MSI (s) (40:4C) [08:33:00:114]: Doing action: InstallFinalize
Action 08:33:00: InstallFinalize.
Action start 08:33:00: InstallFinalize.
MSI (s) (40:4C) [08:33:00:115]: Running Script: C:\WINDOWS\Installer\MSID4DF.tmp
MSI (s) (40:4C) [08:33:00:115]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
MSI (s) (40:4C) [08:33:00:117]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (40:4C) [08:33:00:118]: Machine policy value 'DisableRollback' is 0
MSI (s) (40:4C) [08:33:00:119]: Backup folder is created by user
MSI (s) (40:4C) [08:33:00:119]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:33:00:120]: Backup folder is in cache folder
MSI (s) (40:4C) [08:33:00:121]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:33:00:122]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1446986785,LangId=1033,Platform=589824,ScriptType=5,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=0)
MSI (s) (40:4C) [08:33:00:122]: Executing op: ProductInfo(ProductKey={5974DF4D-8069-4337-B10B-972961591093},ProductName=GDAL 3.5.3 (MSVC 2022 Win64),PackageName=gdal-3.5.3-1930-x64-core.msi,Language=1033,Version=16777216,Assignment=0,ObsoleteArg=0,,,PackageCode={FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (40:4C) [08:33:00:125]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:33:00:127]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:33:00:130]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:33:00:131]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:33:00:132]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (40:4C) [08:33:00:133]: Executing op: DialogInfo(Type=1,Argument=GDAL 3.5.3 (MSVC 2022 Win64))
MSI (s) (40:4C) [08:33:00:133]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (40:4C) [08:33:00:133]: Executing op: ActionStart(Name=InstallAdminPackage,Description=Copying network install files,Template=File: [1], Directory: [9], Size: [6])
Action 08:33:00: InstallAdminPackage. Copying network install files
MSI (s) (40:4C) [08:33:00:134]: Executing op: ChangeMedia(,MediaPrompt=Please insert the disk: ,MediaCabinet=GDAL.cab,BytesPerTick=65536,CopierType=2,ModuleFileName=C:\WINDOWS\Installer\121bdfc2.msi,,,,,IsFirstPhysicalMedia=1)
MSI (s) (40:4C) [08:33:00:134]: Executing op: DatabaseCopy(DatabasePath=C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi,,CabinetStreams=GDAL.cab,AdminDestFolder=C:\,)
MSI (s) (40:4C) [08:33:00:135]: Note: 1: 2203 2: C:\gdal-3.5.3-1930-x64-core.msi 3: -2147287035
DEBUG: Error 2203: Database: C:\gdal-3.5.3-1930-x64-core.msi. Cannot open database file. System error -2147287035
Info 2898. For WixUI_Font_Normal textstyle, the system created a 'Tahoma' font, in 1 character set, of 16 pixels height.
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\gdal-3.5.3-1930-x64-core.msi, -2147287035,
MSI (s) (40:4C) [08:34:14:480]: Product: GDAL 3.5.3 (MSVC 2022 Win64) -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\gdal-3.5.3-1930-x64-core.msi, -2147287035,
Action ended 08:34:14: InstallFinalize. Return value 3.
MSI (s) (40:4C) [08:34:14:510]: Note: 1: 2265 2: 3: -2147287035
MSI (s) (40:4C) [08:34:14:510]: User policy value 'DisableRollback' is 0
MSI (s) (40:4C) [08:34:14:510]: Machine policy value 'DisableRollback' is 0
MSI (s) (40:4C) [08:34:14:512]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:34:14:512]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1446986785,LangId=1033,Platform=589824,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=0)
MSI (s) (40:4C) [08:34:14:513]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (40:4C) [08:34:14:513]: Executing op: DialogInfo(Type=1,Argument=GDAL 3.5.3 (MSVC 2022 Win64))
MSI (s) (40:4C) [08:34:14:513]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
Action 08:34:14: Rollback. Rolling back action:
Rollback: Copying network install files
MSI (s) (40:4C) [08:34:14:515]: Executing op: ActionStart(Name=InstallAdminPackage,Description=Copying network install files,Template=File: [1], Directory: [9], Size: [6])
MSI (s) (40:4C) [08:34:14:515]: Executing op: ProductInfo(ProductKey={5974DF4D-8069-4337-B10B-972961591093},ProductName=GDAL 3.5.3 (MSVC 2022 Win64),PackageName=gdal-3.5.3-1930-x64-core.msi,Language=1033,Version=16777216,Assignment=0,ObsoleteArg=0,,,PackageCode={FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (40:4C) [08:34:14:518]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:34:14:521]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:34:14:524]: SHELL32::SHGetFolderPath returned: C:\Users\hp\AppData\Roaming
MSI (s) (40:4C) [08:34:14:524]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:34:14:526]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
MSI (s) (40:4C) [08:34:14:526]: Error in rollback skipped. Return: 5
MSI (s) (40:4C) [08:34:14:529]: Backup folder is created by user
MSI (s) (40:4C) [08:34:14:533]: Note: 1: 2318 2:
MSI (s) (40:4C) [08:34:14:534]: No System Restore sequence number for this installation.
MSI (s) (40:4C) [08:34:14:534]: Unlocking Server
MSI (s) (40:4C) [08:34:14:592]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
Action ended 08:34:14: ADMIN. Return value 3.
Property(S): licenseDir = C:\PFiles\GDAL\license\
Property(S): gdalpluginsDir = C:\PFiles\GDAL\gdalplugins\
Property(S): projlibDir = C:\PFiles\GDAL\projlib\
Property(S): INSTALLDIR = C:\PFiles\GDAL\
Property(S): csharpDir = C:\PFiles\GDAL\csharp\
Property(S): javaDir = C:\PFiles\GDAL\java\
Property(S): ProgramMenuDirGDAL = C:\GDAL\
Property(S): gdaldataDir = C:\PFiles\GDAL\gdal-data\
Property(S): WixUIRMOption = UseRM
Property(S): ALLUSERS = 1
Property(S): ProgramFiles64Folder = C:\PFiles\
Property(S): TARGETDIR = C:\
Property(S): ProgramMenuFolder = C:\
Property(S): SourceDir = C:\Users\hp\Downloads\
Property(S): Manufacturer = OSGeo
Property(S): ProductCode = {5974DF4D-8069-4337-B10B-972961591093}
Property(S): ProductLanguage = 1033
Property(S): ProductName = GDAL 3.5.3 (MSVC 2022 Win64)
Property(S): ProductVersion = 1.0.0.0
Property(S): UpgradeCode = {F70375C2-6571-4A8C-AEA9-3F253A1735E0}
Property(S): WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT = I want to donate!
Property(S): WIXUI_EXITDIALOGOPTIONALTEXT = Thank you for installing this product. If you find it useful, please help to maintain my support packages. Any amount of donation is a great help in maintaining and improving the services. For more information please visit https://www.gisinternals.com/myprofile.html
Property(S): WixShellExecTarget = https://www.paypal.com/donate/?business=8Q8KHSSNAWUBU&no_recurring=0&item_name=GISInternals+Support+Site¤cy_code=USD
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = Mondo
Property(S): ErrorDialog = ErrorDlg
Property(S): System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 = C:\System64\
Property(S): DirectoryTable100_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 = DirectoryTable
Property(S): MsiLogFileLocation = C:\Users\hp\Downloads\gdal.log
Property(S): PackageCode = {FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): ACTION = ADMIN
Property(S): CURRENTDIRECTORY = C:\Users\hp\Downloads
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 18540
Property(S): VersionDatabase = 405
Property(S): EXECUTEACTION = ADMIN
Property(S): ROOTDRIVE = C:\
Property(S): SECONDSEQUENCE = 1
Property(S): ADDLOCAL = MainProgram,GDALUtilities,Utilities,PROJ4Utilities,CURLUtilities,KEA,GDALPlugins,MSSQLSpatial,PDF,NetCDF,HDF4,HDF5,FITS,CSharpBindings,JavaBindings,PythonBindings,VCRedist
Property(S): MsiSystemRebootPending = 1
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\hp\AppData\Local\Temp\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Users\hp\AppData\Roaming\
Property(S): FavoritesFolder = C:\Users\hp\Favorites\
Property(S): NetHoodFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\Users\hp\Documents\
Property(S): PrintHoodFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\Users\hp\AppData\Local\
Property(S): MyPicturesFolder = G:\hp\Pictures\
Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(S): DesktopFolder = C:\Users\Public\Desktop\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): MsiAMD64 = 6
Property(S): Msix64 = 6
Property(S): Intel = 6
Property(S): PhysicalMemory = 16273
Property(S): VirtualMemory = 6174
Property(S): LogonUser = Pedro Augusto
Property(S): UserSID = S-1-5-21-1905140556-1195212193-1298246897-1001
Property(S): UserLanguageID = 1046
Property(S): ComputerName = PEDRO-POWERWIND
Property(S): SystemLanguageID = 1046
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 08:34:14
Property(S): Date = 31/01/2023
Property(S): MsiNetAssemblySupport = 4.8.4084.0
Property(S): MsiWin32AssemblySupport = 6.3.19041.2364
Property(S): RedirectedDllSupport = 2
Property(S): DATABASE = C:\WINDOWS\Installer\121bdfc2.msi
Property(S): OriginalDatabase = C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
Property(S): UILevel = 5
Property(S): Preselected = 1
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:\Users\hp\Downloads\
Property(S): SourcedirProduct = {5974DF4D-8069-4337-B10B-972961591093}
Property(S): IsAdminPackage = 1
MSI (s) (40:4C) [08:34:14:621]: Closing MSIHANDLE (2) of type 790542 for thread 7500
MSI (s) (40:4C) [08:34:14:639]: MainEngineThread is returning 1603
MSI (s) (40:C0) [08:34:14:642]: RESTART MANAGER: Session closed.
MSI (s) (40:C0) [08:34:14:642]: No System Restore sequence number for this installation.
MSI (s) (40:C0) [08:34:14:646]: User policy value 'DisableRollback' is 0
MSI (s) (40:C0) [08:34:14:646]: Machine policy value 'DisableRollback' is 0
MSI (s) (40:C0) [08:34:14:646]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (40:C0) [08:34:14:647]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (6C:B4) [08:34:14:649]: Back from server. Return value: 1603
MSI (c) (6C:B4) [08:34:14:649]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (6C:B4) [08:34:14:649]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 08:34:14: ExecuteAction. Return value 3.
MSI (c) (6C:B4) [08:34:14:649]: Doing action: FatalError
Action 08:34:14: FatalError.
Action start 08:34:14: FatalError.
Info 2898. For WixUI_Font_Bigger textstyle, the system created a 'Tahoma' font, in 1 character set, of 24 pixels height.
Action 08:34:14: FatalError. Dialog created
MSI (c) (6C:DC) [08:34:14:694]: Note: 1: 2205 2: 3: _RemoveFilePath
MSI (c) (6C:DC) [08:34:14:729]: Note: 1: 1402 2: HKEY_CLASSES_ROOT.3 (MSVC 2022 Win64) Command Prompt 3: 2
MSI (c) (6C:DC) [08:34:14:729]: Note: 1: 1402 2: HKEY_CLASSES_ROOT.3 (MSVC 2022 Win64) 3: 2
MSI (c) (6C:DC) [08:34:14:758]: Note: 1: 2756 2: WindowsFolder
MSI (c) (6C:DC) [08:34:14:758]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: BindImage
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: ProgId
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: PublishComponent
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: SelfReg
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: Extension
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: Font
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: Class
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: Icon
MSI (c) (6C:DC) [08:34:14:759]: Note: 1: 2205 2: 3: TypeLib
MSI (c) (6C:DC) [08:34:14:760]: Note: 1: 2727 2:
Action ended 08:34:23: FatalError. Return value 2.
Action ended 08:34:23: ADMIN. Return value 3.
Property(C): licenseDir = C:\PFiles\GDAL\license\
Property(C): gdalpluginsDir = C:\PFiles\GDAL\gdalplugins\
Property(C): projlibDir = C:\PFiles\GDAL\projlib\
Property(C): INSTALLDIR = C:\PFiles\GDAL\
Property(C): csharpDir = C:\PFiles\GDAL\csharp\
Property(C): javaDir = C:\PFiles\GDAL\java\
Property(C): ProgramMenuDirGDAL = C:\GDAL\
Property(C): gdaldataDir = C:\PFiles\GDAL\gdal-data\
Property(C): WixUIRMOption = UseRM
Property(C): ALLUSERS = 1
Property(C): ProgramFiles64Folder = C:\PFiles\
Property(C): TARGETDIR = C:\
Property(C): ProgramMenuFolder = C:\
Property(C): SourceDir = C:\Users\hp\Downloads\
Property(C): Manufacturer = OSGeo
Property(C): ProductCode = {5974DF4D-8069-4337-B10B-972961591093}
Property(C): ProductLanguage = 1033
Property(C): ProductName = GDAL 3.5.3 (MSVC 2022 Win64)
Property(C): ProductVersion = 1.0.0.0
Property(C): UpgradeCode = {F70375C2-6571-4A8C-AEA9-3F253A1735E0}
Property(C): WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT = I want to donate!
Property(C): WIXUI_EXITDIALOGOPTIONALTEXT = Thank you for installing this product. If you find it useful, please help to maintain my support packages. Any amount of donation is a great help in maintaining and improving the services. For more information please visit https://www.gisinternals.com/myprofile.html
Property(C): WixShellExecTarget = https://www.paypal.com/donate/?business=8Q8KHSSNAWUBU&no_recurring=0&item_name=GISInternals+Support+Site¤cy_code=USD
Property(C): DefaultUIFont = WixUI_Font_Normal
Property(C): WixUI_Mode = Mondo
Property(C): ErrorDialog = ErrorDlg
Property(C): System64Folder.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 = C:\System64\
Property(C): DirectoryTable100_amd64.DFEFC2FE_EEE6_424C_841B_D4E66F0C84A3 = DirectoryTable
Property(C): MsiLogFileLocation = C:\Users\hp\Downloads\gdal.log
Property(C): PackageCode = {FD1028DF-0FBC-4FA6-B7B3-E35FB8B26518}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): ACTION = ADMIN
Property(C): CURRENTDIRECTORY = C:\Users\hp\Downloads
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 18540
Property(C): VersionDatabase = 405
Property(C): MsiSystemRebootPending = 1
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\hp\AppData\Local\Temp\
Property(C): ProgramFilesFolder = C:\Program Files (x86)\
Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(C): CommonFiles64Folder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Users\hp\AppData\Roaming\
Property(C): FavoritesFolder = C:\Users\hp\Favorites\
Property(C): NetHoodFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(C): PersonalFolder = C:\Users\hp\Documents\
Property(C): PrintHoodFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(C): RecentFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\Recent\
Property(C): SendToFolder = C:\Users\hp\AppData\Roaming\Microsoft\Windows\SendTo\
Property(C): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(C): CommonAppDataFolder = C:\ProgramData\
Property(C): LocalAppDataFolder = C:\Users\hp\AppData\Local\
Property(C): MyPicturesFolder = G:\hp\Pictures\
Property(C): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
Property(C): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
Property(C): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
Property(C): DesktopFolder = C:\Users\Public\Desktop\
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 = 16273
Property(C): VirtualMemory = 6179
Property(C): LogonUser = Pedro Augusto
Property(C): UserSID = S-1-5-21-1905140556-1195212193-1298246897-1001
Property(C): UserLanguageID = 1046
Property(C): ComputerName = PEDRO-POWERWIND
Property(C): SystemLanguageID = 1046
Property(C): ScreenX = 1920
Property(C): ScreenY = 1080
Property(C): CaptionHeight = 29
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 20
Property(C): TextInternalLeading = 4
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 08:34:23
Property(C): Date = 31/01/2023
Property(C): MsiNetAssemblySupport = 4.8.4084.0
Property(C): MsiWin32AssemblySupport = 6.3.19041.2364
Property(C): RedirectedDllSupport = 2
Property(C): AdminUser = 1
Property(C): Privileged = 1
Property(C): DATABASE = C:\Users\hp\AppData\Local\Temp\121cc9c2.msi
Property(C): OriginalDatabase = C:\Users\hp\Downloads\gdal-3.5.3-1930-x64-core.msi
Property(C): SOURCEDIR = C:\Users\hp\Downloads\
Property(C): VersionHandler = 5.00
Property(C): UILevel = 5
Property(C): EXECUTEACTION = ADMIN
Property(C): ROOTDRIVE = C:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
=== Logging stopped: 31/01/2023 08:34:23 ===
MSI (c) (6C:B4) [08:34:23:816]: Note: 1: 1708
MSI (c) (6C:B4) [08:34:23:816]: Product: GDAL 3.5.3 (MSVC 2022 Win64) -- Installation failed.
MSI (c) (6C:B4) [08:34:23:817]: Windows Installer installed the product. Product Name: GDAL 3.5.3 (MSVC 2022 Win64). Product Version: 1.0.0.0. Product Language: 1033. Manufacturer: OSGeo. Installation success or error status: 1603.
MSI (c) (6C:B4) [08:34:23:824]: Grabbed execution mutex. MSI (c) (6C:B4) [08:34:23:824]: Cleaning up uninstalled install packages, if any exist MSI (c) (6C:B4) [08:34:23:826]: MainEngineThread is returning 1603 === Verbose logging stopped: 31/01/2023 08:34:23 ===
Found the issue, need to copy the msi file to another folder, worked from root C:.
Thanks everybody for help troubleshooting
👍
Something's not right with the permissions of your Downloads
folder:
Core GDAL msi installer gdal-305-1930-x64-core.msi not working on Windows 10 21H2 64bit, it says not a valid Windows Installer package