mirror of
https://github.com/ntdevlabs/tiny11builder.git
synced 2025-03-14 10:35:30 +00:00
- 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
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
################################################################################
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
################################################################################
|
|
|
|
/.vs
|
|
/*.iso
|