1000 Mots

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 15275
Wine: System

Feedbacks

Omschrijving

"1000 mots pour apprendre à lire."

v2.3 (01/12/2004)

Editor website.

Schermafdrukken

Broncode

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
TITRE="1000 Mots"
PREFIXE="1000mots"
 
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITRE" "Educampa" "" "Tinou" "$PREFIXE"
cd $REPERTOIRE/tmp/
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIXE"
POL_SetupWindow_prefixcreate
 
cd "$WINEPREFIX/drive_c/windows/system32"
 
POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/mfc40.dll"
POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/threed32.ocx"
cd "$REPERTOIRE/tmp/"

POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://perso.wanadoo.fr/jm.campaner/jmc_1000MOTS/installation/Ins_1000Mots.exe"

# URL dead as of 2019-05-25
# POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.e-70.com/educampa/Ins_1000Mots.exe"

file="$REPERTOIRE/tmp/Ins_1000Mots.exe"
POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE"
wine "$file" /silent
POL_SetupWindow_detect_exit
POL_Shortcut "1000Mots_v3.exe" "$TITRE"
 
POL_Call POL_Install_vbrun6
POL_Call POL_Install_ie6
 
cd "$WINEPREFIX/drive_c/windows/system32"
cabextract "$POL_USER_ROOT/ressources/vbrun60sp6.exe"
 
POL_Call POL_Function_OverrideDLL native,builtin oleaut32
 
POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zaterdag 25 Mei 2019 om 18:44
Dadu042

Information

This update has been approved by the team.

Bericht

Repaired URL to download the app.

Differences

@@ -4,37 +4,42 @@
 exit 0
 fi
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITRE="1000 Mots"
 PREFIXE="1000mots"
-
+ 
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITRE" "Educampa" "" "Tinou" "$PREFIXE"
 cd $REPERTOIRE/tmp/
-
+ 
 select_prefix "$REPERTOIRE/wineprefix/$PREFIXE"
 POL_SetupWindow_prefixcreate
-
+ 
 cd "$WINEPREFIX/drive_c/windows/system32"
-
+ 
 POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/mfc40.dll"
 POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/threed32.ocx"
 cd "$REPERTOIRE/tmp/"
-POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.e-70.com/educampa/Ins_1000Mots.exe"
+
+POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://perso.wanadoo.fr/jm.campaner/jmc_1000MOTS/installation/Ins_1000Mots.exe"
+
+# URL dead as of 2019-05-25
+# POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.e-70.com/educampa/Ins_1000Mots.exe"
+
 file="$REPERTOIRE/tmp/Ins_1000Mots.exe"
 POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE"
 wine "$file" /silent
 POL_SetupWindow_detect_exit
 POL_Shortcut "1000Mots_v3.exe" "$TITRE"
-
+ 
 POL_Call POL_Install_vbrun6
 POL_Call POL_Install_ie6
-
+ 
 cd "$WINEPREFIX/drive_c/windows/system32"
 cabextract "$POL_USER_ROOT/ressources/vbrun60sp6.exe"
-
+ 
 POL_Call POL_Function_OverrideDLL native,builtin oleaut32
-
+ 
 POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE"
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
 
TITRE="1000 Mots"
PREFIXE="1000mots"
 
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITRE" "Educampa" "" "Tinou" "$PREFIXE"
cd $REPERTOIRE/tmp/
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIXE"
POL_SetupWindow_prefixcreate
 
cd "$WINEPREFIX/drive_c/windows/system32"
 
POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/mfc40.dll"
POL_SetupWindow_download "Downloading dependances" "$TITRE" "$SITE/dlls/threed32.ocx"
cd "$REPERTOIRE/tmp/"

POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://perso.wanadoo.fr/jm.campaner/jmc_1000MOTS/installation/Ins_1000Mots.exe"

# URL dead as of 2019-05-25
# POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "http://www.e-70.com/educampa/Ins_1000Mots.exe"

file="$REPERTOIRE/tmp/Ins_1000Mots.exe"
POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE"
wine "$file" /silent
POL_SetupWindow_detect_exit
POL_Shortcut "1000Mots_v3.exe" "$TITRE"
 
POL_Call POL_Install_vbrun6
POL_Call POL_Install_ie6
 
cd "$WINEPREFIX/drive_c/windows/system32"
cabextract "$POL_USER_ROOT/ressources/vbrun60sp6.exe"
 
POL_Call POL_Function_OverrideDLL native,builtin oleaut32
 
POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE"
POL_SetupWindow_Close
exit

Antwoorden

pmac22 Zondag 8 Januari 2017 om 11:43
pmac22 Anonymous

Bericht

download link is broken, i'm working on a new source code

Antwoorden

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com