Releases: SSP6904/AutoWinInstaller
Releases · SSP6904/AutoWinInstaller
v1.4.5
What's new
- Add Windows fileapi include, introduce fixed partition-letter constants (efi/boot/windows) and refactor DiskPartionSetup/WriteImageFile flows.
- Change disk_number to int with validation and use to_string when building diskpart scripts; remove interactive prompts for partition letters and use predefined letters.
- Improve input validation for WIM path and image index, unify MBR/GPT handling, update bcdboot invocation for BIOS/UEFI, and add clearer error handling.
- Reformatted the code, removed any leftover commented temp-file code.
v1.4.4
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's new
- Removed redundant comments and
_CRT_SECURE_NO_WARNINGS. - Renamed
optionSeltooptionSelectandcreateFitocreateFile. - Updated
optionSelectto use_getch()for immediate input handling. - Refactored
WriteImgfor better input validation and UX. - Integrated
setupDiskfunctionality intooptionSelect. - Fixed grammar in
commandRunerror message. - Upgraded
PlatformToolsettov145in project file.