home *** CD-ROM | disk | FTP | other *** search
/ 95.86.62.111 / 95.86.62.111.tar / 95.86.62.111 / sql2000 / sqlins.bat < prev    next >
DOS Batch File  |  2000-07-15  |  483b  |  21 lines

  1. @echo off
  2. rem     Performs SQL Server Full Server Unattended Install operation
  3.  
  4. rem     Before running this batch file, you must edit the corresponding 
  5. rem    unattended install file (sqlins.iss), and enter your 
  6. rem    Product Key (CD-Key) from your CD.
  7.  
  8.  
  9. cls
  10.  
  11. echo *
  12. echo     Unattended install for SQL Server is starting.
  13. echo *
  14. echo *
  15. echo     Waiting for SQL Server Setup to finish...
  16.  
  17.  
  18. @echo on
  19. start /wait x86\setup\setupsql.exe -s -m -SMS -f1 "sqlins.iss"
  20. @echo off
  21.