Difference between revisions of "ToxWiz Client"
From WPKG | Open Source Software Deployment and Distribution
(ToxWiz Client) |
(ToxWiz Client) |
||
Line 3: | Line 3: | ||
ToxWiz is a software solution for predicting toxic endpoints and for elucidating mechanisms of toxicity. It allows you to understand on- and off- target mechanisms of action of your compounds. | ToxWiz is a software solution for predicting toxic endpoints and for elucidating mechanisms of toxicity. It allows you to understand on- and off- target mechanisms of action of your compounds. | ||
− | + | To get the msi and cab files you must execute the .exe with /extract:c:\''myextractedpath'' I then renamed the 2_5_0 to _2.5_0 to use the %version% option. | |
<package id="toxwiz" | <package id="toxwiz" |
Revision as of 15:46, 14 February 2012
More scientific software.
ToxWiz is a software solution for predicting toxic endpoints and for elucidating mechanisms of toxicity. It allows you to understand on- and off- target mechanisms of action of your compounds.
To get the msi and cab files you must execute the .exe with /extract:c:\myextractedpath I then renamed the 2_5_0 to _2.5_0 to use the %version% option.
<package id="toxwiz" name="ToxWiz Client 2.5" revision="%version%" reboot="false" priority="1"> <variable name="version" value="2.5"/> <check type="uninstall" condition="versionequalto" path="ToxWiz %version%" value="%version%.0" /> <install cmd='MsiExec.exe /i %software%\toxwiz\ToxWizClient_%version%_0.msi ALLUSERS=1 /qn /norestart'/> <remove cmd='MsiExec.exe /x{A515458E-F554-49D6-8F5A-2E122C56A47A} /qn /norestart'/> </package>