How to: Make a Windows 10 "1703 LTSB" ISO

Discussion in 'Windows 10' started by damianfox, Nov 19, 2015.

  1. doubtfire

    doubtfire MDL Junior Member

    May 26, 2015
    94
    8
    0
    #381 doubtfire, Dec 4, 2016
    Last edited: Dec 4, 2016
    Wait what?
    Are the OP's instructions no longer valid for the Win10 Anniversary Update?

    edit: nevermind, I misunderstood :)
     
  2. 2hot6ft2

    2hot6ft2 MDL Novice

    Nov 18, 2016
    21
    9
    0
    Thanks

    This is the part that has changed
    It's now
    4. Now go to Remove "Press number 4" then choose Remove Metro Apps "Press number 1", Now choose Remove All Metro Apps "Press number 2".

    I removed everything except (M) Home Group

    Thanks for the program and instructions.:clap:
    When I ran it on Win10_1607_SingleLang_English_x64.iso (home only) it rebuilt to 3.3GB from 3.99GB but when I ran it on Win10_1607_English_x64.iso and selected WIM # 1 Pro it wouldn't rebuild to a smaller size from 4.07Gb it would become 4.45GB. I tried several times and it just wouldn't re-compress. Just so others know in advance.

    I then ran it through NTLite to add drivers I backed up using "Double Driver" portable saving only non-MS drivers in a structured folder setup. After it re-compressed the iso it came in at a comfortable 3.69GB. YMMV.

    For quickly installing some of the more common programs (7Zip, Dropbox, Firefox, Foxit Reader, ImgBurn, etc.) I used ninite (ninite.com)

    It still had the Cortana in the setup when finishing the install which I just selected the "Not Now" option. Once finished and booted up Cortana was gone anyway.:cool:

    It took a while to make it through the 39 pages. Thanks everyone.
     
  3. vr6cer

    vr6cer MDL Novice

    Dec 6, 2016
    2
    0
    0
    Hello, I had the same experience. I tried to remove all remaining things from the latest en-us 2016 LTSB x86 N version of Windows 10, but the size got bigger. I did not added any extras to the iso, just removed things. What cause this problem? Thank you.
     
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    No problem jus an compression thingy is my guess ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,980
    1,330
    120
    You need to export the image after the apply step
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    ^^
    also user need re-build wim image;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #387 Enthousiast, Dec 7, 2016
    Last edited by a moderator: Apr 20, 2017
    You have to cleanup the dism stuff inside the wim, by exporting the index to a new install.wim (also called rebuild).

    In MSMG it's option 6 (apply) and next option 3 (Rebuild source wim images)

    To do it manually (wim>wim):
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.finished.wim" /Compress:max /checkintegrity
    
    (delete original wim and rename "install.finished.wim" back to "install.wim"

    Or (wim>esd (more compressed)):
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.esd" /Compress:recovery /checkintegrity
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    #388 endbase, Dec 7, 2016
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    agree on the install.esd. Many cases I don't know I have experienced it from the beginning I have used MSMG Toolkit ripping every thing out and in return I get an bigger iso but as I stated personally I don't care it is for an good cause ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. 2hot6ft2

    2hot6ft2 MDL Novice

    Nov 18, 2016
    21
    9
    0
    I don't know what causes it. After removing everything I wanted to I did the 6 > 1 (save changes), then 6 > 3 (rebuild) before running 7 > 1 (create iso) each time so I didn't miss any steps. In any case the extra size is by no means a deal breaker since it will still work just fine.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Probably some deletions will be pending and really be executed during install.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,980
    1,330
    120
    export/rebuild... we are saying the same thing
     
  14. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,980
    1,330
    120

    This has little to do with pending deletions.

    It's just like the outlook DB. You can delete all of your emails, it will never go down in size. You need to decompress it to recover the space.
     
  15. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    #395 wazzock, Dec 9, 2016
    Last edited by a moderator: Apr 20, 2017
    I integrated updates, choose option 6 Apply, then option 3, i get the message "Source Is Not Applied, Please Choose Apply Source From Main Menu...". Im hunting for a cleanup option, i found one yesterday but i cant find it now :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150

    6 and first option 1 then choose 3 ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    6, 1 then 3, written it down, will try it later. cheers :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    You first have to unmount/commit before you can rebuild. If there are no pending flags you also could do a resetbase to decrease the size of the wim (i always copy the wim first to be safe).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    manin menu option 6, apply. option 1 applies changes and unmounts image. there is no 3. :mad:

    oo, hang on. main menu with umounted image, stuff happens :g:

    still cant see much about cleanup. finished folder size 500mb bigger that extracted iso. :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    #400 Enthousiast, Dec 9, 2016
    Last edited by a moderator: Apr 20, 2017
    Code:
    ===============================================================================
                               MSMG ToolKit - Main Menu
    ===============================================================================
    
                                 [1]   Source
    
                                 [2]   Convert
    
                                 [3]   Integrate
    
                                 [4]   Remove
    
                                 [5]   Customize
    
                                 [6]   Apply
    
                                 [7]   Target
    
                                 [8]   Tools
    
                                 [X]   Quit
    
    ===============================================================================
    Enter Your Choice :
    Select option 6 (Apply)

    Code:
    ===============================================================================
                           MSMG ToolKit - Apply Source Menu
    ===============================================================================
    
      [1]   Apply Changes to Source WIM Images
    
      [2]   Discard Changes to Source WIM Images
    
      [3]   Re-Build Source WIM Images
    
      [X]   Go Back
    
    ===============================================================================
    
    Enter Your Choice :
    For "Cleanup" go to 8 (Tools) and select 1 (Wim Manager) and select 9 (Cleanup), it wil mount the wim and run resetbase cmd.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...