G
Guest
Hi all,
I have a major problem on our network. Almost all of our systems were build
using ghost. sysprep was not run as part of the image so there are errors
everywhere. I have been working on deploying sysprep via sms but I have one
hang up. I have a custom app that queries the existing hostname and inserts
it into the .inf file. This works just fine. After running sysprep though the
user is prompted for the computer name? Any answers as to why the computer
name is being ignored by sysprep? here is my .inf file:
;Created: March 02, 2007
[Unattended]
UnattendMode = "ReadOnly"
OemSkipEula="Yes"
OemPnPDriversPath="winnt\drivers\Video;winnt\drivers\Network;winnt\drivers\Audio"
InstallFilesPath="C:\sysprep\i386"
DriverSigningPolicy="Ignore"
[GuiUnattended]
AdminPassword="XXXXXXXX" (changed for this post)
OEMSkipRegional=1
TimeZone=15
OemSkipWelcome=1
[UserData]
ComputerName=XXXXXXX (changed for this post)
FullName=Computer System (changed for this post)
Orgname=Company name (changed for this post)
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=win2000dist
[Identification]
JoinDomain="Domain name" (changed for this post)
DomainAdmin="My account" (changed for this post)
DomainAdminPassword="password" (changed for this post)
[Networking]
InstallDefaultComponents=Yes
I have a major problem on our network. Almost all of our systems were build
using ghost. sysprep was not run as part of the image so there are errors
everywhere. I have been working on deploying sysprep via sms but I have one
hang up. I have a custom app that queries the existing hostname and inserts
it into the .inf file. This works just fine. After running sysprep though the
user is prompted for the computer name? Any answers as to why the computer
name is being ignored by sysprep? here is my .inf file:
;Created: March 02, 2007
[Unattended]
UnattendMode = "ReadOnly"
OemSkipEula="Yes"
OemPnPDriversPath="winnt\drivers\Video;winnt\drivers\Network;winnt\drivers\Audio"
InstallFilesPath="C:\sysprep\i386"
DriverSigningPolicy="Ignore"
[GuiUnattended]
AdminPassword="XXXXXXXX" (changed for this post)
OEMSkipRegional=1
TimeZone=15
OemSkipWelcome=1
[UserData]
ComputerName=XXXXXXX (changed for this post)
FullName=Computer System (changed for this post)
Orgname=Company name (changed for this post)
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=win2000dist
[Identification]
JoinDomain="Domain name" (changed for this post)
DomainAdmin="My account" (changed for this post)
DomainAdminPassword="password" (changed for this post)
[Networking]
InstallDefaultComponents=Yes