OEM Recovery Partition Creator for Windows

Discussion in 'MDL Projects and Applications' started by AnarethoS, Sep 11, 2010.

  1. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150
    uhm yes there are seeders.
     
  2. Dirk2512

    Dirk2512 MDL Junior Member

    Jan 6, 2011
    60
    3
    0
    what file need translaing so i can do that
     
  3. neps4u

    neps4u MDL Novice

    Apr 21, 2010
    40
    13
    0
    no seeder stuck on 72 %
    pls help
     
  4. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150
    I could download it so can you as long as your port is open.. check again.
     
  5. neps4u

    neps4u MDL Novice

    Apr 21, 2010
    40
    13
    0
    allready tried.... no luck...........no seeder
    all other download working perfectly......
     
  6. Dirk2512

    Dirk2512 MDL Junior Member

    Jan 6, 2011
    60
    3
    0
    im seeding have been for 48hrs, check port on router and pos turn off router and turn on after 30s. or your provider has capped you!!!!!
     
  7. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,563
    3,848
    120
    #1167 FreeStyler, Jun 9, 2011
    Last edited by a moderator: Apr 20, 2017
    @AnarethoS

    An idea to be able to make multi-language capture.au3 & apply.au3
    While selecting language or defining default language write an additional entry to settings.ini, for example: ChoosenLanguage

    in capture.au3 & apply.au3 you then read this info like this:

    Code:
    $DefaultLanguage=IniRead("settings.ini","settings","DefaultLanguage",-1)
    if $DefaultLanguage = -1 then
    $ChoosenLanguage=IniRead("settings.ini","settings","ChoosenLanguage",-1)
    Else
    $ChoosenLanguage = $DefaultLanguage
    endif
    
    $CaptureTitle=IniRead("settings.ini",$ChoosenLanguage,"CaptureTitle","")
    $CaptureDescription=IniRead("settings.ini",$ChoosenLanguage,"CaptureDescription","")
    $CaptureProgress=IniRead("settings.ini",$ChoosenLanguage,"CaptureProgress","")
     
  8. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    I restarted re-seeding for the night. Will stop tomorrow morning (gmt -5 at 7am)

    For the capture/apply, I will check what I can do.
    This will require adding the missing strings for all language (I may make it switch back to English if string is missing).

    Will do this somewhere in the summer, vacation time :)

    Btw, I am going in vacation next week,
    - No electricity
    - No internet
    - No phone
    - No cell-phone
    - Not even AM/FM radio

    So I won't be able to help :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150
    Love that s**t, back to stone age :D
     
  10. neps4u

    neps4u MDL Novice

    Apr 21, 2010
    40
    13
    0
    Completed today morning... thanx all of u
    now seeding untill 1:10 ratio
     
  11. Dirk2512

    Dirk2512 MDL Junior Member

    Jan 6, 2011
    60
    3
    0
    Thanks @AnarethoS for all your hard wrk and help have a great holiday.
     
  12. Dirk2512

    Dirk2512 MDL Junior Member

    Jan 6, 2011
    60
    3
    0
    im trying to mount a one of @AnarethoS Custom wims files and getting error after error, can someone give me any tips....

    or third party software that will allow me to do it with read and write....

    And also if i can edit it on a mac/linux machine if easier

    :)
     
  13. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    If your are trying to mount a SWM file, it won works!
    You ahve to export them back to WIM format first using IMAGEX with the /EXPORT option and the /REF (to specify all SWM file) also.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Dirk2512

    Dirk2512 MDL Junior Member

    Jan 6, 2011
    60
    3
    0
    thanks @anarethos figured out it out in the end.
     
  15. neps4u

    neps4u MDL Novice

    Apr 21, 2010
    40
    13
    0
    @ anarethos
    working gr8 all stuff work perfectly....
    this is open source right !! then how can i get source code ??? can u give me idea or link to source code.
    When computer boot in recovery mode ( it's actually winre ) its load only main menu nothing then that.. i'm also wanna same thing how can u do that can u explain ..
    thanx in advance
     
  16. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    Well... the code for the menu are in the AU3 files in the SOURCES folder of the INSTALLER folder. You need to recompile using AUTOIT in both 32bits and 64bits format.

    The GUI is just a frontend for launching CMD files. They are at many place. Just edit all of them if required.

    The gui is launched by WinRE using the WINPESHL.INI, like this :
    [LaunchApp]
    AppPath=X:\Recovery\Recovery.exe

    The WINPE letter is always X.

    Goot luck!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Please help!

    The tool Diskpart I unlocked the hidden partition (R).

    I used the commands:
    1. Select disk 0
    2. Select partition 1
    3. Assign letter R
    4. Exit

    Which in the Diskpart command-u back the same partition key that is not visible.
    Thank you!
     
  18. neps4u

    neps4u MDL Novice

    Apr 21, 2010
    40
    13
    0
    Again go to disk part
    1. select disk 0
    2. select partition 1
    3. assign letter R
    4. set id=27
    5. exit
    restart your computer

    Not sure but may be help
     
  19. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,563
    3,848
    120
    Isn't it the otherway around?
    I believe to make it visible you need to use 'set id=07'

    [edit] nevermind.... didn't read good, you are absolutly right
     
  20. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,587
    60
    #1180 AnarethoS, Jun 23, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    You can also do the following

    Code:
    SELECT DISK 0
    SELECT PARTITION 1
    SET ID=27
    REMOVE
    
    No need to reboot then :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...