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)
 
m
 
Line 3: Line 3:
 
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.
 
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
+
<source lang="xml">
 +
<package
 
     id="calcusyn"
 
     id="calcusyn"
 
     name="CalcuSyn"
 
     name="CalcuSyn"
Line 14: Line 15:
 
     <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.+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 ' />
 
     <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>
+
</package>
 +
</source>
 +
 
 +
[[Category: Silent Installers]]

Latest revision as of 09:07, 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>