Difference between revisions of "KLayout"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with ' ==KLayout 0.20== <source lang="xml"> <package id="klayout" name="Klayout" revision="020" reboot="false" priority="0"> <check type="…')
 
Line 1: Line 1:
 
 
==KLayout 0.20==
 
==KLayout 0.20==
  
Line 5: Line 4:
 
<package id="klayout"
 
<package id="klayout"
 
         name="Klayout"
 
         name="Klayout"
         revision="020"
+
         revision="0202"
 
         reboot="false"
 
         reboot="false"
 
         priority="0">
 
         priority="0">
Line 11: Line 10:
 
       <check type="uninstall" condition="exists" path="Klayout - Layout Viewer And Editor" />
 
       <check type="uninstall" condition="exists" path="Klayout - Layout Viewer And Editor" />
 
   
 
   
       <install cmd='%software%\klayout\klayout-0.20-win32-install.exe /S' />
+
       <install cmd='%software%\klayout\klayout-0.20.2-win32-install.exe /S' />
 
        
 
        
 +
      <upgrade cmd='%software%\klayout\klayout-0.20.2-win32-install.exe /S' />
 
   
 
   
 
       <remove  cmd='C:\Program Files\KLayout\klayout-uninstall.exe /S' />
 
       <remove  cmd='C:\Program Files\KLayout\klayout-uninstall.exe /S' />

Revision as of 14:14, 1 July 2010

KLayout 0.20

<package id="klayout"
         name="Klayout"
         revision="0202"
         reboot="false"
         priority="0">
 
       <check type="uninstall" condition="exists" path="Klayout - Layout Viewer And Editor" />
 
       <install cmd='%software%\klayout\klayout-0.20.2-win32-install.exe /S' />
       
       <upgrade cmd='%software%\klayout\klayout-0.20.2-win32-install.exe /S' />
 
       <remove  cmd='C:\Program Files\KLayout\klayout-uninstall.exe /S' />
 
  </package>