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
' 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
9448
9454
End If
9449
9455
End If
9450
9456
Next
@@ -10074,4 +10080,8 @@ Public Class MainForm
10074
10080
End While
10075
10081
GetDriverInfo.ShowDialog()
10076
10082
End Sub
10083
+
10084
+
Private Sub ViewProjectFilesInFileExplorerToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ViewProjectFilesInFileExplorerToolStripMenuItem.Click
Copy file name to clipboardExpand all lines: My Project/Resources.resx
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1072,17 +1072,31 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1072
1072
<dataname="WhatsNew"xml:space="preserve">
1073
1073
<value>Bugfixes
1074
1074
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
1079
1076
1080
1077
New features
1081
1078
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>
0 commit comments