Sync docs after INSTALL/FAQ update re: /SILENT

This commit is contained in:
Bill Kendrick 2025-01-24 00:27:43 -08:00
parent 473c649b9a
commit bc47f0e36f
28 changed files with 126 additions and 112 deletions

View file

@ -890,7 +890,7 @@
I need to deploy Tux Paint on many Windows systems at once </dt>
<dd>
The installer executable version of Tux Paint (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) accepts command-line options "<code>/SILENT</code>" ("silent") and "<code>/VERYSILENT</code>" ("very silent") which can be used to install and uninstall Tux Paint without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
The installers for both Tux Paint (plus Tux Paint Config.) (<code>tuxpaint-X.Y.Z-windows-ARCH-installer.exe</code>) and Tux Paint Stamps (<code>tuxpaint-stamps-YYYY.MM.DD-windows-installer.exe</code>) accept the command-line options "<code>/SILENT</code>" ("silent") or "<code>/VERYSILENT</code>" ("very silent") which can be used to install and uninstall their component without use of an interactive set-up window. This can be useful for automating installation on a collection of PCs, for example using Microsoft <cite>Intune</cite> cloud-based endpoint management solution (see <a href="https://learn.microsoft.com/mem/intune/">https://learn.microsoft.com/mem/intune/</a>). </dd>
</dl>