abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. sota105

    sota105 MDL Junior Member

    Sep 12, 2016
    56
    202
    0
    There is no update_esd_cryptokey_data.cmd file in esd-decrypter-wimlib-50.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  3. pepsilight

    pepsilight MDL Novice

    Sep 8, 2019
    3
    0
    0
    I would like to install office 2019 via a %OEMS% folder during the Windows setup with YAOCTRI, how does the setupcomplete.cmd look like and where do * ini, installer cmd file come from, which I created with YAOCTRI
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    assuming you created ini file with auto install option
    put YAOCTRI_Installer.cmd and ini file next to Office folder

    then call it from setupcomplete.cmd
    Code:
    call path_to\YAOCTRI_Installer.cmd
     
  5. mb_force

    mb_force MDL Junior Member

    Mar 24, 2017
    75
    12
    0
    Hi abbodi406

    its possible YAOCTRU for monthly office 365

    Thanks in advanced
     
  6. pepsilight

    pepsilight MDL Novice

    Sep 8, 2019
    3
    0
    0
    it may be that I still have to change the path in the ini file, because there is still my mount path "E:" create from inside?

    Code:
    [configuration]
    SourcePath="E:"
    Type=DVD
    Version=16.0.11929.20300
    Architecture=x64
     
  7. pepsilight

    pepsilight MDL Novice

    Sep 8, 2019
    3
    0
    0
    Works 1a, I had confused the files o_O
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  11. stee386

    stee386 MDL Novice

    Oct 8, 2019
    1
    2
    0
    Just wanted to say thank you.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    WHD-W81UI 5.1

    Support for new servicing stack update KB4521864
     
  13. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    It seems that when you run W10UI and if there are spaces in the script path, CDIMAGE fails to create the iso. I went to the readme but didn't find a restriction concerning the script path.
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    Code:
    if exist "!oscdimgroot!" (set _ff="%oscdimgroot%") else if exist "!_workdir!\oscdimg.exe" (set _ff="!_workdir!\oscdimg.exe") else (set _ff="!_workdir!\cdimage.exe")
    %_ff% -m -o -u2 -udfver102 -bootdata:2#p0,e,b"%target%\boot\etfsboot.com"#pEF,e,b"%target%\efi\microsoft\boot\efisys.bin" -l"%isover%" "%target%" "!isodir!\%isofile%"
    all paths are quoted :g:
     
  15. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    After further investigation it appears that cdimage fails when the target folder contains characters with accent (é, è, ...).
     
  16. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Yes I have this problem with oscdimg too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    @abbodi1406

    I just noticed using your W10MUI, that I get an error when adding the zh-TW language file. See below for the error.

    Code:
    ============================================================
    Mount boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add Font Support: zh-TW
    ============================================================
    
    Access is denied.
    Access is denied.
    Access is denied.
    The operation completed successfully.
    
    ============================================================
    Unmount boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : C:\W10MUI_12\_DVD\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mount boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add language files to boot.wim - index 2
    ============================================================
    
    es-ES
    fr-FR
    it-IT
    ja-JP
    zh-TW
    
    ============================================================
    Add Font Support: zh-TW
    ============================================================
    
    Access is denied.
    Access is denied.
    Access is denied.
    The operation completed successfully.
    
    ============================================================
    Unmount boot.wim - index 2/2
    ============================================================
    
    Is this common when using the ah-TW language file?
    Thank you....
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,319
    340
    W10UI v7.4

    - Detect and skip WinPE only updates for install.wim