Jump to content

mooms

Global Mods
  • Joined

  • Last visited

Everything posted by mooms

  1. Salut HELLPELL, Je ne sais pas trop quoi te répondre, as-tu essayé de taper l'erreur dans google ? D'aller sur le support MS ?
  2. - Mine is only for Flash. - There is no possibility to make an AiO (ActiveX+Plugin) for Flash with vmanda's (only for Flash+ Shockwave). - The SFX made with vmanda's maker have auto update disabled (however you can edit the config file). Auto update can be good, especially for not tech-savvy users. edit: Executing the sfx/addons made with my maker with the switch -ai is the equivalent of vmanda's.
  3. J'ai l'impression que tu as du mal à me lire donc je récapitule: les cabs de IE11 n'ont pas été maj par MS, donc KB2898785 est nécessaire. Si je t'ai donné le lien de steven4554 c'est parce que deux des prérequis de ta liste sont obsolètes, tu ne les a donc visiblement pas pris là.
  4. Added updated list of prerequisites, courtesy of steven4554.
  5. Steven4554 recense les prérequis IE11 ici. Par rapport à la page de MS ils semblerait que les siens soient à jour. Mes packs sont tout à fait compatibles avec une utilisation "manuelle" avec DISM, et ils contiennent tous les prérequis pour IE11, donc le plus simple pour toi c'est de les télécharger et d'intégrer toutes les MAJ qu’ils contiennent (IE11 en dernier pour être tranquille). N'oublie pas le pack RunOnce.
  6. Je n'ai pas compris ta question Alpha_95. Les packs IE11 sont à jour mais plus gros car MS n'a pas maj les cabs de IE11, comme il le fait d'habitude pour les cabs de IE9 et IE10, du coup KB2898785 doit être intégrée en plus.
  7. mooms replied to zoolook's post in a topic in Win Toolkit
    See also this thread.
  8. Salut justicegate. Tu trouveras tout ce qu'il te faut sur wincert: - Win Toolkit v1.4.1.27 - Les liens des ISOS officielles Microsoft pour Windows 7 SP1 -.Net 4.5.1 Fr - et donc évidemment mes packs de mise à jours. Avec tout ça tu auras une image de Windows 7 SP1 à jour (aucune maj sur Windows Update hormis les définitions de Windows Defender). Si tu prend le temps de lire le premier post de ce topic, tout est expliqué. Une fois ton image créée, tu peux la tester avec VirtualBox.
  9. This script can make silent installers & nLite/RVMi AddOns for Adobe Flash Player ActiveX, NPAPI and PPAPI Plugins. Why using this script instead of an already made addon/SFX? No need to wait after someone to create/update addon/SFX (and downloading it on file sharing website with annoying ads & captchas). The script always download the latest version(s) available directly on Adobe servers. You are sure there is no adware/spyware inside. Usage: - Extract the content of the archive and run Flash_Maker.cmd - The script will ask you which version(s) of Flash Player you want: ActiveX is for Internet Explorer in Windows XP/Vista/7 NPAPI is for Firefox, Palemoon, and other browsers using Nestcape Plugin API. PPAPI is for Chromium, Opera, and other browsers using Pepper Plugin API. Internet Explorer in Windows 8/8.1/10 and Chrome have their own Flash Player Plugin embedded. - Then it will download (in the download folder) the latest setup(s) from Adobe website and repack it (or them) into a silent installer (& AddOn) in the output folder. Switches available: -ai autoupdate disabled, autoupdate task deleted, autoupdate service uninstalled & deleted. -ai1 autoupdate disabled -ai2 autoupdate enabled If no switch is used, autoupdate is not configured (only check but ask for update, default behavior of Flash Player) The silent installer can be used in any Windows version that is compatible with the originals setups. If you also want to make an AddOn ( designed for RVMi & nLite ), you have to set a variable to 1 in the script (open it with Notepad). MD5: 95ee24b2418f321a5113d12f51ccdc8e Size: 1005 KB Flash_Silent_Install_Maker_3.8.zip
  10. Packs de Décembre en ligne. Vu la taille conséquente des packs, en particulier le x64 (+ de 400 Mo avec IE11), j'ai décidé de faire une mise à jour incrémentale du pack de Novembre pour les packs principaux. Pensez juste à supprimer les 3 KB suivantes du pack de Novembre: KB2653956 KB2863058 KB2883150 Les packs IE11 sont à jour, mais pour le moment les cab IE11 n'ont pas été maj par Microsoft, donc KB2898785 est inclus en version "msu" (packs un peu plus gros par conséquent). Wait & see. Les packs IE10 sont abandonnés. (IE11 est sur Windows Update). Changelog:
  11. maj de Firefox http://www.mozilla.org/en-US/firefox/26.0/releasenotes/
  12. maj de Firefox http://www.mozilla.org/en-US/firefox/26.0/releasenotes/
  13. mooms replied to mooms's post in a topic in Switchless installers
    Hi oguz, I don't really understand your post, or what you are trying to do. The reg entry you mentioned is created by WinRAR, not the maker. The maker is actually a cmd script (compiled with bat to exe for convenience), here is the commands: ren .\binary\winrar-x64*.exe rar64.exeren .\binary\wrar*.exe rar32.exe7za a winrar.7z .\binary\* -mx=8copy /b 7zsd.sfx + config.txt + winrar.7z SFX_WinRAR.exedel winrar.7zAnd the content of the sfx config: ;!@Install@!UTF-8!GUIMode="2"MiscFlags="4"RunProgram="x86:rar32.exe /S"RunProgram="x64:rar64.exe /S"RunProgram="x86:hidcon:cmd /c copy rarreg.key \"%ProgramFiles%\\WinRAR\\\" /y"RunProgram="x64:hidcon:cmd /c copy rarreg.key \"%ProgramW6432%\\WinRAR\\\" /y"RunProgram="hidcon:cmd /c xcopy Themes \"%APPDATA%\\WinRAR\\Themes\" /s /i /y"RunProgram="\"regedit\" /S rar.reg"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WinRAR /ve /d \"WinRAR\" /f"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WinRAR /v Install /d \"%%S\\%%M\" /f";!@InstallEnd@!The two AutoInstall lines are only in the v 2.3 of the maker, they are used to run the sfx at RunOnceEx for XP AddOn. (with /ai switch). You can add any reg entries in the file rar.reg, but the variables are not accepted "as is", see this post. I don't plan to create a maker for 7zip installer, not really needed anyway. I think the switch to make the original installer silent is /S (it is nsis based). Some general SFX maker that can be used to make 7zip installer silent: http://sourceforge.net/projects/sfx-maker/ http://www.isoft-online.com/
  14. Meanwhile, if someone ( rick, if you read me ) can post the commands used to update and export, it would be great.
  15. Bump.
  16. Hi oguz Never had any problem with KB2836502. Seems the error is on your end.
  17. All links in this thread
  18. Exactly.
  19. Perso je n'installe que les 2005-2008-2010 (x86&x64), ça suffit amplement. Il est d'ailleurs assez simple de retravailler l'installateur de ricktendo en ce sens.
  20. mooms replied to oguz's post in a topic in Installer Repacks
    These installers are intended for XP x86. If you're on Win 7 x64, you only need 4.5.1 installer by ricktendo.
  21. Thanks for the tip
  22. It was not adfly indeed. Works now.
  23. mooms replied to oguz's post in a topic in Installer Repacks
    You can find .Net 1.1 to 3.5 installers by user hidden and jaynbe here: http://www.wincert.net/forum/forum/105-svcpack-addons/ (simply extract the installer from the addon)