Everything posted by mooms
-
RunOnce Installer
I have two requests, in order of importance: 1. Make the list of executed apps inside an text file instead of inside the registry to allow easier editing. Ideally in the root of the installed apps folder, so it can be easily edited after (no need to mount the wim file), in case of mistake/new versions/etc.... 2. Allow translation for the RunOnce installer. Again a specifically named text file seems a good idea. There is only a few sentences to translate, so it can be embedded in the exe I suppose. I can help, at least for French translation. I also support the requests of RicaNeaga.
-
WinRAR SFX Maker 3.4
Version 2.5 finale. Lien dans le 1er post. Distribuée sous forme d'un exécutable et d'un fichier batch. Quoi de neuf depuis la version 2.2:
-
WinRAR SFX Maker 3.4
Version 2.5 final released as and exe and as a batch.(if you want to know how it's done, or change some parameters) Link in the first post. What's new since version 2.2:
-
WinRAR SFX Maker 3.4
It's worse than that Kel, we must select again the theme in WinRAR options, simply opening it don't do anything. In Windows 7, UAC is triggered when WinRAR install a theme, but not when changing it, kinda weird. Renaming the original installer is needed to be executed silently by the SFX. also respecting the old 8.3 convention is a good idea for XP. The renaming was also made by older versions, but the final name or the SFX was static. The naming we talk here is for the SFX and the AddOn (and ENTRIES_WinRAR.ini inside it). It took me a certain time to properly extract the version and lang values. (I'm a beginner in the "art" of batching). x86 are named this way: wrarVVVL.exe x64 are named this way: winrar-x64-VVVL.exe We have two variables: VVV is the version number, in (almost*) all versions it is three numbers without dots. example WinRAR 5.01 is named 501, so I had to add the dot for correct naming. (*some versions in version 5.00 and earlier had only 2 numbers for the version, in this case the renaming will fail, but it is only cosmetic. Versions 5.01 are all properly named so nothing to worry about.) L is the language, between 0 (if English) and 6 letters. The maker will take up to 7 characters. The maker will parse the two values and make like this: V.VV-L (notice the dot) I could have used the entire original name of the installer and rename the final SFX after it, maybe with SFX_ at the beginning, it would have been much simpler to do, but I think it is more elegant as it is now (and parsing the values is necessary to populate correctly the file ENTRIES_WinRAR.ini ). You can change how the SFX & AddOn are named (like removing the "-" between the two variables) if you open the batch, search for these strings: %VRS%-%LNG% and remove the "-" between the two variables. You can replace by anything you want. (but don't mess with variables unless you know what you are doing) All the content of the binary folder, except empty folders, is compressed and added to the SFX, the maker is designed this way. In case of a single x86 installer, only version and lang values are in the name of the SFX & AddOn. In case of a single x64 installer, "x64" is also added because of its incompatibility with Windows 32 bits. In case of both x86 & x64 installers, "AIO" is also added to reflect this. In case of mixed language/version number in the AIO version, the higher version number is used, and the 32 bits language value is used. If you put more than one x86 and/or one x64 version in the binary folder, only the first of each will be installed, because the renaming is done on the first matching name the batch will found. If your installers are already renamed rar32.exe and/ or rar64.exe, the batch file will fall back to the "old way", SFX and AddOn will have generic names like in v2.3 and earlier. (no variables used except the date in ENTRIES_WinRAR.ini) If the installer have some exotic names (or are really missing), the maker will exit with a text file popping up. (try it, it is really cool, I'd "stolen" the idea from vmanda's Firefox maker :pirate: many thanks to him :thumbsup: ) It should be possible to install the correct version accordingly to the language of the OS, but this suppose to rename each installer with correct LCID, and it will exponentially complicate the batch file and/or the sfx config. It is way beyond the scope of this maker, and if someone will really need to do this, he must have the skills to do it itself. I've realized when answering you that I forgotten to take care of the case of the English version, where the L value is missing. It is now corrected with test3 (if L value is missing, it is set to "en") WinRAR_SFX_Maker-v2.5_test3.7z edit: link removed.
-
WinRAR SFX Maker 3.4
v2.5_test2: What's new: WinRAR_SFX_Maker-v2.5_test2.7z edit: see below for new version
-
help needed on addon making
You should search on the website of the app. A Google search can help sometimes. You can also try Universal Silent Switch Finder. You can easily test the switch(es) by making a shortcut and adding the switch(es) at the end of the path. Example on Windows 7:
-
WinRAR SFX Maker 3.4
@ianymaty: I see what you mean, theme is applied but the icon is the default one until you have selected the theme again in WinRAR. After investigation wth RegShot, it appears the icon is a per user setting, with full path (we need variables), of the user folder, so it is unusable for a generic installer. Example on Windows XP, with an user named "xp" and the theme "sscom_winrar_48x_v2" Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes]"Activepath"="sscom_winrar_48x_v2"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver]"DisplayIcon"="C:\\Documents and Settings\\xp\\Application Data\\WinRAR\\Themes\\sscom_winrar_48x_v2\\Setup.ico"[HKEY_CURRENT_USER\Software\Classes\WinRAR\DefaultIcon]@="C:\\Documents and Settings\\xp\\Application Data\\WinRAR\\Themes\\sscom_winrar_48x_v2\\RAR.ico"[HKEY_CURRENT_USER\Software\Classes\WinRAR.REV\DefaultIcon]@="C:\\Documents and Settings\\xp\\Application Data\\WinRAR\\Themes\\sscom_winrar_48x_v2\\REV.ico"[HKEY_CURRENT_USER\Software\Classes\WinRAR.ZIP\DefaultIcon]@="C:\\Documents and Settings\\xp\\Application Data\\WinRAR\\Themes\\sscom_winrar_48x_v2\\RAR.ico" But even with this exact reg file merged by the sfx, the WinRAR icon is still the default one, so it is not something I can fix. Anyway, reg import is not a new feature: I would to know if the new features introduced in v2.5 works as intended for everyone.
-
WinRAR SFX Maker 3.4
I made a new version. What's new: I have tested it with multiple scenarios and I don't see any bugs, but because it is much more complex than the previous versions it needs to be tested much more, so please test it and report how it works: - If the making & install works (specify your OS/arch/lang) - If version number and language are correctly added in the name of the SFX & AddOn and in the file ENTRIES_WinRAR.ini in the AddOn, This time it's a batch file, so you can open it and see how it works. I'm open to any suggestions for improvements. P.S: don't get confused with the two similarly named folder bin and binary, you must put the setup(s)/themes/license in the binary folder as before ! (bin folder is used to store files used by the batch file) WinRAR_SFX_Maker-v2.5_test.7z edit: see below for new version
-
CCleaner SFX Maker 3.9
Utilisation: Lancer CCleaner_Maker.cmd et le maker va télécharger le setup slim de CCleaner et créer dans le dossier output: Un SFX qui installera CCleaner silencieusement et dans la langue du système. Un AddOn pour RVMi/nLite qui contient le même sfx (désactivé par défaut). Si vous copiez le fichier ccleaner.reg dans le dossier ccsetup, il sera automatiquement exécuté par le setup. Le fichier reg fourni désactive la vérification de màj et le monitoring système, ainsi que le partage des données avec des tiers. Vous pouvez éditer le fichier reg pour y ajouter vos propres tweaks. Si le setup Slim de CCleaner n'est pas disponible le maker téléchargera alors la version standard. Si le téléchargent n'est pas possible, il vous proposera de placer le setup dans le dossier ccsetup. Taille: 2,17 Mo SHA-1: f402fb73b79cd4becaea35fb2e54d5f5424a240f CCleaner_maker_3.9.7z
-
CCleaner SFX Maker 3.7.1
How to use: Run CCleaner_Maker.cmd and the maker will download the slim installer (or Standard if Slim is not found) of CCleaner and create a silent installer with commands to install it in the language of the operating system (and an AddOn for RVMi/nLite if you want) in the output folder: Features of the installer & AddOn: - Stock installer repacked with commands to make it silent. - AddOn compatible with nLite and RVMi. - SFX compatible with WinToolkit and RVMi. - Compatible from XP to 10 32/64 bits. - Detect your language and configure CCleaner automatically. - You can choose to keep or delete Desktop Icon (see Readme). - Automatically delete all autoupdate/autostart & data sharing "features" (can be configured) If you put the file "ccleaner.reg" in the ccsetup folder, it will be run automatically by the setup. Currently it disable the check of newer version of CCleaner and disable autostart and system monitoring. You can add any tweaks you want. Because the slim installer is available a week or two after the release of a new CCleaner version, the script will first try to download Slim, then if it's not available, it will try to download Standard version instead. You can also manually download the (slim or standard) installer and put it in ccsetup folder, when the script will ask for. Size: 2.17 MB SHA-1: ee713e98c6d5f08c1a9a7a663a1bdf8ab54243cb CCleaner_maker_3.7.1.7z
-
CCleaner Slim 4.09.4471
Grosse MAJ du maker: - Un AddOn pour nLite/RVMI est créé en même temps que le SFX. - Ajout du n° de version dans le nom du SFX et de l'AddOn - Gestions des erreurs
-
[Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
This is not the usual behavior of this installer. You can try to install it at last (move it at the bottom in Win Toolkit) and see if it still asks for reboot.
-
Flash Player Plugins SFX & AddOn Maker
version 2.1: Corrected some typos.
-
Firefox SFX Maker 5.5
Oui j'en suis assez content aussi J'ai maj le maker Flash de la même manière
-
Firefox SFX Maker 5.5
Here is a batch that will download Firefox in the language & version of your choice and create custom switchless installer. Available options: Choose Firefox language Choose Firefox version or use latest (stable, beta, esr, dev, nightly) available Make Firefox the default browser Add custom profile with extensions & customizations (a sample profile is provided) Keep or delete Desktop icon Create nLite/RVMi AddOn Make x86, x64, or AIO installer. How-to use: - Extract the content of the archive in a work folder. - Run Firefox_SFX_Maker.cmd - You can skip one or more questions, see the readme file. The created SFX installers are made in the output folder. Firefox_SFX_Maker_5.5.7z SHA-1: 2bb1a9eec6a000683acb24428a7ab9b80ecb3472 Size: 10.5 MB
-
Firefox SFX Maker 5.5
Mode d'emploi: Décompresser l'archive dans un dossier et lancer le script, il va automatiquement télécharger (avec aria2) le setup de Firefox et le recompresser pour le rendre silencieux. Fonctions: Choix de la langue de Firefox Choix de la version, ou utilisation de la version la plus récente Faire de Firefox le navigateur par défaut Ajouter un profil personnalisé avec extensions et configuration (exemple fourni) Supprimer le raccourci Bureau Créer un AddOn pour nLite/RVMi Créer un SFX AiO (x86 & x64) Les fichiers sont créés dans le dossier output. Vous pouvez éditer le script pour télécharger une autre langue ou une version beta, ou encore ajouter vos propres extensions, tout est expliqué dans le fichier readme. Firefox_SFX_Maker_5.5.7z SHA-1: 2bb1a9eec6a000683acb24428a7ab9b80ecb3472 Taille: 10,5 Mo
-
Flash Player Plugins SFX & AddOn Maker
Version 2.0 of the maker: - Now you can choose between 3 batch files explicitly named. - AddOns are created with date & versions number. - You can still disable Auto Update with -ai switch,
-
Wintoolkit installer - Hide the window
malcolmx: What is your contribution to this community except asking and ranting ? All the guys here are helping and contributing FOR FREE, is it too much to ask to be courteous and respectful ?
-
Update target editions.
Bump for Lego & rick.
-
Wintoolkit installer - Hide the window
And for my suggestions Lego ?
-
[Solved] Sorry, no updates until 2014
ES File explorer is great, do you have tried ES task manager ? Since you've rooted your tablet, I recommend you Titanium Backup, Autorun Manager, DroidWall, AdAway and Greenify, they are great companions of rooted devices ! It is possible to watch TV (don't know for recording but space may be a concern) from android devices in my country (IPTV is common in France). I will never ditch my PC for an Android device, for me it is two different things.
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Tu peux aussi décider de ne repartir de zéro qu'un mois sur deux si tu fais une image tous les mois. La phase d'intégration est beaucoup plus rapide si tu travailles sur un SSD: environ 15 min pour une image x86.
-
[Solved] Sorry, no updates until 2014
Yeah, XDA is a great place for this !
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Salut thonny, - Oui tu peux, mais personnellement je préfère repartir sur une base propre. - Je conseille de le rajouter en dernier dans l'onglet silent install + SFX de Win Toolkit, mais il est possible de l'exécuter depuis n'importe quel support et à n'importe quel moment.
-
Flash Player Plugins SFX & AddOn Maker
Version 1.1 of the maker: Merged the regular and noAU versions (the maker will create 3 sfx instead of 6 before). If you run the sfx with the switch -ai, the auto-update of Flash Player will be disabled (service deleted).