Steffen Posted October 27, 2005 Posted October 27, 2005 Hi,Does anyone know how you get a map of files on youre harddisk without the $OEM method? I dont use the $OEM method because it doesnt fit with drivers for s-ata disk when you have to press F6 in the beginningplease help
cluberti Posted October 27, 2005 Posted October 27, 2005 (edited) You'd have to create a script and run it in GUIRunOnce, otherwise there really is no other way (short of using WinPE to start the installation).Also, what do you mean by "I dont use the $OEM method because it doesnt fit with drivers for s-ata disk when you have to press F6 in the beginning" - do you mean that you can't physically fit the drivers on the CD due to disc size, or you can't get the drivers to install using the TEXTMODE option? Edited October 27, 2005 by cluberti
Steffen Posted October 27, 2005 Author Posted October 27, 2005 You'd have to create a script and run it in GUIRunOnce, otherwise there really is no other way (short of using WinPE to start the installation).Also, what do you mean by "I dont use the $OEM method because it doesnt fit with drivers for s-ata disk when you have to press F6 in the beginning" - do you mean that you can't physically fit the drivers on the CD due to disc size, or you can't get the drivers to install using the TEXTMODE option?I dont use this mothod because I make a cd for a compagnie, because I work there. We have everytime other motherboards that's the reason i dont use the $OEM method. What do you mean with : (short of using WinPE to start the installation).
Oleg_II Posted October 27, 2005 Posted October 27, 2005 (edited) HFSLIP has some OEM folders functionality (and a lot more There is a HFEXPERT folder (created manually) in which you may place some files that will be copied in apropriate locations. Folders for your unattended needs that are available now: Drivers, System, System32. It means that if you need a file in your System32 on the system you just place it in HFEXPERT\System32 folder before running CMD script.You may not use OEM folder, you may not use WINNT.SIF in HFSLIP.There are a few more specific folders that are not connected with OEM folders structure but may be very handy too Edited October 27, 2005 by Oleg_II
Shark007 Posted October 27, 2005 Posted October 27, 2005 You can make a self extracting myfile.exe containing your filesand place it in the I386\svcpack folder.Within the file svcpack.in_ (svcpack.inf) place your file under the section[setupHotfixesToRun]myfile.exeIt will be run/extracted @ T-13min leftI dont use $OEM$ either. All my post installations begin thru svcpack.shark
Steffen Posted October 27, 2005 Author Posted October 27, 2005 HFSLIP has some OEM folders functionality (and a lot more There is a HFEXPERT folder (created manually) in which you may place some files that will be copied in apropriate locations. Folders for your unattended needs that are available now: Drivers, System, System32. It means that if you need a file in your System32 on the system you just place it in HFEXPERT\System32 folder before running CMD script.You may not use OEM folder, you may not use WINNT.SIF in HFSLIP.There are a few more specific folders that are not connected with OEM folders structure but may be very handy too I dont understanding Can you be clear ?? HOW do I get a map to the systemroot before GuirunOnce begins ?
Oleg_II Posted October 27, 2005 Posted October 27, 2005 (edited) Sorry, I can't be more specific then that:Using HFSLIP and its HFEXPERT folders you can place any file in your- %WinDir%- %WinDir%\System- %WinDir%\System32- %WinDir%\System32\Driversduring installation without using OEM folders structure and without using WINNT.SIF (or you can use it - up to you, all variants are possible).Only this locations are available right now with HFSLIP.This is a very simple map but at least you have this map for 4 folders without OEM as you requested Or , as cluberti said " there is no other way" for you And you didn't mentioned GuirunOnce at the first posting But is is completely possible with HFSLIP too Edited October 27, 2005 by Oleg_II
Steffen Posted October 28, 2005 Author Posted October 28, 2005 It doest work.... I have done what you say on youre site but the setup dont copy's the OEM folders...Other solution ?
MHz Posted October 29, 2005 Posted October 29, 2005 You can use Cmdlines.txt. Windows setup will search for Cmdlines.txt existance whether you are using Winnt.sif or not. You can then XCopy your files over to the HDD or just install from CD. Several lines could replace the Winnt.sif method of OEMPreInstall.
Wraith Posted October 29, 2005 Posted October 29, 2005 Or you can add the lines for all of the files you want to copy into txtsetup.sif etc.They'll allow you to add whatever files you want, copy them wherever, and textmode will copy it all for you in the main file copying stage.The only problem is that you need to specify each file manually.
Steffen Posted October 29, 2005 Author Posted October 29, 2005 You can use Cmdlines.txt. Windows setup will search for Cmdlines.txt existance whether you are using Winnt.sif or not. You can then XCopy your files over to the HDD or just install from CD. Several lines could replace the Winnt.sif method of OEMPreInstall.Where do you have to set Cmdlines.txt ?? I dont hope you have to use the OEM maps because I dont use them... I dont use them because its not fits with s-ata disks
MHz Posted October 29, 2005 Posted October 29, 2005 Within $OEM$ directory as usual. Having a $OEM$ folder will not break anything. It is using the Winnt.sif sections that loses your F6 option.
Steffen Posted October 29, 2005 Author Posted October 29, 2005 Within $OEM$ directory as usual. Having a $OEM$ folder will not break anything. It is using the Winnt.sif sections that loses your F6 option.what kind of section do you have ????
MHz Posted November 1, 2005 Posted November 1, 2005 You would need to set OEMPreInstall to No. Others have claimed that using the [unattended] section in Winnt.sif removes the F6 option. I have seen no documentation to pinpoint the trigger.
Steffen Posted November 1, 2005 Author Posted November 1, 2005 Yes I already know that....BUT... IS there not a other way to get your files copied on the harddisk without that OEM method ?? With GuiRunOnce you cannot run the files from a cd because the setup dont knows the varibale %CDROM% or %%CROM%%please help
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now