Difference between revisions of "Texmaker"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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" ...)
(No difference)

Revision as of 17:50, 23 September 2008

Silent installer for Texmaker, an open-source LaTeX editor.

<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>