Difference between revisions of "DicomWorks"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(DicomWorks is a free DICOM viewer and utility that allows to read DICOM images locally)
 
m
 
Line 1: Line 1:
 
DicomWorks is a free DICOM viewer and utility that allows to read DICOM images locally (CDROM, hard disk), on network (PACS), and export images to any destination by email, FTP for teleradiology.  You can download it from here [http://www.dicomworks.com/ http://www.dicomworks.com/]
 
DicomWorks is a free DICOM viewer and utility that allows to read DICOM images locally (CDROM, hard disk), on network (PACS), and export images to any destination by email, FTP for teleradiology.  You can download it from here [http://www.dicomworks.com/ http://www.dicomworks.com/]
  
<package
+
<source lang="xml">
 +
<package
 
     id="dicomworks"
 
     id="dicomworks"
 
     name="DicomWorks 1.3.5b"
 
     name="DicomWorks 1.3.5b"
Line 17: Line 18:
 
     <exit code="1" />
 
     <exit code="1" />
 
     </remove>
 
     </remove>
</package>
+
</package>
 +
</source>
 +
 
 +
[[Category: Silent Installers]]

Latest revision as of 09:06, 22 May 2012

DicomWorks is a free DICOM viewer and utility that allows to read DICOM images locally (CDROM, hard disk), on network (PACS), and export images to any destination by email, FTP for teleradiology. You can download it from here http://www.dicomworks.com/

<package
    id="dicomworks"
    name="DicomWorks 1.3.5b"
    revision="%version%"
    reboot="false"
    priority="20">
    <variable name="version" value="1.3.5" />
    <variable name="instversion" value="135b" />
    <check type="uninstall" condition="exists" path="DicomWorks %version%b" />
    <install cmd='"%SOFTWARE%\dicomworks\dicomworks_%instversion%.exe" /SILENT /NORESTART ' />
    <remove architecture="x64" cmd='"%PROGRAMFILES(x86)%\DicomWorks\unins000.exe" /VERYSILENT /NORESTART' >
    <exit code="1" />
    </remove>
    <remove architecture="x86" cmd='"%PROGRAMFILES%\DicomWorks\unins000.exe" /VERYSILENT /NORESTART' >
    <exit code="1" />
    </remove>
</package>