Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21583 Discussions

Silent Installation with SCCM

Altera_Forum
Honored Contributor II
2,193 Views

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 the log file contains the following: 

[InstallShield Silent] 

Version=v7.00 

File=Log File 

[ResponseResult] 

ResultCode=-5 

 

The setup.iss is in the same folder. I tried different parameters already, with quotes, without logfile and all variations i can think off... 

can anyone perhaps shed some light on how to do this? 

 

much appreciated! 

Peter
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
972 Views

Has anyone addressed this issue? We are deploying SCCM on campus and Quartus is one of the problem programs we have to deal with. 

 

Thanks, 

 

Dan Lanier 

Georgia Southern University 

 

 

 

--- Quote Start ---  

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 the log file contains the following: 

[InstallShield Silent] 

Version=v7.00 

File=Log File 

[ResponseResult] 

ResultCode=-5 

 

The setup.iss is in the same folder. I tried different parameters already, with quotes, without logfile and all variations i can think off... 

can anyone perhaps shed some light on how to do this? 

 

much appreciated! 

Peter 

--- Quote End ---  

0 Kudos
Altera_Forum
Honored Contributor II
972 Views

I 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
0 Kudos
Altera_Forum
Honored Contributor II
972 Views

Thanks for the suggestion! I will forward that to our packaging team right away for testing  

 

 

 

--- Quote Start ---  

I 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 

--- Quote End ---  

0 Kudos
Reply