Everything posted by mooms
- Java Multi Maker
-
Java Multi Maker
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
- Java Multi Maker
-
Java Multi Maker
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.
-
Java Multi Maker
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
-
Java Multi Maker
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
-
Java Multi Maker
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 ?
-
Java Multi Maker
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.
-
Java Multi Maker
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
-
Java Multi Maker
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.
-
[14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)
Install KB2533552 at first boot (runonce) rather than integrating it.
-
SumatraPDF 3.5.2
mise à jour vers la v3.1, le SFX installe maintenant la version correspondant à l’architecture de l'os (x86 ou x64)
-
SumatraPDF 3.1.2 & 3.5.2
Updated to v3.1, now the SFX will automatically install the build depending on the OS (x86 or x64).
-
Java Multi Maker
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.
-
Java Multi Maker
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.
- Java Multi Maker
-
Java Multi Maker
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à !
-
Java Multi Maker
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.
-
[14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)
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 ?
-
WinToolkit v2.x Development
- WinToolkit v2.x Development
Hi Lego, glad to hear you're fine !- [14 Juin 2014] Updates Packs GDR Windows 7 SP1
Je pense qu'un tel script a été posté sur le forum, peut-être même par moi (je n'en suis pas l'auteur), mais ce n'est pas évident à retrouver....- can't download any version
You can change the date I suppose.- [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Thanks Rick.- Firefox SFX Maker 5.5
Yes, you can add a complete profile with a slightly modified script I have made a v2.2 a long time ago that can do that, but it need a rewrite to be more user friendly. I also made a tutorial (in French) here: http://www.wincert.net/forum/topic/11041-cr%C3%A9er-un-addoninstallateur-dextensions-pour-firefox/ - WinToolkit v2.x Development