Jump to content

mooms

Global Mods
  • Posts

    2,370
  • Joined

  • Last visited

  • Days Won

    151

Everything posted by mooms

  1. Tiens, après avoir redémarré Windows, mon pare-feu m'alerte que l’application diagtrackrunner.exe cherche à établir une connexion...alors que j'ai justement désactivé le service ! J'ai trouvé ça en faisant des recherches sur le processus:
  2. Merci pour l'info sur le mouchard, c'est désactivé http://korben.info/diagnostics-tracking-service.html Je crois que la seule solution pour éviter les mouchards c'est...GNU/Linux !
  3. Non c'est une fonctionnalité qui a toujours existé dans W7, c'est la "mise à niveau express" pour passer à une édition supérieure, le raccourci se trouve dans le menu démarrer, il s'est lancé pour une raison ou une autre (clic accidentel?).
  4. Hello rhahgleuhargh, Maybe when I have more time
  5. MAJ vers 3.1.1
  6. Updated to v3.1.1
  7. Here is 3.1b4, with Portuguese Brazil added: _JAVA_Multi_Maker_3.1b4.zip
  8. Here is 3.1 beta 3, with a single change: - Made silent the extraction progress when making admin installs If someone wants to translate it into his language, I have included the template. _JAVA_Multi_Maker_3.1b3.zip
  9. As far as I remember, they are fixed by the SFX module.
  10. At the end of the lines 218, 235, and 254. "Java_%JAVAVER%-x86_%lng%.exe" for x86. At least create the installers (GUI versions) and see if the first dialog box is OK. No changes are made until you press OK. But a complete test is preferred, to check all dialog boxes and to ensure the install is fine. Install part *should* be OK now, but a single typo can lead to failed install. I can't verify all the scenarios in all languages, this is why I ask to everybody to test with the language they understand.
  11. I think it should be "as", didn't it? I think it is correct, at least when i translate it in French with Google Translate...if a native speaker can help us here, he's welcome! Because Web plugins are plagued with many vulnerabilities, I choose to never install them by default. I think the text is rather clear, but I let your translations as-is. I prefer to keep the names as short as possible. If you want to modify it, it's really easy, just add _%lng% at the end of the file names in the script. Found the bug, it's corrected. Thank you. Thanks, I added German & Italian. But I prefer to have only the template file, it's easier for me to make the edit needed. Here is the new version, 3.1 beta 2 - Corrected the bug with x64 admin install in 3.1 beta 1 - Optimized again the script to take less space - Added German and Italian. @Everybody:, please try a maximum of combinations corresponding to your language. _JAVA_Multi_Maker_3.1b2.cmd.zip
  12. I made a new version, 3.1 beta 1: - Corrected some typos - Added Romanian - Optimized the script With these optimizations, adding more languages will take less space. Please try as many scenarios as you can to find eventual bugs or typos. _JAVA_Multi_Maker_3.1b1.cmd.zip
  13. Good job Thiersee, I have overlooked that ! It can be a variable, but the message is very brief, I bet most users will not see it, actually I should update it with something better like: The latest version found on Oracle Website is: Or maybe something else ?
  14. Yes you got it. Seems OK at first look, only one thing: The lines ===== are the limit, it's better to not exceed them (better looking for the text). echo ================================================================================echo Doriti sa creati o instalare administrativa ?echo.echo Instalarea administrativa permite o comprimare mai buna, mai ales in cazul instalarii dualeecho dar luati aminte ca instalarea administrativa x64 nu poate fi creata pe o gazda x86.echo. echo - Da, instalare administrativa - apasa 1 apoi ENTERecho - Nu, instalare normala - apasa 2 apoi ENTERecho ================================================================================Something like that is better (maybe it can be better formatted): echo ================================================================================echo Doriti sa creati o instalare administrativa ?echo.echo Instalarea administrativa permite o comprimare mai buna, echo mai ales in cazul instalarii duale dar luati aminte echo ca instalarea administrativa x64 nu poate fi creata pe o gazda x86.echo. echo - Da, instalare administrativa - apasa 1 apoi ENTERecho - Nu, instalare normala - apasa 2 apoi ENTERecho ================================================================================Do you have tried to create & run the four sfx with a gui to see if there is any typo ? (x86/x64/dual/dualadmin) Once we have more translation available I will make a new test version. Note to translators: no need to remake the full cmd file, use the provided template.
  15. There is a little more than the questions: there is also finish messages and dialogs of the SFX Error messages are left in English for the sake of size and simplicity. Be aware that we can only use ANSI characters set ! If anyone want to make a translation: I have attached a template with instructions to make a good translation, please read it carefully. Once translated, post it back here, I will add it to the script. template.zip
  16. Version 3.0 is out: - Merged the English and French versions - Now each question change the color of the window - Custom colors for error and finish messages. - More languages can be added if it's a popular demand.
  17. Install KB2533552 at first boot (runonce) rather than integrating it.
  18. mise à jour vers la v3.1, le SFX installe maintenant la version correspondant à l’architecture de l'os (x86 ou x64)
  19. Updated to v3.1, now the SFX will automatically install the build depending on the OS (x86 or x64).
  20. Version 2.8 is out: - Only minor changes this time : added a finish message with the list of the available switches, based of the chosen version.
  21. Thanks Himan, you helped me spotting a major bug: X64 Java was not installed with dual admin installers ! This bug was tricky because x64 was apparently installed. If you installed dual admin installer made with v2.6, you should either recreate dual normal installer (with 2.5, 2.6 or 2.7), or dual admin installer made with v2.7. Version 2.7 is out: - Fixed a major bug found in v2.6: x64 Java wasn't installed with dual admin installer - tweaked the compression: now a more relaxed compression is used with normal (no admin) installers: this will speed up creation without increasing the file size of the SFX if you don't want admin install. BCJ compression is now only used with admin install, where it make sense.
  22. My bad, I had forgotten that there were three installers :doh: Thank you Thiersee
  23. The x86 installer is compressed with UPX, we need to uncompress it to be able to extract the MSI inside (the actual installer), and achieve (much) better compression, especially with admin install point. Side-effect: digital signature is lost on the uncompressed installer, but the actual installer (the MSI) is unaltered and still digitally signed, you can check by extracting the SFX. 2. You can easily modify the script yourself, the final names are made from two three lines Replace line 72 for the x86 installer: copy /b /y ".\bin\JavaInst.sfx"+"32.cfg"+"JavaInst.7z" "SFX_Java_%JAVAVER%-x86.exe"Line 86 for the x64 installer: copy /b /y ".\bin\JavaInst.sfx"+"64.cfg"+"JavaInst-x64.7z" "SFX_Java_%JAVAVER64%-x64.exe"And line 102 for DUAL installer: copy /b /y ".\bin\JavaInst.sfx"+"AIO.cfg"+"JavaInst-AIO.7z" "SFX_Java_%JAVAVER64%-Dual.exe"(Lignes 74, 88, et 104 pour le script français) Et voilà !
  24. Hi Thiersee The downloader part was Strych9's work, I used his code with very little modification. The script is already working with local files (offline mode), no need to comment the lines, the script will always process the latest installer(s) found in the work directory, that means that if you put 8u66 installer(s) in, the script will download 8u65 but will process 8u66. I can add a direct offline mode with the help of yet another question, but it will add an other layer of complexity, both for me and the users, you can simply temporary disconnect for the Internet or block curl.exe with your firewall to achieve this.
  25. It wasn't requested either on my machine, win 7 pro x64. According to this, the KB seems related to tablet PC and Windows embedded, so maybe if you have disabled some components it will not show up ?
×
×
  • Create New...