5
edits
Changes
Texmaker
,New page: Silent installer for Texmaker, an open-source LaTeX editor. <source lang="xml"> <package id="texmaker" name="texmaker 1.7" revision="17" reboot="false" ...
Silent installer for Texmaker, an open-source LaTeX editor.
<source lang="xml">
<package
id="texmaker"
name="texmaker 1.7"
revision="17"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="texmaker" />
<install cmd="%SOFTWARE%\texmaker\texmakerwin32_install.exe /S" />
<remove cmd="%PROGRAMFILES%\texmaker\uninstall.exe /S" />
</package>
</source>
[[Category:Silent Installers]]
<source lang="xml">
<package
id="texmaker"
name="texmaker 1.7"
revision="17"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="texmaker" />
<install cmd="%SOFTWARE%\texmaker\texmakerwin32_install.exe /S" />
<remove cmd="%PROGRAMFILES%\texmaker\uninstall.exe /S" />
</package>
</source>
[[Category:Silent Installers]]