Manufacturer: None (Seanix Technology) Model: D400S 4E6F6E65
Manufacturer: Mind Computer Products Model: KM266-8235 4D696E64 20436F6D 70757465 72205072 6F647563 7473
Posted 13 June 2006 - 01:46 AM
Manufacturer: None (Seanix Technology) Model: D400S 4E6F6E65
Manufacturer: Mind Computer Products Model: KM266-8235 4D696E64 20436F6D 70757465 72205072 6F647563 7473
Posted 13 June 2006 - 04:25 AM
Quote
Quote
Quote
This post has been edited by ZaForD: 13 June 2006 - 04:29 AM
Posted 13 June 2006 - 05:40 AM
[GuiUnattended] OemSkipWelcome = 1 OemSkipRegional = 1 TimeZone = %TIMEZONE% AdminPassword = "*" DetachedProgram=".\system32\cmd.exe" Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I\$OEM$) DO (IF EXIST %J (%J\NirCmd.exe exec hide %J\OEMBUILD.CMD)))" [SetupParams] UserExecute="\$WIN_NT$.~LS\$OEM$\nircmd.exe script \$WIN_NT$.~LS\$OEM$\fbreseal.ncl"
@REM ==================================================================
@REM © Copyright 2006 Bill Gates Development Company, L.P.
@REM
@REM Royalty OEM PCs - RIS (Remote Installation Services) based install
@REM
@REM Credits: Bezalel for initial idea and coding for CD based install
@REM
@REM Credits: idle.newbie hp38guser schalti Pyron a06lp for drivers from CD based install
@REM http://www.msfn.org/board/index.php?s=&showtopic=51406&view=findpost&p=358011
==================================================================
@FOR /F %%a IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %%b IN (%%a) DO (IF EXIST %%b (SET DOSPATH=%%b)))
@for /F "tokens=2* delims=: " %%i in ('%dospath%\$oem$\compname.exe /s ^|findstr /L /c:"System manufacturer"') do @set Manufacturer=%%j &@call :oem "%%j" &@call :model
@echo/[General]>%SystemRoot%\System32\oeminfo.ini
@echo/Manufacturer=%Manufacturer%>>%SystemRoot%\System32\oeminfo.ini
@echo/Model=%Model%>>%SystemRoot%\System32\oeminfo.ini
@echo/supporturl=%supporturl%>>%SystemRoot%\System32\oeminfo.ini
@echo/>>%SystemRoot%\System32\oeminfo.ini
@echo/[Support Information]>>%SystemRoot%\System32\oeminfo.ini
@echo/Line1=' '>>%SystemRoot%\System32\oeminfo.ini
@echo/Serial=%Serial%>>%SystemRoot%\System32\oeminfo.ini
@copy /y %dospath%\$oem$\%oem%\oemlogo.bmp %SystemRoot%\System32\oemlogo.bmp >nul
:jump
for %%? in (bi si da ca) do (
copy /y %dospath%\$oem$\%OEM%\oembios.%%?_ %SystemDrive%\$win_nt$.~ls\i386
expand -r %dospath%\$oem$\%oem%\oembios.%%?_ %SystemRoot%\system32\
)
:drivers
:: Set Drivers Location Folder
SET DRV=%SystemDrive%\Drivers
:: Ticker script
ECHO.exec hide %dospath%\$oem$\Process.exe -r setup.exe >%SystemDrive%\Ticker.ncl
ECHO.wait 10000 >>%SystemDrive%\Ticker.ncl
ECHO.exec hide %dospath%\$oem$\Process.exe -p SetupCopyOEMInf.exe high >>%SystemDrive%\Ticker.ncl
ECHO.exec hide %dospath%\$oem$\Process.exe -s setup.exe >>%SystemDrive%\Ticker.ncl
ECHO.wait 50000 >>%SystemDrive%\Ticker.ncl
ECHO.script %SystemDrive%\Ticker.ncl >>%SystemDrive%\Ticker.ncl
:: Pre-Install (Suspend Setup, and Set Setup to Low Priority)
%dospath%\$oem$\Process.exe -s setup.exe
%dospath%\$oem$\Process.exe -p setup.exe low
:: If Compressed Drivers Exist, Unzip Them & Change Drivers Location Folder to Hard Drive
IF EXIST Drivers.7z (
SET DRV=%SystemDrive%\Drivers
%dospath%\$oem$\7za.exe x -y -aoa -o"%SystemDrive%\Drivers" "%dospath%\$oem$\Drivers.7z"
)
:: If Compressed Drivers Exist, Uncab Them & Change Drivers Location Folder to Hard Drive
IF EXIST %dospath%\$oem$\EC834ET.TAG (
IF /I "%Model%"=="HP Compaq dc7600 Convertible Minitower" (
SET DRV=%SystemDrive%\Drivers
extrac32 /y /l %SystemDrive%\Drivers\Video %dospath%\$oem$\11725988.cab *.*
extrac32 /y /l %SystemDrive%\Drivers\NIC %dospath%\$oem$\b57win32.cab *.*
extrac32 /y /l %SystemDrive%\Drivers\Audio %dospath%\$oem$\rtkazaud.cab *.*
)
)
IF EXIST %dospath%\$oem$\D1944.TAG (
IF /I "%Model%"=="SCENIC C620" (
SET DRV=%SystemDrive%\Drivers
extrac32 /y /l %SystemDrive%\Drivers\Video %dospath%\$oem$\IALMNT5.CAB *.*
extrac32 /y /l %SystemDrive%\Drivers\NIC %dospath%\$oem$\b57win32.cab *.*
extrac32 /y /l %SystemDrive%\Drivers\Audio %dospath%\$oem$\smwdmch6.cab *.*
extrac32 /y /l %SystemDrive%\Drivers\Misc1 %dospath%\$oem$\cmeu0wdm.cab *.*
)
)
:: Run NirCmd Ticker Script (code above)
START %dospath%\$oem$\NirCmd.exe script %SystemDrive%\Ticker.ncl
:: Install Drivers
%dospath%\$oem$\SetupCopyOEMInf.exe "%DRV%"
:: Post-Install (Close NirCmd, Setup Priority back to Normal, Resume Setup)
%dospath%\$oem$\Process.exe -k NirCmd.exe
%dospath%\$oem$\Process.exe -p setup.exe normal
%dospath%\$oem$\Process.exe -r setup.exe
:: Delete Ticker File
DEL %SystemDrive%\Ticker.ncl
goto :eof
:model
@for /F "tokens=1* delims=: " %%k in ('%dospath%\$oem$\compname /s ^|findstr /c:"model"') do @set Model=%%l
@for /F "tokens=1*" %%m in ('%dospath%\$oem$\compname /d ?s') do @set Serial=%%m
@for /F "tokens=1-2*" %%n in ('findstr "%oem%" %~s0') do (set supporturl=%%o)
@goto :eof
:oem
@set oem=%1
@set oem=%oem:"=%
@set oem=%oem:~0,3%
@goto :eof
[Manufacturer]
FUJ http://support.fujitsu-siemens.com/com/support/index.html : Fujitsu Siemens Computers
HEW http://welcome.hp.com/country/us/en/support.html?pageDisplay=support : Hewlett-Packard
NEC http://help1.nec-computers.com/main.asp?lang=com : NEC Computers International
TOS http://www.csd.toshiba.com/cgi-bin/tais/su/su_sc_home.jsp : TOSHIBA
Quote
This post has been edited by Bilou_Gateux: 26 July 2006 - 10:06 AM
Posted 13 June 2006 - 06:21 AM
tkmadison, on Jun 13 2006, 09:46 AM, said:
Manufacturer: None (Seanix Technology) Model: D400S 4E6F6E65
Manufacturer: Mind Computer Products Model: KM266-8235 4D696E64 20436F6D 70757465 72205072 6F647563 7473
This post has been edited by FreeStyler: 13 June 2006 - 09:59 AM
Posted 13 June 2006 - 07:56 AM
Posted 13 June 2006 - 08:36 PM
Posted 13 June 2006 - 08:51 PM
FreeStyler, on Jun 12 2006, 06:40 PM, said:
Posted 13 June 2006 - 08:52 PM
Posted 13 June 2006 - 09:01 PM
RogueSpear, on Jun 13 2006, 10:52 PM, said:
Posted 13 June 2006 - 09:10 PM
Posted 14 June 2006 - 12:47 AM
Manufacturer: BENQ Model: JoyBook 2100E 42454E51
Manufacturer: Gateway Model: 3250SB CTO PC 4761746 5776179
Manufacturer: Founder Model: Founder PC 466F756E 646572
This post has been edited by FreeStyler: 14 June 2006 - 05:24 AM
Posted 14 June 2006 - 06:48 AM
Posted 14 June 2006 - 08:54 AM
ZaForD, on Jun 14 2006, 01:48 PM, said:
This post has been edited by FreeStyler: 14 June 2006 - 08:55 AM
Posted 14 June 2006 - 08:57 PM
Posted 14 June 2006 - 09:09 PM
herroyuy, on Jun 14 2006, 10:57 PM, said:
Posted 15 June 2006 - 01:17 AM
herroyuy, on Jun 15 2006, 04:57 AM, said:
MfgHex=Left(MfgHex,8)
This post has been edited by FreeStyler: 15 June 2006 - 05:52 AM
Posted 15 June 2006 - 09:04 AM
FreeStyler, on Jun 15 2006, 02:17 AM, said:
Posted 15 June 2006 - 09:12 AM
Posted 15 June 2006 - 09:17 AM
FreeStyler, on Jun 15 2006, 11:12 AM, said:
Posted 15 June 2006 - 12:09 PM
Bezalel, on Jun 15 2006, 04:17 PM, said:
FreeStyler, on Jun 15 2006, 11:12 AM, said: