December 19, 200421 yr oké, little problemDuring the setup my $OEM$ folder will be copiedwhen I first logon, I'll get a desktop without my start.cmdIt just won't runWhen I run it manually, it gives all these errors with no accessalso I see some tekst flying by from the Drivers folder?anyhow.. I also can't start a program from C:\installThere's just no access who can help me out of this mess??
December 19, 200421 yr You will have to post your cmd file and winnt.sif files here for examination, as from the information you have given it isnt possible to give an explanation of whats going wrong for you. Also check your distribution folder relationship at http://unattended.msfn.org/xp/oemfolders.htm to make sure the hierachy is correct.
December 19, 200421 yr Author winnt.sif:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" TargetPath=\WINDOWS Repartition=No FileSystem=* WaitForReboot="No" OemPnPDriversPath="audio;keyboard;lan;modem;monitor;mouse;printers;scanners" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1[UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Name" OrgName="" ComputerName=*[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[RegionalSettings] LanguageGroup=1 Language=00000413[Identification] JoinWorkgroup=Werkgroep[Networking] InstallDefaultComponents=Yes[Components] msmsgs=off[Shell] DefaultStartPanelOff=Yes[GuiRunOnce]%systemdrive%\install\start.cmdwinnt.bat@rem SetupMgrTag@echo offremrem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.remset AnswerFile=A:\winnt.sifset SetupFiles=D:\i386D:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:langstart.cmdCLS@echo offTITLE Windows XP SP2 - Unattended InstallationECHO.ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registryECHO tweaks being implemented. The computer will restart automaticallyECHO once the whole process has finished!ECHO.ECHO Installing MSN Messenger 6.2ECHO Please wait...start /wait %systemdrive%\install\Programs\MsnMsgs.msi /qnECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Programs\AdbeRdr60_nld.exe -p"-s /v\"/qn\""ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\Tweaks\tweaks.regECHO.ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...net user aspnet /deleteECHO.ECHO Restarting the PC in 1 minute...shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installEXITMy OEM folders are ok, I dubble checked it Edited December 19, 200421 yr by SLipEdd
December 19, 200421 yr [GuiRunOnce]%systemdrive%\install\start.cmdMight be obvious, but have you put your start.cmd file in your "install" folder as in the above path you have stated in your winnt.sif file?
December 19, 200421 yr Author I've got my start.cmd in %cdrom%\$OEM$\$1\Installso that's ok or not?what's very weird is that I can't manually delete C:\Install and C:\Drivershow is that possible?
December 19, 200421 yr u want to test you batch file is that correct?put all those programs in your c:\install folderrun your start.cmd or whatever your using to start your batch commands.??? wink winkdont u want to use RunonceEX.cmd method? it is easier to do and troubleshoot.http://unattended.msfn.org/xp/runonceex.htmhttp://unattended.msfn.org/xp/runonceex_cd.htmhttp://www.msfn.org/board/index.php?act=At...=post&id=232883
December 19, 200421 yr dont u want to use RunonceEX.cmd method? it is easier to do and troubleshoot.http://unattended.msfn.org/xp/runonceex.htmhttp://unattended.msfn.org/xp/runonceex_cd.htmhttp://www.msfn.org/board/index.php?act=At...=post&id=232883Technically, it's harder.
December 19, 200421 yr dont scare him off now alanoll.well with the new guide i am sure it will be easier
December 19, 200421 yr Author u want to test you batch file is that correct?put all those programs in your c:\install folderrun your start.cmd or whatever your using to start your batch commands.??? wink winkdont u want to use RunonceEX.cmd method? it is easier to do and troubleshoot.http://unattended.msfn.org/xp/runonceex.htmhttp://unattended.msfn.org/xp/runonceex_cd.htmhttp://www.msfn.org/board/index.php?act=At...=post&id=232883but after the normal setup when it's copiedI can't access files or run programs from itisn't that a little strangeI check my hard disk with the diagnostic tool from seagateit says my filesystem is a little F^*^&%*%ed upBut only the Install and Drivers folder is screwed..I don't get it..btw: I've tried RunonceEX.cmd method too, but on an other computer and stuff but I don't think it will make any difference because I can't fully access my OEM folders
December 19, 200421 yr Author oooeewh I've got a monsterous idea!I'll start MS Virtual PC I'll test it in there and post the results as quickly as possible
December 19, 200421 yr Author OK.. somehow MS Virtual PC doesn't read my floppy driveand that is where my winnt.sif is locatedbummer it doesn't work that way..
December 20, 200421 yr OK.. somehow MS Virtual PC doesn't read my floppy driveand that is where my winnt.sif is locatedbummer it doesn't work that way..Are you trying to do a network or a CD install?
December 20, 200421 yr Author The problem is solved!It was my fault all along!The problem was, i've got an useraccounts.cmdthis batch file was wrong, so I got an limited accountThat's why I couldn't access my files en run the batch file!Stupid me
Create an account or sign in to comment