Difference between revisions of "Cn3D"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Cn3D)
 
m
 
Line 1: Line 1:
 
Cn3D is a helper application for your web browser that allows you to view 3-dimensional structures from NCBI's  Entrez retrieval service.  For more info see here http://www.ncbi.nlm.nih.gov/Structure/CN3D/cn3d.shtml
 
Cn3D is a helper application for your web browser that allows you to view 3-dimensional structures from NCBI's  Entrez retrieval service.  For more info see here http://www.ncbi.nlm.nih.gov/Structure/CN3D/cn3d.shtml
  
<package
+
 
 +
<source lang="xml">
 +
<package
 
     id="Cn3D"
 
     id="Cn3D"
 
     name="Cn3D 4.1"
 
     name="Cn3D 4.1"
Line 9: Line 11:
 
     <install cmd='msiexec /i c:\temp\cn3d\Cn3D_4_1.msi /passive ' />
 
     <install cmd='msiexec /i c:\temp\cn3d\Cn3D_4_1.msi /passive ' />
 
     <remove cmd='MsiExec.exe /x {9E9B6958-F339-489A-A984-520047E96921} /qn ' />
 
     <remove cmd='MsiExec.exe /x {9E9B6958-F339-489A-A984-520047E96921} /qn ' />
</package>
+
</package>
 +
</source>
 +
 
 +
[[category:Silent Installers]]

Latest revision as of 17:25, 14 October 2009

Cn3D is a helper application for your web browser that allows you to view 3-dimensional structures from NCBI's Entrez retrieval service. For more info see here http://www.ncbi.nlm.nih.gov/Structure/CN3D/cn3d.shtml


<package
    id="Cn3D"
    name="Cn3D 4.1"
    revision="1"
    priority="2">
    <check type="uninstall" condition="exists" path="Cn3D 4.1"/>
    <install cmd='msiexec /i c:\temp\cn3d\Cn3D_4_1.msi /passive ' />
    <remove cmd='MsiExec.exe /x {9E9B6958-F339-489A-A984-520047E96921} /qn ' />
</package>