Jump to content

ozan319

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

About ozan319

ozan319's Achievements

0

Reputation

  1. Can you add turkish version too. Thanks and keep up the good work!
  2. Here is my auto it script for doing same job for turkish versions. you need this files on same folder INSTALL_MSN_MESSENGER_DL.EXE messpatch0813.exe MsgPlus-352.exe i think it can work with all versions but it needs to change turkish strings on your language. msn.au3 $success = 1 $failure = 0 RUN("INSTALL_MSN_MESSENGER_DL.EXE") If WinWait("MSN Messenger 7.0 Kur Sihirbazı", "Aşağıdaki seçeneklerden birini seçin." , 2)= $success Then ControlClick('','','Button2') WinWaitActive("MSN Messenger 7.0 Kur Sihirbazı", "Bu sihirbazı kapatmak için Son'u tıklatın.") ControlClick('','','Button1') RUN("INSTALL_MSN_MESSENGER_DL.EXE") EndIf WinWaitActive("MSN Messenger 7.0 Kur Sihirbazı", "MSN Messenger'ı yüklemek için İleri'yi tıklatın.") ControlClick('','','Button1') WinWaitActive("MSN Messenger 7.0 Kur Sihirbazı", "Kullanım Koşulları ve Gizlilik Bildirimi") ControlClick('','','Button2') Sleep(50) ControlClick('','','Button4') WinWaitActive("MSN Messenger 7.0 Kur Sihirbazı", "Diğer özellikleri ve ayarları seç") ControlClick('','','Button4') Sleep(50) ControlClick('','','Button5') Sleep(50) ControlClick('','','Button6') Sleep(50) ControlClick('','','Button7') Sleep(50) ControlClick('','','Button1') WinWaitActive("MSN Messenger 7.0 Kur Sihirbazı", "&Son") ControlClick('','','Button1') ProcessWait ( 'msnmsgr.exe' ) ProcessClose ( 'msnmsgr.exe' ) RUN("messpatch0813.exe") WinWaitActive("Mess Patch", "Please select the language of your choice to continue with Mess Patch:", 2) ControlClick('','','Button1') WinWaitActive("Mess Patch", "Select a choice from below to continue with the patch.") ControlClick('','','Button2') WinWaitActive("Mess Patch", "General Options") ControlClick('','','Button5') Sleep(50) ControlClick('','','Button7') Sleep(50) ControlClick('','','Button11') Sleep(50) ControlClick('','','Button13') Sleep(50) ControlClick('','','Button14') Sleep(50) ControlClick('','','Button15') Sleep(100) WinWaitActive("Mess Patch", "Warning: Allowing all extensions for file transfer could expose your system to threats.") ControlClick('','','Button1') Sleep(100) WinWaitActive("Mess Patch", "General Options") ControlClick('','','Button16') Sleep(50) ControlClick('','','Button2') WinWaitActive("Mess Patch", "Main Window Options") ControlClick('','','Button4') Sleep(50) ControlClick('','','Button5') Sleep(50) ControlClick('','','Button6') Sleep(50) ControlClick('','','Button7') Sleep(50) ControlClick('','','Button11') Sleep(50) ControlClick('','','Button14') Sleep(100) WinWaitActive("Mess Patch", "Disabling song links will also disable MSN Search.") ControlClick('','','Button1') Sleep(100) WinWaitActive("Mess Patch", "Main Window Options") ControlClick('','','Button16') Sleep(50) ControlClick('','','Button17') Sleep(50) ControlClick('','','Button2') WinWaitActive("Mess Patch", "Conversation Window Options") ControlClick('','','Button4') Sleep(50) ControlClick('','','Button5') Sleep(50) ControlClick('','','Button7') Sleep(50) ControlClick('','','Button7') Sleep(50) ControlClick('','','Button12') Sleep(50) ControlClick('','','Button14') Sleep(50) ControlClick('','','Button16') Sleep(50) ControlClick('','','Button2') WinWaitActive("Mess Patch", "Launch MSN Messenger") ControlClick('','','Button4') Sleep(50) ControlClick('','','Button2') RUN("MsgPlus-352.exe") WinWaitActive("Messenger Plus! 3.52 - Kurulum", "Bu program Uluslararası destekle birlikte gelir. Lütfen kullanacağınız dili seçin ve yüklemeye devam etmek için İLERİ 'yi tıklayın.") ControlClick('','','Button4') WinWaitActive("Messenger Plus! 3.52 - Kurulum", "Messenger Plus! belirtilen yoldaki klasöre kurulacaktır.") Sleep(1500) ControlClick('','','Button4') WinWaitActive("Messenger Plus! 3.52 - Kurulum", "HAYIR, Messenger Plus! sponsor program olmadan yüklensin.") ControlClick('','','Button3') Sleep(50) ControlClick('','','Button4') EXIT
  3. i am using auto it for this folders and always works perfectly even on slow machines. delete.au3 ;Start Menu Links FileDelete(@StartupCommonDir & "\*.lnk") FileDelete(@StartupDir & "\*.lnk") ;desktop Links FileDelete(@DesktopCommonDir & "\*.lnk") FileDelete(@DesktopDir & "\*.lnk") ;Install dir DirRemove(@HomeDrive & "\Install", 1) ;Driver Packs dir DirRemove(@HomeDrive & "\DP", 1) EXIT
  4. installing complete and msiexec version number is = 3.1.4000.1823 also windows update dound only 3 hotfix which are cant integrate. KB890830 KB885835 KB885836 so i can say again We can delete exe files from svcpack folder after integrating we dont need them. here is my svcpack.inf file [CatalogHeader] [Version] BuildNumber=2600 MinorVersion=1 MajorVersion=5 Signature="$WINDOWS NT$" [SetupData] CatalogSubDir="\I386\svcpack" [SetupHotfixesToRun] [ProductCatalogsToInstall] and list of my files in the "I386\svcpack" folder no exe! just 322kb branches.inf HFINT.dat KB867282.cat KB873333.cat KB873339.cat KB884020.cat KB884883.cat KB885222.cat KB885250.cat KB885626.cat KB885836.cat KB886185.cat KB886677.cat KB886716.cat KB887472.cat KB887797.cat KB888113.cat KB888302.cat KB890047.cat KB890175.cat KB890831.cat KB890859.cat KB890923.cat KB891781.cat KB893086.cat KB893803_wxp.cat
  5. -slipstreaming done if the updates slipstreamed i think "msiexec.exe" version number will be updated couse WindowsInstaller-KB893803-x86.exe update now slipstreamed. msiexec.exe before formating = 3.0.3790.2180 wait 40min for new one
  6. i will slipstream and delete this week updates now if they are workin to i can really say you can delete this exes. i ll post result in one hour.
  7. as i said on the second post i deleted them and windows update didnt show this updates. i deleted only exe files from svcpack folder not catalog files and no warning message and no error.
  8. 53 view and no reply but i tryed it myself and i can say you can delete hotfix exes from i386\svcpack folder so you can save lots of space. Another question pls reply fast how can i confirm slipstreamed updates are okey.
  9. may be a stupid question but i need to know. can we delete hotfix.exe files from "I386\svcpack" folder after integrate them. EDIT: Not need reply We can delete them but confirmations are wellcome.
  10. Hi Bâshrat... may you missed this. http://www.msfn.org/board/index.php?showtopic=42815# 3. post all of them tryed and working.
  11. Hi i tested Driverpack Sound B V5.04.1 and it works well for C-Media 8738 on asus A7S333 mainboard. But other Cmedia control panel(T_3.exe) installed but not needed. C-media 8738 has own mixer called "mixer.exe" and it also installed. maybe an eror in "Sound_B_Control_Panels.cmd" file or incompatible with other C-Media chipset. IF EXIST %D%cmaudio.sys START %C%T\3\T_3.exe i think this code for other C-Media chipset located in \DP\S\C\1 but there is no cmaudio.sys in this folder. but there are two sys files CMUDA.SYS CMIAINFO.SYS i think changing this line will fix this couse 8738 have cmaudio.sys IF EXIST %D%CMUDA.SYS START %C%T\3\T_3.exe and at last the driver on widnwos update site has lower version 643 but newer date (09/27/2002) it couse windows update to find 643 as a newer driver. this litle trick can fix this... editing this line on CMAUDIO.INF file DriverVer=03/28/2002,5.12.01.0644 to DriverVer=03/28/2003,5.12.01.0644 i am sorry for my english...
  12. Hi Bâshrat... i want to report ther is no C-Media 8738 driver(5.03) or not work for me. i have a onboard sound chip on a ASUS A7S333. here is a driver offical site link dont work for now. also there is newer version(643) on windows update catalog site. thank you and keep up to good work. ftp://ftp.cmedia.com.tw/WDM/CMI8738_WDM_0639XP.zip http://www.aml.ru/drv/SOUND/CMEDIA/8738/WI..._WDM_0639XP.zip here is latest(maybe there is newer) driver. http://www.soyogroup.com/downloads/count.p...in_xp_v0644.exe
  13. Bâshrat 5.03 doesnt work on my system . My windows xp pro cd have no modification only slipstreamed with sp2 and your all driver packs installed. i tried both 1 and 2. computer conf... Asus K8N (nforce3 based) Athlon 64 2800 and sata control unit: Silicon Image SiI 3114 BSOD before where we can accept eula. thanks...
  14. You can grab updated(47) version instead of slipstreaming. files.acdsystems.com/english/downloads/acdsite/acdseepowerpack.exe
×
×
  • Create New...