Загрузка данных


Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\arinagruseva> Get-ChildItem $env:TEMP -Recurse -Filter *.log -Force | Where-Object { $_.LastWriteTime -gt (Get-Date).AddHours(-1) } | Sort-Object LastWriteTime -Descending | Format-Table LastWriteTime, FullName -AutoSize -Wrap

LastWriteTime       FullName
-------------       --------
8/4/2026 2:59:26 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Revit 2019 Setup.log
8/4/2026 2:59:22 AM C:\Users\arinagruseva\AppData\Local\Temp\cp_Install.log
8/4/2026 2:39:07 AM C:\Users\arinagruseva\AppData\Local\Temp\mat-debug-5892.log
8/4/2026 2:38:35 AM C:\Users\arinagruseva\AppData\Local\Temp\appIndex.log
8/4/2026 2:38:12 AM C:\Users\arinagruseva\AppData\Local\Temp\RevitCustom.log
8/4/2026 2:37:50 AM C:\Users\arinagruseva\AppData\Local\Temp\RevitAddCustom.log
8/4/2026 2:37:08 AM C:\Users\arinagruseva\AppData\Local\Temp\cv_debug.log
8/4/2026 2:36:58 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk FormIt Add-in for Revit 2019 Install.log
8/4/2026 2:21:30 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CMPLM.log
8/4/2026 2:21:18 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CMPLL.log
8/4/2026 2:21:14 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CMPLB.log
8/4/2026 2:21:09 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CMILL.log
8/4/2026 2:21:03 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CMILB.log
8/4/2026 2:20:57 AM C:\Users\arinagruseva\AppData\Local\Temp\MaterialLibrary2019CM.log
8/4/2026 2:20:48 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Worksharing Monitor for Revit 2019 Install.log
8/4/2026 2:20:44 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Model Review for Revit 2019 Install.log
8/4/2026 2:20:40 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk eTransmit for Revit 2019 Install.log
8/4/2026 2:20:36 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Batch Print for Revit 2019 Install.log
8/4/2026 2:20:32 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Personal Accelerator for Revit 2019 Install.log
8/4/2026 2:20:28 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Collaboration for Revit 2019 Install.log
8/4/2026 2:20:24 AM C:\Users\arinagruseva\AppData\Local\Temp\Workflows 2019 Install.log
8/4/2026 2:20:21 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Revit 2019 Install.log
8/4/2026 2:19:27 AM C:\Users\arinagruseva\AppData\Local\Temp\CLM Install.log
8/4/2026 2:19:20 AM C:\Users\arinagruseva\AppData\Local\Temp\CLM Certificate Install.log
8/4/2026 2:19:08 AM C:\Users\arinagruseva\AppData\Local\Temp\dd_vcredist_amd64_20260804021908.log
8/4/2026 2:19:08 AM C:\Users\arinagruseva\AppData\Local\Temp\dd_vcredist_x86_20260804021907.log
8/4/2026 2:19:07 AM C:\Users\arinagruseva\AppData\Local\Temp\Autodesk Revit Content Libraries 2019 Install.log
8/4/2026 2:08:43 AM C:\Users\arinagruseva\AppData\Local\Temp\vcredist_x64_2015.log
8/4/2026 2:08:43 AM C:\Users\arinagruseva\AppData\Local\Temp\dd_vcredist_arm64_20260804020843.log
8/4/2026 2:08:42 AM C:\Users\arinagruseva\AppData\Local\Temp\vcredist_x86_2015.log
8/4/2026 2:08:08 AM C:\Users\arinagruseva\AppData\Local\Temp\ContentPackUI.log


PS C:\Users\arinagruseva> Get-WinEvent -FilterHashtable @{LogName='Application'; ProviderName='MsiInstaller'; StartTime=(Get-Date).AddHours(-1)} -ErrorAction SilentlyContinue | Select-Object TimeCreated, Id, Message | Format-List


TimeCreated : 8/4/2026 2:59:24 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {941030D0-1900-0410-0000-818BB38A95FC}. Client Process Id: 5616.

TimeCreated : 8/4/2026 2:59:22 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Revit Content Libraries 2019. Product Version:
              19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:59:22 AM
Id          : 11724
Message     : Product: Revit Content Libraries 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:38:34 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {941030D0-1900-0410-0000-818BB38A95FC}. Client Process Id:
              5616.

TimeCreated : 8/4/2026 2:38:34 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {52EBC484-44A1-4DC5-824A-0A503735ABD8}. Client Process Id: 3552.

TimeCreated : 8/4/2026 2:38:32 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Microsoft SQL Server 2014 Express LocalDB. Product
              Version: 12.1.4100.1. Product Language: 1033. Manufacturer: Microsoft Corporation. Removal success or
              error status: 0.

TimeCreated : 8/4/2026 2:38:32 AM
Id          : 11724
Message     : Product: Microsoft SQL Server 2014 Express LocalDB  -- Removal completed successfully.

TimeCreated : 8/4/2026 2:38:30 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {52EBC484-44A1-4DC5-824A-0A503735ABD8}. Client Process Id:
              3552.

TimeCreated : 8/4/2026 2:38:29 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {1C891560-9ECD-4234-8BBD-752AFE0682D7}. Client Process Id: 6504.

TimeCreated : 8/4/2026 2:38:27 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Certificate Package  (x64) - 7.1.4.
              Product Version: 7.1.4.0. Product Language: 1033. Manufacturer: Autodesk. Removal success or error
              status: 0.

TimeCreated : 8/4/2026 2:38:27 AM
Id          : 11724
Message     : Product: Autodesk Certificate Package  (x64) - 7.1.4 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:38:27 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {1C891560-9ECD-4234-8BBD-752AFE0682D7}. Client Process Id:
              6504.

TimeCreated : 8/4/2026 2:38:27 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {F53D6D10-7A75-4A39-8C53-A3D855C7C50A}. Client Process Id: 5524.

TimeCreated : 8/4/2026 2:38:25 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk License Service (x64) - 7.1.4. Product
              Version: 7.1.4.0. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:38:25 AM
Id          : 11724
Message     : Product: Autodesk License Service (x64) - 7.1.4 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:38:21 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {F53D6D10-7A75-4A39-8C53-A3D855C7C50A}. Client Process Id:
              5524.

TimeCreated : 8/4/2026 2:38:21 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {7346B4A0-1900-0510-0000-705C0D862004}. Client Process Id: 10060.

TimeCreated : 8/4/2026 2:38:18 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Revit 2019. Product Version: 19.2.0.65. Product
              Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:38:18 AM
Id          : 11724
Message     : Product: Revit 2019 - - Removal completed successfully.

TimeCreated : 8/4/2026 2:37:56 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {7346B4A0-1900-0510-0000-705C0D862004}. Client Process Id:
              10060.

TimeCreated : 8/4/2026 2:37:56 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {F9857F69-9B57-4DF2-8930-7A4D5F8D5635}. Client Process Id: 3604.

TimeCreated : 8/4/2026 2:37:53 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Workflows 2019. Product Version:
              17.11.1.0. Product Language: 1033. Manufacturer: Autodesk, Inc.. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:53 AM
Id          : 11724
Message     : Product: Autodesk Workflows 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:53 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {F9857F69-9B57-4DF2-8930-7A4D5F8D5635}. Client Process Id:
              3604.

TimeCreated : 8/4/2026 2:37:53 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {AA384BE4-1901-0010-0000-97E7D7D00B17}. Client Process Id: 4968.

TimeCreated : 8/4/2026 2:37:51 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Collaboration for Revit 2019. Product
              Version: 19.2.0.65. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:51 AM
Id          : 11724
Message     : Product: Autodesk Collaboration for Revit 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:49 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {AA384BE4-1901-0010-0000-97E7D7D00B17}. Client Process Id:
              4968.

TimeCreated : 8/4/2026 2:37:49 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {7C317DB0-F399-4024-A289-92CF4B6FB256}. Client Process Id: 3136.

TimeCreated : 8/4/2026 2:37:47 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Personal Accelerator for Revit. Product Version:
              16.0.1205.0. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:47 AM
Id          : 11724
Message     : Product: Personal Accelerator for Revit -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:46 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {7C317DB0-F399-4024-A289-92CF4B6FB256}. Client Process Id:
              3136.

TimeCreated : 8/4/2026 2:37:46 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {82AF00E4-1901-0010-0000-FCE0F87063F9}. Client Process Id: 1984.

TimeCreated : 8/4/2026 2:37:44 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Batch Print for Autodesk Revit 2019. Product
              Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:44 AM
Id          : 11724
Message     : Product: Batch Print for Autodesk Revit 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:43 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {82AF00E4-1901-0010-0000-FCE0F87063F9}. Client Process Id:
              1984.

TimeCreated : 8/4/2026 2:37:43 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {4477F08B-1901-0010-0000-9A09D834DFF5}. Client Process Id: 6304.

TimeCreated : 8/4/2026 2:37:41 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: eTransmit for Autodesk Revit 2019. Product Version:
              19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:41 AM
Id          : 11724
Message     : Product: eTransmit for Autodesk Revit 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:40 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {4477F08B-1901-0010-0000-9A09D834DFF5}. Client Process Id:
              6304.

TimeCreated : 8/4/2026 2:37:40 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {715812E8-1901-0010-0000-BBB894911B46}. Client Process Id: 1296.

TimeCreated : 8/4/2026 2:37:37 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Revit Model Review 2019. Product Version:
              19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:37 AM
Id          : 11724
Message     : Product: Autodesk Revit Model Review 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:36 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {715812E8-1901-0010-0000-BBB894911B46}. Client Process Id:
              1296.

TimeCreated : 8/4/2026 2:37:36 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {5063E738-1901-0010-0000-7B7B9AB0B696}. Client Process Id: 9724.

TimeCreated : 8/4/2026 2:37:34 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Worksharing Monitor for Autodesk Revit 2019.
              Product Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Removal success or error
              status: 0.

TimeCreated : 8/4/2026 2:37:34 AM
Id          : 11724
Message     : Product: Worksharing Monitor for Autodesk Revit 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:33 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {5063E738-1901-0010-0000-7B7B9AB0B696}. Client Process Id:
              9724.

TimeCreated : 8/4/2026 2:37:33 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {8F69EE2C-DC34-4746-9B47-7511147BD4B0}. Client Process Id: 7308.

TimeCreated : 8/4/2026 2:37:31 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Material Library 2019. Product Version:
              17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:31 AM
Id          : 11724
Message     : Product: Autodesk Material Library 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:25 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {8F69EE2C-DC34-4746-9B47-7511147BD4B0}. Client Process Id:
              7308.

TimeCreated : 8/4/2026 2:37:25 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {3AAA4C1B-51DA-487D-81A3-4234DBB9A8F9}. Client Process Id: 6748.

TimeCreated : 8/4/2026 2:37:23 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Material Library Base Resolution Image
              Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Removal
              success or error status: 0.

TimeCreated : 8/4/2026 2:37:23 AM
Id          : 11724
Message     : Product: Autodesk Material Library Base Resolution Image Library 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:20 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {3AAA4C1B-51DA-487D-81A3-4234DBB9A8F9}. Client Process Id:
              6748.

TimeCreated : 8/4/2026 2:37:20 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {77F779B8-3262-4014-97E9-36D6933A1904}. Client Process Id: 14328.

TimeCreated : 8/4/2026 2:37:18 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Material Library Low Resolution Image
              Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Removal
              success or error status: 0.

TimeCreated : 8/4/2026 2:37:18 AM
Id          : 11724
Message     : Product: Autodesk Material Library Low Resolution Image Library 2019 -- Removal completed successfully.

TimeCreated : 8/4/2026 2:37:15 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {77F779B8-3262-4014-97E9-36D6933A1904}. Client Process Id:
              14328.

TimeCreated : 8/4/2026 2:37:15 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {105181A1-013C-4EE7-A368-999FD7ED950A}. Client Process Id: 8608.

TimeCreated : 8/4/2026 2:37:13 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Advanced Material Library Base Resolution
              Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Removal
              success or error status: 0.

TimeCreated : 8/4/2026 2:37:13 AM
Id          : 11724
Message     : Product: Autodesk Advanced Material Library Base Resolution Image Library 2019 -- Removal completed
              successfully.

TimeCreated : 8/4/2026 2:37:11 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {105181A1-013C-4EE7-A368-999FD7ED950A}. Client Process Id:
              8608.

TimeCreated : 8/4/2026 2:37:11 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {ACC0DD09-7E20-4792-87D5-BDBE40206584}. Client Process Id: 12620.

TimeCreated : 8/4/2026 2:37:09 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Advanced Material Library Low Resolution
              Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Removal
              success or error status: 0.

TimeCreated : 8/4/2026 2:37:09 AM
Id          : 11724
Message     : Product: Autodesk Advanced Material Library Low Resolution Image Library 2019 -- Removal completed
              successfully.

TimeCreated : 8/4/2026 2:37:02 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {ACC0DD09-7E20-4792-87D5-BDBE40206584}. Client Process Id:
              12620.

TimeCreated : 8/4/2026 2:37:02 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: {078698AF-8BB1-4631-86D0-D91FEE147256}. Client Process Id: 10604.

TimeCreated : 8/4/2026 2:37:00 AM
Id          : 1034
Message     : Windows Installer removed the product. Product Name: Autodesk Advanced Material Library Medium
              Resolution Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer:
              Autodesk. Removal success or error status: 0.

TimeCreated : 8/4/2026 2:37:00 AM
Id          : 11724
Message     : Product: Autodesk Advanced Material Library Medium Resolution Image Library 2019 -- Removal completed
              successfully.

TimeCreated : 8/4/2026 2:36:58 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: {078698AF-8BB1-4631-86D0-D91FEE147256}. Client Process Id:
              10604.

TimeCreated : 8/4/2026 2:36:58 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\FormIt\FormItConverter2019.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:30 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\FormIt\FormItConverter2019.msi. Client Process Id:
              4548.

TimeCreated : 8/4/2026 2:21:30 AM
Id          : 1042
Message     : Ending a Windows Installer transaction:
              E:\Content\ADSKMaterials\2019\PLM\PrismMediumImageLibrary2019.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:28 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Advanced Material Library Medium
              Resolution Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer:
              Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:21:28 AM
Id          : 11707
Message     : Product: Autodesk Advanced Material Library Medium Resolution Image Library 2019 -- Installation
              completed successfully.

TimeCreated : 8/4/2026 2:21:18 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction:
              E:\Content\ADSKMaterials\2019\PLM\PrismMediumImageLibrary2019.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:18 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\Content\ADSKMaterials\2019\PLL\PrismLowImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:16 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Advanced Material Library Low Resolution
              Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk.
              Installation success or error status: 0.

TimeCreated : 8/4/2026 2:21:16 AM
Id          : 11707
Message     : Product: Autodesk Advanced Material Library Low Resolution Image Library 2019 -- Installation completed
              successfully.

TimeCreated : 8/4/2026 2:21:14 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction:
              E:\Content\ADSKMaterials\2019\PLL\PrismLowImageLibrary2019.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:14 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\Content\ADSKMaterials\2019\PLB\PrismBaseImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:12 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Advanced Material Library Base
              Resolution Image Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer:
              Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:21:12 AM
Id          : 11707
Message     : Product: Autodesk Advanced Material Library Base Resolution Image Library 2019 -- Installation completed
              successfully.

TimeCreated : 8/4/2026 2:21:09 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction:
              E:\Content\ADSKMaterials\2019\PLB\PrismBaseImageLibrary2019.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:09 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\Content\ADSKMaterials\2019\ILL\LowImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:07 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Material Library Low Resolution Image
              Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Installation
              success or error status: 0.

TimeCreated : 8/4/2026 2:21:07 AM
Id          : 11707
Message     : Product: Autodesk Material Library Low Resolution Image Library 2019 -- Installation completed
              successfully.

TimeCreated : 8/4/2026 2:21:03 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\Content\ADSKMaterials\2019\ILL\LowImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:03 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\Content\ADSKMaterials\2019\ILB\BaseImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:21:01 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Material Library Base Resolution Image
              Library 2019. Product Version: 17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Installation
              success or error status: 0.

TimeCreated : 8/4/2026 2:21:01 AM
Id          : 11707
Message     : Product: Autodesk Material Library Base Resolution Image Library 2019 -- Installation completed
              successfully.

TimeCreated : 8/4/2026 2:20:57 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\Content\ADSKMaterials\2019\ILB\BaseImageLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:57 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\Content\ADSKMaterials\2019\CM\MaterialLibrary2019.msi. Client
              Process Id: 4548.

TimeCreated : 8/4/2026 2:20:55 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Material Library 2019. Product Version:
              17.11.3.0. Product Language: 1033. Manufacturer: Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:20:55 AM
Id          : 11707
Message     : Product: Autodesk Material Library 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:48 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\Content\ADSKMaterials\2019\CM\MaterialLibrary2019.msi.
              Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:48 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RWSM\RWSM.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:46 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Worksharing Monitor for Autodesk Revit 2019.
              Product Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Installation success or
              error status: 0.

TimeCreated : 8/4/2026 2:20:46 AM
Id          : 11707
Message     : Product: Worksharing Monitor for Autodesk Revit 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:44 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RWSM\RWSM.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:44 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RMR\RMR.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:42 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Revit Model Review 2019. Product
              Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Installation success or error
              status: 0.

TimeCreated : 8/4/2026 2:20:42 AM
Id          : 11707
Message     : Product: Autodesk Revit Model Review 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:40 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RMR\RMR.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:40 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RET\RET.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:38 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: eTransmit for Autodesk Revit 2019. Product
              Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Installation success or error
              status: 0.

TimeCreated : 8/4/2026 2:20:38 AM
Id          : 11707
Message     : Product: eTransmit for Autodesk Revit 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:36 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RET\RET.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:36 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RBPU\RBPU.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:34 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Batch Print for Autodesk Revit 2019. Product
              Version: 19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Installation success or error
              status: 0.

TimeCreated : 8/4/2026 2:20:34 AM
Id          : 11707
Message     : Product: Batch Print for Autodesk Revit 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:32 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RBPU\RBPU.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:32 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\PACR\PACR.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:30 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Personal Accelerator for Revit. Product Version:
              16.0.1205.0. Product Language: 1033. Manufacturer: Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:20:30 AM
Id          : 11707
Message     : Product: Personal Accelerator for Revit -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:28 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\PACR\PACR.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:28 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RCAO\RCAO.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:26 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Collaboration for Revit 2019. Product
              Version: 19.2.0.65. Product Language: 1033. Manufacturer: Autodesk. Installation success or error
              status: 0.

TimeCreated : 8/4/2026 2:20:26 AM
Id          : 11707
Message     : Product: Autodesk Collaboration for Revit 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:24 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RCAO\RCAO.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:24 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\3rdParty\x64\Workflows\Workflow_x64.msi. Client Process Id:
              4548.

TimeCreated : 8/4/2026 2:20:22 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Workflows 2019. Product Version:
              17.11.1.0. Product Language: 1033. Manufacturer: Autodesk, Inc.. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:20:22 AM
Id          : 11707
Message     : Product: Autodesk Workflows 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:20:21 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\3rdParty\x64\Workflows\Workflow_x64.msi. Client Process
              Id: 4548.

TimeCreated : 8/4/2026 2:20:21 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RVT\RVT.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:20:17 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Revit 2019. Product Version: 19.2.0.65. Product
              Language: 1033. Manufacturer: Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:20:17 AM
Id          : 11707
Message     : Product: Revit 2019 - - Installation operation completed successfully.

TimeCreated : 8/4/2026 2:19:27 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RVT\RVT.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:27 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\CLM\CLIC_x64_Release.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:26 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk License Service (x64) - 7.1.4. Product
              Version: 7.1.4.0. Product Language: 1033. Manufacturer: Autodesk. Installation success or error status:
              0.

TimeCreated : 8/4/2026 2:19:26 AM
Id          : 11707
Message     : Product: Autodesk License Service (x64) - 7.1.4 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:19:20 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\CLM\CLIC_x64_Release.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:20 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\CLM\CLIC_x64_Release_certificate.msi. Client Process Id:
              4548.

TimeCreated : 8/4/2026 2:19:19 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Autodesk Certificate Package  (x64) - 7.1.4.
              Product Version: 7.1.4.0. Product Language: 1033. Manufacturer: Autodesk. Installation success or error
              status: 0.

TimeCreated : 8/4/2026 2:19:19 AM
Id          : 11707
Message     : Product: Autodesk Certificate Package  (x64) - 7.1.4 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:19:18 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\CLM\CLIC_x64_Release_certificate.msi. Client Process
              Id: 4548.

TimeCreated : 8/4/2026 2:19:18 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\3rdParty\x64\Sql\SqlLocalDB.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:15 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Microsoft SQL Server 2014 Express LocalDB.
              Product Version: 12.1.4100.1. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation
              success or error status: 0.

TimeCreated : 8/4/2026 2:19:15 AM
Id          : 11707
Message     : Product: Microsoft SQL Server 2014 Express LocalDB  -- Installation completed successfully.

TimeCreated : 8/4/2026 2:19:08 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\3rdParty\x64\Sql\SqlLocalDB.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:07 AM
Id          : 1042
Message     : Ending a Windows Installer transaction: E:\x64\RCL\RCL.msi. Client Process Id: 4548.

TimeCreated : 8/4/2026 2:19:07 AM
Id          : 1033
Message     : Windows Installer installed the product. Product Name: Revit Content Libraries 2019. Product Version:
              19.0.0.405. Product Language: 1033. Manufacturer: Autodesk. Installation success or error status: 0.

TimeCreated : 8/4/2026 2:19:07 AM
Id          : 11707
Message     : Product: Revit Content Libraries 2019 -- Installation completed successfully.

TimeCreated : 8/4/2026 2:08:44 AM
Id          : 1040
Message     : Beginning a Windows Installer transaction: E:\x64\RCL\RCL.msi. Client Process Id: 4548.



PS C:\Users\arinagruseva> Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*, HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* -ErrorAction SilentlyContinue | Where-Object { $_.DisplayName -match 'Autodesk|AutoCAD|FormIt|Revit' } | Select-Object DisplayName, PSChildName, InstallSource | Format-Table -AutoSize -Wrap

DisplayName        PSChildName                            InstallSource
-----------        -----------                            -------------
Dynamo Revit 1.3.4 {60761FA6-E5EC-4DC2-A6D8-051DCC2A4C66} C:\Mac\Home\Desktop\windows\revit\x64\DYN\


PS C:\Users\arinagruseva> Select-String "$env:TEMP\*.log" -Pattern "error status: [1-9]"
PS C:\Users\arinagruseva>