Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. costastou

    costastou MDL Junior Member

    Sep 7, 2014
    55
    15
    0
    its an example. I have take the feature list from online system if you take the featurelist from offline mounted image the intergraded updates are shown state : pending
     
  2. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #722 TeamOS, Aug 6, 2015
    Last edited: Aug 6, 2015
    its better find one solution and make one like $OEM$ Folder and Run the update with silent installation...xD

    /quiet /norestart
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    I asked just to be sure ;)
     
  4. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
    hello sir,
    i need cab Or msu files Installer offline like:
    Microsoft .NET Framework 3.5 Offline Installer.exe
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    I don't know why you should use the OEM option to integrate updates if dism or /audit /sysprep will do the trick? And that's not so timeconsuming as via setupcomlete.cmd.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    #726 Enthousiast, Aug 6, 2015
    Last edited by a moderator: Apr 20, 2017
    Take a look in the iso:\sources\sxs\ folder and you can offline enable it with this command:

    Code:
    DISM /Image:X:\Mount /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:Y:\sources\sxs\
    X= mounted wim folder
    Y= Mounted Win ISO/DVD
     
  7. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    cauze this like murphy78 says the resetbase dosn't works ..so what else you can do use sysprep?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Integrated offline sets install pending but when windows is installed it will get status installed also (and yes i usually sysprep all indexes).

    Via setupcomplete it will take much more install time for the enduser.
     
  9. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
    #729 akhmedtaia, Aug 6, 2015
    Last edited by a moderator: Apr 20, 2017
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    #730 Enthousiast, Aug 6, 2015
    Last edited: Aug 6, 2015
    Did you look? What is in the mentioned folder?

    You don't need an exe if you offline (it also works online) integrate/enable the netfx 3.x feature. Just trying to help you with my limited (but working) knowledge...
     
  11. symb

    symb MDL Junior Member

    Mar 18, 2015
    88
    102
    0
    #731 symb, Aug 6, 2015
    Last edited by a moderator: May 23, 2017
  12. ALX

    ALX MDL Novice

    Nov 5, 2008
    12
    27
    0
    X:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab
    Replace X: with your drive letter for Windows 10 installation media (iso)
     
  13. akhmedtaia

    akhmedtaia MDL Addicted

    Nov 2, 2013
    518
    138
    30
    look
    i need installer for hotfixes as Windows10.0-KB3074683-x64 , so i cant put hotfix "Windows10.0-KB3074683-x64" in iso , maybe when i integrate windows 10 Iso ,
    but no i wanna installer for netf3.5
    not for install netframe 3.5 ,
    Thanx for ur attention ,
    Thanx all, have a nice time
    i look for **** in another places, sites ,
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    That's what i already mentioned.

    He is searching for a program that does it all.

    Wintoolkit, whdownloader (it does more dan downloading updates ;)) etcetc

    But again, why using a tool (or the online dism commandline for it) to online integrate updates which msupdate already could install for you?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Oke, than you don't want abbodi's ,net installers i wanted to search for you?

    Succes :)
     
  16. bay12

    bay12 MDL Junior Member

    Nov 30, 2014
    84
    13
    0
    Can you post the size the new install.wim (sysprepped and generalized) with the original install.wim file?
     
  17. costastou

    costastou MDL Junior Member

    Sep 7, 2014
    55
    15
    0
    #739 costastou, Aug 6, 2015
    Last edited: Aug 6, 2015
    like enthousiast said setupcomplete.cmd its time consouming especialy if at some time late you need to ad to oem folder a lot of updates. intergrade using dism every update. later if some updates become superseded uninstall them the way I show you and install the new ones. resetbase may not be applicable offline. but once you install your intergraded image and access desktop you will have the updates you intergrade to this image and you can use the resetbase. the resetbase option is not usable in offline image after intergration because of pending.xml in your winsxs folder. the same scenario happen after you install update online. if the update needed to restart your pc to finish the installation of the update before restart youcant use resetbase not even the startcomponentcleanup because of the pending xml
     
  18. costastou

    costastou MDL Junior Member

    Sep 7, 2014
    55
    15
    0
    #740 costastou, Aug 6, 2015
    Last edited by a moderator: Apr 20, 2017
    that's what I do to enable net3.5 by default too