Difference between revisions of "DicomWorks"
From WPKG | Open Source Software Deployment and Distribution
(DicomWorks is a free DICOM viewer and utility that allows to read DICOM images locally) |
(No difference)
|
Revision as of 08:44, 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>