Jump to content

[?] Unattend.bat


Recommended Posts

@rem SetupMgrTag
@echo off

rem
rem This is a SAMPLE batch script generated by Setup Manager.
rem If this script is moved from the location where it was generated, it may have to be modified.
rem

set AnswerFile="A:\unattend.txt"
set SetupFiles="E:\"
Set SysPart="F:\"
set TempDrive="P:\"
set Source="P:\DCES_SCR"
set RecoveryConsole:"F:\rConsole"

"E:\I386\WINNT32.EXE" /s:%SetupFiles% /syspart:%SysPart% /tempdrive:%TempDrive% /makelocalsource:%Source% /unattend:%AnswerFile% /copysource:lang /cmdcons:%RecoveryConsole%

Concerns:

- Syspart : this is set to the F:\ drive to install to not c:\ correct ?

- Recoveryconsole : did I tell setup manager to create folder & install the recovery console the right way ?

Edited by integer
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...