|
|
Subject: [Unattended] Problem after first reboot - msg#00176
List: windows.unattended.general
I'm using Unattended
v4.6 to install Windows 2000 Server SP4 and some other things.
Here's the
problem. Windows installs without a problem. Perl installs
fine. Base.bat kicks in and starts running Win2ksp4-updates.
The first update which requires a reboot comes (I believe it is
IE6). Windows reboots, but when it boots up, todo.pl doesn't keep
installing things. I checked the c-drive and there are still lots of items
in the todo.txt. I checked the registry and Windows is set to run
"mapznrun.bat todo.pl --go" but for some reason it doesn't run it. The
computer auto logged in correctly. If I reboot the computer or log off and
back on, it takes off again without any further problems (even rebooting
correctly). I thought maybe it had something to do with an update that it
was trying to install, so I commented out the Win2kSP4-updates in the
base.bat. The same thing happened - after the first reboot, windows
doesn't run the command to kick things off again. I've tried it on a
different computer and the same thing happens. Has anyone had this
happen? I don't want to have to tell the users that they have to manually
reboot after Windows is installed in order to finish installing the
software.
Mike
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: [Unattended] SQL Server 2000 SP3a
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
Kaari.Jakobi@xxxxxxxxxxxx wrote:
-----Original Message-----
From: Tony Worrall [mailto:tony@xxxxxxxxxxxxx]
Sent: Monday, January 31, 2005 2:46 PM
To: unattended-info@xxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxx
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
Previous Message by Thread:
click to view message preview
RE: [Unattended] SQL Server 2000 SP3a
> -----Original Message-----
> From: Tony Worrall [mailto:tony@xxxxxxxxxxxxx]
> Sent: Monday, January 31, 2005 2:46 PM
> To: unattended-info@xxxxxxxxxxxxxxxxxxxxx
> 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
|
|