Skip to content

Conversation

@bovirus
Copy link
Contributor

@bovirus bovirus commented Nov 25, 2025

@CodingWonders

  • Change installer script to use RTF file (copied license.rtf in main folder) near to LICENSE

  • Improve some translation regarding 'First Use' and 'Main panel'.

@bovirus
Copy link
Contributor Author

bovirus commented Nov 25, 2025

@CodingWonders

Is it right this (current in your script)

Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "es"; MessagesFile: "compiler:Spanish.isl"
Name: "fr"; MessagesFile: "compiler:French.isl"
Name: "de"; MessagesFile: "compiler:German.isl"
Name: "it"; MessagesFile: "compiler:Italian.isl"
Name: "pt"; MessagesFile: "compiler:Portuguese.isl"

instead as standard

Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "fr"; MessagesFile: "compiler:Languages\French.isl"
Name: "de"; MessagesFile: "compiler:Languages\German.isl"
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "pt"; MessagesFile: "compiler:Languages\Portuguese.isl"

Copy link
Owner

@CodingWonders CodingWonders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RTF file is already used in the installer. I did it myself this morning.

Your Italian translation updates are nice, though.

license.rtf is not needed here; it's now included in the installer
@CodingWonders CodingWonders merged commit c882f73 into CodingWonders:dt_prerel_25121 Dec 3, 2025
CodingWonders added a commit that referenced this pull request Dec 5, 2025
* Update assembly information

* [PE Helper/HotInstall] Ignore errors on BOOTMGR view settings

* [Unattended answer file/DTSS] New Git folder integration starter script

* [Installer] Increase installer window size, update GPL license to use RTF version

* [PE Helper] Update Sysprep Preparator (v0.7.2_p3; lots of updates)

* [PE Helper/Main Menu] Add option for sysprep preparator

* [Fix] Fixed crash

* [PE Helper/Main Menu] Fixed dialog cancellation

* [PE Helper/SysprepPreparator] Update binary

* [Docs/Tour] Update submodule

* [Lib] Update Markdig to 0.44.0

* [PE Helper] Added computer inventory support script for DT PE

* [ServiceManager] Order svchost groups by name when they have an equal amount of services

* [PE Helper/Sysprep Preparator] Update binary

* [Unattended answer file/DTSS] Update to DTSS format; new Starter Script browser

* [Unattended answer file/DTSS Browser] Disable OK button by default

* [Unattended answer file] Modify default postinst script code

* [PE Helper/Sysprep Preparator] Update binary

* Italian language update (#307)

* Italian language update

* Delete license.rtf

license.rtf is not needed here; it's now included in the installer

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>

* [PE Helper/Sysprep Preparator] Update binary

* [Languages] Improve Italian translation

* [Unattended answer file/DTSS] Make it easier to set the wallpaper path

* [REL] Update What's New section

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>
CodingWonders added a commit that referenced this pull request Dec 26, 2025
* Prepare for next version

* Update installer banner

* DISMTools 0.7.2 Preview 1 (#303)

* Italian language update (#294)

* Italian language update (#296)

* Italian language update (#298)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update HelpBrowserForm.vb

Removed duplicate import

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>

* [Help] Update Italian wording

* [WebSearch] Begin modularizing web searches

* [Fix] Fixed absolute path issues (fixes #300)

* Italian language update (#301)

* Italian language update

* Update MainForm.vb

Remove duplicate import

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>

* [Fix] Fixed absolute path issues

Reapplied

* [Themes] New Tinted Color Themes

* [Unattended answer file] Update UnattendGen

* [InfoSaver] Rework AppX package count procedure

* [InfoSaver] Add dark mode detection for HTML report

* [PE Helper/HotInstall] DynaLog logging

* [Help/Tour] Update Tour with Italian videos

* [REL] Update What's New section

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>

* DISMTools 0.7.2 Preview 2 (#305)

* Update assembly information

* [DynaLog] Log Archive Removal capabilities (DL v1.0.3)

* [ServiceManager] Remove unnecessary call

* [PE Helper/SysprepPreparator] Update binary

Check out https://github.com/CodingWonders/SysprepPreparator for more information about commits.

* [PE Helper] Update menu application, update Sysprep Preparator binary

Added Auto mode

* [Unattended answer file/DTSS] Modify Notification Sources script

- Rework Enabled value setter
- Added Copilot to the blocklist (I'm sorry, but I will NOT let AI control **MY** computer -- seriously... what the f***, Microsoft?)

* [Unattended answer file/DTSS] New Verbose Status starter script

* [Unattended answer file/DTSS] Add value checking for QMR script

* [PE Helper/SysprepPreparator] Update binary

Check out https://github.com/CodingWonders/SysprepPreparator for more information about commits.

* [PE Helper] Retry ISO creation if it failed

* [PE Helper] Update file copyright info

* [PE Helper/SysprepPreparator] Update binary

Check out https://github.com/CodingWonders/SysprepPreparator for more information about commits.

* [WebSearch] Begin saving search engine settings

- Search engine preference is now saved
- The learn more link in the component screen of the unattended answer file creation wizard now respects that decision

* [Installer] Inno Setup 6.6

* [Unattended answer file] Delete incompatible self-contained UnattendGen

* [Unattended answer file/DTSS] Refactor Copilot notify removal procedure

* [WebSearch] Search Engine Enhancements

- Look item online has been added to feature info dialog
- Brave Search has been modified so it's now called without the stupid AI suggestions
- Exact terminology is now passed correctly to the search engine (only Google and Brave Search)

* [WebSearch] Search Engine Enhancements (part 2)

- Look item online has been added to capability info dialog

* [Docs/Tour] Fixed YT error 153 for tour videos by using a web server

* [Docs/Tour] Tour Server startup no longer shows a message to stop it

* [Docs/Tour] Update submodule

* [PE Helper/HotInstall] Remove watermark

* [Lib] Update Scintilla.NET to 6.1.0

* [Lib] Update ManagedDism to 4.0

* [ServiceManager] Add group information

* [ServiceManager] Add svchost group information

* [ServiceManager] Order svchost group names, get registered service count

* [PE Helper] Future sysprep preparator feature

* [REL] Update What's New section

* DISMTools 0.7.2 Preview 3 (#310)

* Update assembly information

* [PE Helper/HotInstall] Ignore errors on BOOTMGR view settings

* [Unattended answer file/DTSS] New Git folder integration starter script

* [Installer] Increase installer window size, update GPL license to use RTF version

* [PE Helper] Update Sysprep Preparator (v0.7.2_p3; lots of updates)

* [PE Helper/Main Menu] Add option for sysprep preparator

* [Fix] Fixed crash

* [PE Helper/Main Menu] Fixed dialog cancellation

* [PE Helper/SysprepPreparator] Update binary

* [Docs/Tour] Update submodule

* [Lib] Update Markdig to 0.44.0

* [PE Helper] Added computer inventory support script for DT PE

* [ServiceManager] Order svchost groups by name when they have an equal amount of services

* [PE Helper/Sysprep Preparator] Update binary

* [Unattended answer file/DTSS] Update to DTSS format; new Starter Script browser

* [Unattended answer file/DTSS Browser] Disable OK button by default

* [Unattended answer file] Modify default postinst script code

* [PE Helper/Sysprep Preparator] Update binary

* Italian language update (#307)

* Italian language update

* Delete license.rtf

license.rtf is not needed here; it's now included in the installer

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>

* [PE Helper/Sysprep Preparator] Update binary

* [Languages] Improve Italian translation

* [Unattended answer file/DTSS] Make it easier to set the wallpaper path

* [REL] Update What's New section

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>

* DISMTools 0.7.2 Preview 4 (#312)

* Update assembly information

* [PE Helper/PXE Helpers/FOGHS] Add UNIX usage notes

* [PE Helper/PXE Helpers] Add menu items for Server components

* [PE Helper/PXE Helpers/FOGHS] Detect fog and mariadb systemd service units

* [ISO Creator] Detect Windows UEFI CA 2023 DBX cert on current system

* [ISO Creator] Skip checks on BIOS systems

* [ISO Creator] Do not show DBX warning on UEFI systems without Secure Boot

* [Unattended answer file] For starter scripts in browser, correctly detect language

* [PMIP] Show in the center by default

* [PE Helper] Update HotInstall and Sysprep Preparator binaries

* [PE Helper] Add option to launch DIM on image capture script

* [Lib] Update Scintilla.NET to 6.1.1

* [Unattended answer file] Add auto-edition button for product keys

* [PE Helper/PXE Helpers/WDSHC] Warn when loaded on non-PXE environment

* [Fix] Automatically close web-enabled forms on closure

* [Fix] Do not download updater if it can't be deleted

* [PE Helper/PXE Helpers/WDSHC] Automatically get WDS server IP address

* [PE Helper/PXE Helpers/WDSHC] Validate more server auth input

* [PE Helper] Add support for WDS tools

* [PE Helper] Allow image capture script to load WDS image capture wizard

* [PE Helper] Remove DT PE BCD entry after WDS capture completes

* [PE Helper] Create custom wdscapture config list file to exclude DT folders

* [Unattended answer file] Update UnattendGen

* [Unattended answer file] Show message when no matches are found

* [PE Helper] Do not show WDS option if WDSCAPTURE does not exist

* [Fix] Add AdkInstallation value regardless of what function returns

* [Unattended answer file] Default to new message on script creation

* [Fix] Close another form before closing application

* [Refactor] Refactor ADK detection

This change makes ADK detection more reliable across the program and in the PE Helper. Thanks rayman95 on the MDL forums

* [PE Helper] Fix issues with ADK detection if kits root is only on WOW6432Node

* [REL] Update What's New section

* Last changes for DISMTools 0.7.2 (#319)

* Update assembly information

* [ISO Creator] Update ADK download links (10.0.28000.1)

* [PE Helper] Add revamped ADK detection to PE Helper ES

* [PE Helper ES] Fix oscdimg issue

* Enhance imagecapture.bat to support network shares (#313)

* Enhance imagecapture.bat to support network shares

Added functionality to save images to a network share by prompting for UNC path, username, and password.

* Fix syntax for set /p command in imagecapture.bat

* Fix glaring issues

- Option to map network share was shown after the option is selected
- Formatting consistency has been improved
- Some wording has changed

---------

Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>

* [PE Helper] NET option is for sourcedrive

* [PE Helper] Fix up the NET function some more

* [PE Helper] Fix network share map code in image capture script for good

* [Docs] Significant revamp of docs

* Add Discord badge to README (#315)

* [README] Move button

* [README] Update to HTML tag

* [PE Helper] Fallback WOW6432Node default minor fix

* [PE Helper] Surround destination WIM path in quotes

* [Help] Update doc locations to fit new structure

* [Help] DISMTools 0.7.2 Documentation Completion (part 1)

* [PE Helper] Retarget DIM to VS2026 and MSVC v145

* Add Discord (#317)

* Add Discord

* Update MainForm.Designer.vb

* [README] Up the minimum requirement for building DIM

* [README] Up the minimum requirement for building DIM (p.2)

* [REL] Update What's New section

---------

Co-authored-by: Real-MullaC <callumjanes2007new+github@gmail.com>

---------

Co-authored-by: bovirus <1262554+bovirus@users.noreply.github.com>
Co-authored-by: Real-MullaC <callumjanes2007new+github@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants