Jump to content

mooms

Member
  • Posts

    306
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by mooms

  1. The setup is bigger because it is now shipped with 64 bit executable also.
  2. Simplier explanation: 1) First, you need 7zip split http://www.mediafire.com/?f4wgdqrdnij and 7zip, google if you don't have it already. 2) make your installer (*.exe) with snmsynth as usual 3) With 7zip split select your installer and "extract" the three files (check all) 4) Extract in a subfolder the *.7z file obtained, then go to the DNF11 folder and copy NDP1.1sp1-KB2416447-X86.MSP in this folder. 5) In this folder, run this command: msiexec /p NDP1.1sp1-KB2416447-X86.msp /a netfx.msi /qb this will install the update. If you don't know how to run this command, make a txt file in the current folder with this command, save it, then rename it to .bat and run it 6) Now delete NDP1.1sp1-KB2416447-X86.MSP and eventually the bat file 7) Select all files in the folder and make a 7zip archive with 7zip (choose ultra compression) 8) Move the *.7z archive just created in the folder where you have the *.sfx and *.txt file (you can overwrite/delete the older *.7z archive, it isn't needed anymore) 9) Final step: combine the three files with this command: (open a command prompt or make a bat file like before) copy /b 7zsd.sfx + Config.txt + archive.7z installer.exe Of course you have to rename the files according to yours. That's it, you have an up to date .net installer ready to be used. If you want to make an addon just replace old executable in the svcpack folder by the new one (it must have the same name) you just made.
  3. No changes, it's the slim version of the installer. http://www.piriform.com/ccleaner/builds
  4. Ok, thanks SunLion, i have not figured out that you have to execute it this way ! I have made it, no error message, the integration is succesfull; but once recompressed (7zip ultra) the installer is 4 Mb larger than usually....(46mb vs 50 mb now) Any chance to modify the hotfix so it can be processed by SNMsynth ?
  5. Hello user_hidden This command dosen't work for me. I have also tried msiexec /p NDP1.1sp1-KB2416447-X86.msp /a netfx.msi /qb dosen't work either.... If someone would share his working NDP1.1sp1-KB2416447-X86.exe made with iexpress i will be glad !
  6. Thanks for the info -X- NDP1.1sp1-KB2416447-X86 is not a regular update and can't be integrated with snmsynth. I have tried to process the msp with the method described in the pdf in the previous page and i have an error message in snmsynth when it tries to process it. If someone has succeded to integrate it please share your method ! Maybe some file are needed dw20shared.msi (DW 2.0 Client, maybe Dr Watson ?) seems to be also bundled with windows live products, i think it can be safely skipped as odds are high that we've already have it. filehashfixup seems to be used to fix some hash obviously, but the data file is empty. Mysterious. NDP35SP1-KB2416473-x86 is a regular update so if you don't install .net 1.1 you can update your 3.5sp1 custom installer with it. I have not checked the others updates.
  7. I understand it is a lot of work this alone would be greatly appreciated. Also, most of the files are already updated (XPS, MSXML, VC8/9, WIC) by other addons and update pack. Updates listed in ARP is not a big concern. what is the benefice of this ?
  8. YumeYao: I know you're already made excellent addons and guide to make our own addon/silent installers and strel seems busy with irl, so why not making your own silent dotnet maker (or updating strel's script) with support of new updates and eventually .net 4.0 ?
  9. I have already figured that, but why my installers are always around 100kb bigger than the previous with these 4 superseded updates ? Not logical ins't it ?
  10. Disable auto updates service then enable it and do an update once per month; like the second tesday for example
  11. Thanks Kurt I have suppressed these 4 hotfixes: NDP1.1sp1-KB953297-X86 NDP20SP2-KB974417-x86 NDP20SP2-KB976569-x86 NDP30SP2-KB976570-x86 and rebuilded the addons, the size is the same (a few kb larger, dunno why ....), no complaints on MU
  12. could you tell me wich are superseded ? Anyway, my addons works well as they are, try them !
  13. you are missing some updates, this is what you should have to be up to date: (some are maybe superseded) You could find my french .net addons made with snmsynth here: http://www.forum-unattend.fr/phpBB3/viewtopic.php?f=27&t=15
  14. have made a new AiO build with these updates added: * NDP1.1sp1-KB979906-X86 * NDP20SP2-KB979909-x86 * NDP20SP2-KB982167-x86 * NDP30SP2-KB982168-x86 One warning at compilation for KB982168 but seems to works fine.
  15. thre is also KB92168: http://www.microsoft.com/downloads/details.aspx?familyid=4C2F99F6-53B9-454D-BB47-D1A1FCD58F66&displaylang=en don't know if they work with snmsynth, gonna test
  16. Why not making a try ? remove anything except maybe IE core and Directx, and voila !
  17. Don't add updates with nLite! instead, use an update pack: (you usually can integrate it with nLite, if not use rvmi) it will "slipstream" (or integrate) the updated files instead of adding each KB to the svcpack folder: install is cleaner, faster and your source file is smaller!
  18. [i have found a reproduceable bug in snmsynth: if we integrate WindowsXP-KB971276-v3-x86-ENU.exe tu update XPS drivers , the file unidrv.hlp is corrupted(verified in the sfx archive) : it size is only 3bytes.
×
×
  • Create New...