Jump to content

MadBoy

Member
  • Posts

    470
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by MadBoy

  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.
×
×
  • Create New...