Abuledu
From WPKG | Open Source Software Deployment and Distribution
GCompris
The Abuledu Gcompris packages are packaged with NSIS Installer. The first actions left on the pacakge file are to remove previous release. As they were packaged/installed with different methods (even with Zip files). The xcopy operations allow you to save the Licence file (yes there's one when using windows only) and deploying it again.
We could use a template which probably would have been the best way to make all of this !
<package
id="gcompris"
name="gcompris"
revision="930"
priority="1">
<!-- NSIS Installer -->
<check type="logical" condition="or" >
<check type="registry" condition="exists" path="HKLM\SOFTWARE\gcompris" />
<check type="uninstall" condition="exists" path="GCompris Uninstall" />
</check>
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\GCompris\gcompris-uninst.exe" %PROGRAMFILES%\GCompris\gcompris-uninst.exe" /S _?=%ProgramFiles%\GCompris' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\GCompris" rmdir /s /Q "%PROGRAMFILES%\GCompris" >NUL' />
<install cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\gcompris-9.3.exe" /S >NUL' />
<install cmd='%COMSPEC% /C xcopy "%SOFTWARE%\abuledu\.config" "%ALLUSERSPROFILE%\..\Default User\.config" /C /I /H /E /Q /Y >/NUL' />
<install cmd='%COMSPEC% /C del /q "%ALLUSERSPROFILE%"\Bureau\"GCompris Admin.lnk" >NUL' />
<remove cmd='"%PROGRAMFILES%\GCompris\gcompris-uninst.exe" /S' />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\GCompris" rmdir /s /Q "%PROGRAMFILES%\GCompris" >NUL' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\GCompris\gcompris-uninst.exe" %PROGRAMFILES%\GCompris\gcompris-uninst.exe" /S _?=%ProgramFiles%\GCompris' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\GCompris" rmdir /s /Q "%PROGRAMFILES%\GCompris" >NUL' />
<upgrade cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\gcompris-9.3.exe" /S >NUL' />
<upgrade cmd='%COMSPEC% /C del /q "%ALLUSERSPROFILE%"\Bureau\"GCompris Admin.lnk" >NUL' />
</package>
Le Terrier
Some (most of) applications provided by "Le Terrier" requires TCL for windows. Abuledu team provide the package with an auto-installer made with Inno Setup. Beware some of the package do not use the same path for uninstall names, this may lead to some errors, and may be upgraded in the future.
<package
id="abuledu_aller"
name="abuledu aller"
revision="40010"
priority="1">
<depends package-id="tcl" />
<!-- Inno Setup -->
<check type="uninstall" condition="exists" path="Le Terrier d'AbulEdu - Aller 4.0.0.1" />
<install cmd='%COMSPEC% /C if exist "%SystemDrive%\Aller\unins000.exe" "%SystemDrive%\Aller\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%SystemDrive%\Aller" rmdir /s /Q "%SystemDrive%\Aller" >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Aller\unins000.exe" "%PROGRAMFILES%\AbulEdu\Aller\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Aller" rmdir /s /Q "%PROGRAMFILES%\AbulEdu\Aller" >NUL' />
<install cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-aller-4.0.0.1.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
<remove cmd='"%PROGRAMFILES%\AbulEdu\Aller\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Aller\unins000.exe" "%PROGRAMFILES%\AbulEdu\Aller\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Aller" rmdir /s /Q "%PROGRAMFILES%\AbulEdu\Aller" >NUL' />
<upgrade cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-aller-4.0.0.1.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
</package>
<package
id="abuledu_associations"
name="abuledu associations"
revision="4010"
priority="1">
<depends package-id="tcl" />
<!-- Inno Setup -->
<check type="uninstall" condition="exists" path="Le Terrier d'AbulEdu - Associations 4.0.1" />
<install cmd='%COMSPEC% /C if exist "%SystemDrive%\Associations\unins000.exe" "%SystemDrive%\Associations\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%SystemDrive%\Associations" rmdir /s /Q "%SystemDrive%\Associations" >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Associations\unins000.exe" "%PROGRAMFILES%\AbulEdu\Associations\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Associations" rmdir /s /Q "%PROGRAMFILES%\AbulEdu\Associations" >NUL' />
<install cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-associations-4.0.1.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
<remove cmd='"%PROGRAMFILES%\AbulEdu\Associations\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Associations\unins000.exe" "%PROGRAMFILES%\AbulEdu\Associations\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\Associations" rmdir /s /Q "%PROGRAMFILES%\AbulEdu\Associations" >NUL' />
<upgrade cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-aller-4.0.0.1.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
</package>
<package
id="abuledu_calcul_reflechi"
name="abuledu calcul_reflechi"
revision="30"
priority="1">
<depends package-id="tcl" />
<!-- Inno Setup -->
<check type="uninstall" condition="exists" path="Le Terrier d'AbulEdu - Calcul Réfléchi 0.0.3" />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\calcul_reflechi\unins000.exe" "%PROGRAMFILES%\calcul_reflechi\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\calcul_reflechi" rmdir /s /Q "%PROGRAMFILES%\calcul_reflechi" >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\calcul_reflechi\unins000.exe" "%PROGRAMFILES%\AbulEdu\calcul_reflechi\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<install cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AbulEdu\calcul_reflechi" rmdir /s /Q "%PROGRAMFILES%\AbulEdu\calcul_reflechi" >NUL' />
<install cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-calcul_reflechi-0.0.3.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
<remove cmd='"%PROGRAMFILES%\AbulEdu\calcul_reflechi\unins000.exe" /verysilent /SUPPRESSMSGBOXES >NUL' />
<upgrade cmd='%COMSPEC% /C "%SOFTWARE%\abuledu\abuledu-calcul_reflechi-0.0.3.exe /sp- /verysilent /SUPPRESSMSGBOXES" >NUL' />
</package>
<package
id="abuledu_calculs"
name="abuledu calculs"
revision="840"
priority="1">
<depends package-id="tcl" />
<!-- Inno Setup -->
<check type="uninstall" c ... \n
== The Story of Change ==
"Ive come to see that we have two parts to ourselves; its almost like two muscles -- a consumer muscle and a citizen muscle. Our consumer muscle, which is fed and exercised constantly, has grown strong: So strong that "consumer" has become our primary identity, our reason for being. Were told so often that were a nation of consumers that we dont blink when the media use "consumer" and "person" interchangeably."
[[http://goodvillenews.com/The-Story-of-Change-hgReTV.html The Story of Change]]
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
== Starting A Slow Story Movement ==
"It is said that we become the stories that we tell among ourselves. This might have been true before we became salespersons. For a few decades now, I think we have become numb to the stories that we tell among ourselves. So stories have become shorter and crisper to the length of a tweet. We are so committed to telling a story to the point that finally what remains is a dimensionless point.
[[http://goodvillenews.com/Starting-A-Slow-Story-Movement-V4LmVD.html Starting A Slow Story Movement]]
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
== How To Make Peace With Imperfection ==
If you look closely at a tree youll notice its knots and dead branches, just like our bodies. What we learn is that beauty and imperfection go together wonderfully. Matthew Fox
[[http://goodvillenews.com/How-To-Make-Peace-With-Imperfection-AOuD91.html How To Make Peace With Imperfection]]
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
== Research Reveals Largest Ancient Dam Built by Maya Civilization ==
Recent excavations, sediment coring and mapping by a multi-university team led by the University of Cincinnati at the pre-Columbian city of Tikal, a paramount urban center of the ancient Maya, have identified new landscaping and engineering feats, including the largest ancient dam built by the Maya of Central America.
[[http://goodvillenews.com/Research-Reveals-Largest-Ancient-Dam-Built-by-Maya-Civilizat-cff.html Research Reveals Largest Ancient Dam Built by Maya Civilization]]
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]
== Nintendo Unveils Wii U Console ==
Nintendo Co. on Tuesday unveiled details of its Wii U videogame console to be launched late this year, featuring a tablet computer-like controller with touch-sensitive panel.
[[http://goodvillenews.com/Nintendo-Unveils-Wii-U-Console-mGg2T2.html Nintendo Unveils Wii U Console]]
[[http://goodvillenews.com/wk.html GoodvilleNews.com - good, positive news, inspirational stories, articles]]