Forum Discussion
Hi @prashant_gohel ,
Attached the Quartus Prime Pro 23.4 's required_files_win11_md5.txt in the ZIP package.
About the missing umppc19811.dll,
- It might be possible that it have a different version number. Try the command below & see if it has a different version:
dir C:\Windows\system32\umppc*
- If the umppc*.dll is truly missing, try the DISM command (Deployment Image Servicing and Management tool). You might need to run Command Prompt with Run As Administrator.
To check the system health:
dism /online /Cleanup-Image /CheckHealth
If a problem is detected, perform the auto-fix.
dism /online /Cleanup-Image /RestoreHealth
Lastly, can you share your Windows 11 system info?
Run "systeminfo", report back the OS Name & OS Version.
For example, our system here is:
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.22631 N/A Build 22631
Regards,
Liang Yu
- prashant_gohel4 months ago
New Contributor
Hi Liang Yu,
Here is the information about the Windows 11.
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.26100 N/A Build 26100I have run the same for Quartus 23.4 and atached the command promt log here.
I have checked the dir C:\Windows\system32\umppc* command and didn't found any file.
Will try the DISM command and share the result with you.