Jump to content

singk

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by singk

  1. BETTER YET, I used compname.exe (do Google search) to accomplished this. in CMDLINES.TXT [COMMANDS] ".\INSTALLS.CMD" in INSTALLS.CMD Echo Changing computer name to the Dell Service Tag START "" /WAIT "compname.exe" /c ?s
  2. I got the exact same m/b with two Hitachi 250gb SATAII HD configured with Raid 1. Here's where I download the SI3114r5 driver. Silicon Image Si3114 drivers
  3. The beta release from Gigabyte website doesn't work for me. I have to download the x64 drivers from Silicon Image at Silicon Image Si3114 drivers Give it a try.
  4. Where do you download the si3114r5 drivers? I've been looking for it in days.. NEVERMIND: I found the link to the Silicon Image site for download at Silicon Image Si3114 x64 driver Download
  5. I have similar problem, but mind is rebooted just right after the "Installing Networks" completed. After two weeks of troubleshoot and a help of this forums, I found out that the problem was caused by the DUPLICATE computer name. When is yours reboot (T-30-32)? Try unplug your network cable and see if it helps. SK
  6. Without SP1 and other HotFixes, you almost certainly can have both on the same CD. But because of SP1 and HotFixes, this is all I can I put on a CD. You may be able to fit more depend on what you choose. Here's my W2k3 post installation cmdow @ /HID @echo off cls REM REM Windows Post Installation. REM :STARTOVER REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51IS.SP1 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% If %CDROM%=="" goto INSERTCD goto done :INSERTCD @echo Please insert Windows Server 2003 with SP1 Unattended CD in the CD-ROM drive. @echo Press CTRL + C and then Y to exit. pause goto STARTOVER :DONE SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Standard Applications" /f REG ADD %KEY%\005 /VE /D "Network Support Tools" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\support\tools\suptools.msi /qn" /f REG ADD %KEY%\010 /VE /D "Windows Server 2003 Resource Kit" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\support\rktools\rktools.msi /qn" /f REG ADD %KEY%\012 /VE /D "Windows Server Administrator Pack" /f REG ADD %KEY%\012 /V 1 /D "%CDROM%\support\ADMINPAK\AdminPak.msi /qn" /f REG ADD %KEY%\014 /VE /D "Dell Raid Array Manager" /f REG ADD %KEY%\014 /V 1 /D "%SystemRoot%\apps\DellOM\am\Setup\setup.exe /s /sms" /f REG ADD %KEY%\015 /VE /D "Dell Active Directory Snap-In" /f REG ADD %KEY%\015 /V 1 /D "%SystemRoot%\apps\DellOM\OMAdPlugin\OMAdPlugin.msi /qn" /f REG ADD %KEY%\020 /VE /D "Create DAConsole.MSC" /f REG ADD %KEY%\020 /V 1 /D "%SystemRoot%\apps\daconsole.cmd" /f REG ADD %KEY%\040 /VE /D "TridiaVNC 1.5" /f REG ADD %KEY%\040 /V 1 /D "%SystemRoot%\apps\TridiaVNC\Disk1\setup.exe /s /SMS" /f REG ADD %KEY%\060 /VE /D "Removing Installation files and Rebooting" /f REG ADD %KEY%\060 /V 1 /D "%SystemRoot%\apps\cleanup.cmd" /f EXIT Sing
  7. What you can do is use the BUILTIN.EXE from OptimumX.com. It works great. I have been using it a while. Put the builtin.exe in the $OEM$ directory. install.cmd @echo off ECHO Modifying Boot Timeout START "" /WAIT "%SystemRoot%\system32\bootcfg.exe" /timeout 4 ECHO Changing the Local Admin account START "" /WAIT "builtin.exe" /newname:WhatEverName cmdlines.txt [COMMANDS] ".\INSTALLS.CMD" This will be run at T-12 Sing
  8. What's the different if I have it set to [userData] ComputerName=MAINIMG Sing
  9. Thanks That's it. I've look at the SetupErr.log and it shown DUPLICATE COMPUTER NAME. So, I can't specify a Computer name in the winnt.sif.
  10. It happen with VMWare also. I'll try suggestion when I get to work in the morning. Thanks
  11. I have tried the nlite to integrated broadcom driver, and the unattended still cycling after complete of "Installing Network". Any other suggests?
  12. Does anyone has any problem with Broadcom 57xx NIC with Unattended XP? Everytime I included in the $OEM$\Drivers\NIC, it cause the Windows setup to restart during the completion (T30-32) of Installing Network. I've tried both original drivers that came with GX280, download from Dell, and directly from Broadcom, and they act the same. I even tried the DriverPacks from btsunattended.net method 2, and it still restart after "installing Newtork". I even tried the same image on the machine without Broadcom NIC, it still does the same thing. Any suggestion? Please help, I've been struggling with this over a weeks already. If I removed the Broadcom NIC drivers or (not included nic path) OemPnPDriversPath="Drivers\nic1;Drivers\Chipset" from winnt.sif, the unattended setup is completed. SK
  13. What about adding FileSystem=ConvertNTFS under the Unattended section. I remember from one of my WINNT.SIF file, it has this value set. [unattended] FileSystem=ConvertNTFS
  14. Is there any way or how do I modify the boxes.js so that the option appears, but Dimmed out/lock the checkbox instead? Eventhough the condition is false, I still want it to display the option, but enable to check it so I can tell which applications had installed. If we make it disappears, then we wouldn't know what's available on the CD or what had or had not installed. NOTE: I have little knownledge of Javascript Thanks Sing
  15. cond[pn]=['FileExists("%SystemRoot%\\System32\\ctaud2k.sys")'] This works if condition is true (enable if exist), but what if the condition is false. Another word, if exist do not enabled option. Can this be done? Thanks Sing
×
×
  • Create New...