Skip to content

Commit

Permalink
Merge pull request #71 from CodingWonders/dt_pre_23114
Browse files Browse the repository at this point in the history
DISMTools 0.4 Preview 4
  • Loading branch information
CodingWonders committed Nov 25, 2023
2 parents c2c1a01 + 666c46c commit 0fbc084
Show file tree
Hide file tree
Showing 14 changed files with 3,307 additions and 69 deletions.
4 changes: 4 additions & 0 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,10 @@
<None Include="Resources\FirstUse\backbox.png" />
<None Include="Resources\FirstUse\backbox_down.png" />
<None Include="Resources\FirstUse\backbox_focus.png" />
<None Include="Resources\menus\explorer_view_glyph.png" />
<None Include="Resources\menus\explorer_view_glyph_dark.png" />
<None Include="Resources\menus\info_glyph.png" />
<None Include="Resources\menus\info_glyph_dark.png" />
<Content Include="ThemeVS2012\Resources\Dockindicator_PaneDiamond_Hotspot.png" />
<Content Include="ThemeVS2012\Resources\DockIndicator_PaneDiamond_HotspotIndex.png" />
<Content Include="ThemeVS2012\Resources\MaskArrowBottom.png" />
Expand Down
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
1,105 changes: 1,071 additions & 34 deletions MainForm.Designer.vb

Large diffs are not rendered by default.

313 changes: 301 additions & 12 deletions MainForm.resx

Large diffs are not rendered by default.

1,872 changes: 1,869 additions & 3 deletions MainForm.vb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' mediante el asterisco ('*'), como se muestra a continuación:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.4.0.23113")>
<Assembly: AssemblyFileVersion("0.4.0.23113")>
<Assembly: AssemblyVersion("0.4.0.23114")>
<Assembly: AssemblyFileVersion("0.4.0.23114")>
47 changes: 42 additions & 5 deletions My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 14 additions & 9 deletions My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1099,18 +1099,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<data name="WhatsNew" xml:space="preserve">
<value>Bugfixes

- Fixed an issue where the program threw an exception when attempting to save complete image information if no images were mounted
- When getting Windows PE configuration, the program no longer returns "Could not get value MB" if it fails to get the scratch space configuration
- Image information reports correctly detect the offline installation management mode now
- The image information saver now informs you when the target report file is being saved
- Fixed an issue where the feature information dialog would not load when its entry in the Commands menu was clicked

New features

- The program now recommends monospaced fonts for log windows
- The initial setup wizard has had a minor redesign:
- The Back and Cancel buttons are now hidden, in favor of the window controls
- The image application drive specifier now uses native WMI queries instead of the helper command
- When getting information of driver packages, the progress bar will smoothly increase in value now</value>
- A new design of the project view is now available</value>
</data>
<data name="split_img" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\split_img.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand All @@ -1130,4 +1123,16 @@ New features
<data name="backbox_focus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\FirstUse\backbox_focus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="explorer_view_glyph" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menus\explorer_view_glyph.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="explorer_view_glyph_dark" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menus\explorer_view_glyph_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="info_glyph" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menus\info_glyph.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="info_glyph_dark" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menus\info_glyph_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added Resources/menus/explorer_view_glyph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/menus/explorer_view_glyph_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/menus/info_glyph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/menus/info_glyph_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Updater/DISMTools-UCS/update-bin/preview.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Version]
LatestVer = 0.4.0.23113
ReleaseTag = v0.4_pre_23113
LatestVer = 0.4.0.23114
ReleaseTag = v0.4_pre_23114

[Options]
MigrateSettings = False
4 changes: 2 additions & 2 deletions Updater/DISMTools-UCS/verinfo/preview.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Version]
LatestVer = 0.4.0.23113
ReleaseTag = v0.4_pre_23113
LatestVer = 0.4.0.23114
ReleaseTag = v0.4_pre_23114

[Options]
MigrateSettings = False

0 comments on commit 0fbc084

Please sign in to comment.