SOLVED: How To Detect mounted boot.wim (path) in boot.wim ?

Discussion in 'Windows 10' started by Parsix, Jan 21, 2017.

  1. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10
    #1 Parsix, Jan 21, 2017
    Last edited by a moderator: Apr 20, 2017
    How To Detect mounted boot.wim (path) in boot.wim ?

    when load boot.wim,how to detect path of mounted boot.wim and drive letter?



    EDITE 1:
    thanks
    i found this keys in boot.wim (winpe) path of mounted boot.wim

    Code:
    HKLM\SYSTEM\ControlSet001\Control
                                                       --->SystemStartOptions
    
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    How can you mount a wim and not knowing where it's mounted?
     
  3. tnx

    tnx MDL Expert

    Sep 2, 2008
    1,695
    267
    60
    does that new nlite or what ever its called mount the .wim files in a DIR of it's choice, not your own ?

    Maybe OP is using this tool or a similar ?
     
  4. wazzock

    wazzock MDL Senior Member

    Oct 22, 2016
    337
    187
    10
    C:\Users\username\AppData\Local\Temp\NLMount01 is NTLites default mount location.

    it can be set to a custom location. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10
    #5 Parsix, Jan 21, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    i have multi folder with multi boot.wim bcd changed for load multi boot.wim after boot , i need to detect path of boot.wim this project worked but not geniue, it get wim info and mount folder as drive structure:
    Code:
    disk:  
    \00-7x86\Source
                            --\boot.wim & ... 
    \00-7x64\Source
                            --\boot.wim & ... 
    \00-10x86\Source
                            --\boot.wim & ... 
    \00-10x64\Source
                            --\boot.wim & ...
     
  6. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10
    #6 Parsix, Jan 21, 2017
    Last edited: Jan 21, 2017
    (OP)
    i write new software for install any version of windows (vista to 10)
    my app change bcd in mbr and efi and add new os
    it can boot any version
    -it add new apps to boot.wim redirect to luncher with new apps (backup tools and disk editors and file manager)
    selectable install as auto or manul
    i fix load answer file in boot.wim (src fldr) with get mounted wim info and mount specification src folder as disk drive my problem is with diffrence boot.wim for install windows (win 10 pe for windows 7)
     
  7. Parsix

    Parsix MDL Member

    Aug 19, 2014
    100
    20
    10
    #7 Parsix, Jan 21, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    thanks for all i found this keys in boot.wim (winpe) path of mounted boot.wim
    Code:
     HKLM\SYSTEM\ControlSet001\Control --->SystemStartOptions