Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dynaletik

  1. Yes it is the inner chipset driver. PCIe driver and Hypertransport driver are in it. Just use the driver.
  2. The new version 2.22 can't be extracted with WinRar any more, but for my Logitech MX1000 2.14 is the newest version and I don't have ANY problems with it, so if you got any questions, let me know. BTW, what Logitech Hardware do you have? If you got MX 1000 use version 2.14!
  3. oh yeah...doesn't work. Now I execute a cmd file with WPI that calls the devcon.exe cmdow.exe @ /HID @echo off %systemdrive%\Install\devcon.exe disable PCI\CC_0C00 %systemdirve%\Install\devcon.exe disable PCI\CC_0980 That works...any idea how it works with WPI?
  4. Yes I saw..that will disable every component of one vendor.... I use these lines now to disable the 2 components: cmd2[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0C00'] cmd3[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0980'] It's in WPI.
  5. I got an SoundBlaster Audigy 1 in my Computer. On the card, there is an Firewire controller. I don't need this controller so I disable it every time I install Win XP. Is there any way to disable the 1394 controller and the creative gameport unattended (I don't need that)? I already tried a regsnap and made a reg file with the modified, removed and new keys, but when I want to execute it, Windows gives me an error:
  6. First of all, if you got an nForce 4 Mainboard like me, download the newest nForce4 Standalone Kit (6.39). When you extract the driver and don't want to install the audio driver just copy the folders Ethernet, IDE and SMBus to your Driver folder on the CD. Now add the paths of the inf files for Ethernet, IDE and SMBus to your winnt.sif. For me it looked like this: OemPnPDriversPath="Drivers\nForce\Ethernet;Drivers\nForce\IDE\WinXP;Drivers\nForce\SMBus" You can even move the IDE driver files from ...nForce\IDE\WinXP to nForce\IDE and just delete the Win2k driver if you don't need it. Be sure to change the line in the winnt.sif then. I also deleted the NAM folder in Ethernet, because I don't need the NVIDIA Firewall, that saves 20 MB
  7. RyanVM once said that theres no solution for this problem, he was contacting Sun. Until he will have another good method, I use Microsoft Java, because the silent install runs perfect and it covers my needs.
  8. When I boot my PC, CHKDSK runs every time. It checks drive F: and G: but that are my Music and my Download drives. Even if I reinstall Win XP CHKDSK is executed. How can I deactivate it?
  9. Just wanted to add, that it works for my german Win XP as well......perfect work.
  10. Every programm in the config.js has its own part (beginning with prog[pn]=['ProgNAME']) Have a look at the example config on the Homepage. You can put the apps into categories by just writing the categorie for every app. The code is cat[pn]=['CategoryNAME'] In the userconfig.js you can set the order for sorting the categories.
  11. Hey man...the MSI at the bottom of the first post is already 5.08d. So download it...it is the newest version.
  12. You're just GODLIKE Alanoll Big Thanks
  13. Alanoll is the great man with the msi files....not me So we can just hope that he has got time for it...
  14. Oh sorry Alanoll....I already did this step, but I wouldn't have a problem with it if it would be in nLite
  15. Do that and post your result.....cause my AR did the same when I tried to clean it with AdobeReader Speedup etc.
  16. Perhaps Adobe Reader tries to repair the installation because you move out plugins that AR needs..my cmd file for the AR cleanup is the following and it works perfectly. cmdow @ /HID @echo off %SYSTEMDRIVE% CD "%programfiles%\Adobe\Acrobat 7.0\Reader" RD Optional /S /Q RENAME Plug_Ins Optional MD Plug_Ins MOVE /Y Optional\Annotations Plug_Ins\Annotations MOVE /Y Optional\eBook.* Plug_Ins MOVE /Y Optional\EWH32.* Plug_Ins MOVE /Y Optional\EScript.* Plug_Ins MOVE /Y Optional\ImageViewer.* Plug_Ins MOVE /Y Optional\Search.* Plug_Ins MOVE /Y Optional\Search*.* Plug_Ins MOVE /Y Optional\Spelling.* Plug_Ins MOVE /Y Optional\weblink.* Plug_Ins It isn't as lite as yours, but try it and then figure out what plugins AR needs.
  17. For the resolution....what does your ar.cmd file do that you execute?
  18. Pls Bashrat update the download link from V10 to V11! And could you help nuhi integrating the script into nLite? Would be great!!!
  19. For me WPI is perfect, because I love it when I can work on how I do a silent installation of a programm, I don't want this for WPI. WPI should stay as simple as it is. And configuring out the switches is not the work of WPI. WPI is for the GUI-based installation. But this is only my oppinion.....perhaps there are others who want those features.
  20. Hey Bashrat, please update the download link on your Homepage...it still says V10 and not V11...but V11 is on the server. And could there be an option to integrate WMP with the help of this batchfile into the XPCD per nLite?? Would be great!!!
  21. Does anyone of you know, which drivers I need for the 64 bit version??? I got the nForce platform driver, the ForceWare for GeForce. What drivers do I need for my Creative Audigy 1, my Logitech mouse and keyboard (SetPoint)?
  22. Ne komplette Übersetzung gibts nich....musst Dir die Doku schon auf Englisch antun...aber es ist doch fast nur die config.js zu editieren und anhand von hasi's Beispielen bekomm ich das sogar hin.
  23. I just use my old SIMPLE code and it works perfectly for me!!! cmdow.exe @ /HID @echo off IF EXIST D:\WIN51 set CDROM=D: IF EXIST E:\WIN51 set CDROM=E: IF EXIST F:\WIN51 set CDROM=F: IF EXIST G:\WIN51 set CDROM=G: IF EXIST H:\WIN51 set CDROM=H: IF EXIST I:\WIN51 set CDROM=I: IF EXIST J:\WIN51 set CDROM=J: IF EXIST K:\Win51 set CDROM=K: %CDROM% cd %CDROM%\Install\WPI\commmon\ regedit /S WPI.reg cd %CDROM%\Install\WPI\ start /wait WPI.hta exit
×
×
  • Create New...