Difference between revisions of "TeXnicCenter"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
  <package id="texniccenter" name="TeXnicCenter (TeX shell)" revision="1" priority="0" reboot="false">
 
  <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='\\server\share\texniccenter\TXCSetup_1Beta6_21.exe /SP- /SILENT /NORESTART' />
+
  <install cmd='%SOFTWARE%\texniccenter\TXCSetup_1Beta6_21.exe /SP- /SILENT /NORESTART' />
  <remove cmd='"C:\Program Files\TeXnicCenter\unins000.exe" /SP- /SILENT /NORESTART' />
+
  <remove cmd='"%PROGRAMFILES%\TeXnicCenter\unins000.exe" /SP- /SILENT /NORESTART' />
<upgrade cmd='' />
+
 
  </package>  
 
  </package>  
  
[[category:Silent Installers|TeXnicCenter]]
+
[[category:Silent Installers]]

Revision as of 13:38, 3 October 2006

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>