If a match is found, note the filename and browse to it when prompted.
In essence, the error means that Windows Installer believes the plotting component of AutoCAD is either missing or damaged, but it cannot find the original installation source to fix it. Acadps.msi
These are generic Windows Installer error codes that may reference Acadps.msi in the log files. They usually indicate that a previous installation was suspended or that there is a conflict with an existing version of the file. If a match is found, note the filename
cd C:\Windows\Installer Get-ChildItem -Recurse -Filter *.msi | Where-Object $_ -match "Acadps" If a match is found
msiexec /f Acadps.msi /quiet
Here are the exact error messages you may encounter: