Merci pour ce retour.
Je regarderai ça en... février
Après le téléchargement de mBlocks avec Manage n'a jamais été terrible et même sans Manage, c'est super super long...
If you find problems with the current version which works in the previous versions,
you may access the downloads here. But they are no longer maintained, and no customer service will be provided on previous versions.
Windows XP Special Version: mBlock 3.4.2 beta2 Windows Download
This version uses a special Arduino distribution, that may compile programs that otherwise do not work in Windows XP.
Generally, Windows XP is not supported. Since there is no Arduino version perfectly works with Windows XP while having all the features needed by mBlock.
mBlock 3.4.1 Mac Windows
mBlock 3.4.0 Mac Windows
mBlock 3.3.8 Mac Windows
mBlock 3.3.7 Mac Windows
mBlock 3.3.4 Mac Windows
mBlock 3.3.3 Mac Windows
mBlock 3.3.2 Mac Windows
mBlock 3.3.1 Mac Windows
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\mBlock\mBlock.exe" value="225280" />
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\mBlock\mBlock.exe" value="234088" />
raphael.brocq a écrit :@ Brahim ; Je viens de réussir sans soucis la désinstall.
Essaye en upgradant en 3.4.5. et en désinstall
@ Marc : Pour ce qui est du check, je suis surpris, car j'ai bien 225280
mblock_01.png
Y aurait-il deux versions de l'exe 3.4.5. !
<package id="mBLock"
name="mBlock - Logiciel de programmation basé sur Scratch"
revision="%version%.1"
priority="70"
reboot="false" >
<variable name="version" value="3.4.6" />
<variable name="version_tirets" value="_3_4_6" />
<eoledl dl='http://mblock.makeblock.com/mBlock_win_V%version%.exe' destname='programmation\mBlock\mBlock_win_V%version%.exe' />
<!-- declaration des variables generales - merci se3 -->
<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"/>
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\mBlock\mBlock.exe" value="225280" />
<install cmd='%SOFTWARE%\programmation\mBlock\mBlock_win_V%version%.exe /VERYSILENT' />
<upgrade include='install' />
<downgrade include='install' />
<remove cmd='"%PROGRAMFILES%\mBlock\unins000.exe" /SILENT' /><exit code='1' />
<remove cmd='%COMSPEC% /C rmdir /S /Q "%PROGRAMFILES%\mBlock"' />
</package>
<variable name="version" value="3.4.5" />
<variable name="version" value="3.4.6" />
<variable name="version_tirets" value="_3_4_6" />
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\mBlock\mBlock.exe" value="225280" />
<check type="uninstall" condition="versionequalto" path="mBlock" value="%version%" />