Difference between revisions of "ImageQuant TL"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(ImageQuant TL scientific software for 1D and array image anaylsis.)
 
m
Line 1: Line 1:
This package is for ImageQuant TL which is the most powerful, flexible and competitive general image analysis software available to the biotech community.  It is used for 1D and array image analysis. The software is commercial and found here http://www.imsupport.com/.
+
Silent package for ImageQuant TL which is the most powerful, flexible and competitive general image analysis software available to the biotech community.  It is used for 1D and array image analysis. The software is commercial and found here http://www.imsupport.com/.
  
 +
<source lang="xml">
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
   <packages>
 
   <packages>
Line 13: Line 14:
 
   </package>
 
   </package>
 
  </packages>
 
  </packages>
 +
</source>
 +
 +
[[Category:Silent Installers]]

Revision as of 09:40, 23 April 2009

Silent package for ImageQuant TL which is the most powerful, flexible and competitive general image analysis software available to the biotech community. It is used for 1D and array image analysis. The software is commercial and found here http://www.imsupport.com/.

 <?xml version="1.0" encoding="UTF-8"?>
  <packages>
   <package id="iqtl701"
        name="ImageQuant TL"
        revision="1"
        reboot="false"
        priority="14">
        <check type="uninstall" condition="exists" path="ImageQuantTL" />
        <install cmd='msiexec /i %SOFTWARE%\iqtl701\iqtl_7010.msi /qn ' />
        <remove  cmd='MsiExec.exe /X{42DB54EC-933D-4CFC-AE29-A91976299AE5} /qn ALLUSERS=1 REMOVE="ALL" ' />
  </package>
 </packages>