abbodi1406's Batch Scripts Repo

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

  1. sota105

    sota105 MDL Novice

    Joined:
    Sep 12, 2016
    Messages:
    28
    Likes Received:
    83
    Trophy Points:
    0
    There is no update_esd_cryptokey_data.cmd file in esd-decrypter-wimlib-50.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  3. pepsilight

    pepsilight MDL Novice

    Joined:
    Sep 8, 2019
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Mar 24, 2017
    Messages:
    72
    Likes Received:
    12
    Trophy Points:
    0
    Hi abbodi406

    its possible YAOCTRU for monthly office 365

    Thanks in advanced
     
  6. pepsilight

    pepsilight MDL Novice

    Joined:
    Sep 8, 2019
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Sep 8, 2019
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Works 1a, I had confused the files o_O
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  11. stee386

    stee386 MDL Novice

    Joined:
    Oct 8, 2019
    Messages:
    1
    Likes Received:
    2
    Trophy Points:
    0
    Just wanted to say thank you.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    WHD-W81UI 5.1

    Support for new servicing stack update KB4521864
     
  13. rpo

    rpo MDL Expert

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    60
    After further investigation it appears that cdimage fails when the target folder contains characters with accent (é, è, ...).
     
  16. AeonX

    AeonX MDL Addicted

    Joined:
    May 24, 2013
    Messages:
    694
    Likes Received:
    542
    Trophy Points:
    30
    Yes I have this problem with oscdimg too.
     
  17. vze2mp9g

    vze2mp9g MDL Addicted

    Joined:
    Oct 13, 2012
    Messages:
    661
    Likes Received:
    117
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    W10UI v7.4

    - Detect and skip WinPE only updates for install.wim