Jump to content

Recommended Posts

Posted

hi everybody

iam using the windows deploy utility to make my winnt.sif

now after creating the file i copied it to i386 folder and tried to install the windows to test from my hard drive but the windows asks for all the infos and serial!!

whats wrong??


Posted (edited)
;SetupMgrTag
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=120
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="Romeo The Lover"
   OrgName="Romeo The Lover"
   ComputerName=*

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=60

[TapiLocation]
   CountryCode=20

[RegionalSettings]
   LanguageGroup=13

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

Edited by Alanoll
Posted

Make auto partition = 0

meh, check mine out....

[Data]
Autopartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes

[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
TargetPath = Windows
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
Hibernation = No

[Display]
Xresolution = 800
Yresolution = 600
BitsPerPel = 32
Vrefresh = 85

[GuiUnattended]
AdminPassword = *
TimeZone = 255
OEMSkipRegional = 1
OemSkipWelcome = 1

[Components]

[UserData]
ProductKey = "ha"
ComputerName = PHOENIX
FullName = "nottelling"
OrgName = "N/A"

[RegionalSettings]
Language = 0c09

[Networking]

[Identification]
JoinWorkgroup = MSHOME

[GuiRunOnce]
%systemdrive%\start.cmd

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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