Difference between revisions of "TeXnicCenter"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for TeXnicCenter (TeX shell). | This is a silent installer and uninstaller for TeXnicCenter (TeX shell). | ||
− | + | <source lang="xml"> | |
+ | <package id="texniccenter" name="TeXnicCenter (TeX shell)" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="TeXnicCenter Version 1 Beta 6.21 (Fawkes)" /> | <check type="uninstall" condition="exists" path="TeXnicCenter Version 1 Beta 6.21 (Fawkes)" /> | ||
<install cmd='%SOFTWARE%\texniccenter\TXCSetup_1Beta6_21.exe /SP- /SILENT /NORESTART' /> | <install cmd='%SOFTWARE%\texniccenter\TXCSetup_1Beta6_21.exe /SP- /SILENT /NORESTART' /> | ||
<remove cmd='"%PROGRAMFILES%\TeXnicCenter\unins000.exe" /SP- /SILENT /NORESTART' /> | <remove cmd='"%PROGRAMFILES%\TeXnicCenter\unins000.exe" /SP- /SILENT /NORESTART' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 17:31, 23 April 2008
This is a silent installer and uninstaller for TeXnicCenter (TeX shell).
<package id="texniccenter" name="TeXnicCenter (TeX shell)" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="TeXnicCenter Version 1 Beta 6.21 (Fawkes)" />
<install cmd='%SOFTWARE%\texniccenter\TXCSetup_1Beta6_21.exe /SP- /SILENT /NORESTART' />
<remove cmd='"%PROGRAMFILES%\TeXnicCenter\unins000.exe" /SP- /SILENT /NORESTART' />
</package>