Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSilent Installation with SCCM
hello all, i am trying to deploy Quartus 9.1 silently with SCCM. I use these parameters 91sp2_quartus_free.exe -s -sms f1setup.iss f2c:\quartus.log. The installer launches, but after seconds...
Altera_Forum
Honored Contributor
14 years agoI see a couple problems with the switches listed right off the bat.
Try the following: 91sp2_quartus_free.exe -s -f1"setup.iss" -f2"c:\quartus.log" If that doesn't work create a batch file with the following command: start /WAIT %~dp091sp2_quartus_free.exe -s -f1"%~dp0setup.iss" -f2"c:\quartus.log" -Jason