Any current Slipstream Guide

Discussion in 'Windows 7' started by beserk1, Apr 19, 2014.

  1. beserk1

    beserk1 MDL Novice

    Apr 19, 2014
    4
    0
    0
    Hi,

    I am trying to slipstream updates to my window 7 installation usb.

    Searched couple thread and looked at couple alternatives.

    Can anyone suggest a easy to use and a current guide that can let me slipstream updates to my win7 usb?


    Thank you.
     
  2. beserk1

    beserk1 MDL Novice

    Apr 19, 2014
    4
    0
    0
    cool, I was either going with that or RTSe7enLite just don't know which I should go for.
     
  3. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    #4 coleoptere2007, Apr 19, 2014
    Last edited: Apr 19, 2014
    WHD is the best. Tested and approved :spoton:
     
  4. oldsh_t

    oldsh_t MDL Expert

    Dec 23, 2009
    1,081
    532
    60
    Be advised here that RTSe7enLite is no longer supported by it's maker!!
     
  5. beserk1

    beserk1 MDL Novice

    Apr 19, 2014
    4
    0
    0
    is there a guide somewhere?

    too much option to choose.
     
  6. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #8 Mr Jinje, Apr 19, 2014
    Last edited by a moderator: Apr 20, 2017
    Who needs an app ? Just put install.wim and this script in a folder, then your.msu updates go in a sub-folder named 'x64' or whatever, you'll either figure it out or you won't.

    Monthly.cmd

    Code:
    REM This is gonna take a while.  
    PAUSE
    
    MD %~dp0MOUNT
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:3 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    REM Check for errors before closing.
    PAUSE
     
  7. leebo_28

    leebo_28 MDL Senior Member

    Jun 12, 2011
    465
    172
    10
    #9 leebo_28, Apr 19, 2014
    Last edited by a moderator: Apr 20, 2017
    OP asked for an easy to use option...your going hard core!
     
  8. runquick

    runquick MDL Novice

    Apr 19, 2014
    4
    0
    0
    Hey beserk1,

    I just download "Windows Hotfix Downloader" and stared messing around with. I figured I'd hit you up and see how your doing with yours?
     
  9. beserk1

    beserk1 MDL Novice

    Apr 19, 2014
    4
    0
    0
    I played around with it, I just want to get one working for sure before I take it for a spin.

    I do not have an extra computer to test it, and VM is too hardware demanding for me to run
     
  10. runquick

    runquick MDL Novice

    Apr 19, 2014
    4
    0
    0
    I hear ya. I am working with a VM right now.

    WHD (Windows Hotfix Downloader) seems like it has what I need just can't seem to make it do what I want. I have a ISO that I want to find what updates it needs then add those updates so I can make another usb installer. I'm guessing thats about the same thing your trying to do?

    I also see Win Toolkit v1.4.37.20 as a option but i would like to get WHD working
     
  11. runquick

    runquick MDL Novice

    Apr 19, 2014
    4
    0
    0
    bserk1,

    Well first try failed. I thought I added updates but after a fresh install of the iso all the updates where still needed. anything on your need?