1000 Mots
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionCaptures d'écran
Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Mai 2019 à 18:44 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesRepaired 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 Nouveau code source#!/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 Réponses |
pmac22 | Dimanche 8 Janvier 2017 à 11:43 |
pmac22
|
Messagesdownload link is broken, i'm working on a new source code Réponses |
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