Commit Graph

6 Commits

Author SHA1 Message Date
Miiraak
eb327a3aa8 Refactor script for UI and functionality improvements
Added :
- Disable image index combobox after selection
- Move process completion message box to script end

Removed:
- Some comments removed
2024-11-23 14:16:58 +01:00
Miiraak
c5be566d96 Refactor functions and improve logging
- Introduced `Remove-RegistryValue` and `Set-RegistryValue` functions to replace direct `reg` commands for registry modifications.
- Moved and redefined `Add-Log` function to enhance logging capabilities.
- Added `Mount-Image` function and updated `MountButton.Add_Click` event handler to use it.
- Enhanced logging for better user feedback.
- Updated final cleanup message for improved user-friendliness.
2024-11-23 13:36:48 +01:00
Miiraak
867c939b0d Enhance logging for image processing
- Change `$ImageIndexLabel` text from "SKU:" to "SKU index:".
- Update `Copy-Item` command to include:
  * Save image info using `dism`.
  * Add image index to combobox from `Get-WindowsImage`.
  * Update message box text to refer to logs for edition info.
  * Log `$SKUInfo` variable.

User can now look in logs to see index edition.
2024-11-22 02:17:10 +01:00
Miiraak
7a76db033c UI adjustments, logging, window hiding and dismounting image
- Added DllImport for `ShowWindow` to hide PowerShell window.
- Adjusted UI element sizes and positions for better layout.
- Disabled buttons and combo boxes after actions, added corresponding logs.
- Added message box prompt for SKU image selection.
- Added logging and dismounting of images after process completion.
- Included various logging messages to track script progress.
2024-11-22 01:50:58 +01:00
Miiraak
7c52e83fba Update .gitignore and enhance tiny11makerGUI.ps1
- Add .iso files to .gitignore
- Modify $MountButton event handler to remove enabling of $ImageIndexLabel and $ImageIndexComboBox
- Remove placeholder items from $ImageIndexComboBox initialization
- Update $StartButton event handler:
  - Remove SKU log entry
  - Remove setting $ImageIndexComboBox.Items to Get-WindowsImage result
  - Add Get-WindowsImage command to show image info
  - Add image index to $ImageIndexComboBox based on Get-WindowsImage result
  - Enable $ImageIndexLabel and $ImageIndexComboBox
  - Add log messages to prompt user to select image index
  - Add event handler for $ImageIndexComboBox.SelectedIndexChanged to set $index and log mounting process
- Update final steps of script:
  - Remove completion log message and message box display
  - End script with closing event handler and add new label for logs
2024-11-20 20:17:42 +01:00
Miiraak
da63f65b54 - Add 'tiny11makerGUI.ps1' to folder
A new file that add GUI to the logic of 'tiny11maker.ps1'.
Not totally functionnal right now, need to improve some things...

- Add .vs directory to .gitignore for Visual Studio
A new section has been added to the .gitignore file, indicating that it was automatically created by Microsoft Visual Studio. The .vs directory, which is used by Visual Studio to store temporary files and settings, has been added to the ignore list to prevent these files from being tracked by Git.
2024-11-20 12:19:17 +01:00