ImageQuant TL

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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>