Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DotNetCore 3.0.1 HostingBundle install Error 0x80070643: Failed to install MSI package #17288

Closed
petr123321 opened this issue Nov 21, 2019 · 16 comments
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework feature-installers Includes: Installers Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue.

Comments

@petr123321
Copy link

petr123321 commented Nov 21, 2019

Hi,

I cannot install even after reboot ASP.NET Core 3.0.1 Hosting bundle with error:

There is a problem with installation of:

[DCB4:4FB8][2019-11-21T10:33:48]i319: Applied execute package: AspNetCoreModuleV2_x64, result: 0x80070643, restart: None
[DCB4:4FB8][2019-11-21T10:33:48]e000: Error 0x80070643: Failed to execute MSI package.

Full log:

[DCB4:4FB8][2019-11-21T10:33:42]i001: Burn v3.11.1.2318, Windows v6.3 (Build 9600: Service Pack 0), path: C:\Windows\Temp\{23A91223-59D3-4277-988C-56B9EF2B6EBA}\.cr\dotnet-hosting-3.0.1-win-2.exe
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'BundleNameShort' to value 'Microsoft .NET Core 3.0.1'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'BundleNameSub' to value 'Windows Server Hosting'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_ANCM' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_FTS' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_LTS' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_SHAREDFX' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_RUNTIME' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_X86' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing numeric variable 'OPT_NO_SHARED_CONFIG_CHECK' to value '0'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'InstallResetIISState' to value 'disable'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'InstallNoIISState' to value 'disable'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'ModifyResetIISState' to value 'disable'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Initializing string variable 'ModifyNoIISState' to value 'disable'
[DCB4:4FB8][2019-11-21T10:33:42]i009: Command Line: '-burn.clean.room=D:\INSTALL\dotnet-hosting-3.0.1-win-2.exe -burn.filehandle.attached=304 -burn.filehandle.self=312'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Setting string variable 'WixBundleOriginalSource' to value 'D:\INSTALL\dotnet-hosting-3.0.1-win-2.exe'
[DCB4:4FB8][2019-11-21T10:33:42]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'D:\INSTALL\'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343.log'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'WixBundleName' to value 'Microsoft .NET Core 3.0.1 - Windows Server Hosting'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'WixBundleManufacturer' to value 'Microsoft Corporation'
[DCB4:CA3C][2019-11-21T10:33:43]i000: Setting numeric variable 'WixStdBALanguageId' to value 1033
[DCB4:CA3C][2019-11-21T10:33:43]i000: Setting version variable 'WixBundleFileVersion' to value '3.0.1.19554'
[DCB4:4FB8][2019-11-21T10:33:43]i100: Detect begin, 6 packages
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'IISCoreWebEngineInstalled_x86' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'IISW3SVCInstalled_x86' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'IISCoreWebEngineInstalled_x64' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'IISW3SVCInstalled_x64' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition 'NOT (((IISCoreWebEngineInstalled_x86=1) AND (IISW3SVCInstalled_x86=1)) OR ((IISCoreWebEngineInstalled_x64=1) AND (IISW3SVCInstalled_x64=1)))' evaluates to false.
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition '((IISCoreWebEngineInstalled_x86=1) AND (IISW3SVCInstalled_x86=1)) OR ((IISCoreWebEngineInstalled_x64=1) AND (IISW3SVCInstalled_x64=1))' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'InstallResetIISState' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition 'NOT (((IISCoreWebEngineInstalled_x86=1) AND (IISW3SVCInstalled_x86=1)) OR ((IISCoreWebEngineInstalled_x64=1) AND (IISW3SVCInstalled_x64=1)))' evaluates to false.
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition '((IISCoreWebEngineInstalled_x86=1) AND (IISW3SVCInstalled_x86=1)) OR ((IISCoreWebEngineInstalled_x64=1) AND (IISW3SVCInstalled_x64=1))' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:43]i000: Setting string variable 'ModifyResetIISState' to value '1'
[DCB4:4FB8][2019-11-21T10:33:43]i103: Detected related package: {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}, scope: PerMachine, version: 12.2.18346.0, language: 0 operation: MajorUpgrade
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition 'DotNetRedistLtsProductVersion_x64 = v24.4.28211' evaluates to false.
[DCB4:4FB8][2019-11-21T10:33:43]i052: Condition 'DotNetRedistLtsProductVersion_x86 = v24.4.28211' evaluates to false.
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: AspNetCoreModuleV2_x86, state: Absent, cached: None
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: AspNetCoreModuleV2_x64, state: Absent, cached: None
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: DotNetRedistLts_x64, state: Absent, cached: Complete
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: DotNetRedistLts_x86, state: Absent, cached: Complete
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: AspNetCoreSharedFramework_x86, state: Absent, cached: Complete
[DCB4:4FB8][2019-11-21T10:33:43]i101: Detected package: AspNetCoreSharedFramework_x64, state: Absent, cached: Complete
[DCB4:4FB8][2019-11-21T10:33:43]i199: Detect complete, result: 0x0
[DCB4:CA3C][2019-11-21T10:33:43]i000: Disable control InstallNoIIS
[DCB4:CA3C][2019-11-21T10:33:44]i000: Setting numeric variable 'EulaAcceptCheckbox' to value 1
[DCB4:4FB8][2019-11-21T10:33:44]i200: Plan begin, 6 packages, action: Install
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition 'NOT VersionNT64 AND (VersionNT >= v6.1) AND (IISCoreWebEngineInstalled_x86=1) AND (IISW3SVCInstalled_x86=1) AND (NOT OPT_NO_ANCM)' evaluates to false.
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition 'VersionNT64 AND (VersionNT64 >= v6.1) AND (IISCoreWebEngineInstalled_x64=1) AND (IISW3SVCInstalled_x64=1) AND (NOT OPT_NO_ANCM)' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleRollbackLog_AspNetCoreModuleV2_x64' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_000_AspNetCoreModuleV2_x64_rollback.log'
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleLog_AspNetCoreModuleV2_x64' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_000_AspNetCoreModuleV2_x64.log'
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition 'VersionNT64 AND (NOT OPT_NO_RUNTIME)' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:44]w321: Skipping dependency registration on package with no dependency providers: DotNetRedistLts_x64
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleLog_DotNetRedistLts_x64' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_001_DotNetRedistLts_x64.log'
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition '(NOT OPT_NO_RUNTIME) AND (NOT OPT_NO_X86)' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:44]w321: Skipping dependency registration on package with no dependency providers: DotNetRedistLts_x86
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleLog_DotNetRedistLts_x86' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_002_DotNetRedistLts_x86.log'
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition '(NOT OPT_NO_SHAREDFX) AND (NOT OPT_NO_X86)' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleRollbackLog_AspNetCoreSharedFramework_x86' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_003_AspNetCoreSharedFramework_x86_rollback.log'
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleLog_AspNetCoreSharedFramework_x86' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_003_AspNetCoreSharedFramework_x86.log'
[DCB4:4FB8][2019-11-21T10:33:44]i052: Condition 'VersionNT64 AND (NOT OPT_NO_SHAREDFX)' evaluates to true.
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleRollbackLog_AspNetCoreSharedFramework_x64' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_004_AspNetCoreSharedFramework_x64_rollback.log'
[DCB4:4FB8][2019-11-21T10:33:44]i000: Setting string variable 'WixBundleLog_AspNetCoreSharedFramework_x64' to value 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191121103343_004_AspNetCoreSharedFramework_x64.log'
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: AspNetCoreModuleV2_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: AspNetCoreModuleV2_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: DotNetRedistLts_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: No, uncache: No, dependency: None
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: DotNetRedistLts_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: No, uncache: No, dependency: None
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: AspNetCoreSharedFramework_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
[DCB4:4FB8][2019-11-21T10:33:44]i201: Planned package: AspNetCoreSharedFramework_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
[DCB4:4FB8][2019-11-21T10:33:44]i299: Plan complete, result: 0x0
[DCB4:4FB8][2019-11-21T10:33:44]i300: Apply begin
[DCB4:4FB8][2019-11-21T10:33:44]i010: Launching elevated engine process.
[DCB4:4FB8][2019-11-21T10:33:44]i011: Launched elevated engine process.
[DCB4:4FB8][2019-11-21T10:33:45]i012: Connected to elevated engine.
[5F50:DF70][2019-11-21T10:33:45]i358: Pausing automatic updates.
[5F50:DF70][2019-11-21T10:33:45]i359: Paused automatic updates.
[5F50:DF70][2019-11-21T10:33:45]i360: Creating a system restore point.
[5F50:DF70][2019-11-21T10:33:45]i362: System restore disabled, system restore point not created.
[5F50:DF70][2019-11-21T10:33:45]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{c80ac067-8d3a-4599-9cdb-61c923369662}, options: 0x7, disable resume: No
[5F50:DF70][2019-11-21T10:33:45]i000: Caching bundle from: 'C:\Windows\Temp\{F911B896-C2FD-429C-AE8A-5E3AA4EACD0B}\.be\WindowsServerHostingBundle.exe' to: 'C:\ProgramData\Package Cache\{c80ac067-8d3a-4599-9cdb-61c923369662}\WindowsServerHostingBundle.exe'
[5F50:DF70][2019-11-21T10:33:45]i320: Registering bundle dependency provider: b32a606f-e9c8-3db8-ad7a-bce9e6c93630, version: 3.0.1.19554
[5F50:DF70][2019-11-21T10:33:45]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{c80ac067-8d3a-4599-9cdb-61c923369662}, resume: Active, restart initiated: No, disable resume: No
[5F50:789C][2019-11-21T10:33:45]i305: Verified acquired payload: AspNetCoreModuleV2_x64 at path: C:\ProgramData\Package Cache\.unverified\AspNetCoreModuleV2_x64, moving to: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi.
[5F50:DF70][2019-11-21T10:33:45]i301: Applying execute package: AspNetCoreModuleV2_x64, action: Install, path: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" OPT_NO_SHARED_CONFIG_CHECK="0"'
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: DotNetRedistLts_x64 at path: C:\ProgramData\Package Cache\77ACAE65B20D66F0A96C7315DDD9A4E98F39B364\dotnet-runtime-3.0.1-win-x64.exe.
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: DotNetRedistLts_x86 at path: C:\ProgramData\Package Cache\536BA756EE321459CB6EECA129BAE8F323287D9D\dotnet-runtime-3.0.1-win-x86.exe.
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: AspNetCoreSharedFramework_x86 at path: C:\ProgramData\Package Cache\{E0C0DC01-E0FB-3748-8FE6-8A5A53313C07}v3.0.1.0\AspNetCoreSharedFramework-x86.msi.
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: payE8FF909CCC492AECE35EA01D553B69A9 at path: C:\ProgramData\Package Cache\{E0C0DC01-E0FB-3748-8FE6-8A5A53313C07}v3.0.1.0\sfx_x86.cab.
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: AspNetCoreSharedFramework_x64 at path: C:\ProgramData\Package Cache\{516866EB-1281-39BA-A31B-C7238CE0A94B}v3.0.1.0\AspNetCoreSharedFramework-x64.msi.
[5F50:789C][2019-11-21T10:33:45]i304: Verified existing payload: payBE3BEB3AFF4AAED9787619D0FA166815 at path: C:\ProgramData\Package Cache\{516866EB-1281-39BA-A31B-C7238CE0A94B}v3.0.1.0\sfx_x64.cab.
[5F50:DF70][2019-11-21T10:33:48]e000: Error 0x80070643: Failed to install MSI package.
[5F50:DF70][2019-11-21T10:33:48]e000: Error 0x80070643: Failed to execute MSI package.
[DCB4:4FB8][2019-11-21T10:33:48]e000: Error 0x80070643: Failed to configure per-machine MSI package.
[DCB4:4FB8][2019-11-21T10:33:48]i319: Applied execute package: AspNetCoreModuleV2_x64, result: 0x80070643, restart: None
[DCB4:4FB8][2019-11-21T10:33:48]e000: Error 0x80070643: Failed to execute MSI package.
[5F50:DF70][2019-11-21T10:33:48]i318: Skipped rollback of package: AspNetCoreModuleV2_x64, action: Uninstall, already: Absent
[DCB4:4FB8][2019-11-21T10:33:48]i319: Applied rollback package: AspNetCoreModuleV2_x64, result: 0x0, restart: None
[5F50:DF70][2019-11-21T10:33:48]i351: Removing cached package: AspNetCoreModuleV2_x64, from path: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\
[5F50:DF70][2019-11-21T10:33:48]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{c80ac067-8d3a-4599-9cdb-61c923369662}, resume: None, restart: None, disable resume: No
[5F50:DF70][2019-11-21T10:33:48]i330: Removed bundle dependency provider: b32a606f-e9c8-3db8-ad7a-bce9e6c93630
[5F50:DF70][2019-11-21T10:33:48]i352: Removing cached bundle: {c80ac067-8d3a-4599-9cdb-61c923369662}, from path: C:\ProgramData\Package Cache\{c80ac067-8d3a-4599-9cdb-61c923369662}\
[5F50:DF70][2019-11-21T10:33:48]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{c80ac067-8d3a-4599-9cdb-61c923369662}, resume: None, restart initiated: No, disable resume: No
[DCB4:4FB8][2019-11-21T10:33:48]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart:  No
@Pilchie Pilchie added the feature-installers Includes: Installers label Nov 21, 2019
@analogrelay
Copy link
Contributor

Unfortunately this log isn't quite the right one. This is the log from the exe bundle but the exe installs an MSI package (which is what's failing, see Failed to install MSI package) and we need to find the log for that.

@joeloff can you help @petr123321 track that log down?

@joeloff
Copy link
Member

joeloff commented Nov 22, 2019

Should be in %Temp%\dd_dd_DotNetCoreWinSvrHosting__20191121103343_000_AspNetCoreModuleV2_x64.log

@analogrelay analogrelay added the Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. label Nov 22, 2019
@analogrelay
Copy link
Contributor

Thanks @joeloff ! @petr123321 can you find and post that log file as well? That should have more detail on the specific error.

@petr123321
Copy link
Author

petr123321 commented Nov 25, 2019

Hi,

log is:

=== Verbose logging started: 25. 11. 2019  11:52:59  Build type: SHIP UNICODE 5.00.9600.00  Calling process: C:\Windows\Temp\{112B5684-9D72-47B8-ABA8-446E85B47786}\.be\WindowsServerHostingBundle.exe ===
MSI (c) (98:58) [11:52:59:593]: Resetting cached policy values
MSI (c) (98:58) [11:52:59:593]: Machine policy value 'Debug' is 0
MSI (c) (98:58) [11:52:59:593]: ******* RunEngine:
           ******* Product: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (98:58) [11:52:59:593]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (98:58) [11:52:59:609]: Grabbed execution mutex.
MSI (c) (98:58) [11:52:59:655]: Cloaking enabled.
MSI (c) (98:58) [11:52:59:655]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (98:58) [11:52:59:655]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (10:04) [11:52:59:687]: Running installation inside multi-package transaction C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi
MSI (s) (10:04) [11:52:59:687]: Grabbed execution mutex.
MSI (s) (10:88) [11:52:59:687]: Resetting cached policy values
MSI (s) (10:88) [11:52:59:687]: Machine policy value 'Debug' is 0
MSI (s) (10:88) [11:52:59:687]: ******* RunEngine:
           ******* Product: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (s) (10:88) [11:52:59:687]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (10:88) [11:52:59:702]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (10:88) [11:52:59:702]: SRSetRestorePoint skipped for this transaction.
MSI (s) (10:88) [11:52:59:702]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (s) (10:88) [11:52:59:718]: File will have security applied from OpCode.
MSI (s) (10:88) [11:52:59:718]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi' against software restriction policy
MSI (s) (10:88) [11:52:59:718]: SOFTWARE RESTRICTION POLICY: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi has a digital signature
MSI (s) (10:88) [11:52:59:765]: SOFTWARE RESTRICTION POLICY: C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (10:88) [11:52:59:765]: MSCOREE not loaded loading copy from system32
MSI (s) (10:88) [11:52:59:780]: End dialog not enabled
MSI (s) (10:88) [11:52:59:780]: Original package ==> C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi
MSI (s) (10:88) [11:52:59:780]: Package we're running from ==> C:\Windows\Installer\2bf2dc46.msi
MSI (s) (10:88) [11:52:59:796]: APPCOMPAT: Compatibility mode property overrides found.
MSI (s) (10:88) [11:52:59:796]: APPCOMPAT: looking for appcompat database entry with ProductCode '{621912CF-223F-4C53-8F31-FB83687FD9E4}'.
MSI (s) (10:88) [11:52:59:796]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'TransformsSecure' is 1
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'DisablePatch' is 0
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (10:88) [11:52:59:812]: APPCOMPAT: looking for appcompat database entry with ProductCode '{621912CF-223F-4C53-8F31-FB83687FD9E4}'.
MSI (s) (10:88) [11:52:59:812]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (10:88) [11:52:59:812]: Transforms are not secure.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191125115254_000_AspNetCoreModuleV2_x64.log'.
MSI (s) (10:88) [11:52:59:812]: Command Line: ARPSYSTEMCOMPONENT=1 MSIFASTINSTALL=7 OPT_NO_SHARED_CONFIG_CHECK=0 REBOOT=ReallySuppress CURRENTDIRECTORY=D:\INSTALL CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=22680 
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{B72FF856-AAEC-4C31-9459-D87F39438B2F}'.
MSI (s) (10:88) [11:52:59:812]: Product Code passed to Engine.Initialize:           ''
MSI (s) (10:88) [11:52:59:812]: Product Code from property table before transforms: '{621912CF-223F-4C53-8F31-FB83687FD9E4}'
MSI (s) (10:88) [11:52:59:812]: Product Code from property table after transforms:  '{621912CF-223F-4C53-8F31-FB83687FD9E4}'
MSI (s) (10:88) [11:52:59:812]: Product not registered: beginning first-time install
MSI (s) (10:88) [11:52:59:812]: Product {621912CF-223F-4C53-8F31-FB83687FD9E4} is not managed.
MSI (s) (10:88) [11:52:59:812]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (10:88) [11:52:59:812]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (10:88) [11:52:59:812]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (10:88) [11:52:59:812]: Adding new sources is allowed.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (10:88) [11:52:59:812]: Package name extracted from package path: 'aspnetcoremodule_x64_en_v2.msi'
MSI (s) (10:88) [11:52:59:812]: Package to be registered: 'aspnetcoremodule_x64_en_v2.msi'
MSI (s) (10:88) [11:52:59:812]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'DisableMsi' is 1
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (10:88) [11:52:59:812]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (10:88) [11:52:59:812]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (10:88) [11:52:59:812]: Running product '{621912CF-223F-4C53-8F31-FB83687FD9E4}' with elevated privileges: Product is assigned.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding ARPSYSTEMCOMPONENT property. Its value is '1'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding MSIFASTINSTALL property. Its value is '7'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'D:\INSTALL'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
MSI (s) (10:88) [11:52:59:812]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '22680'.
MSI (s) (10:88) [11:52:59:812]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (10:88) [11:52:59:827]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'a70ccde9b78a234f92b66b33d4301113'.
MSI (s) (10:88) [11:52:59:827]: RESTART MANAGER: Session opened.
MSI (s) (10:88) [11:52:59:827]: TRANSFORMS property is now: 
MSI (s) (10:88) [11:52:59:827]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '400'.
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (10:88) [11:52:59:827]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (10:88) [11:52:59:843]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (s) (10:88) [11:52:59:843]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (s) (10:88) [11:52:59:843]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (10:88) [11:52:59:843]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.
MSI (s) (10:88) [11:52:59:843]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\2bf2dc46.msi'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi'.
MSI (s) (10:88) [11:52:59:843]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (10:88) [11:52:59:843]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
MSI (s) (10:88) [11:52:59:843]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (10:88) [11:52:59:843]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (10:88) [11:52:59:843]: Machine policy value 'DisableRollback' is 0
MSI (s) (10:88) [11:52:59:843]: User policy value 'DisableRollback' is 0
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding MsiUISourceResOnly property. Its value is '1'.
=== Logging started: 25. 11. 2019  11:52:59 ===
MSI (s) (10:88) [11:52:59:843]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '603'. Its new value: '601'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '603'. Its new value: '601'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '601'. Its new value: '600'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '601'. Its new value: '600'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '600'. Its new value: '502'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '600'. Its new value: '502'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '502'. Its new value: '501'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '502'. Its new value: '501'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '501'. Its new value: '500'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '501'. Its new value: '500'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '500'. Its new value: '400'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '500'. Its new value: '400'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '400'. Its new value: '603'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '400'. Its new value: '603'.
MSI (s) (10:88) [11:52:59:843]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (10:88) [11:52:59:843]: Doing action: INSTALL
Action start 11:52:59: INSTALL.
MSI (s) (10:88) [11:52:59:859]: Running ExecuteSequence
MSI (s) (10:88) [11:52:59:859]: Doing action: FindRelatedProducts
Action start 11:52:59: FindRelatedProducts.
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding OLDERVERSIONFOUND property. Its value is '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding MIGRATE property. Its value is '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (s) (10:88) [11:52:59:859]: Doing action: AppSearch
Action ended 11:52:59: FindRelatedProducts. Return value 1.
Action start 11:52:59: AppSearch.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\Windows\system32\inetsrv'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISADMINSERVICEINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISASPNET property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISMETABASEIMAGEPATH property. Its value is 'C:\Windows\system32\inetsrv\inetinfo.exe'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding IISREMOTECHANNELINSTALLED property. Its value is 'Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#2'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'ServerStandard'.
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebPlatformInstaller\3 3: 2 
MSI (s) (10:88) [11:52:59:859]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (s) (10:88) [11:52:59:859]: PROPERTY CHANGE: Adding WEBPI4INSTALLED property. Its value is '#1'.
MSI (s) (10:88) [11:52:59:859]: Doing action: LaunchConditions
Action ended 11:52:59: AppSearch. Return value 1.
Action start 11:52:59: LaunchConditions.
MSI (s) (10:88) [11:52:59:859]: Doing action: ValidateProductID
Action ended 11:52:59: LaunchConditions. Return value 1.
Action start 11:52:59: ValidateProductID.
MSI (s) (10:88) [11:52:59:859]: Doing action: CostInitialize
Action ended 11:52:59: ValidateProductID. Return value 1.
MSI (s) (10:88) [11:52:59:859]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: Patch 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: __MsiPatchFileList 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`  
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: Patch 
Action start 11:52:59: CostInitialize.
MSI (s) (10:88) [11:52:59:874]: Doing action: FileCost
Action ended 11:52:59: CostInitialize. Return value 1.
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: MsiAssembly 
Action start 11:52:59: FileCost.
MSI (s) (10:88) [11:52:59:874]: Doing action: CostFinalize
Action ended 11:52:59: FileCost. Return value 1.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: Patch 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: Condition 
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding IISModuleDirectory32 property. Its value is 'C:\Program Files (x86)\IIS\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding INSTALLLOCATION32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding VersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding HandlerVersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\13.0.19309\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding IISModuleDirectory property. Its value is 'C:\Program Files\IIS\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding INSTALLLOCATION property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding VersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding HandlerVersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\13.0.19309\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding IISInstallDir property. Its value is 'C:\Windows\system32\inetsrv\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding IISConfigDir property. Its value is 'C:\Windows\system32\inetsrv\config\'.
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding IISSchemaDir property. Its value is 'C:\Windows\system32\inetsrv\config\schema\'.
MSI (s) (10:88) [11:52:59:874]: Target path resolution complete. Dumping Directory table...
MSI (s) (10:88) [11:52:59:874]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: ProgramFilesFolder	, Object: C:\Program Files (x86)\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: IISModuleDirectory32	, Object: C:\Program Files (x86)\IIS\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: INSTALLLOCATION32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: VersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: HandlerVersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\13.0.19309\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: ProgramFiles64Folder	, Object: C:\Program Files\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: IISModuleDirectory	, Object: C:\Program Files\IIS\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: INSTALLLOCATION	, Object: C:\Program Files\IIS\Asp.Net Core Module\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: VersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: HandlerVersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\13.0.19309\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: System64Folder	, Object: C:\Windows\system32\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: IISInstallDir	, Object: C:\Windows\system32\inetsrv\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: IISConfigDir	, Object: C:\Windows\system32\inetsrv\config\
MSI (s) (10:88) [11:52:59:874]: Dir (target): Key: IISSchemaDir	, Object: C:\Windows\system32\inetsrv\config\schema\
MSI (s) (10:88) [11:52:59:874]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (10:88) [11:52:59:874]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? 
Action start 11:52:59: CostFinalize.
MSI (s) (10:88) [11:52:59:890]: Doing action: MigrateFeatureStates
Action ended 11:52:59: CostFinalize. Return value 1.
MSI (s) (10:88) [11:52:59:890]: Migrating feature settings from product(s) '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (s) (10:88) [11:52:59:890]: MigrateFeatureStates: based on existing product, setting feature 'FT_DepProvider_IIS_ANCM_V2' to 'Local' state.
MSI (s) (10:88) [11:52:59:890]: MigrateFeatureStates: based on existing product, setting feature 'AspNetCoreModuleFeature' to 'Local' state.
Action start 11:52:59: MigrateFeatureStates.
MSI (s) (10:88) [11:52:59:890]: Doing action: InstallValidate
Action ended 11:52:59: MigrateFeatureStates. Return value 1.
MSI (s) (10:88) [11:52:59:890]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'a70ccde9b78a234f92b66b33d4301113'.
MSI (s) (10:88) [11:52:59:890]: Feature: AspNetCoreModuleFeature; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Feature: FT_DepProvider_IIS_ANCM_V2; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: C_DiscoverabilityKey; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: AspNetCoreSchemaV2; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: AspNetCoreModuleV2; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: AspNetCoreModuleHandler; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: C_DiscoverabilityKeyWow; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: AspNetCoreModuleV2.wow; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: AspNetCoreModuleHandler.wow; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Component: C_DepProvider_IIS_ANCM_V2; Installed: Absent;   Request: Local;   Action: Local
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Extension 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Font 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Class 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: TypeLib 
Action start 11:52:59: InstallValidate.
MSI (s) (10:88) [11:52:59:890]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Extension 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Font 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: Class 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2205 2:  3: TypeLib 
MSI (s) (10:88) [11:52:59:890]: Note: 1: 2727 2:  
Action ended 11:53:03: InstallValidate. Return value 3.
Action ended 11:53:03: INSTALL. Return value 3.
Property(S): UpgradeCode = {8D50FDE7-0B84-4900-B60D-BD952979BA0B}
Property(S): IISINSTALLPATH = C:\Windows\system32\inetsrv
Property(S): IISCOREWEBENGINEINSTALLED = #1
Property(S): IISW3SVCINSTALLED = #1
Property(S): IISADMINSERVICEINSTALLED = #1
Property(S): IISMANAGEMENTCONSOLEINSTALLED = #1
Property(S): IISNETFXEXTENSIBILITYINSTALLED = #1
Property(S): IISASPNET = #1
Property(S): IISMETABASEIMAGEPATH = C:\Windows\system32\inetsrv\inetinfo.exe
Property(S): IISREMOTECHANNELINSTALLED = Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Property(S): NETFRAMEWORK20 = #1
Property(S): NETFRAMEWORK20_SP_LEVEL = #2
Property(S): NETFRAMEWORK35_SP_LEVEL = #1
Property(S): POWERSHELLINSTALLED = #1
Property(S): WINDOWSUPDATE_START_TYPE = #2
Property(S): WINDOWSEDITION = ServerStandard
Property(S): WEBPI4INSTALLED = #1
Property(S): TARGETDIR = C:\
Property(S): IISSchemaDir = C:\Windows\system32\inetsrv\config\schema\
Property(S): VersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\
Property(S): HandlerVersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\13.0.19309\
Property(S): VersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
Property(S): HandlerVersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\13.0.19309\
Property(S): WixUIRMOption = UseRM
Property(S): ALLUSERS = 1
Property(S): ARPNOMODIFY = 1
Property(S): IISConfigDir = C:\Windows\system32\inetsrv\config\
Property(S): IISInstallDir = C:\Windows\system32\inetsrv\
Property(S): System64Folder = C:\Windows\system32\
Property(S): INSTALLLOCATION = C:\Program Files\IIS\Asp.Net Core Module\
Property(S): IISModuleDirectory = C:\Program Files\IIS\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): INSTALLLOCATION32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\
Property(S): IISModuleDirectory32 = C:\Program Files (x86)\IIS\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): Privileged = 1
Property(S): ARPCONTACT = Microsoft Corporation
Property(S): ARPPRODUCTICON = AspNetCoreModule.ico
Property(S): OPT_NO_SHARED_CONFIG_CHECK = 0
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {621912CF-223F-4C53-8F31-FB83687FD9E4}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft ASP.NET Core Module V2
Property(S): ProductVersion = 13.0.19309.0
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = Minimal
Property(S): ErrorDialog = ErrorDlg
Property(S): SecureCustomProperties = DUPLICATEVERSIONFOUND;IGNOREDEPENDENCIES;IISADMINSERVICEINSTALLED;IISASPNET;IISCOREWEBENGINEINSTALLED;IISINSTALLPATH;IISMANAGEMENTCONSOLEINSTALLED;IISMETABASEIMAGEPATH;IISNETFXEXTENSIBILITYINSTALLED;IISREMOTECHANNELINSTALLED;IISW3SVCINSTALLED;NETFRAMEWORK20;NETFRAMEWORK20_SP_LEVEL;NETFRAMEWORK35_SP_LEVEL;NEWERVERSIONFOUND;OLDERVERSIONFOUND;POWERSHELLINSTALLED;WEBPI3INSTALLED;WEBPI4INSTALLED;WINDOWSEDITION;WINDOWSUPDATE_START_TYPE
Property(S): OLDERVERSIONFOUND = {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}
Property(S): MsiLogFileLocation = C:\Users\ADMINI~1\AppData\Local\Temp\dd_dd_DotNetCoreWinSvrHosting__20191125115254_000_AspNetCoreModuleV2_x64.log
Property(S): ProductState = -1
F856-AAEC-4C31-9459-D87F39438B2F}
Property(S): PackagecodeChanging = 1
Property(S): ARPSYSTEMCOMPONENT = 1
Property(S): MSIFASTINSTALL = 7
Property(S): REBOOT = ReallySuppress
Property(S): CURRENTDIRECTORY = D:\INSTALL
Property(S): CLIENTUILEVEL = 3
Property(S): MSICLIENTUSESEXTERNALUI = 1
Property(S): CLIENTPROCESSID = 22680
Property(S): VersionDatabase = 400
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 = 3
Property(S): WindowsFolder = C:\Windows\
Property(S): WindowsVolume = C:\
Property(S): SystemFolder = C:\Windows\SysWOW64\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\
Property(S): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\Users\Administrator\Documents\
Property(S): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
Property(S): MyPicturesFolder = C:\Users\Administrator\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): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
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 = 32765
Property(S): VirtualMemory = 4244
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = Administrator
Property(S): UserSID = S-1-5-21-3212805873-4061959510-1703541745-500
Property(S): UserLanguageID = 1029
Property(S): ComputerName = W1
Property(S): SystemLanguageID = 1029
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): MsiTabletPC = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 11:53:03
Property(S): Date = 25. 11. 2019
Property(S): MsiNetAssemblySupport = 4.7.3062.0
Property(S): MsiWin32AssemblySupport = 6.3.9600.17415
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): USERNAME = Windows User
Property(S): DATABASE = C:\Windows\Installer\2bf2dc46.msi
Property(S): OriginalDatabase = C:\ProgramData\Package Cache\{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi
Property(S): UILevel = 2
Property(S): ACTION = INSTALL
Property(S): MsiUISourceResOnly = 1
Property(S): MIGRATE = {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}
Property(S): ROOTDRIVE = C:\
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): INSTALLLEVEL = 1
MSI (s) (10:88) [11:53:03:530]: Note: 1: 1708 
MSI (s) (10:88) [11:53:03:530]: Product: Microsoft ASP.NET Core Module V2 -- Installation failed.

MSI (s) (10:88) [11:53:03:530]: Windows Installer installed the product. Product Name: Microsoft ASP.NET Core Module V2. Product Version: 13.0.19309.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.

MSI (s) (10:88) [11:53:03:530]: Deferring clean up of packages/files, if any exist
MSI (s) (10:88) [11:53:03:530]: MainEngineThread is returning 1603
MSI (s) (10:04) [11:53:03:530]: RESTART MANAGER: Session closed.
MSI (s) (10:04) [11:53:03:530]: No System Restore sequence number for this installation.
=== Logging stopped: 25. 11. 2019  11:53:03 ===
MSI (s) (10:04) [11:53:03:530]: User policy value 'DisableRollback' is 0
MSI (s) (10:04) [11:53:03:530]: Machine policy value 'DisableRollback' is 0
MSI (s) (10:04) [11:53:03:530]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (10:04) [11:53:03:530]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (10:04) [11:53:03:530]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (10:04) [11:53:03:530]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (98:58) [11:53:03:546]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (98:58) [11:53:03:546]: MainEngineThread is returning 1603
=== Verbose logging stopped: 25. 11. 2019  11:53:03 ===

@joeloff
Copy link
Member

joeloff commented Nov 25, 2019

So from what I'm seeing, InstallValidate action is returning 3. This seems to happen since costing is showing that there is insufficient disk space. The properties below expressed as multiples of 512 bytes and they are all set to 0.

Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0

@petr123321
Copy link
Author

So from what I'm seeing, InstallValidate action is returning 3. This seems to happen since costing is showing that there is insufficient disk space. The properties below expressed as multiples of 512 bytes and they are all set to 0.

Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0

There is 45 Gig of space, that's not that. But I don't know what else is.

@joeloff
Copy link
Member

joeloff commented Nov 25, 2019

@petr123321 I figured as much. I'm digging further into the log and will let you know as soon as I find anything else.

@joeloff
Copy link
Member

joeloff commented Nov 26, 2019

Ok, it looks like it's reporting a missing directory, though the name of the directory is empty:

MSI (s) (10:88) [11:52:59:890]: Note: 1: 2727 2:

that translates to The directory entry '[2]' does not exist in the Directory table. and according to the log, the value for [2] is empty

I've been going through the MSI tables and I don't see anything out of the ordinary. 2727 usually indicates that one of the entries in the Directory table failed to resolve correctly. The obvious point of failure is where a directory references needs to be resolved, e.g. the destination of a where a file would be installed (File table traced through the Component table and back to the Directory), a file that needs to be deleted or a registry key that writes something like a path and relies indirectly on obtaining the value from a property in the Directory table, e.g. you refer to a property [Abc] but the Directory table actually has it defined as 'abc'.

This is the second time we've come across this issue I think. I'll keep digging

@ghost
Copy link

ghost commented Dec 2, 2019

<Comment deleted by @anurse ... this predated our policies around the "Needs: Author Feedback" label and it didn't get updated properly ;). No automated action will be taken on this issue for now>

@analogrelay analogrelay removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. Status: No Recent Activity labels Dec 2, 2019
@petr123321
Copy link
Author

Any news please? :-(

@joeloff
Copy link
Member

joeloff commented Dec 2, 2019

Let's try something else. Based on the logs, the MSI was cached and run from the folder below.

C:\ProgramData\Package Cache{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi

Could you try the following:

  1. Open a command prompt
  2. Run: msiexec /i "C:\ProgramData\Package Cache{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi" /l*v ancm.log

I'm hoping running manually with maximum verbose logging would yield more information. The ancm.log file should just be created in the folder you're running from.

Jacques

@analogrelay analogrelay added the Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. label Dec 4, 2019
@ghost
Copy link

ghost commented Dec 8, 2019

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

See our Issue Management Policies for more information.

@ghost ghost closed this as completed Dec 11, 2019
@petr123321
Copy link
Author

petr123321 commented Dec 17, 2019

Hi,

I have tried that with no success:

=== Verbose logging started: 17. 12. 2019  21:15:49  Build type: SHIP UNICODE 5.00.9600.00  Calling process: C:\Windows\system32\msiexec.exe ===
MSI (c) (5C:20) [21:15:49:716]: Font created.  Charset: Req=0, Ret=0, Font: Req=, Ret=Arial

MSI (c) (5C:20) [21:15:49:716]: Font created.  Charset: Req=0, Ret=0, Font: Req=, Ret=Arial

MSI (c) (5C:EC) [21:15:49:731]: Resetting cached policy values
MSI (c) (5C:EC) [21:15:49:731]: Machine policy value 'Debug' is 0
MSI (c) (5C:EC) [21:15:49:731]: ******* RunEngine:
           ******* Product: C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (5C:EC) [21:15:49:731]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (5C:EC) [21:15:49:747]: Cloaking enabled.
MSI (c) (5C:EC) [21:15:49:747]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (5C:EC) [21:15:49:747]: End dialog not enabled
MSI (c) (5C:EC) [21:15:49:747]: Original package ==> C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
MSI (c) (5C:EC) [21:15:49:747]: Package we're running from ==> C:\Windows\Installer\2c6a2.msi
MSI (c) (5C:EC) [21:15:49:747]: APPCOMPAT: Uninstall Flags override found.
MSI (c) (5C:EC) [21:15:49:747]: APPCOMPAT: Uninstall VersionNT override found.
MSI (c) (5C:EC) [21:15:49:747]: APPCOMPAT: Uninstall ServicePackLevel override found.
MSI (c) (5C:EC) [21:15:49:747]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (c) (5C:EC) [21:15:49:747]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (5C:EC) [21:15:49:763]: MSCOREE not loaded loading copy from system32
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'DisablePatch' is 0
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (5C:EC) [21:15:49:763]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (c) (5C:EC) [21:15:49:763]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (5C:EC) [21:15:49:763]: Transforms are not secure.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'D:\INSTALL\ancm.log'.
MSI (c) (5C:EC) [21:15:49:763]: Command Line: CURRENTDIRECTORY=D:\INSTALL CLIENTUILEVEL=0 CLIENTPROCESSID=41052 
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{46DA3D24-92D4-407B-A5CE-989F9B107A50}'.
MSI (c) (5C:EC) [21:15:49:763]: Product Code passed to Engine.Initialize:           '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (c) (5C:EC) [21:15:49:763]: Product Code from property table before transforms: '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (c) (5C:EC) [21:15:49:763]: Product Code from property table after transforms:  '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (c) (5C:EC) [21:15:49:763]: Product registered: entering maintenance mode
MSI (c) (5C:EC) [21:15:49:763]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (c) (5C:EC) [21:15:49:763]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (c) (5C:EC) [21:15:49:763]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (5C:EC) [21:15:49:763]: Specifed source is already in a list.
MSI (c) (5C:EC) [21:15:49:763]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'DisableBrowse' is 0
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (c) (5C:EC) [21:15:49:763]: Adding new sources is allowed.
MSI (c) (5C:EC) [21:15:49:763]: Package name retrieved from configuration data: 'aspnetcoremodule_x64_en_v2.msi'
MSI (c) (5C:EC) [21:15:49:763]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'DisableMsi' is 1
MSI (c) (5C:EC) [21:15:49:763]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (5C:EC) [21:15:49:763]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (5C:EC) [21:15:49:763]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is admin assigned: LocalSystem owns the publish key.
MSI (c) (5C:EC) [21:15:49:763]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is managed.
MSI (c) (5C:EC) [21:15:49:763]: Running product '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}' with elevated privileges: Product is assigned.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'D:\INSTALL'.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '41052'.
MSI (c) (5C:EC) [21:15:49:763]: TRANSFORMS property is now: 
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (c) (5C:EC) [21:15:49:763]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '400'.
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (c) (5C:EC) [21:15:49:763]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (c) (5C:EC) [21:15:49:778]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (c) (5C:EC) [21:15:49:778]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
MSI (c) (5C:EC) [21:15:49:778]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (5C:EC) [21:15:49:778]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.
MSI (c) (5C:EC) [21:15:49:778]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\2c6a2.msi'.
MSI (c) (5C:EC) [21:15:49:778]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi'.
MSI (c) (5C:EC) [21:15:49:778]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (c) (5C:20) [21:15:49:778]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
=== Logging started: 17. 12. 2019  21:15:49 ===
MSI (c) (5C:EC) [21:15:49:794]: Note: 1: 2205 2:  3: PatchPackage 
MSI (c) (5C:EC) [21:15:49:794]: Machine policy value 'DisableRollback' is 0
MSI (c) (5C:EC) [21:15:49:794]: User policy value 'DisableRollback' is 0
MSI (c) (5C:EC) [21:15:49:794]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (5C:EC) [21:15:49:794]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:794]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
MSI (c) (5C:EC) [21:15:49:794]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (5C:EC) [21:15:49:794]: Doing action: INSTALL
Action 21:15:49: INSTALL. 
Action start 21:15:49: INSTALL.
MSI (c) (5C:EC) [21:15:49:794]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (5C:EC) [21:15:49:794]: Running UISequence
MSI (c) (5C:EC) [21:15:49:794]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (5C:EC) [21:15:49:794]: Doing action: FindRelatedProducts
Action 21:15:49: FindRelatedProducts. Searching for related applications
Action start 21:15:49: FindRelatedProducts.
MSI (c) (5C:EC) [21:15:49:794]: Skipping FindRelatedProducts action: not run in maintenance mode
Action ended 21:15:49: FindRelatedProducts. Return value 0.
MSI (c) (5C:EC) [21:15:49:794]: Doing action: PrepareDlg
Action 21:15:49: PrepareDlg. 
Action start 21:15:49: PrepareDlg.
Info 2898. For WixUI_Font_Normal textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.
Info 2898. For WixUI_Font_Bigger textstyle, the system created a 'Tahoma' font, in 0 character set, of 19 pixels height.
Action 21:15:49: PrepareDlg. Dialog created
Action ended 21:15:49: PrepareDlg. Return value 1.
MSI (c) (5C:EC) [21:15:49:841]: Doing action: AppSearch
Action 21:15:49: AppSearch. Searching for installed applications
Action start 21:15:49: AppSearch.
AppSearch: Property: IISINSTALLPATH, Signature: RegistrySearch_IISINSTALLPATH
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\Windows\system32\inetsrv'.
AppSearch: Property: IISCOREWEBENGINEINSTALLED, Signature: RegistrySearch_IISCOREWEBENGINEINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
AppSearch: Property: IISW3SVCINSTALLED, Signature: RegistrySearch_IISW3SVCINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
AppSearch: Property: IISADMINSERVICEINSTALLED, Signature: RegistrySearch_IISADMINSERVICEINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISADMINSERVICEINSTALLED property. Its value is '#1'.
AppSearch: Property: IISMANAGEMENTCONSOLEINSTALLED, Signature: RegistrySearch_IISMANAGEMENTCONSOLEINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
AppSearch: Property: IISNETFXEXTENSIBILITYINSTALLED, Signature: RegistrySearch_IISNETFXEXTENSIBILITYINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is '#1'.
AppSearch: Property: IISASPNET, Signature: RegistrySearch_IISASPNETINSTALLED
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:841]: PROPERTY CHANGE: Adding IISASPNET property. Its value is '#1'.
AppSearch: Property: IISMETABASEIMAGEPATH, Signature: RegistrySearch_IISMETABASEIMAGEPATH
MSI (c) (5C:EC) [21:15:49:841]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding IISMETABASEIMAGEPATH property. Its value is 'C:\Windows\system32\inetsrv\inetinfo.exe'.
AppSearch: Property: IISREMOTECHANNELINSTALLED, Signature: RegistrySearch_IISREMOTECHANNELINSTALLED
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding IISREMOTECHANNELINSTALLED property. Its value is 'Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
AppSearch: Property: NETFRAMEWORK20, Signature: RegistrySearch_NETFRAMEWORK20
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
AppSearch: Property: NETFRAMEWORK20_SP_LEVEL, Signature: RegistrySearch_NETFRAMEWORK20_SP_LEVEL
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
AppSearch: Property: NETFRAMEWORK35_SP_LEVEL, Signature: RegistrySearch_NETFRAMEWORK35_SP_LEVEL
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
AppSearch: Property: POWERSHELLINSTALLED, Signature: RegistrySearch_POWERSHELLINSTALLED
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
AppSearch: Property: WINDOWSUPDATE_START_TYPE, Signature: RegistrySearch_WINDOWSUPDATE_START_TYPE
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#2'.
AppSearch: Property: WINDOWSEDITION, Signature: RegistrySearch_WINDOWSEDITION
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'ServerStandard'.
AppSearch: Property: WEBPI3INSTALLED, Signature: RegistrySearch_WEBPI3INSTALLED
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebPlatformInstaller\3 3: 2 
AppSearch: Property: WEBPI4INSTALLED, Signature: RegistrySearch_WEBPI4INSTALLED
MSI (c) (5C:EC) [21:15:49:856]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (5C:EC) [21:15:49:856]: PROPERTY CHANGE: Adding WEBPI4INSTALLED property. Its value is '#1'.
Action ended 21:15:49: AppSearch. Return value 1.
MSI (c) (5C:EC) [21:15:49:856]: Doing action: LaunchConditions
Action 21:15:49: LaunchConditions. Evaluating launch conditions
Action start 21:15:49: LaunchConditions.
Action ended 21:15:49: LaunchConditions. Return value 1.
MSI (c) (5C:EC) [21:15:49:856]: Doing action: ValidateProductID
Action 21:15:49: ValidateProductID. 
Action start 21:15:49: ValidateProductID.
Action ended 21:15:49: ValidateProductID. Return value 1.
MSI (c) (5C:EC) [21:15:49:872]: Doing action: CostInitialize
Action 21:15:49: CostInitialize. Computing space requirements
Action start 21:15:49: CostInitialize.
MSI (c) (5C:EC) [21:15:49:872]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
Action ended 21:15:49: CostInitialize. Return value 1.
MSI (c) (5C:EC) [21:15:49:872]: Doing action: FileCost
Action 21:15:49: FileCost. Computing space requirements
Action start 21:15:49: FileCost.
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: Class 
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: Extension 
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: TypeLib 
Action ended 21:15:49: FileCost. Return value 1.
MSI (c) (5C:EC) [21:15:49:872]: Doing action: CostFinalize
Action 21:15:49: CostFinalize. Computing space requirements
Action start 21:15:49: CostFinalize.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? 
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding IISSchemaDir property. Its value is 'C:\Windows\system32\inetsrv\config\schema'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding VersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding HandlerVersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding VersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding HandlerVersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0'.
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: Patch 
MSI (c) (5C:EC) [21:15:49:872]: Note: 1: 2205 2:  3: Condition 
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding IISModuleDirectory32 property. Its value is 'C:\Program Files (x86)\IIS\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding INSTALLLOCATION32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Modifying VersionDir32 property. Its current value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2'. Its new value: 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Modifying HandlerVersionDir32 property. Its current value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0'. Its new value: 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding IISModuleDirectory property. Its value is 'C:\Program Files\IIS\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding INSTALLLOCATION property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Modifying VersionDir property. Its current value is 'C:\Program Files\IIS\Asp.Net Core Module\V2'. Its new value: 'C:\Program Files\IIS\Asp.Net Core Module\V2\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Modifying HandlerVersionDir property. Its current value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0'. Its new value: 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding IISInstallDir property. Its value is 'C:\Windows\system32\inetsrv\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding IISConfigDir property. Its value is 'C:\Windows\system32\inetsrv\config\'.
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Modifying IISSchemaDir property. Its current value is 'C:\Windows\system32\inetsrv\config\schema'. Its new value: 'C:\Windows\system32\inetsrv\config\schema\'.
MSI (c) (5C:EC) [21:15:49:872]: Target path resolution complete. Dumping Directory table...
MSI (c) (5C:EC) [21:15:49:872]: Note: target paths subject to change (via custom actions or browsing)
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: WindowsFolder	, Object: C:\Windows\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: ProgramFilesFolder	, Object: C:\Program Files (x86)\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: IISModuleDirectory32	, Object: C:\Program Files (x86)\IIS\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: INSTALLLOCATION32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: VersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: HandlerVersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: ProgramFiles64Folder	, Object: C:\Program Files\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: IISModuleDirectory	, Object: C:\Program Files\IIS\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: INSTALLLOCATION	, Object: C:\Program Files\IIS\Asp.Net Core Module\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: VersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: HandlerVersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: System64Folder	, Object: C:\Windows\system32\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: IISInstallDir	, Object: C:\Windows\system32\inetsrv\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: IISConfigDir	, Object: C:\Windows\system32\inetsrv\config\
MSI (c) (5C:EC) [21:15:49:872]: Dir (target): Key: IISSchemaDir	, Object: C:\Windows\system32\inetsrv\config\schema\
MSI (c) (5C:EC) [21:15:49:872]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
Action ended 21:15:49: CostFinalize. Return value 1.
MSI (c) (5C:EC) [21:15:49:872]: Doing action: MigrateFeatureStates
Action 21:15:49: MigrateFeatureStates. Migrating feature states from related applications
Action start 21:15:49: MigrateFeatureStates.
MSI (c) (5C:EC) [21:15:49:872]: Skipping MigrateFeatureStates action: not run in maintenance mode
Action ended 21:15:49: MigrateFeatureStates. Return value 0.
MSI (c) (5C:EC) [21:15:49:872]: Skipping action: CustomAction_ChangeBackOnPatch (condition is false)
MSI (c) (5C:EC) [21:15:49:872]: Skipping action: CustomAction_ChangeInstallMode (condition is false)
MSI (c) (5C:EC) [21:15:49:872]: Skipping action: CustomAction_ChangeNextOnPatch (condition is false)
MSI (c) (5C:EC) [21:15:49:872]: Doing action: MaintenanceWelcomeDlg
Action 21:15:49: MaintenanceWelcomeDlg. 
Action start 21:15:49: MaintenanceWelcomeDlg.
Action 21:15:49: MaintenanceWelcomeDlg. Dialog created
MSI (c) (5C:E8) [21:15:49:888]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: BindImage 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: ProgId 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: PublishComponent 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: SelfReg 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: Extension 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: Font 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: Shortcut 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: Class 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2205 2:  3: TypeLib 
MSI (c) (5C:E8) [21:15:49:888]: Note: 1: 2727 2:  
Info 2898. For WixUI_Font_Title textstyle, the system created a 'Tahoma' font, in 0 character set, of 14 pixels height.
DEBUG: Error 2836:  The control ChangeButton on the dialog MaintenanceTypeDlg can not take focus
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2836. The arguments are: MaintenanceTypeDlg, ChangeButton, 
Action 21:15:55: MaintenanceTypeDlg. Dialog created
MSI (c) (5C:20) [21:16:16:356]: PROPERTY CHANGE: Adding WixUI_InstallMode property. Its value is 'Repair'.
Action 21:16:16: VerifyReadyDlg. Dialog created
MSI (c) (5C:20) [21:16:16:872]: Note: 1: 2727 2:  
MSI (c) (5C:20) [21:16:17:372]: Note: 1: 2727 2:  
MSI (c) (5C:20) [21:16:17:874]: Note: 1: 2727 2:  
MSI (c) (5C:20) [21:16:18:231]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'ecmus'.
MSI (c) (5C:20) [21:16:18:231]: Note: 1: 2727 2:  
Action ended 21:16:18: MaintenanceWelcomeDlg. Return value 1.
MSI (c) (5C:EC) [21:16:18:247]: Skipping action: ResumeDlg (condition is false)
MSI (c) (5C:EC) [21:16:18:247]: Skipping action: WelcomeDlg (condition is false)
MSI (c) (5C:EC) [21:16:18:247]: Skipping action: WelcomeEulaDlg (condition is false)
MSI (c) (5C:EC) [21:16:18:247]: Doing action: ProgressDlg
Action 21:16:18: ProgressDlg. 
Action start 21:16:18: ProgressDlg.
Action 21:16:18: ProgressDlg. Dialog created
Action ended 21:16:18: ProgressDlg. Return value 1.
MSI (c) (5C:EC) [21:16:18:263]: Doing action: ExecuteAction
Action 21:16:18: ExecuteAction. 
Action start 21:16:18: ExecuteAction.
MSI (c) (5C:EC) [21:16:18:263]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (c) (5C:EC) [21:16:18:263]: Grabbed execution mutex.
MSI (c) (5C:EC) [21:16:18:263]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (c) (5C:EC) [21:16:18:263]: Switching to server: IISINSTALLPATH="C:\Windows\system32\inetsrv" IISCOREWEBENGINEINSTALLED="#1" IISW3SVCINSTALLED="#1" IISADMINSERVICEINSTALLED="#1" IISMANAGEMENTCONSOLEINSTALLED="#1" IISNETFXEXTENSIBILITYINSTALLED="#1" IISASPNET="#1" IISMETABASEIMAGEPATH="C:\Windows\system32\inetsrv\inetinfo.exe" IISREMOTECHANNELINSTALLED="Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" NETFRAMEWORK20="#1" NETFRAMEWORK20_SP_LEVEL="#2" NETFRAMEWORK35_SP_LEVEL="#1" POWERSHELLINSTALLED="#1" WINDOWSUPDATE_START_TYPE="#2" WINDOWSEDITION="ServerStandard" WEBPI4INSTALLED="#1" TARGETDIR="C:\" INSTALLLOCATION="C:\Program Files\IIS\Asp.Net Core Module\" INSTALLLOCATION32="C:\Program Files (x86)\IIS\Asp.Net Core Module\" CURRENTDIRECTORY="D:\INSTALL" CLIENTUILEVEL="0" CLIENTPROCESSID="41052" PRODUCTLANGUAGE="1033" USERNAME="Windows User" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="C:\" INSTALLLEVEL="1" REINSTALLMODE="ecmus" SECONDSEQUENCE="1"  REINSTALL=AspNetCoreModule
MSI (s) (04:F8) [21:16:18:278]: Running installation inside multi-package transaction C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
MSI (s) (04:F8) [21:16:18:278]: Grabbed execution mutex.
MSI (s) (04:C0) [21:16:18:278]: Resetting cached policy values
MSI (s) (04:C0) [21:16:18:278]: Machine policy value 'Debug' is 0
MSI (s) (04:C0) [21:16:18:278]: ******* RunEngine:
           ******* Product: C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
           ******* Action: INSTALL
           ******* CommandLine: **********
MSI (s) (04:C0) [21:16:18:278]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (04:C0) [21:16:18:278]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (04:C0) [21:16:18:278]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
MSI (s) (04:C0) [21:16:18:278]: SRSetRestorePoint skipped for this transaction.
MSI (s) (04:C0) [21:16:18:278]: MSCOREE not loaded loading copy from system32
MSI (s) (04:C0) [21:16:18:278]: End dialog not enabled
MSI (s) (04:C0) [21:16:18:278]: Original package ==> C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
MSI (s) (04:C0) [21:16:18:278]: Package we're running from ==> C:\Windows\Installer\2c6a2.msi
MSI (s) (04:C0) [21:16:18:278]: APPCOMPAT: Uninstall Flags override found.
MSI (s) (04:C0) [21:16:18:278]: APPCOMPAT: Uninstall VersionNT override found.
MSI (s) (04:C0) [21:16:18:278]: APPCOMPAT: Uninstall ServicePackLevel override found.
MSI (s) (04:C0) [21:16:18:294]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (s) (04:C0) [21:16:18:294]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisablePatch' is 0
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (04:C0) [21:16:18:294]: APPCOMPAT: looking for appcompat database entry with ProductCode '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'.
MSI (s) (04:C0) [21:16:18:294]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (04:C0) [21:16:18:294]: Transforms are not secure.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'D:\INSTALL\ancm.log'.
MSI (s) (04:C0) [21:16:18:294]: Command Line: IISINSTALLPATH=C:\Windows\system32\inetsrv IISCOREWEBENGINEINSTALLED=#1 IISW3SVCINSTALLED=#1 IISADMINSERVICEINSTALLED=#1 IISMANAGEMENTCONSOLEINSTALLED=#1 IISNETFXEXTENSIBILITYINSTALLED=#1 IISASPNET=#1 IISMETABASEIMAGEPATH=C:\Windows\system32\inetsrv\inetinfo.exe IISREMOTECHANNELINSTALLED=Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 NETFRAMEWORK20=#1 NETFRAMEWORK20_SP_LEVEL=#2 NETFRAMEWORK35_SP_LEVEL=#1 POWERSHELLINSTALLED=#1 WINDOWSUPDATE_START_TYPE=#2 WINDOWSEDITION=ServerStandard WEBPI4INSTALLED=#1 TARGETDIR=C:\ INSTALLLOCATION=C:\Program Files\IIS\Asp.Net Core Module\ INSTALLLOCATION32=C:\Program Files (x86)\IIS\Asp.Net Core Module\ CURRENTDIRECTORY=D:\INSTALL CLIENTUILEVEL=0 CLIENTPROCESSID=41052 PRODUCTLANGUAGE=1033 USERNAME=Windows User ACTION=INSTALL EXECUTEACTION=INSTALL ROOTDRIVE=C:\ INSTALLLEVEL=1 REINSTALLMODE=ecmus SECONDSEQUENCE=1 REINSTALL=AspNetCoreModuleFeature,FT_DepProvider_IIS_ANCM_V2 ACTION=INSTALL 
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{46DA3D24-92D4-407B-A5CE-989F9B107A50}'.
MSI (s) (04:C0) [21:16:18:294]: Product Code passed to Engine.Initialize:           '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (s) (04:C0) [21:16:18:294]: Product Code from property table before transforms: '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (s) (04:C0) [21:16:18:294]: Product Code from property table after transforms:  '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}'
MSI (s) (04:C0) [21:16:18:294]: Product registered: entering maintenance mode
MSI (s) (04:C0) [21:16:18:294]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
MSI (s) (04:C0) [21:16:18:294]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is admin assigned: LocalSystem owns the publish key.
MSI (s) (04:C0) [21:16:18:294]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is managed.
MSI (s) (04:C0) [21:16:18:294]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:294]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (s) (04:C0) [21:16:18:294]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (04:C0) [21:16:18:294]: Specifed source is already in a list.
MSI (s) (04:C0) [21:16:18:294]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisableBrowse' is 0
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'AllowLockdownBrowse' is 0
MSI (s) (04:C0) [21:16:18:294]: Adding new sources is allowed.
MSI (s) (04:C0) [21:16:18:294]: Package name retrieved from configuration data: 'aspnetcoremodule_x64_en_v2.msi'
MSI (s) (04:C0) [21:16:18:294]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisableMsi' is 1
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (04:C0) [21:16:18:294]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (04:C0) [21:16:18:294]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is admin assigned: LocalSystem owns the publish key.
MSI (s) (04:C0) [21:16:18:294]: Product {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} is managed.
MSI (s) (04:C0) [21:16:18:294]: Running product '{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}' with elevated privileges: Product is assigned.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\Windows\system32\inetsrv'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISADMINSERVICEINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISASPNET property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISMETABASEIMAGEPATH property. Its value is 'C:\Windows\system32\inetsrv\inetinfo.exe'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding IISREMOTECHANNELINSTALLED property. Its value is 'Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#2'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'ServerStandard'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding WEBPI4INSTALLED property. Its value is '#1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding INSTALLLOCATION property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding INSTALLLOCATION32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'D:\INSTALL'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '41052'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'ecmus'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'AspNetCoreModuleFeature,FT_DepProvider_IIS_ANCM_V2'.
MSI (s) (04:C0) [21:16:18:294]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '4cbb824dcedc304e92bf07d561a781c8'.
MSI (s) (04:C0) [21:16:18:294]: RESTART MANAGER: Session opened.
MSI (s) (04:C0) [21:16:18:294]: Engine has iefSecondSequence set to true.
MSI (s) (04:C0) [21:16:18:294]: TRANSFORMS property is now: 
MSI (s) (04:C0) [21:16:18:294]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '400'.
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (04:C0) [21:16:18:294]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (04:C0) [21:16:18:310]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
MSI (s) (04:C0) [21:16:18:310]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (s) (04:C0) [21:16:18:310]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine
MSI (s) (04:C0) [21:16:18:310]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:310]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\2c6a2.msi'.
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi'.
MSI (s) (04:C0) [21:16:18:310]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (04:C0) [21:16:18:310]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (04:C0) [21:16:18:310]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (04:C0) [21:16:18:310]: Machine policy value 'DisableRollback' is 0
MSI (s) (04:C0) [21:16:18:310]: User policy value 'DisableRollback' is 0
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (s) (04:C0) [21:16:18:310]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
MSI (s) (04:C0) [21:16:18:310]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
MSI (s) (04:C0) [21:16:18:310]: Doing action: INSTALL
Action 21:16:18: INSTALL. 
Action start 21:16:18: INSTALL.
MSI (s) (04:C0) [21:16:18:310]: Running ExecuteSequence
MSI (s) (04:C0) [21:16:18:310]: Doing action: FindRelatedProducts
Action 21:16:18: FindRelatedProducts. Searching for related applications
Action start 21:16:18: FindRelatedProducts.
MSI (s) (04:C0) [21:16:18:310]: Skipping FindRelatedProducts action: already done on client side
Action ended 21:16:18: FindRelatedProducts. Return value 0.
MSI (s) (04:C0) [21:16:18:310]: Doing action: AppSearch
Action 21:16:18: AppSearch. Searching for installed applications
Action start 21:16:18: AppSearch.
MSI (s) (04:C0) [21:16:18:310]: Skipping AppSearch action: already done on client side
Action ended 21:16:18: AppSearch. Return value 0.
MSI (s) (04:C0) [21:16:18:310]: Doing action: LaunchConditions
Action 21:16:18: LaunchConditions. Evaluating launch conditions
Action start 21:16:18: LaunchConditions.
Action ended 21:16:18: LaunchConditions. Return value 1.
MSI (s) (04:C0) [21:16:18:325]: Doing action: ValidateProductID
Action 21:16:18: ValidateProductID. 
Action start 21:16:18: ValidateProductID.
Action ended 21:16:18: ValidateProductID. Return value 1.
MSI (s) (04:C0) [21:16:18:325]: Doing action: CostInitialize
Action 21:16:18: CostInitialize. Computing space requirements
Action start 21:16:18: CostInitialize.
MSI (s) (04:C0) [21:16:18:325]: Machine policy value 'MaxPatchCacheSize' is 10
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Patch 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: MsiPatchHeaders 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: __MsiPatchFileList 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId`  
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Patch 
Action ended 21:16:18: CostInitialize. Return value 1.
MSI (s) (04:C0) [21:16:18:325]: Doing action: FileCost
Action 21:16:18: FileCost. Computing space requirements
Action start 21:16:18: FileCost.
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Class 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Extension 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: TypeLib 
Action ended 21:16:18: FileCost. Return value 1.
MSI (s) (04:C0) [21:16:18:325]: Doing action: CostFinalize
Action 21:16:18: CostFinalize. Computing space requirements
Action start 21:16:18: CostFinalize.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: MsiAssembly 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ? 
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding IISSchemaDir property. Its value is 'C:\Windows\system32\inetsrv\config\schema'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding VersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding HandlerVersionDir property. Its value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding VersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding HandlerVersionDir32 property. Its value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0'.
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Patch 
MSI (s) (04:C0) [21:16:18:325]: Note: 1: 2205 2:  3: Condition 
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding IISModuleDirectory32 property. Its value is 'C:\Program Files (x86)\IIS\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Modifying VersionDir32 property. Its current value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2'. Its new value: 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Modifying HandlerVersionDir32 property. Its current value is 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0'. Its new value: 'C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding IISModuleDirectory property. Its value is 'C:\Program Files\IIS\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Modifying VersionDir property. Its current value is 'C:\Program Files\IIS\Asp.Net Core Module\V2'. Its new value: 'C:\Program Files\IIS\Asp.Net Core Module\V2\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Modifying HandlerVersionDir property. Its current value is 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0'. Its new value: 'C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding IISInstallDir property. Its value is 'C:\Windows\system32\inetsrv\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Adding IISConfigDir property. Its value is 'C:\Windows\system32\inetsrv\config\'.
MSI (s) (04:C0) [21:16:18:325]: PROPERTY CHANGE: Modifying IISSchemaDir property. Its current value is 'C:\Windows\system32\inetsrv\config\schema'. Its new value: 'C:\Windows\system32\inetsrv\config\schema\'.
MSI (s) (04:C0) [21:16:18:325]: Target path resolution complete. Dumping Directory table...
MSI (s) (04:C0) [21:16:18:325]: Note: target paths subject to change (via custom actions or browsing)
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: TARGETDIR	, Object: C:\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: WindowsFolder	, Object: C:\Windows\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: ProgramFilesFolder	, Object: C:\Program Files (x86)\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: IISModuleDirectory32	, Object: C:\Program Files (x86)\IIS\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: INSTALLLOCATION32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: VersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: HandlerVersionDir32	, Object: C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: ProgramFiles64Folder	, Object: C:\Program Files\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: IISModuleDirectory	, Object: C:\Program Files\IIS\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: INSTALLLOCATION	, Object: C:\Program Files\IIS\Asp.Net Core Module\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: VersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: HandlerVersionDir	, Object: C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: System64Folder	, Object: C:\Windows\system32\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: IISInstallDir	, Object: C:\Windows\system32\inetsrv\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: IISConfigDir	, Object: C:\Windows\system32\inetsrv\config\
MSI (s) (04:C0) [21:16:18:325]: Dir (target): Key: IISSchemaDir	, Object: C:\Windows\system32\inetsrv\config\schema\
Action ended 21:16:18: CostFinalize. Return value 1.
MSI (s) (04:C0) [21:16:18:325]: Doing action: MigrateFeatureStates
Action 21:16:18: MigrateFeatureStates. Migrating feature states from related applications
Action start 21:16:18: MigrateFeatureStates.
MSI (s) (04:C0) [21:16:18:325]: Skipping MigrateFeatureStates action: already done on client side
Action ended 21:16:18: MigrateFeatureStates. Return value 0.
MSI (s) (04:C0) [21:16:18:325]: Doing action: InstallValidate
Action 21:16:18: InstallValidate. Validating install
Action start 21:16:18: InstallValidate.
MSI (s) (04:C0) [21:16:18:341]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '4cbb824dcedc304e92bf07d561a781c8'.
MSI (s) (04:C0) [21:16:18:341]: Feature: AspNetCoreModuleFeature; Installed: Local;   Request: Reinstall;   Action: Reinstall
MSI (s) (04:C0) [21:16:18:341]: Feature: FT_DepProvider_IIS_ANCM_V2; Installed: Local;   Request: Reinstall;   Action: Reinstall
MSI (s) (04:C0) [21:16:18:341]: Component: C_DiscoverabilityKey; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: AspNetCoreSchemaV2; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: AspNetCoreModuleV2; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: AspNetCoreModuleHandler; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: C_DiscoverabilityKeyWow; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: AspNetCoreModuleV2.wow; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: AspNetCoreModuleHandler.wow; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: C_DepProvider_IIS_ANCM_V2; Installed: Local;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: __C_DiscoverabilityKey65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: __C_DiscoverabilityKeyWow65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: __C_DepProvider_IIS_ANCM_V265; Installed: Null;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: __AspNetCoreModuleV265; Installed: Null;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Component: __AspNetCoreModuleV2.wow65; Installed: Null;   Request: Local;   Action: Local
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Extension 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Font 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Class 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: TypeLib 
MSI (s) (04:C0) [21:16:18:341]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: BindImage 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: ProgId 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: PublishComponent 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: SelfReg 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Extension 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Font 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Shortcut 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: Class 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2205 2:  3: TypeLib 
MSI (s) (04:C0) [21:16:18:341]: Note: 1: 2727 2:  
Action ended 21:16:21: InstallValidate. Return value 3.
Action ended 21:16:21: INSTALL. Return value 3.
Property(S): UpgradeCode = {8D50FDE7-0B84-4900-B60D-BD952979BA0B}
Property(S): IISINSTALLPATH = C:\Windows\system32\inetsrv
Property(S): IISCOREWEBENGINEINSTALLED = #1
Property(S): IISW3SVCINSTALLED = #1
Property(S): IISADMINSERVICEINSTALLED = #1
Property(S): IISMANAGEMENTCONSOLEINSTALLED = #1
Property(S): IISNETFXEXTENSIBILITYINSTALLED = #1
Property(S): IISASPNET = #1
Property(S): IISMETABASEIMAGEPATH = C:\Windows\system32\inetsrv\inetinfo.exe
Property(S): IISREMOTECHANNELINSTALLED = Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Property(S): NETFRAMEWORK20 = #1
Property(S): NETFRAMEWORK20_SP_LEVEL = #2
Property(S): NETFRAMEWORK35_SP_LEVEL = #1
Property(S): POWERSHELLINSTALLED = #1
Property(S): WINDOWSUPDATE_START_TYPE = #2
Property(S): WINDOWSEDITION = ServerStandard
Property(S): WEBPI4INSTALLED = #1
Property(S): TARGETDIR = C:\
Property(S): IISSchemaDir = C:\Windows\system32\inetsrv\config\schema\
Property(S): VersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\
Property(S): HandlerVersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\
Property(S): VersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
Property(S): HandlerVersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\
Property(S): WixUIRMOption = UseRM
Property(S): ALLUSERS = 1
Property(S): ARPNOMODIFY = 1
Property(S): IISConfigDir = C:\Windows\system32\inetsrv\config\
Property(S): IISInstallDir = C:\Windows\system32\inetsrv\
Property(S): System64Folder = C:\Windows\system32\
Property(S): INSTALLLOCATION = C:\Program Files\IIS\Asp.Net Core Module\
Property(S): IISModuleDirectory = C:\Program Files\IIS\
Property(S): ProgramFiles64Folder = C:\Program Files\
Property(S): INSTALLLOCATION32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\
Property(S): IISModuleDirectory32 = C:\Program Files (x86)\IIS\
Property(S): ProgramFilesFolder = C:\Program Files (x86)\
Property(S): Privileged = 1
Property(S): ARPCONTACT = Microsoft Corporation
Property(S): ARPPRODUCTICON = AspNetCoreModule.ico
Property(S): Manufacturer = Microsoft Corporation
Property(S): ProductCode = {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}
Property(S): ProductLanguage = 1033
Property(S): ProductName = Microsoft ASP.NET Core Module V2
Property(S): ProductVersion = 12.2.18346.0
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = Minimal
Property(S): ErrorDialog = ErrorDlg
Property(S): SecureCustomProperties = DUPLICATEVERSIONFOUND;IGNOREDEPENDENCIES;IISADMINSERVICEINSTALLED;IISASPNET;IISCOREWEBENGINEINSTALLED;IISINSTALLPATH;IISMANAGEMENTCONSOLEINSTALLED;IISMETABASEIMAGEPATH;IISNETFXEXTENSIBILITYINSTALLED;IISREMOTECHANNELINSTALLED;IISW3SVCINSTALLED;NETFRAMEWORK20;NETFRAMEWORK20_SP_LEVEL;NETFRAMEWORK35_SP_LEVEL;NEWERVERSIONFOUND;OLDERVERSIONFOUND;POWERSHELLINSTALLED;WEBPI3INSTALLED;WEBPI4INSTALLED;WINDOWSEDITION;WINDOWSUPDATE_START_TYPE
Property(S): MsiLogFileLocation = D:\INSTALL\ancm.log
Property(S): PackageCode = {46DA3D24-92D4-407B-A5CE-989F9B107A50}
Property(S): ProductState = 5
Property(S): ProductToBeRegistered = 1
Property(S): CURRENTDIRECTORY = D:\INSTALL
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 41052
Property(S): PRODUCTLANGUAGE = 1033
Property(S): USERNAME = Windows User
Property(S): ACTION = INSTALL
Property(S): EXECUTEACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): INSTALLLEVEL = 1
Property(S): REINSTALLMODE = ecmus
Property(S): SECONDSEQUENCE = 1
Property(S): REINSTALL = AspNetCoreModuleFeature,FT_DepProvider_IIS_ANCM_V2
Property(S): VersionDatabase = 400
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 = 3
Property(S): WindowsFolder = C:\Windows\
Property(S): WindowsVolume = C:\
Property(S): SystemFolder = C:\Windows\SysWOW64\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\
Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\
Property(S): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(S): PersonalFolder = C:\Users\Administrator\Documents\
Property(S): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(S): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\
Property(S): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\
Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(S): CommonAppDataFolder = C:\ProgramData\
Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
Property(S): MyPicturesFolder = C:\Users\Administrator\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): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
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 = 32765
Property(S): VirtualMemory = 2788
Property(S): AdminUser = 1
Property(S): MsiTrueAdminUser = 1
Property(S): LogonUser = Administrator
Property(S): UserSID = S-1-5-21-3212805873-4061959510-1703541745-500
Property(S): UserLanguageID = 1029
Property(S): ComputerName = W1
Property(S): SystemLanguageID = 1029
Property(S): ScreenX = 1024
Property(S): ScreenY = 768
Property(S): CaptionHeight = 23
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): MsiTabletPC = 1
Property(S): TextHeight = 16
Property(S): TextInternalLeading = 3
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 21:16:21
Property(S): Date = 17. 12. 2019
Property(S): MsiNetAssemblySupport = 4.7.3062.0
Property(S): MsiWin32AssemblySupport = 6.3.9600.17415
Property(S): RedirectedDllSupport = 2
Property(S): MsiRunningElevated = 1
Property(S): Installed = 00:00:00
Property(S): DATABASE = C:\Windows\Installer\2c6a2.msi
Property(S): OriginalDatabase = C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.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
MSI (s) (04:C0) [21:16:21:950]: MainEngineThread is returning 1603
MSI (s) (04:F8) [21:16:21:950]: RESTART MANAGER: Session closed.
MSI (s) (04:F8) [21:16:21:950]: No System Restore sequence number for this installation.
MSI (s) (04:F8) [21:16:21:950]: User policy value 'DisableRollback' is 0
MSI (s) (04:F8) [21:16:21:950]: Machine policy value 'DisableRollback' is 0
MSI (s) (04:F8) [21:16:21:950]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (04:F8) [21:16:21:950]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (04:F8) [21:16:21:950]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (04:F8) [21:16:21:950]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (5C:EC) [21:16:21:950]: Back from server. Return value: 1603
MSI (c) (5C:EC) [21:16:21:950]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (5C:EC) [21:16:21:950]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
Action ended 21:16:21: ExecuteAction. Return value 3.
MSI (c) (5C:EC) [21:16:21:950]: Doing action: FatalError
Action 21:16:21: FatalError. 
Action start 21:16:21: FatalError.
Action 21:16:21: FatalError. Dialog created
Action ended 21:16:25: FatalError. Return value 2.
Action ended 21:16:25: INSTALL. Return value 3.
Property(C): UpgradeCode = {8D50FDE7-0B84-4900-B60D-BD952979BA0B}
Property(C): IISINSTALLPATH = C:\Windows\system32\inetsrv
Property(C): IISCOREWEBENGINEINSTALLED = #1
Property(C): IISW3SVCINSTALLED = #1
Property(C): IISADMINSERVICEINSTALLED = #1
Property(C): IISMANAGEMENTCONSOLEINSTALLED = #1
Property(C): IISNETFXEXTENSIBILITYINSTALLED = #1
Property(C): IISASPNET = #1
Property(C): IISMETABASEIMAGEPATH = C:\Windows\system32\inetsrv\inetinfo.exe
Property(C): IISREMOTECHANNELINSTALLED = Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Property(C): NETFRAMEWORK20 = #1
Property(C): NETFRAMEWORK20_SP_LEVEL = #2
Property(C): NETFRAMEWORK35_SP_LEVEL = #1
Property(C): POWERSHELLINSTALLED = #1
Property(C): WINDOWSUPDATE_START_TYPE = #2
Property(C): WINDOWSEDITION = ServerStandard
Property(C): WEBPI4INSTALLED = #1
Property(C): TARGETDIR = C:\
Property(C): IISSchemaDir = C:\Windows\system32\inetsrv\config\schema\
Property(C): VersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\
Property(C): HandlerVersionDir = C:\Program Files\IIS\Asp.Net Core Module\V2\12.2.18346.0\
Property(C): VersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\
Property(C): HandlerVersionDir32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\12.2.18346.0\
Property(C): WixUIRMOption = UseRM
Property(C): ALLUSERS = 1
Property(C): ARPNOMODIFY = 1
Property(C): WixUI_InstallMode = Repair
Property(C): IISConfigDir = C:\Windows\system32\inetsrv\config\
Property(C): IISInstallDir = C:\Windows\system32\inetsrv\
Property(C): System64Folder = C:\Windows\system32\
Property(C): INSTALLLOCATION = C:\Program Files\IIS\Asp.Net Core Module\
Property(C): IISModuleDirectory = C:\Program Files\IIS\
Property(C): ProgramFiles64Folder = C:\Program Files\
Property(C): INSTALLLOCATION32 = C:\Program Files (x86)\IIS\Asp.Net Core Module\
Property(C): IISModuleDirectory32 = C:\Program Files (x86)\IIS\
Property(C): ProgramFilesFolder = C:\Program Files (x86)\
Property(C): Privileged = 1
Property(C): ARPCONTACT = Microsoft Corporation
Property(C): ARPPRODUCTICON = AspNetCoreModule.ico
Property(C): Manufacturer = Microsoft Corporation
Property(C): ProductCode = {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}
Property(C): ProductLanguage = 1033
Property(C): ProductName = Microsoft ASP.NET Core Module V2
Property(C): ProductVersion = 12.2.18346.0
Property(C): DefaultUIFont = WixUI_Font_Normal
Property(C): WixUI_Mode = Minimal
Property(C): ErrorDialog = ErrorDlg
Property(C): SecureCustomProperties = DUPLICATEVERSIONFOUND;IGNOREDEPENDENCIES;IISADMINSERVICEINSTALLED;IISASPNET;IISCOREWEBENGINEINSTALLED;IISINSTALLPATH;IISMANAGEMENTCONSOLEINSTALLED;IISMETABASEIMAGEPATH;IISNETFXEXTENSIBILITYINSTALLED;IISREMOTECHANNELINSTALLED;IISW3SVCINSTALLED;NETFRAMEWORK20;NETFRAMEWORK20_SP_LEVEL;NETFRAMEWORK35_SP_LEVEL;NEWERVERSIONFOUND;OLDERVERSIONFOUND;POWERSHELLINSTALLED;WEBPI3INSTALLED;WEBPI4INSTALLED;WINDOWSEDITION;WINDOWSUPDATE_START_TYPE
Property(C): MsiLogFileLocation = D:\INSTALL\ancm.log
Property(C): PackageCode = {46DA3D24-92D4-407B-A5CE-989F9B107A50}
Property(C): ProductState = 5
Property(C): ProductToBeRegistered = 1
Property(C): CURRENTDIRECTORY = D:\INSTALL
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 41052
Property(C): PRODUCTLANGUAGE = 1033
Property(C): VersionDatabase = 400
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 = 3
Property(C): WindowsFolder = C:\Windows\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\Windows\SysWOW64\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\2\
Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\
Property(C): CommonFiles64Folder = C:\Program Files\Common Files\
Property(C): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
Property(C): FavoritesFolder = C:\Users\Administrator\Favorites\
Property(C): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
Property(C): PersonalFolder = C:\Users\Administrator\Documents\
Property(C): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
Property(C): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\
Property(C): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\
Property(C): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
Property(C): CommonAppDataFolder = C:\ProgramData\
Property(C): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
Property(C): MyPicturesFolder = C:\Users\Administrator\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): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
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 = 32765
Property(C): VirtualMemory = 2907
Property(C): AdminUser = 1
Property(C): MsiTrueAdminUser = 1
Property(C): LogonUser = Administrator
Property(C): UserSID = S-1-5-21-3212805873-4061959510-1703541745-500
Property(C): UserLanguageID = 1029
Property(C): ComputerName = W1
Property(C): SystemLanguageID = 1029
Property(C): ScreenX = 1616
Property(C): ScreenY = 920
Property(C): CaptionHeight = 23
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): MsiTabletPC = 1
Property(C): TextHeight = 16
Property(C): TextInternalLeading = 3
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 21:16:25
Property(C): Date = 17. 12. 2019
Property(C): MsiNetAssemblySupport = 4.7.3062.0
Property(C): MsiWin32AssemblySupport = 6.3.9600.17415
Property(C): RedirectedDllSupport = 2
Property(C): MsiRunningElevated = 1
Property(C): USERNAME = Windows User
Property(C): Installed = 00:00:00
Property(C): DATABASE = C:\Windows\Installer\2c6a2.msi
Property(C): OriginalDatabase = C:\ProgramData\Package Cache\{A3D84A26-8F90-4C9F-A8F3-E182FA26BE09}v12.2.18346.0\aspnetcoremodule_x64_en_v2.msi
Property(C): VersionHandler = 5.00
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
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
Property(C): INSTALLLEVEL = 1
Property(C): REINSTALLMODE = ecmus
=== Logging stopped: 17. 12. 2019  21:16:25 ===
MSI (c) (5C:EC) [21:16:25:731]: Note: 1: 1729 
MSI (c) (5C:EC) [21:16:25:731]: Product: Microsoft ASP.NET Core Module V2 -- Configuration failed.

MSI (c) (5C:EC) [21:16:25:731]: Windows Installer reconfigured the product. Product Name: Microsoft ASP.NET Core Module V2. Product Version: 12.2.18346.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 1603.

MSI (c) (5C:EC) [21:16:25:731]: Grabbed execution mutex.
MSI (c) (5C:EC) [21:16:25:731]: Cleaning up uninstalled install packages, if any exist
MSI (c) (5C:EC) [21:16:25:731]: MainEngineThread is returning 1603
=== Verbose logging stopped: 17. 12. 2019  21:16:25 ===

@analogrelay analogrelay reopened this Dec 17, 2019
@analogrelay analogrelay added Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. and removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. labels Dec 17, 2019
@joeloff
Copy link
Member

joeloff commented Dec 18, 2019

Thanks for running this manually. The one error I do see is this:

Info 2898. For WixUI_Font_Title textstyle, the system created a 'Tahoma' font, in 0 character set, of 14 pixels height.
DEBUG: Error 2836: The control ChangeButton on the dialog MaintenanceTypeDlg can not take focus
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2836. The arguments are: MaintenanceTypeDlg, ChangeButton,
Action 21:15:55: MaintenanceTypeDlg. Dialog created

For Repair/Modify, the ChangeButton is usually the default control and it appears that it's disabled. I'm taking a closer look. When run as part of the bundle the UI is never enabled, but the behavior seems contradicting as it thinks it's doing an install and yet want to switch into maintenance mode which means it thinks the product is installed.

@joeloff
Copy link
Member

joeloff commented Dec 18, 2019

So that error seems to be related to having Modify/Repair disabled in ARP. The logs do suggest that the product is already installed.

I would suggest trying the following:

  1. Open an admin prompt
  2. Run msiexec /x {A3D84A26-8F90-4C9F-A8F3-E182FA26BE09} /q /l*v uninstall.log IGNOREDEPENDENCIES=ALL
  3. Check to make sure that the product was removed, e.g. look for C:\Program Files\IIS\ANCM
  4. Manually install it again: msiexec /i "C:\ProgramData\Package Cache{621912CF-223F-4C53-8F31-FB83687FD9E4}v13.0.19309.0\aspnetcoremodule_x64_en_v2.msi" /l*v ancm.log

@analogrelay analogrelay added Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. and removed Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. labels Dec 18, 2019
@ghost
Copy link

ghost commented Dec 22, 2019

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

See our Issue Management Policies for more information.

@ghost ghost closed this as completed Dec 25, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Jan 24, 2020
@JunTaoLuo JunTaoLuo added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jan 28, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework feature-installers Includes: Installers Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue.
Projects
None yet
Development

No branches or pull requests

5 participants