Data.wim ACL Problem (and Imagex / Dism hidden flags)

Discussion in 'Windows 8' started by KNARZ, Dec 19, 2013.

  1. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    #1 KNARZ, Dec 19, 2013
    Last edited: Dec 19, 2013
    Yeay....

    I wasted 2 Days on Data.wim file I created as OEMFolderPath is not supported with Windows 8/8.1.
    The root contains a "\Windows" Folder and while capturing the ACL also gets saved. This results in a big problem while applying Data.wim to the Image to the System/Image/SystemDrive. - C: becomes not accessable and so on. Now I created it the Data.wim from FAT32 Partition with not problems while applying.

    Do you also know such problems? I'm using Imagex with /flags /check /compression flags.#
    How can I prevent this? Except using FAT32 (no ACL support).?

    I also noticed / found hidden commands/flags in Imagex/Dism: "NOACL" "NOTADMIN" (like the undocumented [ /flags "Edition" ] ) and "MDPAD" <--???

    "NoACL" seems to be the command what I'm locking for but unfortunatly I didn't find a way to work with it.
    "NotAdmin" is applicable with /capture but I'm not sure what it does.
    "MDPAD" no idea.
    "flags" parameter seems to be only implemented in Imagex.

    And there is a hidden DISM command I found: 'get-stagededitions' (works only with core/pro/wmc images as they contain the skus)
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,220
    84,896
    340
    #2 abbodi1406, Dec 19, 2013
    Last edited by a moderator: Apr 20, 2017
    Hidden command i found for Dism 8/8.1, not sure what for:
    Code:
    dism /image:E:\ /is-serviceable
     
  3. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    #3 KNARZ, Dec 19, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Code:
    DISM Package Manager: PID=X Processing the top level command token(is-serviceable)
     
  4. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    I'm not really sure if this is applicable here, but when i was experimenting with upgrades i noticed if the first index of the boot.wim didn't have a "/flag 9" the upgrade would fail. I set most of my boot.wims with the flag 9 just for the heck of it, and maximum compatibility, but have no real idea what it does. I just happened to notice the "one of these wims isn't quite like the other" using wim info.
     
  5. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    WIM is kind of special at all. Look at ESD and there are other Flags (not <Flags></Flags>) like <Core> and so on... Seems all proprietary and undocumented.
    years ago microsoft did a much better job in quality in my opinion. (e.g. bcdedit.exe: they show in help the same flag twice with different description, shutdown.exe the -g parameter is 'missing' therefore we have -r twice (in de-de at least)- copy pasted without changing... microsoft: quality is different.
     
  6. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #6 murphy78, Dec 20, 2013
    Last edited by a moderator: Apr 20, 2017