You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update assembly information
* [Language Engine] Foundations
* [Theme Engine] Theme Designer
Made with love on an old Windows XP laptop with VS2005. Project converted to VS2012 with no problems.
- The source-available version uses .NET 4.8
- The files with a "NET20" suffix indicate that they use .NET 2.0. This includes the original source code of the theme designer
* [Fix] Fixed setting migration issue for color schemes
* [PE Helper] Remove ARMHF support
* [PE Helper] PXE/WDS Improvements
Iteration number 1 for #230
* [PE Helper] Polish WDS script docs, add to DynaLog copyright list
* [PE Helper] WDS Preparation Script Improvements
- Fixed issues related to multicast transmissions
- Improved multicast experience
- Begin using `wdsutil` to create multicast AutoCast transmissions
* [PE Helper] New server API for PXE/WDS helper
Iteration number 2 for #230
* [Info Dialogs] Disable close button with new Window Helper
* [PE Helper] Update HotInstall (05/14/2025)
Updated HotInstall to its latest commit: CodingWonders/DT-HotInstall@6710527
* [PE Helper] Use variable to get image information instead of repetitive calls
* [REL] Update What's New section
if (($unattendFile-ne"") -and (Test-Path"$unattendFile"-PathType Leaf))
220
220
{
221
221
Write-Host"Unattended answer file has been detected. Copying to ISO file..."
@@ -334,7 +334,7 @@ function Copy-PEFiles
334
334
.PARAMETERpeToolsPath
335
335
The path of the Preinstallation Environment (PE) tools. By default, this is "Program Files\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools"
336
336
.PARAMETERarchitecture
337
-
The architecture of the target Preinstallation Environment (PE). Valid options: x86, amd64, arm, arm64
337
+
The architecture of the target Preinstallation Environment (PE). Valid options: x86, amd64, arm64
338
338
.PARAMETERtargetDir
339
339
The target directory to copy the Preinstallation Environment (PE) files to
340
340
.EXAMPLE
@@ -393,7 +393,7 @@ function Copy-PEComponents
393
393
.PARAMETERpeToolsPath
394
394
The path of the Preinstallation Environment (PE) tools. By default, this is "Program Files\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools"
395
395
.PARAMETERarchitecture
396
-
The architecture of the target Preinstallation Environment (PE). Valid options: x86, amd64, arm, arm64
396
+
The architecture of the target Preinstallation Environment (PE). Valid options: x86, amd64, arm64
397
397
.PARAMETERtargetDir
398
398
The target directory to copy the Preinstallation Environment (PE) component files to
399
399
.EXAMPLE
@@ -529,9 +529,6 @@ function Start-PECustomization
0 commit comments