Skip to content

Commit

Permalink
Merge pull request #86 from CodingWonders/dt_pre_23123
Browse files Browse the repository at this point in the history
DISMTools 0.4 Final Preview
  • Loading branch information
CodingWonders committed Dec 16, 2023
2 parents 46347aa + 2ff0149 commit 643ab75
Show file tree
Hide file tree
Showing 21 changed files with 366 additions and 129 deletions.
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions MainForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11163,7 +11163,7 @@ Public Class MainForm
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
BGProcNotify.Location = New Point(Left + 8, Top + StatusStrip.Top - (7 + StatusStrip.Height))
Else
BGProcNotify.Location = New Point(Left, Top + StatusStrip.Top - StatusStrip.Height)
BGProcNotify.Location = New Point(Left + 8, Top + StatusStrip.Top - StatusStrip.Height - 7)
End If
End If
ElseIf BGProcDetails.Visible And pinState = 0 Then
Expand All @@ -11173,7 +11173,7 @@ Public Class MainForm
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
BGProcDetails.Location = New Point(Left + 8, Top + StatusStrip.Top - (75 + StatusStrip.Height))
Else
BGProcDetails.Location = New Point(Left, Top + StatusStrip.Top - StatusStrip.Height)
BGProcDetails.Location = New Point(Left + 8, Top + StatusStrip.Top - StatusStrip.Height - 75)
End If
End If
End If
Expand Down Expand Up @@ -11235,7 +11235,7 @@ Public Class MainForm
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
BGProcNotify.Location = New Point(Left + 8, Top + StatusStrip.Top - (7 + StatusStrip.Height))
Else
BGProcNotify.Location = New Point(Left, Top + StatusStrip.Top - StatusStrip.Height)
BGProcNotify.Location = New Point(Left + 8, Top + StatusStrip.Top - StatusStrip.Height - 7)
End If
End If
ElseIf BGProcDetails.Visible And pinState = 0 Then
Expand All @@ -11245,7 +11245,7 @@ Public Class MainForm
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
BGProcDetails.Location = New Point(Left + 8, Top + StatusStrip.Top - (75 + StatusStrip.Height))
Else
BGProcDetails.Location = New Point(Left, Top + StatusStrip.Top - StatusStrip.Height)
BGProcDetails.Location = New Point(Left + 8, Top + StatusStrip.Top - StatusStrip.Height - 75)
End If
End If
End If
Expand Down
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.23122")>
<Assembly: AssemblyFileVersion("0.4.0.23122")>
<Assembly: AssemblyVersion("0.4.0.23123")>
<Assembly: AssemblyFileVersion("0.4.0.23123")>
14 changes: 8 additions & 6 deletions My Project/Resources.Designer.vb

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

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

- Fixed some issues in the new design:
- Fixed an issue where the program would not unmount read-only images when clicking "Unmount image"
- Fixed an issue where the program would not disable the commit operation buttons for read-only mounted images
- The "Use mounted image" buttons are now disabled in online and offline installation management modes
- The "Mount destination image for later use" check box is now disabled in online and offline installation management modes
- Fixed an issue where the program could not capture an entire drive to an image file
- Fixed background process panel positioning issues on Windows 8 hosts
- Fixed an issue where projects could not be created from the offline installation management mode

New features

- Help documentation contents are now included. This is why the release assets have noticeably increased in size
- The monospaced font detection procedure of the Options window has been ported to the initial setup wizard

Update system

- The process close functionality has been improved

Removed features

- The temporary help dialog in the AppX package removal dialog has been removed in favor of the help documentation contents</value>
- The update system has been overhauled</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 Down
6 changes: 3 additions & 3 deletions Panels/Img_Ops/Bg_Processes/BGProcDetails.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - (75 + MainForm.StatusStrip.Height))
Else
Location = New Point(MainForm.Left, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height)
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height - 75)
End If
End If
If MainForm.BackColor = Color.FromArgb(48, 48, 48) Then
Expand Down Expand Up @@ -71,7 +71,7 @@
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - (75 + MainForm.StatusStrip.Height))
Else
Location = New Point(MainForm.Left, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height)
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height - 75)
End If
End If
End If
Expand Down Expand Up @@ -110,7 +110,7 @@
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - (75 + MainForm.StatusStrip.Height))
Else
Location = New Point(MainForm.Left, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height)
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height - 75)
End If
End If
End If
Expand Down
2 changes: 1 addition & 1 deletion Panels/Img_Ops/Bg_Processes/BGProcNotify.vb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Public Class BGProcNotify
If Environment.OSVersion.Version.Minor = 1 Then ' The same also applies to Windows 7
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - (7 + MainForm.StatusStrip.Height))
Else
Location = New Point(MainForm.Left, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height)
Location = New Point(MainForm.Left + 8, MainForm.Top + MainForm.StatusStrip.Top - MainForm.StatusStrip.Height - 7)
End If
End If
If MainForm.BackColor = Color.FromArgb(48, 48, 48) Then
Expand Down
1 change: 1 addition & 0 deletions Panels/Prj_Ops/NewProj.vb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Public Class NewProj
Me.DialogResult = System.Windows.Forms.DialogResult.OK
If MainForm.isProjectLoaded Then
If MainForm.OnlineManagement Then MainForm.EndOnlineManagement() Else MainForm.UnloadDTProj(False, True, False)
If MainForm.OfflineManagement Then MainForm.EndOfflineManagement() Else MainForm.UnloadDTProj(False, True, False)
If MainForm.ImgBW.IsBusy Then Exit Sub
End If
ProgressPanel.projName = TextBox1.Text
Expand Down
4 changes: 4 additions & 0 deletions Updater/DISMTools-UCS/DISMTools-UCS.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
Expand Down Expand Up @@ -166,6 +167,9 @@
<ItemGroup>
<None Include="Resources\pucs_update.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\check_dark.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>IF NOT EXIST "$(ProjectDir)update-bin" (md "$(ProjectDir)update-bin")
Expand Down
Loading

0 comments on commit 643ab75

Please sign in to comment.