Difference between revisions of "CalcuSyn"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(CalcuSyn Dose-Effect Analyzer for Single and Multiple Drugs)
(No difference)

Revision as of 09:00, 22 May 2012

Dose-Effect Analyzer for Single and Multiple Drugs

This is paid for software which needs registering by an admin account. On Windows Vista and Windows 7 you must run it in compatibility mode and as administrator.

<package
   id="calcusyn"
   name="CalcuSyn"
   revision="%version%"
   reboot="false"
   priority="2">
   <variable name="version" value="2" />
   <check type="uninstall" condition="exists" path="CalcuSyn"/>
   <install cmd='%SOFTWARE%\calcusyn\calcusyn.exe /s '/>
   <remove os="windows.+5\.\d{1}\.\d{4}" architecture="x86" cmd='C:\Progra~1\CalcuSyn\UNWISE.EXE /A /S /Z C:\Progra~1\CalcuSyn\INSTALL.LOG ' />
   <remove os="windows.+6\.\d{1}\.\d{4}" architecture="x64" cmd='C:\Progra~2\CalcuSyn\UNWISE.EXE /A /S /Z C:\Progra~2\CalcuSyn\INSTALL.LOG ' />
</package>