Logiciel : Specamp
Développeur :
Type de licence :
Compatible XP : Oui
Compatible Win7 : Oui
Existe aussi sous Linux : Non
Version : 1.4.2
SPECAMP est un logiciel gratuit permettant de visualiser, exploiter et enregistrer des spectres UV/Visible, IR et RMN du proton.

Code : Tout sélectionner
<package
id="Specamp"
name="Specamp - logiciel de spectroscopie"
revision="%version%.1"
priority="100"
reboot="false" >
<!-- declaration des variables utiles pour le XML -->
<variable name="version" value="1.4.2" />
<variable name="version_court" value="1.4" />
<!-- declaration des variables generales -->
<variable name="PROGRAMFILES" value="%PROGRAMFILES%" architecture="x86"/>
<variable name="PROGRAMFILES" value="%PROGRAMFILES(X86)%" architecture="x64"/>
<variable name="ComSpec" value="%SystemRoot%\System32\cmd.exe" architecture="x86"/>
<variable name="ComSpec" value="%SystemRoot%\SysWOW64\cmd.exe" architecture="x64"/>
<variable name="BDR" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" architecture="x86"/>
<variable name="BDR" value="HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" architecture="x64"/>
<eoledl dl="http://www.sciences-edu.net/physique/specamp/setup_Specamp.exe" destname="/physique/specamp/setup_Specamp.exe" />
<check type="uninstall" condition="exists" path="Specamp v.%version_court%" />
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Serge_LAGIER\Specamp\Specamp.exe" value="1.4.0.2" />
<install cmd='%SOFTWARE%\physique\specamp\setup_Specamp.exe /verysilent' />
<upgrade include="remove" />
<upgrade include="install" />
<downgrade include="upgrade" />
<remove cmd='%ComSpec% /C if exist "%ProgramFiles%\Serge_LAGIER\Specamp\unins000.exe" start /wait "remove" "%ProgramFiles%\Serge_LAGIER\Specamp\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART' timeout="300" ><exit code="any" reboot="false"/></remove>
<remove cmd='%ComSpec% /c if exist "%PROGRAMFILES%\Serge_LAGIER\Specamp" RD /S /Q "%PROGRAMFILES%\Serge_LAGIER\Specamp"' />
</package>