Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFinaly succeeded to install devices:
The problem came from the name I gave to the temp directory where Quartus expand the installer files and the devices files. ( 'temp altera' ) the script parser invoqued by GUI of installer does'nt accept directory names with a space character (ascii 32), the name I gave the temp dir: 'temp altera' was not recognized later by GUI during device install. I uninstalled Quartus II completely then reinstalled from a temp directory this time named 'temp_altera', with the space character replaced by underscore'_' , and all gets into order, all devices familly files were found and installed correctly. Great Thanks to Altera support team for this problem analysis and solving.