Jump to content

serialzs

Member
  • Posts

    140
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Philippines

Everything posted by serialzs

  1. yes it will if you follow the instruction... -=[serialzs]=-
  2. @weihuisheng i think it will setup automatically... to know if it work go to DEVICE MANAGER... then Right click the DEVICE then press Update Driver... then search the *.inf in unsigned driver... if it install it will setup automatically... and if not tell me what's happening...
  3. EIO??? @Bâshrat the Sneaky Click Here to what is EIO...
  4. @Alanoll sorrie for the title it will never happen again... i have EIO USB 2.0 PCI card and YES the drivers is Digitally Signed... what should i do???
  5. @all i have a pci USB 2.0 device card... it is plug & play in windows xp sp2 but i want to install the real driver of it... i use the $OEM$\Drivers but it doesnt work... what should i do???? -=[serialzs]=-
  6. @all im just wondering is the ISA slot supported of WIN XP SP2.... i have a ISA Modem... Where i can find Drivers...
  7. @nuhi when i delete the files from my installer where it will go¿¿¿ -=[serialzs]=-
  8. @all need help im a 1st timer in creating this... anyone can guide me step-by-step how to slipstreaming SP2... like in WXPSP1 and how to reduce it... -=[serialzs]=-
  9. @all anyone know how to do it... FileRemoveDir, %alluserprofile%\\Test Dir wen i put this command it doesnt work!!! it is always Errolevel 1 wat i done wrong???? -=[serialzs]=-
  10. you can do it by putting WINNT.SIF in floppy drive... before winxp install it will search a file in floppy... i try it before i bought my burner... -=[serialzs]=-
  11. @alexey your spelling is wrong yup it must be YES OemPreinstall=YES -=[serialzs]=-
  12. @alexey i see it right now!! it is not working because the TXTSETUP.SIF have different VALUES... change the 100 to 1 let see if it works!!! NOTE: edit the WINNT.SIF [unattended] OemPnPDriversPath="Windows\TEMP" to install your drivers unattended!!! -=[serialzs]=-
  13. @alexey i want to help you out!!! PLEASE post here your TXTSETUP.SIF and DRVINDEX.INF and the names of drivers that you want to extract... also include the name of CAB files... what OS are you using??? i want to know the bugs in here too...
  14. @alexey 1st of all im sorrie im busy this last few days... @ your first post: examples: inside c:\nvidia drive.exe must have a *.cab inside c:\nvidia\files drive.sys drive.inf must have another *.cab nvdia.cab ---------> files in c:\nvidia compressed nvfiles.CAB ---------> files in c:\nvidia\files compressed you have to make a new *.cab for the folders then add command to your TXTSETUP.SIF [WinntDirectories] 45 = Temp -------> is for %systemroot%\TEMP add this: 999 = "temp\files" -------> is for %systemroot%\TEMP\FILES note: always remember dont overwrite the other numbers i think you can use Nos. 200 - 999 for assigning where to extract. [sourceDisksFiles] ; Drivers for my PC nvidia.cab = 100 drive.exe = 100,,,,,,,45,0,0 nvfile.cab = 100 drive.sys = 100,,,,,,,999,0,0 you must organize your files to extract without a problem @ 2nd post NVIDIA.CAB = 100 100 -->is the folder location in CD, 100 means i386\ folder i dont test it in w2k, WinXP only but you can try it and you can add a post what you did to install... -=[serialzs]=-
  15. @all for those who want to compressed their driver and install it unattended... (alternative method for $OEM$\$1\Drivers folder) 1. make a *.cab files: type > iexpress in RUN select > Create compressed files only add > Add all your Driver Files browse > where you want to put your *.cab files select > Save SED file COPY the *.CAB file to i386 folder now You have a compressed Driver Files. Example i have mydriver.cab 2. inside i386 folder edit DRVINDEX.INF(dont delete anything) add the bold text: [Version] signature="$Windows NT$" CabFiles=SP1,driver,[B]mydrivers[/B] add all the files in the mydriver.cab like this: *to make it easy open SED file with Notepad then COPY all the files you ADDED Example: FILE0="sm56hlpr.exe" FILE1="sm56co.dll" FILE2="domestic.chm" FILE3="sm56.reg" FILE4="IntelH51.cat" FILE5="sm56nt5.cat" FILE6="IntelH51.inf" FILE7="Nehcd.inf" FILE8="smserial.inf" FILE9="IntelH51.sys" FILE10="nehcd.sys" FILE11="nusb2hub.sys" FILE12="nusbd.sys" FILE13="SmSerial.sys" if you paste it in DRVINDEX.INF delete the FILE##="" and it should be like this: [mydrivers] sm56hlpr.exe sm56co.dll domestic.chm sm56.reg IntelH51.cat sm56nt5.cat IntelH51.inf Nehcd.inf smserial.inf IntelH51.sys nehcd.sys nusb2hub.sys nusbd.sys SmSerial.sys add the bold text [Cabs] driver=driver.cab SP1=SP1.cab mydrivers=mydrive.cab 3. edit TXTSETUP.SIF [SourceDisksFiles] ; Drivers for my PC mydrive.cab = 100 sm56hlpr.exe = 100,,,,,,,45,0,0 sm56co.dll = 100,,,,,,,45,0,0 domestic.chm = 100,,,,,,,45,0,0 sm56.reg = 100,,,,,,,45,0,0 IntelH51.cat = 100,,,,,,,45,0,0 sm56nt5.cat = 100,,,,,,,45,0,0 IntelH51.inf = 100,,,,,,,45,0,0 Nehcd.inf = 100,,,,,,,45,0,0 smserial.inf = 100,,,,,,,45,0,0 IntelH51.sys = 100,,,,,,,45,0,0 nehcd.sys = 100,,,,,,,45,0,0 nusb2hub.sys = 100,,,,,,,45,0,0 nusbd.sys = 100,,,,,,,45,0,0 SmSerial.sys = 100,,,,,,,45,0,0 45 means where you want to extract your files... You can change 45 = windows\temp folder 4. edit WINNT.SIF [Unattended] OemPnPDriversPath="WINDOWS\TEMP" and thats all it works great to me hope to others too... -=[serialzs]=-
  16. you can delete the NVIDIA Drivers thats good news : i will try that later... i made it and its working great!!! add some line in txtsetup.inf and winnt.sif use MAKECAB command to compress the drivers. Question about DRIVERS.CAB how it extracting and installing¿¿¿ :/ TXTSETUP.SIF [WinntDirectories] 1 = "\" 2 = system32 3 = system32\config 4 = system32\drivers 5 = system 7 = system32\ras 9 = system32\spool 10 = system32\spool\drivers 11 = system32\spool\drivers\w32x86\3 can i insert a new NUMBER in TXTSETUP.SIF¿¿¿ example: 999 = "%systemdrive%\Drivers" -=[serialzs]=-
  17. YES! how can i use my devices if its not installed the $OEM$\$1\Drivers folder works great but i want my drivers to be compressed... if there is a method that can extract the *.cab files much great. like DRIVERS.CAB it extracted thats why the plug-n-play drivers and other knowned devices installed and that is my plan to do with my drivers... -=[serialzs]=-
  18. i already did it!, in my ten times of trying but no luck i know all the files of my drivers go to SYSTEM32 folder but how it SETUP unattendedly if it just do EXTRACT to Folder command :/ or i have to edit my WINNT.SIF to unattended install it¿¿¿ is there easiest method to use??? did you use this method too? -=[serialzs]=-
  19. i tried it for ten time but it won't work here my files: edited TXTSETUP.SIF [SourceDisksFiles] ; Drivers for my PC DRIVERS\sm56hlpr.exe = 1,,,,,,,2,0,0 DRIVERS\sm56co.dll = 1,,,,,,,2,0,0 DRIVERS\domestic.chm = 1,,,,,,,2,0,0 DRIVERS\sm56.reg = 1,,,,,,,2,0,0 DRIVERS\IntelH51.cat = 1,,,,,,,2,0,0 DRIVERS\sm56nt5.cat = 1,,,,,,,2,0,0 DRIVERS\IntelH51.inf = 1,,,,,,,2,0,0 DRIVERS\Nehcd.inf = 1,,,,,,,2,0,0 DRIVERS\smserial.inf = 1,,,,,,,2,0,0 DRIVERS\IntelH51.sys = 1,,,,,,,2,0,0 DRIVERS\nehcd.sys = 1,,,,,,,2,0,0 DRIVERS\nusb2hub.sys = 1,,,,,,,2,0,0 DRIVERS\nusbd.sys = 1,,,,,,,2,0,0 DRIVERS\SmSerial.sys = 1,,,,,,,2,0,0
  20. @DirtDevil thanks a lot i will try it! -=[serialzs]=-
  21. can you explain it more clearly... example i have this files: 1.cab as all of my drivers 1.inf as the installer of the drivers 1.sys as the drivers how can i edit the DOSNET.inf & TXTSETUP.sif?
  22. @all can i do all the files of my drivers inserted to drivers.cab in i386 folder??? instead of $OEM$\$1\Drivers folders -=[serialzs]=-
  23. @all i'm just wondering what is the differents of this 2 commands REGEDIT /S vs. REG IMPORT what is the most applicable command -=[serialzs]=-
  24. @all AutoIt Software: can i do the window always on top? what is the Command for it? -=[serialzs]=-
×
×
  • Create New...