Vous êtes ici
Stunt GP
Informations
Créateur | Messages |
---|---|
cendre
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionRadio-controlled car racing video game. 2001. Code source#!/bin/bash # Date : (????-??-?? ??-??) # Last revision : (2011-01-21 12-34) # Wine version used : - # Distribution used to test : ? # Author : cendre, Updated by SuperPlumus [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Stunt GP" PREFIX="StuntGP" if [ "$POL_LANG" == "fr" ] then LNG_INSTALL_RUN="Installation en cours..." LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée." LNG_SUCCES="$TITLE a été installé avec succès !" else LNG_INSTALL_RUN="Installation in progress..." LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished." LNG_SUCCES="$TITLE has been installed successfully." fi POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Team 17" "http://www.team17.com" "cendre, Modified by SuperPlumus" "$PREFIX" select_prefix "$REPERTOIRE/wineprefix/$PREFIX" POL_SetupWindow_prefixcreate POL_LoadVar_PROGRAMFILES POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" Set_OS winxp POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE" wine "$CDROM/setup.exe" POL_SetupWindow_detect_exit POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE" POL_SetupWindow_auto_shortcut "$PREFIX" "StuntGP.exe" "$TITLE" POL_SetupWindow_message "$LNG_SUCCES" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
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