I've thumbed through the newsgroups, microsoft's "help" files and did a little bit of roaming through here. I've been trying to take my unattended win2k3 sp1 build and "plop" it into WinPE 1.1 and run the setup with PE as the Drive config tool.
So far with trying things I've seen here I can get it to start the minint setup, but all it seems to do is tell me it's 50 minutes, reboot and boot back into WinPE. Basically it hasn't made the C drive bootable or copied the setup files over.
At least I'm running VMware and can make quick changes, test them and smack myself with a brick.
I take the original CD Microsoft for WinPE sent me and create a folder called win2k3 with WinISO and drop the files from my original unattended into it (with WinISO).
The directory structure in the ISO looks like this from the root.
DOCS
I398
\WinPE Files like system32 etc.
WIN2K3
\$OEM$
\$1
\Oracle92010
\Oracle92070
\OraclePatches
\App
\AdobeAcro
\I386
\Usual OS stuff
WinPE
(pardon the layout)
My Startnet looks like this
===STARTNET.CMD===
regsvr32 /s netcfgx.dll
factory -minint
netcfg -v -winpe
net start dhcp
net start nla
a:\floppy.cmd
cls
diskpart /s CDISKPARTSCRIPT.txt
REM
REM
FORMAT c: /fs:ntfs /q /V:OS /y
REM
REM
mkdir c:\win2k3
REM
REM \Win2k3\i386\winnt32.exe /syspart:c /tempdrive:c /unattend:\Win2k3\i386\winnt.sif
REM \win2k3\i386\winnt32.exe /s:\Win2k3\i386\ /copydir:\win2k3\i386 /unattend:\Win2k3\i386\winnt.sif
\win2k3\i386\winnt32.exe /copydir:\win2k3\i386 /unattend:\Win2k3\i386\winnt.sif
exit
======
===CDISKPARTSCRIPT.txt===
list disk
select disk 0
create partition primary
assign letter c
exit
======
===WINNT.SIF===
[Data]
Autopartition = 1
MsDosInitiated = 0
UnattendedInstall = Yes
[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
Repartition = Yes
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
WaitForReboot = No
TargetPath = WINDOWS
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
[GuiUnattended]
AdminPassword=Password
AutoLogon=Yes
AutoLogonCount=3
EncryptedAdminPassword = No
OEMSkipRegional = 1
TimeZone=35
OemSkipWelcome = 1
ServerWelcome = No
[Display]
BitsPerPel=16
XResolution=800
YResolution=600
[Shell]
DefaultThemesOff = Yes
DefaultStartPanelOff = Yes
[LicenseFilePrintData]
AutoMode = PerSeat
[components]
iis_asp = On
iis_common = On
iis_inetmgr = On
iis_internetdataconnector = Off
iis_serversideincludes = Off
iis_webadmin = On
iis_webdav = Off
iis_www = On
[InternetServer]
PathWWWRoot = C:\Inetpub\Wwwroot
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
ComputerName=*
FullName = "Da Place"
OrgName = "Superfly"
[Networking]
InstallDefaultComponents = Yes
[Identification]
JoinWorkgroup = Workgroup
[TapiLocation]
CountryCode=107
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409
[TerminalServices]
AllowConnections = 1
LicensingMode = PerUser
PermissionsSetting = 1
[NetOptionalComponents]
SNMP=1
======



Help
Back to top










