Jump to content

FAQ | F6 mass storage drivers from floppy AND unattended install?


Steffen

Recommended Posts


http://www.msfn.org/board/index.php?showtopic=51406

[Unattended]
OemPreinstall = No
[GuiUnattended]
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 (START /MIN /D%J Detached.cmd)))"

modify the "Detached.cmd" into ur useraccounts.cmd or else. it works on WINNT.SIF OemPreinstall=No or Yes.

and do whatever you need in ur batch, xcopy, or extracting. there's some restriction at T-39, see Pyron's pinned thread.

i compressed everything into 7z, like $$.7z, $1.7z, put them on $OEM$, then extract in Detached.cmd.

@ECHO
.\7za.exe x -y -aoa -o"%SystemDrive%" ".\$1.7z"
.\7za.exe x -y -aoa -o"%SystemRoot%" ".\$$.7z"
::REM == XCOPY $1 "%SystemDrive%" /E /V /Y
::REM == XCOPY $$ "%SystemRoot%" /E /V /Y

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...