-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial localization support for Help documentation (#6)
* Work on additional languages - Organize languages into subfolders - Initial Spanish support * Translation update Spanish translation update for help documentation contents (2024/01/23) * Translation updates (2024/01/24) 40th Macintosh Anniversary update: - More items have received Spanish translations - Readme file now has site generation section * Update README.md * Add Recents list documentation * DISMTools Help Contents Localization Update (part 1) (#5) * Update product images * Update Getting Started resources * Resource update (part 3) Updated the majority of resources of the "img_tasks" folder * Resource update (part 4) * Update site_gen.ps1 Perform regex replace for CSS fixes * Documentation update (2024/06/10) * DISMTools Help Content Updates (2024/06/14) * DISMTools Help Documentation Updates (2024/06/15) * DISMTools Help Documentation Updates (2024/06/20) - Added driver import task (en) - Replaced all references of Server vNext with Server 2025
- Loading branch information
1 parent
239478c
commit 07de4fa
Showing
294 changed files
with
2,034 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
# Adding provisioned AppX packages | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/appx/add_provisionedappxpackage.png" /> | ||
</p> | ||
|
||
With DISMTools you can add provisioned AppX packages using an intuitive UI. This action can be accessed by clicking Commands > App packages > Add provisioned app package... | ||
|
||
## Target OS support | ||
|
||
This action is supported on the following platforms: | ||
|
||
| Platform | Supported? | | ||
|:--:|:--:| | ||
| Windows 7/Server 2008 R2 | ❌ | | ||
| Windows 8/Server 2012 | ✔ | | ||
| Windows 8.1/Server 2012 R2 | ✔ | | ||
| Windows 10/Server 2016/2019/2022 | ✔ | | ||
| Windows 11/Server 2025 | ✔ | | ||
|
||
**NOTE:** if you are adding provisioned AppX packages to an online installation, you may need to enable sideloading of applications. Otherwise, you may get error code `0xc1570113`. More information can be found [here](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/sideload-apps-with-dism-s14?view=windows-11#configure-pcs-for-developing-windows-apps). You may also need to properly **register the application to the operating system** for it to fully work, a guide for which is explained later in this page. | ||
|
||
<i>This action is supported on DISMTools 0.2 and newer</i> | ||
|
||
## Usage | ||
|
||
- Add any application file you want to add to a Windows image, which can be in the `.appx`, `.msix`, `.appxbundle` or `.msixbundle` format, to the **AppX package list**. This can be done by using the buttons on the bottom of the dialog, or by dropping them from an **elevated** application. | ||
- If an application contains dependencies, be sure to add these to the **AppX dependency list**, by using the buttons below or by dropping them from an elevated application | ||
|
||
### App Installer support | ||
|
||
DISMTools 0.3.2 expands the AppX addition capabilities by supporting App Installer files. Simply specify an `.appinstaller` file or drop it in the package addition list view, and let the program deal with it. | ||
|
||
You can learn more about App Installer files [here](./appx.md#app-installer-files). | ||
|
||
### Encrypted application support | ||
|
||
DISMTools 0.5 introduces the ability to add encrypted application packages (`.eappx`, `.emsix`, `.eappxbundle`, and `.emsixbundle` files) to **active installations**. Simply add those, just like you would with regular applications. | ||
|
||
For standard encrypted applications (not bundles), you can also view standard information about them, thanks to a modified version of [UnpEax](https://github.com/dalion619/UnpEax): | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/appx/eappx_support.png" /> | ||
</p> | ||
|
||
*Encrypted application bundle package support will come in a future version.* | ||
|
||
You may notice that all options are disabled. This is because the program uses a PowerShell command to add these applications, as they can't be added using DISM. | ||
|
||
## Options | ||
|
||
- A **license file** may be required for an application to be installed, which you can specify in the license file text box. Otherwise, select "Skip license" | ||
- If you want, you can **provide a custom data file** | ||
- If you want to provision applications in some regions, specify them, separated by a semi-colon (;); following the [ISO 3166-1 Alpha 2](https://en.wikipedia.org/wiki/ISO_3166-1) or [Alpha 3](https://en.wikipedia.org/wiki/ISO_3166-1) codes | ||
|
||
**NOTE:** specifying a region requires DISM for Windows 10 and/or a Windows 10 or later image. | ||
|
||
- If you want, you can **commit the image after adding the selected AppX packages**. | ||
|
||
## Questions | ||
|
||
**Q: Where can I download app packages?** | ||
|
||
**A:** You can make use of the [Microsoft Store Generation Project](https://store.rg-adguard.net/) and the [web version of the Microsoft Store](https://apps.microsoft.com/store/apps). Follow these steps: | ||
|
||
1. Load the Microsoft Apps website and search for the application you are looking for | ||
2. Once you've found your desired application, **copy its link**. It will be useful for the generation project | ||
3. Load the generation project website and paste the link you've copied | ||
4. If the server returns results, download the desired version of the AppX package **and its dependencies** | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/appx/microsoft_apps.png" /> | ||
</p> | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/appx/store_rg-adguard.png" /> | ||
</p> | ||
|
||
If your browser complains about the safety of the files, confirm you want to download them. | ||
|
||
**Q: I've installed an application on an online installation using this method, but the application doesn't work. Why?** | ||
|
||
**A:** This may occur because the application is not fully registered. To do this, you need to make use of the registry and PowerShell: | ||
|
||
1. Open the Registry Editor, go to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications` and grab the name of the application you want to register | ||
2. Next, open PowerShell as an administrator and type the following: | ||
|
||
```powershell | ||
Get-ItemPropertyValue -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications\*<PackageName>*\' -Name "Path" | Add-AppxPackage -DisableDevelopmentMode -Register | ||
``` | ||
|
||
(where `*<PackageName>*` is the name of the package you want to register) | ||
|
||
- If the command complains about `%SYSTEMDRIVE%` being in the `Path` value, replace it with the drive you've booted to, like this: | ||
|
||
```powershell | ||
(Get-ItemPropertyValue -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications\*<PackageName>*\' -Name "Path").Replace('%SYSTEMDRIVE%', 'C:').Trim() | Add-AppxPackage -DisableDevelopmentMode -Register | ||
``` | ||
|
||
(obviously, replace "C:" with your boot drive) | ||
|
||
- If the command complains about a missing dependency, download it, then add it using DISM, then use the same procedure | ||
|
||
The application should be fully registered now. Do note that the application will still not work if you are logged into the built-in Administrator account. In that case, you need to create a new user. | ||
|
||
## Related topics | ||
|
||
- [Command-line help](https://example.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Importing drivers | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/drivers/import_driver.png" /> | ||
</p> | ||
|
||
With DISMTools you can easily import all third-party drivers of a Windows image to another image. This guarantees that the resulting image will have the same hardware compatibility as the source image. This action can be accessed by clicking Commands > Drivers > Import driver packages... | ||
|
||
## Target OS support | ||
|
||
This action is supported on the following platforms: | ||
|
||
| Platform | Supported? | | ||
|:--:|:--:| | ||
| Windows 7/Server 2008 R2 | ✔ | | ||
| Windows 8/Server 2012 | ✔ | | ||
| Windows 8.1/Server 2012 R2 | ✔ | | ||
| Windows 10/Server 2016/2019/2022 | ✔ | | ||
| Windows 11/Server 2025 | ✔ | | ||
|
||
<i>This action is supported on DISMTools 0.4.1 and newer</i> | ||
|
||
## Usage | ||
|
||
1. Specify the source from which to export the drivers: | ||
|
||
- **Image file** will import all third-party drivers of another image. You will need to specify the source image, which you can pick from the list of mounted images | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/drivers/import_driver_winimage.png" /> | ||
</p> | ||
|
||
- **Online installation** will import all third-party drivers of your active installation | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/drivers/import_driver_active.png" /> | ||
</p> | ||
|
||
- **Offline installation** will import all third-party drivers of the desired deployed image. Simply specify the source drive | ||
|
||
<p align="center"> | ||
<img src="../../../res/img_tasks/drivers/import_driver_deployed.png" /> | ||
</p> | ||
|
||
2. Click OK after you've made your selection | ||
|
||
## Remarks | ||
|
||
- Once drivers have been imported, the target image **should not be used** on computers other than the computer with the drivers of the source image, **unless they are removed** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.