dkreifus Posted July 28, 2006 Posted July 28, 2006 I have a image I've been working on. There was a VBS script that would launch sysprep and shut down the system. Because of an earlier bsmd switch, sysprep took a while, and the script eventually just failed. So I bypassed it with a commandline, which says:start /wait c:\sysprep\sysprep.exe -reseal -mini -pnp -quietshutodwn -sThe system kicks into sysprep mode, then shutdowns down as normal.When I start it up, it does the following screen:From there, it goes right to my login window. No mini setup or anything. And my sysprep.infi looks like this:;SetupMgrTag[Unattended] EnableBigLBA=Yes ExtendOemPartition=1 ForceHALDetection=Yes InstallFilesPath=C:\sysprep\i386OemPnPDriversPath="Drv\DX2\A\SMAXWDM\W2K_XP;Drv\DX2\D\Win2000;Drv\DX2\N;Drv\T41\A\SMAXWDM\W2K_XP;Drv\T41\D\DRIVER\2KXP_INF;Drv\T41\M\w2kxp;Drv\T41\N1\PRO1000\WS03XP32;Drv\T41\N2\PROW2100\DRIVERS;Drv\T41\P;Drv\T41\T;Drv\T41\W;Drv\T42\M\WIN2KXP;Drv\T42\TPM;Drv\T42\TS;Drv\T42\W;Drv\DC5\N;Drv\DC5\A;Drv\T43\A;Drv\T43\B;Drv\T43\N;Drv\T43\V;Drv\T43\W;Drv\DC51\A;Drv\DC51\N;Drv\DC51\V;Drv\A30\V;DRV\A30\C;DRV\chipsets" OemSkipEula=Yes TargetPath=\WINDOWS[GuiUnattended] AdminPassword="password" AutoLogon=Yes AutoLogonCount=2 EncryptedAdminPassword=NO OEMDuplicatorstring="Base XP Build 2.2" OEMSkipRegional=1 OemSkipWelcome=1 TimeZone=35[UserData] ComputerName=* FullName="CSI" OrgName="My Company" ProductKey=MY KEY[Display] BitsPerPel=32 Xresolution=1024 YResolution=768[TapiLocation] AreaCode=215 CountryCode=1 Dialing=Tone LongDistanceAccess="9"[Identification] JoinWorkgroup=CSI[Networking] InstallDefaultComponents=Yes[Sysprep] BuildMassStorageSection=Yes[Branding] BrandIEUsingUnattended=Yes[Proxy] Proxy_Enable=0 Use_Same_Proxy=0[Components] accessopt=off autoupdate=off Deskpaper=Off freecell=off hearts=off media_clips=off minesweeper=off msnexplr=off OEAccess=off pinball=off solitaire=off spider=off WMAccess=off zonegames=off[SysprepMassStorage]....stuff hereAny ideas what I'm doing wrong?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now