Jump to content

mooms

Global Mods
  • Joined

  • Last visited

Everything posted by mooms

  1. You need to download the iso in an other drive than the usb stick that will be used by RUFUS (other stick, or make some space on your C: drive) , because it will be formatted by RUFUS. You have to set RUFUS as showed in this picture, (you have to tell it where is stored the iso file obviously) then it will not create an autorun.inf and it will be bootable:
  2. Download the iso, then transfer it to your USB stick with Rufus
  3. Thanks for the suggestion @OnePiece
  4. mooms replied to mooms's post in a topic in Switchless installers
    I tried it and, quite frankly, I've found the UI very bad. uBO can already block scripts anyway. The provided profile is just an example of what can be done, I don't want to bloat it too much. (it's already the biggest folder of the archive).
  5. mooms replied to mooms's post in a topic in Switchless installers
    Yes, and Decentraleyes too, it don't need any configuration so you have a better privacy without any cons. You're right, it's better that way.
  6. mooms replied to mooms's post in a topic in Switchless installers
    Hi Thiersee, 1) Not worth it IMO, users of this script are likely to be advanced users and they should already know about the deprecation of the XUL extensions. Note that I only embedded Web extensions, and only two (the most useful to my opinion: uBlock Origin & DecentralEyes). I've also added user.js and userchrome.css to show some example of customizations for Firefox 57+. 2) Thanks, it will be corrected in the next version. As always, thank your for your inputs & suggestions.
  7. mooms replied to mooms's post in a topic in Outils et tutoriaux
    Version 5.3 Correction d'un bug sur les versions autres que "stable" Retour à la version 9.22 de 7za (compresse mieux) l'URL de téléchargement est montrée pendant le téléchargement du setup Màj de l'extension Decentraleyes
  8. mooms replied to mooms's post in a topic in Switchless installers
    Version 5.2 is out What's new: Corrected a bug with other versions than stable Reverted to 7za v9.22 to achieve better compression Showing the Download URL when downloading the setup Updated Decentraleyes extension
  9. Màj de: HWInfo AlternateStreamView SIV WizTree ScreenToGif Rufus CPU-Z GPU-Z CrystalDiskInfo CrystalDiskMark
  10. mooms replied to mooms's post in a topic in Outils et tutoriaux
    Version 5.2 màj de l'icône du SFX avec celle du nouvel installeur màj du profil par défaut ajout d'un fichier UserChrome.css ajout d'un fichier user.js
  11. mooms replied to mooms's post in a topic in Switchless installers
    Version 5.2 is out What's new: Udpated SFX icon to the new Firefox installer Updated the default profile Added userChrome.css Added user.js
  12. mooms replied to Jan Krohn's post in a topic in Announcements
    Hi Jan, Glad to see the site online again !
  13. mooms replied to mooms's post in a topic in Switchless installers
    OK thanks.
  14. mooms replied to mooms's post in a topic in Switchless installers
    Thanks. How do you find these ? The naming is yet again different... You're right, I missed a zero It still works fine though. Thanks for your input.
  15. mooms replied to jvidal's post in a topic in WinToolkit Bugs
    In the meantime, use 1.5.4.10.
  16. Je viens d'intégrer la dernière UL x64 avec WTK 1.5.4.10, tout s'est bien passé, WTK m'a fait un avertissement à propos d'une KB non intégrée, mais il a du la mettre en runonce car MU ne m'a trouvé aucune MAJ prioritaire. Par contre, WUD était mal configuré et il m'a effacé tout le contenu d'une dizaine de dossiers, me laissant juste des sous-dossiers vides ! Il faut vraiment faire attention avec lui, aucune confirmation de suppression et les fichiers sont supprimés définitivement !
  17. Alors, Sur machine virtuelle W7 x64, installé par dessus le 4.7, pas de soucis. Sur ma machine réelle, W7 x64 aussi, il m'a demandé de redémarrer (il y avait des programmes utilisant .Net 4.7), et au redémarrage j'avais bien .Net 4.7.1 mais toujours le language pack 4.7, j'ai donc tout désinstallé moi-même, puis relancé ton pack, et là je suis bien en 4.7.1 sur .Net et le language pack. Comme quoi, mieux vaut lancer la désinstallation soi-même, au moins on est sûr du résultat.
  18. I upgraded to 1709 on my tablet, everything seems to works but I have lost the automatic rotation of the screen and I don't see any options to enable it, do you know how to fix that ?
  19. mooms replied to mooms's post in a topic in Switchless installers
    4.0b3 (or earlier) fails with 9.0.1 installers. Oracle have changed something (again) in the logic of the installer, I had to adjust the script to work wit 9.0.1, hopefully it should work with future versions now, as the method is more "universal" (but more complex). In detail, the name of the file extracted by ResourcesExtract that was useful was "%filename_without_extension%_100_10.bin" Same logic for the second extraction with ResourcesExtract (yes, install files are packed 3 times, they are in a msi inside an exe inside an exe...) Now, it's different, so, because I know the files needed are big (several MB) I have added a function that will delete all files smaller than 1000000 bytes (~ 10MB) in the extraction folder: :Clean_temp_files for %%F IN (.\JRE_TMP_EX\*.*) do (if %%~zF lss 1000000 del %%F) Then rename the only file left. That should works with any names, and as long as they don't change the install logic too much. Nope, but it should work fine. BTW, because they have changed the naming scheme (9.0.1 and no more 9u01), the logic used in the script to find the more recent setup in the folder is not working (it process Java 9 instead of 9.0.1 if they are both in the JRE_setups folder), so you should remove older setups from this folder. I will wait for the next version to see how things goes.
  20. Salut icare, merci ! Il faut désinstaller le 4.7 avant ou le sfx s'en charge ?
  21. mooms replied to mooms's post in a topic in Outils et tutoriaux
    JRE 9.0.1 & 8.0.151 sont dispos JAVA-Multi_Maker_4.0b4.zip pour JRE 9 MD5: 203c7e514414c932ff847d3d8dac5fa4 SHA-1: 93fc856e026fc42298ebc8e76bba338f21c1704a Taille: 800Ko
  22. mooms replied to mooms's post in a topic in Switchless installers
    JRE 9.0.1 & 8.0.151 are out JAVA-Multi_Maker_4.0b4.zip for JRE 9 MD5: 203c7e514414c932ff847d3d8dac5fa4 SHA-1: 93fc856e026fc42298ebc8e76bba338f21c1704a Size: 800KB
  23. Wait a little before saying there is no bugs...