/build/static/layout/Breadcrumb_cap_w.png

How to install SQL Server Express 2005 with SCCM 2007

I`m using this command line : setup.exe /qn /Settings "sccmsql.ini" but for a reason unknown to me it doesn`t seem to find the ini file.

If i do it manually from a command prompt it works just fine so i know my ini file works.  Any insight would be helpfull.  Thanks


0 Comments   [ + ] Show comments

Answers (1)

Posted by: emillj 12 years ago
Senior White Belt
0

Try using a cmd script like this to run the setup. Place the .cmd file in the same folder as setup.exe and sccmsql.ini The %~dp0 is substituted to the acual path for the files when the script is run.

 %~dp0setup.exe /qn /Settings "%~dp0sccmsql.ini"
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ