Accelrys Draw

Accelrys Draw

Accelrys Draw enables scientists to draw and edit complex molecules, chemical reactions and biological sequences with ease, facilitating the collaborative searching, viewing, communicating, and archiving of scientific information. IT is free for use by academic institutions if a license agreement is completed and accepted by Accelrys.

The download setup.exe in an InstallShield wrapper around a simple MSI. Use uniextract 'to subdir' and chose the /b option from the wizard to find the 'symyx draw.msi' which you can then use with the normal msiexec.exe /i switches.

<package id="accelrysdraw"
         name="Accelrys Draw"
         revision="%version%"
         reboot="false"
         priority="100">
         <variable name="version" value="4.0.100"/>
         <check type="uninstall" condition="exists" path="Symyx Draw %version%"/>
         <install cmd='msiexec /i %SOFTWARE%\accelrysdraw\symyxdraw.%version%.msi /qn '/> 
         <remove  cmd='msiexec /x {44653096-3E44-402E-B68E-37D77240BFA8} /qn '/>
</package>