Jump to content

alecuba16

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by alecuba16

  1. Hello! I slipstreamed my xp sp3 and remove things. Now every time that i connect some device by usb like the generic mouse or pendrive instead that autoinstall like a normal xp, the drivers install screen apears and i must click next next without submit the driver or the inf file and then the device installs. What is the service of xp that do the automatic driver installation for plug and play devices like mouse or pendrive? Or could be a problem with OemPnPDriversPath="" of nlinte or something of infcache.1?? thanks!
  2. Hi, I din't found any method to install my favourite daemon tools version, i don't like the 4... this is the script that you can compile into autoit and made a exe setup.exe ; Run Installer Run("msiexec /i dt347.msi /qr /norestart") ; Wait 1 minute max for installer window opens WinWaitActive("DAEMON Tools 3.47.0","",60) ; While the installer is installing..... ; ---------Start While bucle ------------- while WinExists("DAEMON Tools 3.47.0") ; Activate Found New Hardware Wizard down is in spanish WinActivate("Asistente para hardware nuevo encontrado") ; In English WinActivate("Found New Hardware Wizard") ; Wait max 10 seconds for this window if not exist or activated WinWaitActive("Asistente para hardware nuevo encontrado","",10) ; If exist and is active press ESC for close if WinActivate("Asistente para hardware nuevo encontrado") then Send("{ESC}") endif ; If daemon tools installer is runing repeat the bucle. WEnd ; ---------End While bucle ------------- Edit for paste and optimized code, now you can see the daemon tools process window bar and not need to wait seconds for anything. I use in my WPI and works fine!
×
×
  • Create New...