Everything posted by mooms
-
AVIRA Free Antivirus FR v14.0.2.286
MAJ v14.0.1.749
-
Update Catalog
Mine contains updates requested by Windows Update, no less no more. I don't know exactly the differences with steven4554' UL, but last time I checked (it was some months ago) it contained some updates that are not in my packs and vice-versa. I know these UL does not offer WUA update for example.
- [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64
- Update Catalog
-
Firefox 26.0 Fr & extensions
Ajout d'un maker pour Firefox.
-
UltraISO SFX & AddOn Maker
Updated to 9.6.0.3000 Changelog:
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Il doit bien y avoir une couille quelque part puisque ça marche chez les autres.
-
WinRAR SFX Maker 3.4
You can, you just have to let it only until first login. If you don't want that, you can use the $oem$ folder.
-
WinRAR SFX Maker 3.4
Which reboot ? Do you have launched the SFX with -ai switch on a live system from a CD ? Again, with this method WinRAR is installed at RunOnceEx (right after the first login in case of an integration), and obviously the source must be present until that.
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Poste en pièce jointe ta dernière session pour voir
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Alpha_95: est-ce que tu intègre bien IE11 en dernier ?
-
[AddOns SvcPack] Firefox 26.0 Fr & extensions
maj http://www.mozilla.org/en-US/firefox/25.0.1/releasenotes/
-
Firefox 26.0 Fr & extensions
maj http://www.mozilla.org/en-US/firefox/25.0.1/releasenotes/
-
WinRAR SFX Maker 3.4
Thanks for testing. The AddOn contain the SFX with ai switch to run it at RunOnceEx. You can launch the SFX with -ai switch on a live system and you'll see it will be run on next reboot. So, if you want to make your own AddOn, simply add the switch after the name of the sfx like in the AddOn created by the maker.
-
WinRAR SFX Maker 3.4
On which OS are you integrating it ? If you've created a svcpack addon for XP (this kind of addon generally runs at T-13 stage of the install), it is because the first user was not yet created when the sfx was executed so the themes couldn't be copied. Themes are extracted in %APPDATA%\WinRAR\Themes\ variable %APPDATA% is used here because it is user specific, so the sfx must be executed after user login. Edit: I've made a new version: the maker will now also create a svcpack AddOn that is executed at RunOnceEx, thanks to these lines: AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WinRAR /ve /d \"WinRAR\" /f"AutoInstall="hidcon:reg add HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\WinRAR /v Install /d \"%%S\\%%M\" /f"Please try it and report if it works as intended: WinRAR_SFX_Maker-v2.3.zip edit: link removed, version is deprecated.
-
icare [10 Jan 2015] UpdatePack et Tweaks
Update pack testé en virtuel, tout est OK. Merci!
-
[Howto] Integrate IE11 with Win Toolkit ?
I've just seen your post. I would have liked to see it before, it would have saved me from making the same mistake than Thiersee... I've added KB2830477 & KB2857650 in the RunOnce pack Because KB2574819-v2 is a prerequisite for these two and KB2592687, I prefer to keep it integrated. I think the issues your mentioned are caused by something else. KB2592687 is still proposed as as optional update so I let it in the RunOnce pack. Thank you for the infos.
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Update Packs de Novembre en ligne. Changelog: Si personne n'y voit d'inconvénients je supprimerai les packs IE10 dès le mois prochain vu que IE11 est déjà proposé sur Windows Update.
-
WinRAR SFX Maker 3.4
I see, thanks.
-
WinRAR SFX Maker 3.4
Interesting, even on the Russian thread the latest beta is still 1.6.0.2712, where do you have found this version?
-
WinRAR SFX Maker 3.4
alfreire: Which version of the 7zip sfx module do you use ? I use version 1.5.0.2712 (latest 32bits stable version) This: SetEnvironment="Path=%programfiles%\\WinRAR"RunProgram="hidcon:cmd /c copy rarreg.key %Path% /y"Don't work for me. (Key is not copied, tested on Win7 x86 & x64) This SetEnvironment="Path=\"%ProgramFiles%\\WinRAR\\\""RunProgram="hidcon:cmd /c copy rarreg.key %Path% /y"Works on x86 but key is not copied on x64. But even if it had worked, I think it would have copied the rarreg.key in Program Files (x86) in 64 bits Windows, because we use 32 bits sfx module. This: RunProgram="x86:hidcon:cmd /c copy rarreg.key \"%ProgramFiles%\\WinRAR\\\" /y"RunProgram="x64:hidcon:cmd /c copy rarreg.key \"%ProgramW6432%\\WinRAR\\\" /y"Works 100% of the time. (tested on XP, win7 x86 & x64) :beerchug:
-
WinRAR SFX Maker 3.4
Indeed, we can use %%P to simplify the config file, good finding! About your config file: - You should add \" around appdata and ProgramFiles & ProgramW6432 because the full paths contains spaces) - No need to use xcopy to copy rarreg.key, this is what I use: RunProgram="x86:hidcon:cmd /c copy rarreg.key \"%ProgramFiles%\\WinRAR\\\" /y"RunProgram="x64:hidcon:cmd /c copy rarreg.key \"%ProgramW6432%\\WinRAR\\\" /y"- You can eliminate some switches from your xcopy command to copy themes: RunProgram="hidcon:xcopy Temas \"%APPDATA%\" /s /i /y"Should be enough. Note that %%T isn't needed
-
WinRAR SFX Maker 3.4
Version 2.2: Il est maintenant possible d'inclure un fichier reg pour personnaliser les préférences.
-
WinRAR SFX Maker 3.4
You're welcome alfreire. ____________ V2.2 of the maker: added the possibility to import a reg file with customs prefs (thanks to alfreire for the idea).
-
WinRAR SFX Maker 3.4
That's already done by the original installer if you don't extract it (or if you recreate it like Onepiece explained). In your install scenario the uninstall.exe /clean command should be run before copying WinRAR folder in the program files (you can run it from the temp sfx folder).