Jump to content

MadBoy

Member
  • Posts

    470
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

About MadBoy

Contact Methods

  • Website URL
    http://www.evotec.pl

Profile Information

  • OS
    none specified

MadBoy's Achievements

0

Reputation

  1. So basically if you just leave the drivers that you mentioned alone in the directory it will crash no matter what? (Realtek RTL8187S, RTL8191SE Wireless LAN, Realtek RTL8187B Wireless LAN, Realtek RTL8190, RTL8192E Wireless LAN, Realtek RTL8191SE, RTL8192SE Wireless LAN, Realtek RTL8192CE, RTL8191CE, RTL8188CE Driver)? Can you send me them zipped or so?
  2. gerakis please test this and let me know Evotec Hardware Installer 2.0.0.30
  3. To be honest I've not touch the code since 3+ years now. I am aware of the problem and I'll try to update the code to fix this issue since I see that the author of one library that was causing this updated his code. Not sure if it will be this week thou. I haven't coded in AutoIt for over few years.
  4. When doing a scan for hardware changes it refreshes the device manager list, but nothing happens after that. What i've noticed is. It first starts with the VGA card, but when it found a driver it says Mobile Intel.... expres chipset. Also when i look under Display adapters it has one device named Mobile Intel 945GM express chipset familiy, i think this is wrong because there is still a video controller in the other devices list. Also when it has installed this driver a device with a strange name appears in the other devices list... -> JW804/7?... you can see it on the screenshot. You must understand what my program does. It scans your system for missing devices (HWID) then searches for that HWID inside .inf files you pointed it to and adds that to registry. Then it makes Device Manager to refresh the list of devices and windows is forced to find drivers on his own (with paths given to it thru registry). It should find and install missing devices. It's all it does. No magic :-) What you noticed in right corner is that Windows is finding devices like your mobile intel 945GM and uses drivers that you pointed it to. However if somethings don't install properly means the drivers aren't properly prepared (inf alone might be there but other stuff may not).
  5. Everything seems correct. Program found 5 of 6 inf files for your devices, removed 6 HW devices. [20:11:08] - Unknown devices were removed successfully. [20:11:08] - [iNFO] Enabling Window Managing Wizard [20:11:08] - Forcing system to detect Plug & Play Devices. [20:11:10] - System is now detecting and installing drivers for your hardware. Please wait! Only thing that could go wrong is Detecting and installing drivers. Can you try when it's stuck at that stage to go to device manager and click Scan for hardware changes. If detection starts and works that means something went wrong at that stage.
  6. Hello. The first error is probably some misuse in code, but even if i fix it you will get the 2nd error. The error is related to INI Read (_IniReadSection) and is related to code not written by me. I've reported error on author's thread but seems he doesn't care (http://www.autoitscript.com/forum/index.php?showtopic=32004). The builtin IniReadSection has a limit which makes it unusable. There are 3 choices: 1) Author fix it and for me it's simple fix 2) I try to fix it in his code and i don't know what's going on there so it will take me ages to do so :-) 3) I write my own approach to read the .inf files instead of using _IniReadSection. I would prefer 1st option, as 2nd and 3rd considering a lot of projects i am thrown at I can't quick fix. Hope you understand that. Sorry
  7. Do you have any devices without drivers (being in Device Manager marked as ? or with some error code?)?
  8. I see a couple of things you need to look out for: 1. You need to fill domain username and password: <share_path>\\image-server\share\drivers</share_path> <domain_username>SomeDomain\DriversAccount</domain_username> <domain_password>NewPassw4343</domain_password> 2. When you set your drive mapped as drivers_share you need to use drivers_share as drive letter latter on. <drivers_share> <share_path>\\image-server\share\drivers</share_path> <domain_username></domain_username> <domain_password></domain_password> </drivers_share> So when you use mapped drive latter on use it like: <drivers_directory_path>drivers_share:\</drivers_directory_path> This will make sure program will find at what letter it mapped the drive and use it. So to answer your other question about mapping drive to letter Z -> No, use variables, otherwise program may be confused.
  9. I use all drivers for Windows XP from DriverPacks.net. I download all de 7zips and extract them all in a single folder called Drivers which is located of the root of my USB-Harddrive (Z:\Drivers). P.S. Any progress on this MadBoy? Unfortunately no. I've reported error with this but nobody cares :-) I had couple of findings by fixing inf files by hand but it's a lot of work. Have to find some other way around it and it's hard with time I have now :-) Plus there's not much motivation left in this case. XP is fading away so I would need to support Windows 7 and that's a lot of work. I am focused on things that get me money right now but have hopes. Maybe I'll get some time to fix it.
  10. I tried reproducing your problems and I couldn't. I downloaded like 15 driver packs and db created clearly without problems. Would it be possible that you (psycho or xecutor) to create me some 7zip file of your drivers db and put somewhere to download (can be big) or maybe try to isolate a problem to specific driver, amount of drivers? Edit: I found the problem, it's in one of external libs i use. Will try to fix, ask to get it fixed.
  11. It should be possible, but maybe you should try using driverpacks.net along with some software that installs drivers from them? In sticky in this department you've couple of programs which help installing multiple drivers from driverpacks without having to go one by one.
  12. You should have created new thread. This one is for something diffrent then help with general drivers problems. I assume you have downloaded zip file or similar and after unpacking you have .inf file and bunch of other files but no .exe. This is normal. You should click start then in Run window type in devmgmt.msc. Then find device marked with yellow question mark and then right click on that device and choose properties. There you will find Install/Update driver in which you have to point to the .inf file that you unpacked.
  13. By driverpacks i meant http://driverpacks.net/. Drivers prepared by them are in clean form, having only .inf's and proper driver and not being packed with cabs, setup.exe and so on. It is possible that driver that has setup.exe, cab etc may work but it's not guaranteed so you may have to unpack and prepare the drivers for instalation (or use DriverPacks and pray they have all you need). And yes, it's like in Dell you create on directory with all drivers and you put my program there or you keep it anywhere you want just .xml has to point to that directory. Then you run it (either in manual mode which you have to click thru, but it's very recommended in the beginning so you know what the program does, or in auto mode which after start will do what it says in .xml and shutdown itself when done). By having one directory i mean C:\Drivers but you can have subfolders like C:\Drivers\Mobo\Somethings\Somethingelse. Program will search for drivers in every subdir so you don't have to put all drivers in one folder (it's even not recommended). I would suggest to read this whole thread (this may take a while) but should help you understand the process and see how other people get along with it.
  14. Hello lezhrej, There's no installer for this program. It's one executable to run (my bad for naming it Hardware Installer). You have to create directory somewhere (lets assume C:\Drivers). You put all drivers you have (in clean form - Driver Packs are best for this) and then you modify .xml to your needs (like point program to where drivers are etc). Then you just run program and it should do all for you. Just so you know it's not something you should use for one time installing of drivers (like your private computer, although you can). It's power is in reusing it over and over in company you work for so you can prepare one drivers directory (on cd, dvd or network drive) and program is supposed to do all the heavy work for you. Hope this helps.
  15. Hello psycho. This bug seems to be related to database prepare. I'll take a look at code later on but can you check if it crashes only on that one netbook? It shouldn't be related to hardware because what it is doing then is going thru all drivers and putting them in database. So if it crashes on one notebook it should crash on the other if you're using same share/folder which happens to store the drivers. I'll take a look. As for Windows 7 i haven't had a time to take a look at 7 how the drivers behave there and what could be done to extend functionality of the software to support Vista and Win7. I wanted to add backup drivers solution but since nobody could point me right way and i don't have time to dig myself it's put into on hold. Currently i am working on Ultimate Unpacker in c# which allows unpacking of multiple releases/applications packed with zips/rars with simple queue / drag and drop or choice of a dir for example C:\Downloads, it should unpack and deleted (if option is set) not needed files etc etc :-) Hope all is good with you, MadBoy
×
×
  • Create New...