Windows Integration Guide - murphy78

Discussion in 'Windows 8' started by murphy78, Sep 5, 2013.

  1. DioNZB

    DioNZB MDL Member

    Jun 23, 2013
    238
    419
    10
    First you have to make Office Unattended (automated)
    then you put it in your $OEM$ or scripts folder and add a line in your setupcomplete.cmd ;)

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. jasoos

    jasoos MDL Junior Member

    Oct 3, 2012
    79
    5
    0
    Can you write bit more clearer?
     
  3. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    You can make automated office installs.
    There are a couple different methods.
    The main method is to run setup /admin and make the default choices.
    It will create a .msp file that goes in the \updates\ folder.

    I've done it once, so I know it works, but you could look up more precise instructions.
     
  4. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
  5. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    I integrated all updates until december 2014 with audit mode for Windows 8.1 but after installation on my laptop and pc, windows don't install correctly all drivers. With MSDN update 3 no problem. Why? What's wrong? :confused:
     
  6. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    dism /mount-wim /wimfile:c:\DVD\sources\install.wim /index:* /mountdir:c:\mount

    i want ask if that dism working for make mount all index with once ???
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    You can mount more than one index, but it has to be to different directories.
     
  8. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    hmmmm is possible can give some lines i use manually like this:

    dism /mount-wim /wimfile:c:\DVD\sources\install.wim /index:1 /mountdir:c:\mount
    dism /mount-wim /wimfile:c:\DVD\sources\install.wim /index:2 /mountdir:c:\mount1

    dism /image:c:\mount /add-package /packagepath:c:\integration\kbfiles\x86
    dism /image:c:\mount1 /add-package /packagepath:c:\integration\kbfiles\x86
    dism /image:c:\mount /add-package /packagepath:c:\integration\kbfiles\x64
    dism /image:c:\mount1 /add-package /packagepath:c:\integration\kbfiles\x64

    dism /unmount-wim /mountdir:c:\mount /commit
    dism /unmount-wim /mountdir:c:\mount1 /commit

    but take too much time :/

    is possible can give some guide for create Batch script or something for make it automatically :/? ty
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #770 murphy78, Jan 15, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    That was likely one(or the) problem.
    I also excluded the evtx event logs.
    I just stopped excluding the two log-types and now the sfc scans are coming out roses.
     
  10. jamess3973

    jamess3973 MDL Novice

    Jan 2, 2015
    6
    0
    0
    If at all possible, please continue with the Pro version of Office and 8.1, and/or 10 when it releases on a quarterly basis. :)
     
  11. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    I may do Office 2013 quarterly, but 2010 hardly ever has any updates.
    For 2010 each month is less than 50mb. That means you're downloading 2GB to get less than 50mb of updates.
    Unless you're installing on 40 machines or more, that's a huge waste of your bandwidth.
     
  12. jamess3973

    jamess3973 MDL Novice

    Jan 2, 2015
    6
    0
    0
    I keep downloading your Office Pro 2013 and 8.1 AIO (for Pro VL KMS-Activated index only) every month :p
    I only have 1 mbps (128 kbps download speed)connection, and it costs $18/month :p
    The only time I consider my bandwidth was wasted, when I had to download the FINAL AIO of 8.1 twice (v1 & v2) :D
    Just an enthusiast :p

    Thank You for taking time to release such regular update of a variety of software. :)
     
  13. ashish.k

    ashish.k MDL Senior Member

    Dec 27, 2014
    299
    134
    10
    So, I was doubting that the 0xC0000005 error was due to ESD compression and so it was. I still have those Jan2015 v1 ISOs of Windows 8.1 ProWMC and Enterprise. It still has that error on ProWMC SKU while installing. What i was wondering was that if I convert that install.esd to install.wim will it still error out? If not then I will keep that version because it was the best and cleanest version with only 2 most popular SKUs but if it still errors out then I may download v2.

    I have an idea on this waste of bandwidth thing. Just upload the changes in 'Updates' folder for 2013 and 2010 versions and let the base be Dec2014 version and just tell users to copy and replace those .msp files in \Updates directory. Then they will have a new version but this is totally upto you Sir.
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Eh, I would recommend the newer one. Sysprepped images tend to break offline defender scans.
    I'd say you could convert the esd to wim, but then it'd probably be over 4095mb and you'd run into the fat32 uefi issue.
     
  15. ashish.k

    ashish.k MDL Senior Member

    Dec 27, 2014
    299
    134
    10
    I don't need UEFI :p
    I just want to know that is there any chance that it will still error out or fail a sfc /scannow?
     
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    negative, it was the log files i excluded during sysprep captures. Scroll up a bit for details.
    These are not sysprepped indexes.
     
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,354
    2,308
    60
    Murphy78, Thanks very much for your quick response to my PM. Have now got your latest, and as previously stated - appreciate all your hard work
     
  18. ashish.k

    ashish.k MDL Senior Member

    Dec 27, 2014
    299
    134
    10
    OK Sir, so I guess that if I convert those .esd files of the x86 and x64 versions of Jan2015 v1 to .wim they will not give 0xC0000005 error while installing and of course won't fail a sfc /scannow and do just fine. Is that it?
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Correct, you can convert them using the abbodi1406 script from his sig.