thunder77 Posted February 13, 2006 Posted February 13, 2006 Hello!Please help me...I am newbie in thisI finished my first bootable cd (I use advices from beginning users),I test it using WMWare and it is working! But When I try to make more(add drivers and softwares) using WINNT.SIF and $OEM$ folders,drivers doesn't install!Some softwares install after XP terminate setup process(yahoo and msn messenger).I do not know where I do the mistake!Here is my WINNT.sif :[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000_nforce6.65;Drivers\001_nvidia forceware81.98" DriverSigningPolicy=Ignore KeyboardLayout="US"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=115 OemSkipWelcome=1[userData] ProductID=some key FullName="Doru" OrgName="Home" ComputerName="THUNDEROD51"[Display] AutoConfirm=1[TapiLocation] CountryCode=40 Dialing=Tone AreaCode=04021[RegionalSettings] LanguageGroup=1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0409:00000409[identification] JoinWorkgroup=XPHOME[Networking] InstallDefaultComponents=Yes Home_Page=http://unattended.msfn.org/unattended.xp/[Components] msmsgs=off[shell] DefaultStartPanelOff = No[iEPopupBlocker] FilterLevel=Medium[WindowsFirewall]Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode = 0Here is my batch file:ECHO.ECHO Install nforce6.65ECHO Please wait...Start /wait %systemdrive%\Drivers\000_nforce6.65\setup.exe -sECHO.ECHO Install forceware 81.98ECHO Please wait...Start /wait %systemdrive%\Drivers\001_nvidia forceware81.98\setup.exe -sP.S.: I extract the 2 drivers and put them in their folders.Of course I want to install all from the bootable DVD if I will find out all I want to know!Any help and advice will be blessed! Thank you,Theodor
ajua Posted February 14, 2006 Posted February 14, 2006 well, i have an ati radeon but i think your driver path cannot contain space on it "Drivers\001_nvidia forceware81.98".also you are trying to install the drivers twice. one from winnnt.sif and the other from that batch file. here's what i do with my intel chipset drivers and my radeon card to give you a hint on what can you try.for my intel chipset, i extracted all the inf files on it and put it on Drivers\00_intelinf. windows installs them during detecting hardware stage.for my radeon card i do two things. one i extracting my display drivers and copy them on Drivers\01_ati so windows can install it from detecting hardware stage. for the control center (to configure card settings on windows i made an admin install and then i install it in a batch file with proper use of switches.i've heard tat you can install the forceware setup with /S switch. if it installs the display drivers and the control panel that all you need to do. run it from a batch file. for the nforce i really cant help you as i dont have to install on any machine i worked with.hope this helps you.
jbm Posted February 14, 2006 Posted February 14, 2006 Are you trying to install the drivers within VMWare?That wont work, you'll need to instll to a real machineto test any driver installations. I use a second hard drivefor that purpose.
thunder77 Posted February 14, 2006 Author Posted February 14, 2006 Thanks guys!I tested in VMWare and applications works...drivers not!I tested on D:\ partition of my hdd and it is ok(I give up the part with drivers).I use the batch file install.cmd(I copy in the $1 folder).I try to install windows media player using this: %systemdrive%\Install\Applications\WMP10\MP10Setup.exe /Q:A /R:N but it is not working!Someone know?Well the driver I want to integrate is nforce 6.65(I have an Asus A8N-E mb and I want ONLY this driver downloaded from Asus!)...and until now I think I have to separate the driver in 4 folders...: Ethernet,IDE,SATA,SMBus. But God knows the order...!!! And there are too many inf files! Also I intend to integrate for my PCI-E Leadtek 6600GT Extreme the nvidia forceware 81.98 from nvidia site...anybody know how?Thanks... See ya,Theodor
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