Everything posted by mooms
-
[AddOn Svcpack] CCleaner Slim 4.09.4471
- Remplacer Windows Update par Microsoft Update
Il suffit de créer un fichier *.vbs avec ce contenu: Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager")ServiceManager.ClientApplicationID = "My App"'add the Microsoft Update Service, GUIDSet NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")Voici un zip contenant le fichier vbs et un exécutable sfx pour pouvoir l'ajouter avec WinToolkit: Microsoft Update.zip- Adding Microsoft Update and disabling System Restore
Thank you Etz, I've made a sfx for the fun and it works: MU.zip System restore can be disabled with Autounattend.xml : (here example for AiO x86/x64) <settings pass="specialize"> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> </settings> If someone found a way to not not show the "send to recycle bin" confirmation when you hit the "supp" key it will be great.- WinRAR SFX Maker 3.4
Voici un script pour créer un installateur silencieux de WinRAR en 32 et/ou 64 bits. Il nécessite que 7-Zip soit installé pour fonctionner. Vous pouvez ajouter votre licence et les thèmes de votre choix. Mode d'emploi: - Télécharger et extraire cette archive dans le dossier de votre choix: WinRAR_SFX_Maker_3.4.7z SHA-1: 1EDCDD7AF14DBC8E034B10B9F68BEF2E94B09B60 Taille: 181 ko Mot de passe: mooms - Télécharger une copie du setup de WinRAR dans la langue de votre choix: https://www.rarlab.com/download.htm Vous pouvez télécharger les deux versions x86 & x64 pour faire un installateur universel qui installera la version correspondant à l'architecture sur laquelle il est exécuté. - Placer le ou les installateur(s) que vous venez de télécharger dans le dossier setup ( ne pas renommer le ou les installateurs ) - Optionnel: Placer votre fichier de licence WinRAR (rarreg.key) dans le dossier setup - Optionnel: Si vous voulez ajouter un ou plusieurs thèmes, placez chacun d'eux dans le dossier themes puis copiez le dossier themes dans le dossier setup. Ne pas extraire les thèmes, le script s'en charge. Les thèmes peuvent être téléchargés ici: https://www.rarlab.com/themes.htm - Optionnel: Si vous souhaitez personnaliser l'installation de WinRAR (par exemple activer un thème par défaut), éditer le fichier rar.reg et le placer dans le dossier setup. - Optionnel: Si vous souhaitez créer un AddOn pour RVMi/nLite, éditez le script et changer la valeur "set addon=1" Note: à partir de la version 6.10, WinRAR n'est plus compatible avec Windows XP. - Exécuter WinRAR_SFX_Maker.cmd Le SFX et l'AddOn sont créés dans le dossier output. Aussi longtemps que la routine d'installation de WinRAR ne change pas, ce maker fonctionnera, donc conservez-le dans un coin de votre disque.- Unattended problem
- WinRAR SFX Maker 3.4
@OnePiece: 7zsd.sfx is UPXed so it weighs only 54 KB. I have compared the 32bits French installer : even with the module + config the resulting file is about 100 KB smaller than the original Winrar installer. @ianymaty: if you have replaced the icons in the provided 7zsd.sfx I think it failed because it is UPXed. You should have made the changes in an original (uncompressed) 7zsd module then compressed it with UPX eventually. Made a new version of the maker with the two modifications suggested by ianymaty: the possibility to add themes and patched 7zsd.sfx with original Winrar installer icon. (tested in VirusTotal: no false positive).- WinRAR SFX Maker 3.4
Interesting, but 7zip modified module bring another advantages like better compression, the possibility to make dual arch installer, multiple install scenario, etc....- WinRAR SFX Maker 3.4
I prefer to keep the original icon, less risk for false positives with antivirus (7zsd used is UPX'ed) and it's a 7zip sfx archive after all. Why not sharing the one you've made ? You can attach the file in your post.- WinRAR SFX Maker 3.4
Hi ianymaty, I never used themes, but after a quick look I can see they are installed in %APPDATA%\WinRAR\Themes\theme_name\ so in 7zip config file we should add this line: RunProgram="hidcon:cmd /c xcopy Themes \"%APPDATA%\\WinRAR\\Themes\" /s /i /y"and add theme(s) decompressed in \binary\Themes\theme_folder I have added a step by step guide to add themes in the first post.- WinRAR SFX Maker 3.4
That never worked for me. Tried once more time, deleted these two lines: RunProgram="x86:hidcon:cmd /c copy rarreg.key \"%ProgramFiles%\\WinRAR\\\" /y" RunProgram="x64:hidcon:cmd /c copy rarreg.key \"%ProgramW6432%\\WinRAR\\\" /y" and ran the maker: Winrar is unregistered.- WinRAR SFX Maker 3.4
With this maker you can create switchless installers (and RVMi/nLite AddOn), with your own license file, in the language of your choice, and with themes & others customization. Tutorial: - Download and extract this archive: WinRAR_SFX_Maker_3.4.7z SHA-1: 1EDCDD7AF14DBC8E034B10B9F68BEF2E94B09B60 Size: 181 KB Password: mooms - Download a copy of the WinRAR installer(s) in your language: https://www.rarlab.com/download.htm You can grab both x86 & x64 versions to make an universal installer, the sfx will take care to install the correct version. - Place the installer(s) in the setup folder. (keep the original names) - Optional: put a valid WinRAR license file (rarreg.key) in the setup folder - Optional: put the theme(s) you want to add in the themes folder, then copy the themes folder in the setup folder. Do not extract or rename the themes. Themes can be downloaded here: https://www.rarlab.com/themes.htm - Optional: If you want to add custom prefs to your WinRAR install (like enabling a theme you have added), you can edit the file rar.reg accordingly and place it in the setup folder. - Optional: If you want to create an AddOn for RVMi/nLite, edit the script and change the value to "set addon=1" Note that starting with version 6.10, WinRAR is not compatible anymore with Windows XP. - Run WinRAR_SFX_Maker.cmd The switchless installer and AddOn are created in the output folder. 7-zip must be installed. As long as the WinRAR installer routine is not modified this maker will work, so keep it, it will be useful again when WinRAR will be updated. (Read this thread for an in depth explanation of the capability of this maker)- .NET 4.0 et 4.6.x: ajouter le langpack Fr aux installateurs de ricktendo
Donc c'était bien ça, le language pack n'était pas présent dans le dossier lorsque tu as lancé DOTNET451.cmd ? Lorsque tu ouvres dotNetFx451_Fr.exe tu dois avoir ceci:- .NET 4.0 et 4.6.x: ajouter le langpack Fr aux installateurs de ricktendo
Est-ce que netfx_fulllp_ldr_x64.msi est présent dans le fichier dotNetFx451_Fr.exe ? (tu peux l'ouvrir avec Winrar ou 7zip) J'ai modifié les scripts pour qu'ils affichent un message si un des fichiers est introuvable, ça évitera de créer un installateur sans les langpacks.- .NET 4.0 et 4.6.x: ajouter le langpack Fr aux installateurs de ricktendo
MAJ du premier post avec une nouvelle archive pour .Net 4.5.1 qui remplace .Net 4.5- [AddOns] dotNET Frameworks (02-2014)
Hello, Pas rencontré ce problème sur mes tests en MV.- [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Yes I'm aware of that, but if 4.5 is installed, I suppose 4.5.1 will be proposed.- [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Even if 4.5 is installed ? OK for the repack.- icare [10 Jan 2015] UpdatePack et Tweaks
Merci pour l'explication, et bravo pour ta sagacité !- icare [10 Jan 2015] UpdatePack et Tweaks
J'utilise VirtualBox 4.2.18 r88780 avec Windows 7x64 en machine hôte. Ça vient peut-être de nLIte ou des driverpacks, pour mémoire je fais mes intégrations en trois passes: RVMi->nLite->DriverPacksBase. Ce quii est étonnant c'est qu'aucun de ces logiciels n'a été maj récemment, je conserve exprès nLite en v1.4.9.1 pour justement éviter les bugs éventuels des nouvelles versions. Idem pour VirtualBox: j'ai essayé la v4.3 mais un bel écran bleu sur la machine invitée m'a vite fait revenir à la v4.2.18 Je ferais d'autres essais plus tard, je vous tiendrais au courant.- [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
Hi rick, thanks for the updated installer, any idea when it will be pushed on Windows Update ? Also, if I want to keep only French LP, it is OK to delete all netfx_FullLP*.msi and locale folders in system and system64 except French ones (and editing the sfx config of course) ? Or maybe it is better to add the French files in the En-US installer ?- icare [10 Jan 2015] UpdatePack et Tweaks
L'iso source est la même depuis toujours: XP Pro VL de MSDN, mais j'ai quand même vérifié: Il sont bien sur l'iso source, l'iso maj et dans txtsetup.sif.- icare [10 Jan 2015] UpdatePack et Tweaks
Oui ils y sont.- icare [10 Jan 2015] UpdatePack et Tweaks
Voilà les résultats après une réinstallation: usbccgp.sys manquant usbd.sys 5.1.2600.6437 usbport.sys 5.1.2600.6437 usbehci.sys manquant- icare [10 Jan 2015] UpdatePack et Tweaks
Hello icare, après test en MV du dernier update pack, j'ai KB2862330 qui m'est demandé sur MU.- [AddOns] dotNET Frameworks (02-2014)
Merci jaynbe. - Remplacer Windows Update par Microsoft Update