Changes

Brain Explorer

802 bytes added, 11:41, 18 March 2015
Brain Exploere 2
The Brain Explorer 2 software is a desktop application for viewing the human brain anatomy and gene expression data in 3-D.

I edit the MSI with Orca to determine the version number from the Property table and rename the MSI.

<source lang="xml">
<package id="brainexplorer"
name="Brain Explorer 2"
revision="%version%"
reboot="false"
execute="once"
priority="10">
<variable name="version" value="2.3.4.2382"/>
<check type="uninstall" condition="versionequalto" path="Brain Explorer 2" value="%version%"/>
<install cmd='msiexec.exe /i "%SOFTWARE%\brainexplorer\BrainExplorer2.%version%.msi" /qn /norestart ALLUSERS=1 '/>
<upgrade include='install' />
<remove cmd='MsiExec.exe /X{669AD61C-F3A4-4962-8C42-5226AE04BA77} /qn '/><!--2.3.4.2382-->
</package>
</source>
76
edits