I've tried editing the .iss for sp3a with no success, it seems to hang halfway through and then complete with a -12 error.

Perhaps you can send me your .iss file for sp3a to use as a template? (without the license key, of course!)

Tony Worrall

[EMAIL PROTECTED] wrote:

-----Original Message-----
From: Tony Worrall [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 2:46 PM
To: unattended-info@lists.sourceforge.net
Subject: [Unattended] SQL Server 2000 SP3a



Hi all,

I have SQL Server installing silently after a Windows 2003 Standard Server install, however, the service pack, sp3a, doesn't seem to work silently, yet installs fine otherwise.

Is there anyone out there already doing this as part of unattended? If so, please let me know how you've approached this.



I'm using this to install SQL 2000 plus SP3a:

=====Begin sql2000.bat=====
:: OPTIONAL: Install Microsoft SQL Server 2000 Personal Edition
@Echo off
:: Reminder, things get installed in REVERSE order!

:: SP3 Installation
todo.pl ".reboot-on 194 %Z%\updates\sql2ksp3_de\SQL2KDEF.BAT"

:: Server Installation
todo.pl ".reboot-on 194 %Z%\packages\sql2000\sqlins.bat"
=====End sql2000.bat=====

SQLINS.BAT and SQL2KDEF.BAT are the default ones provided in the
installation directories, just make sure
to provide the serial number, login type and password in sqlins.iss and
sql2kdef.iss.


HTH, Kaari


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info


----------------------------------------------- Scanned by NetCleanse for all known viruses. http://www.netcleanse.com






-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to