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" ...)
 
m (add external link)
Line 1: Line 1:
Silent installer for Texmaker, an open-source LaTeX editor.
+
Silent installer for Texmaker, an open-source LaTeX editor. More infos from [http://www.xm1math.net/texmaker/ here]
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 09:28, 31 March 2011

Silent installer for Texmaker, an open-source LaTeX editor. More infos from here

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