Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
637e7cf
Update assembly information
CodingWonders Dec 2, 2023
5b86549
Begin working on new home panel design
CodingWonders Dec 3, 2023
62723ee
Improved color consistency and added more functionality
CodingWonders Dec 3, 2023
a7a37c2
Use the DT subreddit for news instead of CTT
CodingWonders Dec 3, 2023
0a4dad6
Added help documentation contents and an accompanying browser
CodingWonders Dec 3, 2023
8adc52a
Ship help documentation contents with installer
CodingWonders Dec 3, 2023
30e9f28
Make redirection work for installed copies
CodingWonders Dec 3, 2023
467d2a6
Merge pull request #81 from CodingWonders/dt_pre/next-design
CodingWonders Dec 3, 2023
07a9b08
Update version status on issue template
CodingWonders Dec 3, 2023
483b223
Fixed some issues in the new design
CodingWonders Dec 3, 2023
fb57d4a
Highlight links in new project view when passing over them
CodingWonders Dec 6, 2023
dc95a78
Don't use PowerShell for closing the program and pass PID to updater …
CodingWonders Dec 6, 2023
93a8be6
Fix detection
CodingWonders Dec 6, 2023
f179ba6
Translate help content browser titlebar
CodingWonders Dec 6, 2023
a5b71e0
Disable "Use mounted image" buttons in installation management modes
CodingWonders Dec 6, 2023
6b7098b
Put feed detection on a separate thread and add the link functionalit…
CodingWonders Dec 7, 2023
1aa61fc
Merge pull request #82 from CodingWonders/dt_pre/next-design
CodingWonders Dec 7, 2023
0dba63b
Fix image capture issues
CodingWonders Dec 7, 2023
9847a3e
Move feed news detection to a timer to reduce web requests
CodingWonders Dec 8, 2023
8390b9d
Open external websites in system default browser instead of browser c…
CodingWonders Dec 8, 2023
b98a93e
Open full help contents when clicking help link in AppX package remov…
CodingWonders Dec 8, 2023
4692bfe
Hide the "Preview new design" button in the project panel, make it a …
CodingWonders Dec 9, 2023
c48acb2
Fixed relative path issue and added online and offline installation m…
CodingWonders Dec 9, 2023
ee661f2
Update What's New section, and update system information files and bi…
CodingWonders Dec 9, 2023
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/store-logo-asset-preview-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: CodingWonders

---

This type of issue can happen on both DISMTools 0.3 and 0.3.1, and we want your help to fix it
This type of issue can happen on DISMTools 0.3 and later versions, and we want your help to fix it

**AppX package name**

Expand Down
132 changes: 127 additions & 5 deletions DISMTools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<Reference Include="System.Management">
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel">
<Private>True</Private>
</Reference>
<Reference Include="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
Expand Down Expand Up @@ -135,10 +138,10 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="Elements\AppxPackage.vb" />
<Compile Include="Help\Help_RegisteredAppxPkgsDlg.Designer.vb">
<DependentUpon>Help_RegisteredAppxPkgsDlg.vb</DependentUpon>
<Compile Include="Help\HelpBrowserForm.Designer.vb">
<DependentUpon>HelpBrowserForm.vb</DependentUpon>
</Compile>
<Compile Include="Help\Help_RegisteredAppxPkgsDlg.vb">
<Compile Include="Help\HelpBrowserForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.vb">
Expand Down Expand Up @@ -652,8 +655,8 @@
<EmbeddedResource Include="Actions\Validation\Actions.Validation.resx">
<DependentUpon>Actions.Validation.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Help\Help_RegisteredAppxPkgsDlg.resx">
<DependentUpon>Help_RegisteredAppxPkgsDlg.vb</DependentUpon>
<EmbeddedResource Include="Help\HelpBrowserForm.resx">
<DependentUpon>HelpBrowserForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.vb</DependentUpon>
Expand Down Expand Up @@ -909,6 +912,24 @@
<None Include=".editorconfig" />
<None Include="Actions\example.dta" />
<None Include="app.config" />
<None Include="docs\css\fonts\fontawesome-webfont.eot" />
<None Include="docs\css\fonts\fontawesome-webfont.ttf" />
<None Include="docs\css\fonts\fontawesome-webfont.woff" />
<None Include="docs\css\fonts\fontawesome-webfont.woff2" />
<None Include="docs\css\fonts\lato-bold-italic.woff" />
<None Include="docs\css\fonts\lato-bold-italic.woff2" />
<None Include="docs\css\fonts\lato-bold.woff" />
<None Include="docs\css\fonts\lato-bold.woff2" />
<None Include="docs\css\fonts\lato-normal-italic.woff" />
<None Include="docs\css\fonts\lato-normal-italic.woff2" />
<None Include="docs\css\fonts\lato-normal.woff" />
<None Include="docs\css\fonts\lato-normal.woff2" />
<None Include="docs\css\fonts\Roboto-Slab-Bold.woff" />
<None Include="docs\css\fonts\Roboto-Slab-Bold.woff2" />
<None Include="docs\css\fonts\Roboto-Slab-Regular.woff" />
<None Include="docs\css\fonts\Roboto-Slab-Regular.woff2" />
<None Include="docs\search\search_index.json" />
<None Include="docs\sitemap.xml.gz" />
<None Include="Helpers\dthelper.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -1011,6 +1032,99 @@
<Content Include="7z\amd64\7z.exe" />
<Content Include="7z\i386\7z.dll" />
<Content Include="7z\i386\7z.exe" />
<Content Include="docs\404.html" />
<Content Include="docs\css\fonts\fontawesome-webfont.svg" />
<Content Include="docs\css\theme.css" />
<Content Include="docs\css\theme_extra.css" />
<Content Include="docs\getting_started\msmg_migration\index.html" />
<Content Include="docs\getting_started\new_to_servicing\index.html" />
<Content Include="docs\getting_started\ntlite_migration\index.html" />
<Content Include="docs\getting_started\start\index.html" />
<Content Include="docs\img\favicon.ico" />
<Content Include="docs\img_tasks\appx\add_provisionedappxpackage\index.html" />
<Content Include="docs\img_tasks\appx\appx\index.html" />
<Content Include="docs\img_tasks\appx\remove_provisionedappxpackage\index.html" />
<Content Include="docs\img_tasks\capabilities\add_capability\index.html" />
<Content Include="docs\img_tasks\capabilities\capabilities\index.html" />
<Content Include="docs\img_tasks\capabilities\remove_capability\index.html" />
<Content Include="docs\img_tasks\drivers\add_driver\index.html" />
<Content Include="docs\img_tasks\drivers\drivers\index.html" />
<Content Include="docs\img_tasks\drivers\remove_driver\index.html" />
<Content Include="docs\img_tasks\features\disable_feature\index.html" />
<Content Include="docs\img_tasks\features\enable_feature\index.html" />
<Content Include="docs\img_tasks\features\features\index.html" />
<Content Include="docs\img_tasks\img_tasks\index.html" />
<Content Include="docs\img_tasks\info\appxpkg_info\index.html" />
<Content Include="docs\img_tasks\info\cap_info\index.html" />
<Content Include="docs\img_tasks\info\drv_info\index.html" />
<Content Include="docs\img_tasks\info\feat_info\index.html" />
<Content Include="docs\img_tasks\info\img_info\index.html" />
<Content Include="docs\img_tasks\info\infodlgs\index.html" />
<Content Include="docs\img_tasks\info\pkg_info\index.html" />
<Content Include="docs\img_tasks\info\winpe_info\index.html" />
<Content Include="docs\img_tasks\packages\add_package\index.html" />
<Content Include="docs\img_tasks\packages\packages\index.html" />
<Content Include="docs\img_tasks\packages\remove_package\index.html" />
<Content Include="docs\img_tasks\tools\mimgmgr\index.html" />
<Content Include="docs\index.html" />
<Content Include="docs\js\html5shiv.min.js" />
<Content Include="docs\js\jquery-3.6.0.min.js" />
<Content Include="docs\js\theme.js" />
<Content Include="docs\js\theme_extra.js" />
<Content Include="docs\res\getting_started\create_a_project.png" />
<Content Include="docs\res\getting_started\load_mount_directory.png" />
<Content Include="docs\res\getting_started\load_mount_directory_new.png" />
<Content Include="docs\res\getting_started\mount_an_image.png" />
<Content Include="docs\res\getting_started\msmg_toolkit.png" />
<Content Include="docs\res\getting_started\project_view.png" />
<Content Include="docs\res\img_tasks\appx\add_provisionedappxpackage.png" />
<Content Include="docs\res\img_tasks\appx\appxbundlemanifest.png" />
<Content Include="docs\res\img_tasks\appx\appxmanifest.png" />
<Content Include="docs\res\img_tasks\appx\appx_checkyouraccount.png" />
<Content Include="docs\res\img_tasks\appx\app_info.png" />
<Content Include="docs\res\img_tasks\appx\inside_manifest.png" />
<Content Include="docs\res\img_tasks\appx\logoasset.png" />
<Content Include="docs\res\img_tasks\appx\microsoft_apps.png" />
<Content Include="docs\res\img_tasks\appx\remove_provisionedappxpackage.png" />
<Content Include="docs\res\img_tasks\appx\store_rg-adguard.png" />
<Content Include="docs\res\img_tasks\capabilities\add_capability.png" />
<Content Include="docs\res\img_tasks\capabilities\remove_capability.png" />
<Content Include="docs\res\img_tasks\cmd_menu.png" />
<Content Include="docs\res\img_tasks\drivers\add_driver.png" />
<Content Include="docs\res\img_tasks\drivers\remove_driver.png" />
<Content Include="docs\res\img_tasks\drivers\remove_driver_inbox_bc.png" />
<Content Include="docs\res\img_tasks\drivers\remove_driver_noinbox_bc.png" />
<Content Include="docs\res\img_tasks\drivers\remove_driver_noinbox_nobc.png" />
<Content Include="docs\res\img_tasks\features\disable_feature.png" />
<Content Include="docs\res\img_tasks\features\enable_feature.png" />
<Content Include="docs\res\img_tasks\features\pkg_lookup.png" />
<Content Include="docs\res\img_tasks\info\appxpkg_info.png" />
<Content Include="docs\res\img_tasks\info\cap_info.png" />
<Content Include="docs\res\img_tasks\info\drvpkg_hw_target_controls.png" />
<Content Include="docs\res\img_tasks\info\drv_info.png" />
<Content Include="docs\res\img_tasks\info\feat_info.png" />
<Content Include="docs\res\img_tasks\info\get_drvfileinfo.png" />
<Content Include="docs\res\img_tasks\info\get_instdrvinfo.png" />
<Content Include="docs\res\img_tasks\info\get_instpkginfo.png" />
<Content Include="docs\res\img_tasks\info\get_pkgfileinfo.png" />
<Content Include="docs\res\img_tasks\info\img_info.png" />
<Content Include="docs\res\img_tasks\info\info_dlgs.png" />
<Content Include="docs\res\img_tasks\info\info_save.png" />
<Content Include="docs\res\img_tasks\info\pkg_info.png" />
<Content Include="docs\res\img_tasks\info\winpe_info.png" />
<Content Include="docs\res\img_tasks\mgmt\img_properties.png" />
<Content Include="docs\res\img_tasks\mgmt\prj_properties.png" />
<Content Include="docs\res\img_tasks\packages\add_package.png" />
<Content Include="docs\res\img_tasks\packages\remove_package.png" />
<Content Include="docs\res\img_tasks\quick_actions.png" />
<Content Include="docs\res\img_tasks\tools\mimgmgr\img_unmount.png" />
<Content Include="docs\res\img_tasks\tools\mimgmgr\mimgmgr.png" />
<Content Include="docs\res\product.png" />
<Content Include="docs\search.html" />
<Content Include="docs\search\lunr.js" />
<Content Include="docs\search\main.js" />
<Content Include="docs\search\worker.js" />
<Content Include="docs\sitemap.xml" />
<Content Include="Installer\dt.iss" />
<Content Include="Installer\ISCC.exe" />
<Content Include="Installer\ISCmplr.dll" />
Expand Down Expand Up @@ -1346,6 +1460,7 @@
<PostBuildEvent>SET DELETELOGDIR="Yes"
SET ISPREVIEW="Yes"
SET GEN_INSTALLER="Yes"
SET COPY_DOCS="Yes"
ECHO Generating program structure...
IF EXIST "$(SolutionDir)portable" (
COPY "$(SolutionDir)portable" . /Y
Expand Down Expand Up @@ -1387,6 +1502,10 @@ IF NOT EXIST scratch (
IF %25ISPREVIEW%25=="Yes" (
echo You will be running a preview release, which may not be ready for production. You may experience more bugs and less stability. Please switch to a stable release whenever possible.
)
IF %25COPY_DOCS%25=="Yes" (
echo Copying help documentation...
xcopy "$(ProjectDir)docs\*" "$(TargetDir)docs" /cehyi
)
IF %25GEN_INSTALLER%25=="Yes" (
echo The technology used for creating the installer is subject to a license. Refer to the "LICENSE.TXT" file in the "$(SolutionDir)Installer" directory for more information
echo Copying program files...
Expand Down Expand Up @@ -1416,6 +1535,9 @@ IF EXIST temp (
)
IF EXIST scratch (
rd scratch /s /q
)
IF EXIST docs (
rd docs /s /q
)</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

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

Loading