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. XP Home does not include Domain connexion Correct me if i'm wrong
  7. Drive:\Documents and Settings\$User Name$\Local Settings\Temp
  8. run setup and get msi in the temp folder
  9. Ok, I now understand what you want to say. thk, it works
  10. 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.
  11. @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
  12. 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:
  13. use this arguments: /silent /dir="Install Path"
  14. I have used Perfectdisk 7 since 1 month, it seems good.
  15. Could be a disadvantage : -only one user
  16. it should be in i386/bootfix.bin I deleted it so that no message appear.
  17. 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.
  18. 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
  19. yes, it is an msi, so use /qb or /qn switch
  20. No need to put lines under dosnet.inf or txtsetup.sif for files under svcpack folder and execute in svcpack.inf..
×
×
  • Create New...