Difference between revisions of "ImageQuant TL"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (remove non neutral description)
m
 
Line 1: Line 1:
Silent package for ImageQuant TL which a 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, a 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">
 
<source lang="xml">

Latest revision as of 09:54, 1 April 2011

Silent package for ImageQuant TL, a 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>