Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OgnitorenKs committed Aug 22, 2023
1 parent 1fe0916 commit 3d51705
Show file tree
Hide file tree
Showing 66 changed files with 1,625 additions and 2 deletions.
Binary file added .github/EN-SS/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/1.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/1.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/10.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/10.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/10.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/11.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/11.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/2.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/2.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/2.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/3.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/3.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/3.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/4.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/4.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/4.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/4.4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/4.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/5.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/5.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/5.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/6.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/6.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/EN-SS/6.3.png
Binary file added .github/EN-SS/6.4.png
Binary file added .github/EasyDism.zip
Binary file not shown.
75 changes: 75 additions & 0 deletions .github/EasyDismSetup.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
echo off
chcp 65001 > NUL
setlocal enabledelayedexpansion
title EasyDism Setup │ OgnitorenKs
mode con cols=80 lines=30
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (set R=%%b)
cd /d "%~dp0"
for /f %%a in ('"cd"') do set Konum=%%a

:: -------------------------------------------------------------
RD /S /Q "C:\EasyDism" > NUL 2>&1
MD "C:\EasyDism" > NUL 2>&1

:: =============================================================
:: Güncelleme dosyası indirilir
cls&Call :Panel "[■■■■■■■■■■■■ ]" "%R%[92m Installing EasyDism... %R%[0m"
Call :Powershell "& { iwr https://raw.githubusercontent.com/OgnitorenKs/EasyDism/main/.github/EasyDism.zip -OutFile %temp%\EasyDism.zip }"

:: İndirilen güncelleme zip dosyası klasörü çıkarılır.
cls&Call :Panel "[■■■■■■■■■■■■■■■■■■■■■■■■ ]" "%R%[92m Installing EasyDism... %R%[0m"
Call :Powershell "Expand-Archive -Force '%temp%\EasyDism.zip' 'C:\EasyDism'"

:: Güncelleme zip dosyası silinir.
cls&Call :Panel "[■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ]" "%R%[92m Installing EasyDism... %R%[0m"
DEL /F /Q /A "%temp%\EasyDism.zip" > NUL 2>&1

(
echo Set oWS = WScript.CreateObject^("WScript.Shell"^)
echo sLinkFile = "C:\Users\%username%\Desktop\EasyDism.lnk"
echo Set oLink = oWS.CreateShortcut^(sLinkFile^)
echo oLink.TargetPath = "C:\EasyDism\EasyDism.cmd"
echo oLink.WorkingDirectory = "C:\EasyDism"
echo oLink.Description = "EasyDism"
echo oLink.IconLocation = "C:\EasyDism\Bin\Icon\Ogni.ico"
echo oLink.Save
) > %Temp%\OgnitorenKs.Shortcut.vbs
cscript "%Temp%\OgnitorenKs.Shortcut.vbs" > NUL 2>&1
DEL /F /Q /A "%Temp%\OgnitorenKs.Shortcut.vbs" > NUL 2>&1

:: Settings.ini içine güncelleme tarihi yazılır.
cls&Call :Panel "[■■■■■■■■■■■■■■■■■■■■COMPLETE■■■■■■■■■■■■■■■■■■■■]" "%R%[92m Installing EasyDism... %R%[0m"
:: Güncel Toolbox açılır.
Call :Powershell "Start-Process 'C:\EasyDism\EasyDism.cmd' -Verb Runas"
exit
:: =============================================================
:: ██████████████████████████████████████████████████████████████████████████████████████████████████
:: ██████████████████████████████████████████████████████████████████████████████████████████████████
:: ██████████████████████████████████████████████████████████████████████████████████████████████████
:Panel
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo %~2
echo.
echo %~1
echo.
echo %R%[33m████ ████ █ █ █ █████ ████ ████ ███ █ █ █ █ ████%R%[0m
echo %R%[33m█ █ █ ██ █ █ █ █ █ █ █ █ ██ █ █ █ █ %R%[0m
echo %R%[33m█ █ █ ██ █ █ █ █ █ █ █ ████ ██ █ █ █ ██ ████%R%[0m
echo %R%[33m█ █ █ █ █ ██ █ █ █ █ █ █ █ █ ██ █ █ █%R%[0m
echo %R%[33m████ ████ █ █ █ █ ████ █ █ ███ █ █ █ █ ████%R%[0m
goto :eof

:: -------------------------------------------------------------
:Powershell
chcp 437 > NUL 2>&1
Powershell -command %*
chcp 65001 > NUL 2>&1
goto :eof


Binary file added .github/Repo-SS/Title.png
Binary file added .github/TR-SS/0.png
Binary file added .github/TR-SS/1.1.png
Binary file added .github/TR-SS/1.2.png
Binary file added .github/TR-SS/10.1.png
Binary file added .github/TR-SS/10.2.png
Binary file added .github/TR-SS/10.3.png
Binary file added .github/TR-SS/11.1.png
Binary file added .github/TR-SS/11.2.png
Binary file added .github/TR-SS/13.png
Binary file added .github/TR-SS/2.1.png
Binary file added .github/TR-SS/2.2.png
Binary file added .github/TR-SS/2.3.png
Binary file added .github/TR-SS/3.1.png
Binary file added .github/TR-SS/3.2.png
Binary file added .github/TR-SS/3.3.png
Binary file added .github/TR-SS/4.1.png
Binary file added .github/TR-SS/4.2.png
Binary file added .github/TR-SS/4.3.png
Binary file added .github/TR-SS/4.4.png
Binary file added .github/TR-SS/4.5.png
Binary file added .github/TR-SS/5.1.png
Binary file added .github/TR-SS/5.2.png
Binary file added .github/TR-SS/5.3.png
Binary file added .github/TR-SS/6.1.png
Binary file added .github/TR-SS/6.2.png
Binary file added .github/TR-SS/6.3.png
Binary file added .github/TR-SS/6.4.png
Binary file added Bin/Icon/Ogni.ico
Binary file not shown.
69 changes: 69 additions & 0 deletions Bin/Language/English.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
exit
Prepared_By_>OgnitorenKs>Preparing the language file>
::███████████████████████████████████████████████████████████████████
:: Menü bölümü
Menu_1_>WIM │ ESD Reader>
Menu_2_>WIM ► ESD Convert>
Menu_3_>ESD ► WIM Convert>
Menu_4_>Extract index>
Menu_5_>Prepare All-in-one Windows [AIO]>
Menu_6_>Mount Image>
Menu_7_>Install driver>
Menu_8_>Load regedit>
Menu_9_>Install update>
Menu_10_>UnMount Image>
Menu_11_>Prepare ISO>
Menu_12_>Mount define path>
Menu_13_>EasyDism change language>
::███████████████████████████████████████████████████████████████████
D0001>Process>
D0002>Multiprocess>
D0003>Folder or File path>
D0004>to continue the process by deleting the file>
D0005>to continue the process by overwriting>
D0006>Replace the processed install.wim/esd file with the original?>
D0007>Image folder path>
D0008>Label name>
D0009>ISO name>
D0010>Overwrite the current file?>
::███████████████████████████████████████████████████████████████████
Y0001>Builder closes...>
Y0002>Press any key for menu>
Y0003>converting>
Y0004>WARNING: Existing install file will be deleted...>
Y0005>Moving install file to image...>
Y0006>extracting>
Y0007>Main Version>
Y0008>Version to Add>
Y0009>adding>
Y0010>Merge operation completed>
Y0011>Press any key for menu>
Y0012>Installing drivers>
Y0013>Installed Mount directories>
Y0014>No installed mount directory found>
Y0015>Main menu>
Y0016>About Mount>
Y0017>loading>
Y0018>Collecting mount folder / Preparing image>
Y0019>Dism command gives an error, so collection is done via Powershell>
Y0020>Menu>
Y0021>Installing updates>
Y0022>ISO file is being prepared. At the end of the process, the registration folder will be opened>
Y0023>Checking loaded images. You are transferred to the menu.>
Y0024>optimizing install.wim>
Y0025>In eject position>file available>
Y0026>Loading regedit records>
::███████████████████████████████████████████████████████████████████
Error_0_>Warning>
Error_1_>ERROR! Turkish character detected in folder/file path>
Error_2_>ERROR! Space detected in folder/file path>
Error_3_>ERROR! Builder only works on x64 systems>
Error_4_>ERROR! You cannot operate with install.esd>
Error_5_>ERROR! You cannot operate with the boot.wim file>
Error_6_>ERROR! You cannot operate with the ISO file. Unzip and try again>
Error_7_>ERROR! install.wim/esd not found>
Error_8_>ERROR! boot.wim not found>
Error_9_>ERROR! Mount folder full>
Error_10_>ERROR! Mount road is faulty>
Error_11_>ERROR! You cannot work with the install.wim file>
::███████████████████████████████████████████████████████████████████
69 changes: 69 additions & 0 deletions Bin/Language/Turkish.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
exit
Prepared_By_>OgnitorenKs>Dil dosyasını hazırlayan>
::███████████████████████████████████████████████████████████████████
:: Menü bölümü
Menu_1_>WIM │ ESD Okuyucu>
Menu_2_>WIM ► ESD dönüştür>
Menu_3_>ESD ► WIM dönüştür>
Menu_4_>İndex çıkart>
Menu_5_>Hepsi bir arada Windows Hazırla [AIO]>
Menu_6_>İmaj yükle [Mount]>
Menu_7_>Sürücü yükle>
Menu_8_>Regedit kayıtlarını yükle>
Menu_9_>Güncelleme yükle>
Menu_10_>İmaj topla [UnMount]>
Menu_11_>ISO hazırla>
Menu_12_>Mount yol tanımla>
Menu_13_>EasyDism dil değiştirme>
::███████████████████████████████████████████████████████████████████
D0001>İşlem>
D0002>Çoklu İşlem>
D0003>Klasör veya Dosya yolu>
D0004>dosyasını silerek işleme devam etmek için>
D0005>üzerine yazarak işleme devam etmek için>
D0006>İşlenen install.wim/esd dosyası orjinali ile değiştirilsin mi?>
D0007>İmaj klasör yolu>
D0008>Etiket adı>
D0009>ISO adı>
D0010>Mevcut dosyanın üzerine yazılsın mı?>
::███████████████████████████████████████████████████████████████████
Y0001>Builder kapanıyor...>
Y0002>Menü için herhangi bir tuşa basınız>
Y0003>dönüştürülüyor>
Y0004>UYARI: Mevcut install dosyası silinecektir...>
Y0005>Install dosyası imaja taşınıyor...>
Y0006>çıkarılıyor>
Y0007>Ana Sürüm>
Y0008>Eklenecek Sürüm>
Y0009>ekleniyor>
Y0010>Birleştirme işlemi tamamlandı>
Y0011>Menü için herhangi bir tuşa basınız>
Y0012>Sürücüler yükleniyor>
Y0013>Yüklü Mount dizinleri>
Y0014>Yüklü mount dizini bulunamadı>
Y0015>Ana menü>
Y0016>Mount Hakkında>
Y0017>yükleniyor>
Y0018>Mount klasörü toplanıyor / İmaj hazırlanıyor>
Y0019>Dism komutu hata verdiği için Powershell üzerinden toplama işlemi yapılıyor>
Y0020>Menü>
Y0021>Güncelleştirmeler yükleniyor>
Y0022>ISO dosyası hazırlanıyor. İşlem sonunda kayıt klasörü açılacak>
Y0023>Yüklü imajlar kontrol ediliyor. Menüye aktarılıyorsunuz.>
Y0024>install.wim optimize ediliyor>
Y0025>Çıkarma konumunda>dosyası mevcut>
Y0026>Regedit kayıtları yükleniyor>
::███████████████████████████████████████████████████████████████████
Error_0_>UYARI>
Error_1_>HATA! Klasör/Dosya yolunda Türkçe karakter tespit edildi>
Error_2_>HATA! Klasör/Dosya yolunda boşluk tespit edildi>
Error_3_>HATA! Builder yalnızca x64 sistemlerde çalışır>
Error_4_>HATA! install.esd dosyasıyla işlem yapamazsınız>
Error_5_>HATA! boot.wim dosyasıyla işlem yapamazsınız>
Error_6_>HATA! ISO dosyasıyla işlem yapamazsınız. Klasöre çıkarıp yeniden deneyiniz>
Error_7_>HATA! install.wim/esd bulunamadı>
Error_8_>HATA! boot.wim bulunamadı>
Error_9_>HATA! Mount klasörü dolu>
Error_10_>HATA! Mount yolu hatalı>
Error_11_>HATA! install.wim dosyasıyla işlem yapamazsınız>
::███████████████████████████████████████████████████████████████████
Binary file added Bin/NSudo.exe
Binary file not shown.
Binary file added Bin/oscdimg.exe
Binary file not shown.
Loading

0 comments on commit 3d51705

Please sign in to comment.