Skip to content
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
bc6132d
Update assembly information
CodingWonders Jul 17, 2026
4c7be27
[PE Helper] Add BDE-GUI encrypt and decrypt commands
CodingWonders Jul 20, 2026
6d8facb
[PE Helper] Add BDE-GUI encrypt and decrypt commands
CodingWonders Jul 20, 2026
cfa83de
[Enhance] Select source index by clicking list view
CodingWonders Jul 21, 2026
43c3257
[PE Helper/BDE-GUI] Update submodule
CodingWonders Jul 21, 2026
5a56eb7
[PE Helper/BDE-GUI] Update submodule
CodingWonders Jul 21, 2026
aec1267
[PE Helper/BDE-GUI] Update submodule
CodingWonders Jul 22, 2026
7fec93d
[Enhance] Exporting drivers using multiple class names
CodingWonders Jul 22, 2026
60c4a23
[Fix] Handle empty items
CodingWonders Jul 22, 2026
e514c09
[Enhance] Don't wait
CodingWonders Jul 22, 2026
299ec78
[ISO Creator] Delete ISOTASKS when all tasks finish
CodingWonders Jul 22, 2026
46e7eab
[Enhance] No more waiting
CodingWonders Jul 23, 2026
c845d10
[Enhance] Configurable concurrent ISO creation limit
CodingWonders Jul 23, 2026
b75504d
[Enhance] Add auto-determination based on beefiness
CodingWonders Jul 23, 2026
26f6a62
[Enhance] Only set unique items
CodingWonders Jul 23, 2026
08ab413
[Fix] HiDPI
CodingWonders Jul 24, 2026
429d139
[Unattended answer file/SSE] Disable match tester on null expression
CodingWonders Jul 24, 2026
187979b
[PE Helper/Sysprep Preparator] BDE support
CodingWonders Jul 25, 2026
0140283
[Enhance] Convert path parts in INI to common: vars
CodingWonders Jul 26, 2026
6d1100a
[Enhance] Update branch info
CodingWonders Jul 26, 2026
e7c6240
Minor update
CodingWonders Jul 26, 2026
7b9c09c
Add 4th anniversary message
CodingWonders Jul 26, 2026
e0908c3
Overhaul runtime localization system
MinDeaDBlood Jul 26, 2026
d195132
Fix localization compilation
MinDeaDBlood Jul 26, 2026
3af9310
Fix malformed ProgressPanel Select block
MinDeaDBlood Jul 26, 2026
f1d7318
Default first-use language to English
MinDeaDBlood Jul 26, 2026
f135fd5
Adapt About dialog copyright to localization
MinDeaDBlood Jul 26, 2026
b6bdc28
Move runtime localization out of designer files
MinDeaDBlood Jul 26, 2026
01982c6
Restore fork release workflow for test builds
MinDeaDBlood Jul 26, 2026
02b1ece
Pass output directory to dependency preparation
MinDeaDBlood Jul 26, 2026
57b1a4d
Restore Starter Script Editor namespace values
MinDeaDBlood Jul 26, 2026
fc2c26d
Delete .github/workflows/create-nightly-installer.yaml
CodingWonders Jul 26, 2026
13cb343
Replace NameOf usages for VB2012 compatibility
MinDeaDBlood Jul 26, 2026
93a0cc5
Add explicit Get block for VB2012 compatibility
MinDeaDBlood Jul 26, 2026
33a354d
[PE Helper/SysprepPreparator] Update binary
CodingWonders Jul 26, 2026
98a924c
Restore release build workflow for validation
MinDeaDBlood Jul 27, 2026
9f8d641
[Fix] Automatically close the dialog
CodingWonders Jul 28, 2026
b687a48
[Fix] Fixed HiDPI issues
CodingWonders Jul 28, 2026
30f789f
[PE Helper/BDE-GUI] Update submodule
CodingWonders Jul 28, 2026
ce7bded
[Unattended answer file/DTSS] Suck it LG
CodingWonders Jul 28, 2026
8d50ae7
[REL] Update What's New section
CodingWonders Jul 29, 2026
c07ed21
Merge branch 'dt_prerel_2681' into localization-system-overhaul-081
CodingWonders Jul 30, 2026
0b1c528
Merge branch 'dt_prerel_2682' into localization-system-overhaul-081
CodingWonders Jul 30, 2026
15b5e3d
Remove localization for ListView1 Columns(5)
MinDeaDBlood Jul 31, 2026
2f58744
Fix typo in German localization for version label
MinDeaDBlood Jul 31, 2026
f981129
Fix typo in language file for version label
MinDeaDBlood Jul 31, 2026
4cb6dfc
Fix typo in Spanish translation for 'Versión'
MinDeaDBlood Jul 31, 2026
2dfce27
Fix typo in French translation for 'Version'
MinDeaDBlood Jul 31, 2026
8cf9022
Fix typo in Italian translation for 'Version'
MinDeaDBlood Jul 31, 2026
dd358e1
Fix typo in Portuguese translation for 'Version'
MinDeaDBlood Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions .github/workflows/create-nightly-installer.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ApplicationEvents.vb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Namespace My
Private debounceInterval As TimeSpan = TimeSpan.FromSeconds(2)

Private Sub Start(sender As Object, e As EventArgs) Handles Me.Startup
LocalizationService.Initialize()
DynaLog.LogMessage("Adding startup event handlers...")
AddHandler Microsoft.Win32.SystemEvents.UserPreferenceChanged, AddressOf SysEvts_UserPreferenceChanged
AddHandler Microsoft.Win32.SystemEvents.DisplaySettingsChanging, AddressOf SysEvts_DisplaySettingsChanging
Expand Down Expand Up @@ -184,4 +185,3 @@ Namespace My


End Namespace

28 changes: 24 additions & 4 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationEvents.vb" />
<Compile Include="RuntimeFormLocalization.vb" />
<Compile Include="Elements\AppxPackage.vb" />
<Compile Include="Elements\AutoUnattend\ActiveDirectory\ADDSJoinDialog.Designer.vb">
<DependentUpon>ADDSJoinDialog.vb</DependentUpon>
Expand Down Expand Up @@ -1046,7 +1047,8 @@
<Compile Include="Utilities\GroupPolicy\ServicingGPOHelper.vb" />
<Compile Include="Utilities\ImageWatcher.vb" />
<Compile Include="Utilities\IsoFileUtilities\IsoHelper.vb" />
<Compile Include="Utilities\LanguageUtilities\LanguageHelper.vb" />
<Compile Include="Utilities\Language\LanguageHelper.vb" />
<Compile Include="Utilities\Language\LocalizationService.vb" />
<Compile Include="Utilities\ListViewColumnSorter.vb" />
<Compile Include="Utilities\MarkdownHelper.vb" />
<Compile Include="Utilities\PhysicalDiskUtilities\WMIDiskHelper.vb" />
Expand Down Expand Up @@ -1624,6 +1626,24 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<Content Include="language\de-DE.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="language\en-US.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="language\es-ES.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="language\fr-FR.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="language\it-IT.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="language\pt-PT.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="settings.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -2222,7 +2242,7 @@
<Folder Include="Panels\Set_Ops\" />
<Folder Include="Tools\UnpEax\" />
<Folder Include="Updater\" />
<Folder Include="Utilities\LanguageUtilities\LanguageFiles\" />
<Folder Include="Utilities\Language\LanguageFiles\" />
<Folder Include="wimlib\" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -2350,7 +2370,7 @@ IF EXIST "$(SolutionDir)Helpers\extps1\PE_Helper\tools\PEHelperMainMenu\out\*.ex
:: Copy BDE-GUI utilities
IF EXIST "$(SolutionDir)Helpers\extps1\PE_Helper\tools\BDE-GUI" (
MD "bin\extps1\PE_Helper\tools\BDE-GUI"
FOR %25%25A IN (ps1 bat cmd) DO xcopy "$(SolutionDir)Helpers\extps1\PE_Helper\tools\BDE-GUI\*.%25%25A" "bin\extps1\PE_Helper\tools\BDE-GUI" /CEHYI
FOR %25%25A IN (ps1 bat cmd png) DO xcopy "$(SolutionDir)Helpers\extps1\PE_Helper\tools\BDE-GUI\*.%25%25A" "bin\extps1\PE_Helper\tools\BDE-GUI" /CEHYI
)

:: Copy Tour
Expand Down Expand Up @@ -2465,4 +2485,4 @@ IF EXIST "report.html" (del "report.html")</PreBuildEvent>
</PropertyGroup>
<Error Condition="!Exists('packages\Scintilla5.NET.6.1.2\build\scintilla5.net.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Scintilla5.NET.6.1.2\build\scintilla5.net.targets'))" />
</Target>
</Project>
</Project>
Loading