Jump to content

titou2k

Member
  • Posts

    138
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by titou2k

  1. When we think that it is corrected, that is not the cas.
  2. This script is litte bit different. There is no time delay to wait dialog box. So no problem with different machines speed. nevertheless I do not know which is the best solution.
  3. I made an AutoIt script wich work for me. !!! French script !!!! ; ---------------------------------------------------------------------------- ; Set up our defaults/Variables ; ---------------------------------------------------------------------------- AutoItSetOption("WinTitleMatchMode", 1) ;Setup file name $SF= "msiexec /i Alcohol.msi /qn REBOOT=Suppress" ; ---------------------------------------------------------------------------- ; Script Start ; ---------------------------------------------------------------------------- Run($SF) WinWaitActive("Assistant Matériel détecté") Send("!N") Send("!S") Send("!S") WinWaitActive("Assistant Matériel détecté","Fin de l'Assistant Ajout de nouveau matériel détecté") Send("{ENTER}")
  4. i made a quick test: 1) install WinSP2 without modification 2) replace SYSSETUP.dll in "system32" and "system32/dllcache" folder with a patched version 3) disable sfc protection when asked by windows 3) install alcohol Result -> Drivers Box appears !!!!!!!! So SYSSETUP.DLL must be the cause of the problem EDIT: no problem when the file is not patched EDIT2: just a question. Why this file is patched?
  5. you can also see here how to integrate sp1 and hotfix in framework then make sfx setup.
  6. yes same switch: /xp to extract .msp file
  7. Mine wallpaper
  8. XP Home does not include Domain connexion Correct me if i'm wrong
  9. Drive:\Documents and Settings\$User Name$\Local Settings\Temp
  10. run setup and get msi in the temp folder
  11. Ok, I now understand what you want to say. thk, it works
  12. This is a clean install and i had never installed 5.07 (or other) version before. It disappear when i uninstall Winamp and reappear each time i install it.
  13. @Alanoll: With 5.08 version (i don't know older), it seems that there is a small mistake in registry value for context menu. (see attach file) HKEY_LOCAL_MACHINE\SOFTWARE\.mp3 key should be in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mp3 thks for this repack
  14. Incroyable HULK> try with this: RunOnceEx.cmd method REG ADD %KEY%\zz01 /V 1 /D "%CDROM%\Applications\AdobeReader\AdobeReader6.exe /s /v\"/qn\"" /f but as pinout said:
  15. pinout> cool now i can exclude mplayerc
  16. use this arguments: /silent /dir="Install Path"
  17. I have used Perfectdisk 7 since 1 month, it seems good.
  18. Could be a disadvantage : -only one user
  19. it should be in i386/bootfix.bin I deleted it so that no message appear.
  20. With your tweak, you don't use simple share. This is a little bit complicated. I am not specialist in network so i used simple share. In permissions i put everyone but now in my others PC, i need a password to access to this share folder. What password i don't know for now.
  21. hello, I have a network and each time i install Windows i have to enable file sharing manually. (see attach picture). I checked registry to see if i could automate this but i find nothing. Could you help me? thks
  22. yes, it is an msi, so use /qb or /qn switch
  23. very right.! I forgot these lines.
  24. No need to put lines under dosnet.inf or txtsetup.sif for files under svcpack folder and execute in svcpack.inf..
×
×
  • Create New...