Advertisement
sHaRewbb

SamDriver

Jan 21st, 2015
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. The difference between DriverPack Solution and SamDrivers.
  2.  
  3. SamLab(he's a person) makes driverpacks for his SamDrivers and the same driverpacks are also used by DriverPack Solution. SamDrivers includes 3 applications for driver installation as opposed to only one in DriverPack Solution. It should be noted that SamDrivers’s edition of DriverPack Solution is modified: expert mode is enabled by default, disabled downloading and executing of a JS script from the Internet, removed some bloatware, etc. Since some bloatware isn’t available in English, so you’re better off using SamDrivers anyway.
  4.  
  5. I recommend using Snappy Driver Installer(included in SamDrivers) and here is why.
  6.  
  7. I’m a former DriverPack Solution developer. The application is written in JavaScript which is very slow and throws scripting errors due different versions of IE. Support for IE 6.0 can’t be dropped because Windows XP comes with it and it would be inconvenient to require the user to install IE 8.0 before running DriverPack Solution.
  8.  
  9. The current implementation of algorithm of choosing and installing drivers is made entirely by me. Since I left DPS, there was no one on the DPS team who understands that code enough to be able to work on it. If you take a closer look at the DPS updates over the last year, you'll see that only GUI and bloatware are being updated. This means that long known problems(notably, sound drivers, touchpad instead of mouse and Intel USB 3.0) were never addressed and aren’t likely to ever be fixed.
  10.  
  11. I had been planning to rewrite DPS from scratch in C/C++ for a long time while fixing all known problems but I end up creating Snappy Driver Installer which is techically a fork and rewrite of DPS. It’s faster, smaller, more stable, better at finding the correct drivers.
  12. You can read more there: https://code.google.com/p/snappy-driver-installer/
  13. You can also fill a bugreport, provide a translation to your language and etc via Issues on Google Code.
  14.  
  15. SamDrivers includes:
  16. 1. DriverPack Solution(DPS)
  17. 2. Drivers Installer Assistant(DIA)
  18. 3. Snappy Driver Installer(SDI)
  19.  
  20. Let’s compare them.
  21.  
  22. Size
  23. DPS - 34 MB (291 files)
  24. DIA - 44 MB (189 files)
  25. SDI - 1.3 MB (42 files) Without localization and themes - 1 MB(one file).
  26.  
  27. Dependance and standaloneness
  28. DPS - Depends on IE. Writes to registry.
  29. DIA - Depends on vbscript libraries. Installs them without asking the user.
  30. SDI - Works on Windows 2000 and above(including WindowsPE). Doesn't leave traces in the system.
  31.  
  32. Indexing time
  33. DPS - 280 secs (4:40)
  34. DIA - 123 secs (2:03)
  35. SDI - 19 secs (13 secs on indexing and 6 secs on compressing)
  36.  
  37. Start up time
  38. DPS - 10 secs
  39. DIA - 3 secs
  40. SDI - 0.5 sec
  41.  
  42. Driver selection algorithm
  43. DPS - It has many well known problems which are fixed in SDI.
  44. DIA - It used to lag behind DPS but at this point it catched up with DPS.
  45. SDI - It takes in account much more information about devices and drivers. It’s possible to see a full list of compatible drivers for each device and pick a driver manually but it’s not required since the list is sorted that best drivers end up being on in the beginning of the list. The point is DPS doesn’t do driver ranking.
  46.  
  47. Installation method
  48. DPS - devcon.exe. It is as reliable as installing via Device Manager.
  49. DIA - DPInst.exe. It often fails to install even correctly picked drivers.
  50. SDI - Win32API. It is as reliable as installing via Device Manager. Automatically clicks on “Continue” when asked about installing unsigned drivers.
  51.  
  52.  
  53. Hints
  54. • You don't have to burn it on a DVD or mount the ISO in a virtual drive. You can extract the content of the ISO and keep on USB flash stick or an external drive.
  55. • You can strip SamDrivers off everything everything but Snappy Driver Installer:
  56. Drivers\*.* (driverpacks)
  57. Tools\SDI\*.* (localizations and themes)
  58. Indexes\SDI\*.* (optional, SDI will reindex driverpacks when needed)
  59. SDI-drv.exe (the application)
  60.  
  61.  
  62. If you have some questions, go ahead and ask away.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement