Skip to content

Commit e96dcd2

Browse files
Merge pull request #23 from CodingWonders/dt_pre_2382
DISMTools 0.3.1 Preview 2
2 parents ae8c530 + c9f7d0b commit e96dcd2

22 files changed

+411
-108
lines changed

DISMTools.vbproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,12 @@
893893
<None Include="Resources\get_drv_info.png" />
894894
<None Include="Resources\drv_info_from_image.png" />
895895
<None Include="Resources\info_from_drv_file.png" />
896+
<None Include="Resources\next_element.png" />
897+
<None Include="Resources\next_element_dark.png" />
898+
<None Include="Resources\prev_element.png" />
899+
<None Include="Resources\prev_element_dark.png" />
900+
<None Include="Resources\jumpto_dark.png" />
901+
<None Include="Resources\jumpto.png" />
896902
<Content Include="ThemeVS2012\Resources\Dockindicator_PaneDiamond_Hotspot.png" />
897903
<Content Include="ThemeVS2012\Resources\DockIndicator_PaneDiamond_HotspotIndex.png" />
898904
<Content Include="ThemeVS2012\Resources\MaskArrowBottom.png" />

Installer/Output/dt_setup.exe

-1.07 KB
Binary file not shown.

MainForm.Designer.vb

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MainForm.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ These options, and the program information, can be found by opening the Help men
291291
JCQkJEQxb97/AOrW4M1DfY/XAAAAAElFTkSuQmCC
292292
</value>
293293
</data>
294+
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
295+
<value>249, 17</value>
296+
</metadata>
297+
<metadata name="StatusStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
298+
<value>356, 17</value>
299+
</metadata>
294300
<data name="TabPageIcon1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
295301
<value>
296302
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAxpJREFUaEPt
@@ -605,6 +611,12 @@ These options, and the program information, can be found by opening the Help men
605611
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
606612
<value>866, 17</value>
607613
</metadata>
614+
<metadata name="prjTreeStatus.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
615+
<value>132, 17</value>
616+
</metadata>
617+
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
618+
<value>866, 17</value>
619+
</metadata>
608620
<data name="RefreshViewTSB.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
609621
<value>
610622
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8

MainForm.vb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4592,7 +4592,7 @@ Public Class MainForm
45924592
' Menu - Commands - OS uninstall
45934593
GetOSUninstallWindow.Text = "Obtener margen de desinstalación..."
45944594
InitiateOSUninstall.Text = "Iniciar desinstalación..."
4595-
RemoveOSUninstall.Text = "Eliminar abilidad de desinstalación..."
4595+
RemoveOSUninstall.Text = "Eliminar habilidad de desinstalación..."
45964596
SetOSUninstallWindow.Text = "Establecer margen de desinstalación..."
45974597
' Menu - Commands - Reserved storage
45984598
SetReservedStorageState.Text = "Establecer estado de almacenamiento reservado..."
@@ -5157,7 +5157,7 @@ Public Class MainForm
51575157
' Menu - Commands - OS uninstall
51585158
GetOSUninstallWindow.Text = "Obtener margen de desinstalación..."
51595159
InitiateOSUninstall.Text = "Iniciar desinstalación..."
5160-
RemoveOSUninstall.Text = "Eliminar abilidad de desinstalación..."
5160+
RemoveOSUninstall.Text = "Eliminar habilidad de desinstalación..."
51615161
SetOSUninstallWindow.Text = "Establecer margen de desinstalación..."
51625162
' Menu - Commands - Reserved storage
51635163
SetReservedStorageState.Text = "Establecer estado de almacenamiento reservado..."
@@ -9444,7 +9444,13 @@ Public Class MainForm
94449444
' Choose the largest one
94459445
Return logoFiles.Last
94469446
Else
9447-
Return Path.Combine(If(OnlineManagement, Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)), MountDir) & "\Program Files\WindowsApps\" & PackageName, line.Replace(" ", "").Trim().Replace("/", "").Trim().Replace("<Logo>", "").Trim())
9447+
If File.Exists(Path.Combine(If(OnlineManagement, Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)), MountDir) & "\Program Files\WindowsApps\" & PackageName, line.Replace(" ", "").Trim().Replace("/", "").Trim().Replace("<Logo>", "").Trim())) Then
9448+
Return Path.Combine(If(OnlineManagement, Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)), MountDir) & "\Program Files\WindowsApps\" & PackageName, line.Replace(" ", "").Trim().Replace("/", "").Trim().Replace("<Logo>", "").Trim())
9449+
Else
9450+
' There may be 1 asset in the folder we're looking on. Open it
9451+
Dim logoFiles() As String = Directory.GetFiles(If(OnlineManagement, Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.Windows)), MountDir) & "\Program Files\WindowsApps\" & PackageName & "\" & newPath, "*.png")
9452+
Return logoFiles.Last
9453+
End If
94489454
End If
94499455
End If
94509456
Next
@@ -10074,4 +10080,8 @@ Public Class MainForm
1007410080
End While
1007510081
GetDriverInfo.ShowDialog()
1007610082
End Sub
10083+
10084+
Private Sub ViewProjectFilesInFileExplorerToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ViewProjectFilesInFileExplorerToolStripMenuItem.Click
10085+
ExplorerView.PerformClick()
10086+
End Sub
1007710087
End Class

My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' mediante el asterisco ('*'), como se muestra a continuación:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("0.3.1.2381")>
35-
<Assembly: AssemblyFileVersion("0.3.1.2381")>
34+
<Assembly: AssemblyVersion("0.3.1.2382")>
35+
<Assembly: AssemblyFileVersion("0.3.1.2382")>

My Project/Resources.Designer.vb

Lines changed: 68 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/Resources.resx

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,17 +1072,31 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
10721072
<data name="WhatsNew" xml:space="preserve">
10731073
<value>Bugfixes
10741074

1075-
- Fixed an issue where the progress panel would not be positioned correctly when performing image operation-related direct actions, after waiting for background processes to be completed while their details panel was focused
1076-
- Fixed an issue where the splash screen would be in front of the initial setup screen, thanks abbodi1406 for spotting the issue!
1077-
- The program now ships 32-bit and 64-bit 7-Zip binaries, and uses the right binary according to the architecture of the OS, thanks abbodi1406 for spotting the issue!
1078-
- Fixed an issue where AppX package information would not be displayed on applications packaged with the MSIX Packaging Tool
1075+
- Fixed an issue where the program opened the resource directory of an AppX package instead of the actual resource file if the directory only contained 1 file in it
10791076

10801077
New features
10811078

1082-
- "Element independence" now affects the operation of adding AppX packages. Element independence allows you to set settings for individual Elements as opposed to having those apply to all Elements
1083-
- The AppX regions group box is no longer enabled if the version of the specified DISM executable is not 10.0 or greater
1084-
- The program no longer relies on an in-house XML deserializer and instead relies on the deserializer provided by the `System.Xml` namespace now
1085-
- You can now perform other tasks while background processes for specific elements are being run
1086-
- The program no longer allows you to remove AppX packages from Windows Server Core images without the Desktop Experience feature enabled</value>
1079+
- The program no longer uses the system DISM at all times if the user specified a custom DISM executable
1080+
- Introduced the driver information dialog
1081+
- You can now see the architecture of a driver file when adding it
1082+
- To avoid creating big log files, the program no longer gets driver information if a file targets more than 10 devices</value>
1083+
</data>
1084+
<data name="jumpto" type="System.Resources.ResXFileRef, System.Windows.Forms">
1085+
<value>..\Resources\jumpto.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1086+
</data>
1087+
<data name="jumpto_dark" type="System.Resources.ResXFileRef, System.Windows.Forms">
1088+
<value>..\Resources\jumpto_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1089+
</data>
1090+
<data name="next_element" type="System.Resources.ResXFileRef, System.Windows.Forms">
1091+
<value>..\Resources\next_element.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1092+
</data>
1093+
<data name="next_element_dark" type="System.Resources.ResXFileRef, System.Windows.Forms">
1094+
<value>..\Resources\next_element_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1095+
</data>
1096+
<data name="prev_element" type="System.Resources.ResXFileRef, System.Windows.Forms">
1097+
<value>..\Resources\prev_element.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
1098+
</data>
1099+
<data name="prev_element_dark" type="System.Resources.ResXFileRef, System.Windows.Forms">
1100+
<value>..\Resources\prev_element_dark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
10871101
</data>
10881102
</root>

0 commit comments

Comments
 (0)