September 9, 200421 yr I have followed the instructions and created the folder structure, cmd files and placed them in the correct spot as specified on the website. Please refer attached image.The unattended install runs fine it adds the RunOnce registry entries executes them but cannot find the folders as they have not been copied to the system drive.Copying the folders manually and running RunOnceEx.cmd and then rebooting does the job (surely thats not unattended). Any suggestions appreciatedFolder Structure\$OEM$\$1\Drivers\chipset, network, sound, graphics\$OEM$\$1\Install\Adobe, Winzip\I386\\SupportetcCmdlines.txt, RunOnceEx.cmd\$OEM$\cmdlines.txt, RunOnceEx.cmdcontains[Commands]"RunOnceEx.cmd"RunOnceEx.cmdcontains@Echo OffSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Intel Motherboard D865GLC Drivers and Software" /fREG ADD %KEY%\000 /VE /D "Intel Chipset" /fREG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Drivers\chipset\infinst_enu.exe -a -s" /fREG ADD %KEY%\001 /VE /D "Intel Pro Network" /fREG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Drivers\network\PROSet.msi /qn /norestart" /fREG ADD %KEY%\002 /VE /D "Intel Graphic Drivers" /fREG ADD %KEY%\002 /V 1 /D "%SystemDrive%\Drivers\graphics\Setup.exe -s" /fREG ADD %KEY%\003 /VE /D "SoundMax Cadenza" /fREG ADD %KEY%\003 /V 1 /D "%SystemDrive%\Drivers\sound\Setup.exe -s" /fREG ADD %KEY%\004 /VE /D "WinZip 8.0" /fREG ADD %KEY%\004 /V 1 /D "%SystemDrive%\Install\winzip\winzip80.exe /autoinstall" /fREG ADD %KEY%\005 /VE /D "Acrobat Reader 6.0" /fREG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\Adobe\ENUBIG\AR6.msi /qn /norestart" /fREG ADD %KEY%\006 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\006 /V 1 /D "%SystemDrive%\Install\Cleanup.cmd" /fEXITCleanup.cmdcontainsecho 130.194.97.117 zenwsimport >> %windir%\system32\drivers\etc\hostsshutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."RD /S /Q %systemdrive%\drivers\RD /S /Q %systemdrive%\install\EXIT
September 22, 200421 yr I am having the same issue. Here is my winnt.sif file:[unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesTargetPath=\WINDOWSFileSystem=*UnattendSwitch="yes"WaitForReboot="No"DriverSigningPolicy=Ignore[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NoOEMSkipRegional=1TimeZone=85OemSkipWelcome=1[userData] ProductKey=Not for you to know FullName="Tracy Williams" OrgName="Personal" ComputerName=Office[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[identification] JoinWorkgroup=tswhome[Networking] InstallDefaultComponents=YesHome_Page=http://www.google.com[GuiRunOnce]%systemdrive%\install\start.cmdI don't know what is wrong.Thanks,Tracy
September 22, 200421 yr I am having the same issue. Here is my winnt.sif file:[unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesTargetPath=\WINDOWSFileSystem=*UnattendSwitch="yes"WaitForReboot="No"DriverSigningPolicy=Ignore[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NoOEMSkipRegional=1TimeZone=85OemSkipWelcome=1[userData] ProductKey=Not for you to know FullName="Tracy Williams" OrgName="Personal" ComputerName=Office[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[identification] JoinWorkgroup=tswhome[Networking] InstallDefaultComponents=YesHome_Page=http://www.google.com[GuiRunOnce]%systemdrive%\install\start.cmdI don't know what is wrong.Thanks,TracyI think I got it I put %OEM% instead of $OEM$. I am stupid. I have looked at that folder for who knows how long and did not see my error.Tracy
September 25, 200421 yr I think I got it I put %OEM% instead of $OEM$. I am stupid. I have looked at that folder for who knows how long and did not see my error.TracyNothing stupid about it. Happens to the best at times, it's quite easy actually to overlook the basics.
September 25, 200421 yr I think this is the best thing ever. I do alot of os installs for work and this is going to help me out tons!!!!Tracy
September 25, 200421 yr I think this is the best thing ever. I do alot of os installs for work and this is going to help me out tons!!!!TracyIF most of the installs are on similarly configured computers, you might want to consider a disk imaging software like Norton Ghost. Applying Disk Images would be far simpler and quicker than a complete unaatend install.
November 1, 200421 yr Solved my issue of $$\system32\ stuff not being copied over.Search function works when you know what your doing.Cheers guys.
Create an account or sign in to comment