Forum Discussion
I did not saw this behavior in my own machine and I am able to open quartus after installation.
OS Platform: Window 10
Quartus: 19.1 Standard version
The command line that I used is the same as the one that you used. Perhaps you can check whether the System Requirements and Prerequisites are met during installation. Or run the command prompt as administrator.
System Requirements and Prerequisites: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/quartus_install.pdf#page=5
This command line works fine when installing manually or using Group Policy. It does NOT work when using SCCM. Did you test this with SCCM?
- RichardT_altera5 years ago
Super Contributor
Hi, could you try to run the installer with: --skip_registration 1
this will skip installing some prerequisites, adding some registry entries.
Try to see if the installation can succeed.If not, try running it with: --syncdebugtrace debug.txt
then pass us the debug.txt file. I'll ask the vendor to examine it.