Sync docs to grab /SILENT option in INSTALL & FAQ docs
This commit is contained in:
parent
b88145b924
commit
473c649b9a
29 changed files with 244 additions and 29 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 12, 2025
|
||||
enero 23, 2025
|
||||
|
||||
+------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -668,6 +668,15 @@ black! ←
|
|||
|
||||
|
||||
|
||||
→ I need to deploy Tux Paint on many Windows systems at once ←
|
||||
The installer executable version of Tux Paint
|
||||
(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/
|
||||
SILENT" ("silent") and "/VERYSILENT" ("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 Intune cloud-based endpoint management
|
||||
solution (see https://learn.microsoft.com/mem/intune/).
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2025 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 12, 2025
|
||||
enero 23, 2025
|
||||
|
||||
+---------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -431,6 +431,14 @@ location.
|
|||
|
||||
At this point, you can click 'Install' to install Tux Paint!
|
||||
|
||||
💡 The installer executable version of Tux Paint
|
||||
(tuxpaint-X.Y.Z-windows-ARCH-installer.exe) accepts command-line options "/
|
||||
SILENT" ("silent") and "/VERYSILENT" ("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 Intune cloud-based endpoint management solution (see
|
||||
https://learn.microsoft.com/mem/intune/).
|
||||
|
||||
## Changing the Settings Using the Shortcut ##
|
||||
|
||||
To change program settings, right-click on the TuxPaint shortcut and select
|
||||
|
|
@ -647,6 +655,8 @@ installed from the source code as follows. It should be installed to /opt/local
|
|||
|
||||
$ git clone https://github.com/markuskimius/SDL2_Pango.git
|
||||
$ cd SDL2_Pango
|
||||
$ export MACOSX_DEPLOYMENT_TARGET=11.0 # on Apple Silicon CPU; use "10.10"
|
||||
on Intel CPU
|
||||
$ ./configure --prefix=/opt/local && make && sudo make install
|
||||
|
||||
WARNING: Having any UNIX-like toolset installed on your Mac besides MacPorts
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
enero 12, 2025 </p>
|
||||
enero 23, 2025 </p>
|
||||
</center>
|
||||
|
||||
<table border="2"
|
||||
|
|
@ -885,6 +885,13 @@
|
|||
</p>
|
||||
</blockquote>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
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>
|
||||
|
||||
</dl>
|
||||
|
||||
<hr size="2"
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
enero 12, 2025 </p>
|
||||
enero 23, 2025 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -708,6 +708,9 @@
|
|||
|
||||
<p>
|
||||
At this point, you can click 'Install' to install Tux Paint! </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> 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>). </p>
|
||||
</section><!-- H3: Running the Tux Paint Windows Installer -->
|
||||
|
||||
<section class="indent"><!-- H3: Changing the Settings Using the Shortcut -->
|
||||
|
|
@ -1015,6 +1018,7 @@
|
|||
<code>
|
||||
$ <strong>git</strong> clone https://github.com/markuskimius/SDL2_Pango.git<br/>
|
||||
$ <strong>cd</strong> SDL2_Pango<br/>
|
||||
$ <strong>export MACOSX_DEPLOYMENT_TARGET=11.0</strong> <em># on Apple Silicon CPU; use "10.10" on Intel CPU</em><br/>
|
||||
$ <strong>./configure</strong> --prefix=/opt/local && make && sudo make install
|
||||
</code>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue