Vous êtes ici
ifolor Designer
Informations
Créateur | Messages |
---|---|
lahtis
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionCode source#!/bin/bash # Date : (2015-28-12 21:55) # Last revision : (2015-28-12 01:05) # Distribution used to test : Ubuntu 14.04 # Author : lahtis # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="ifolor Designer" PREFIX="ifolorDesigner" WORKING_WINE_VERSION="1.7.47" EDITOR="" GAME_URL="http://www.ifolor.fi/en/ifolor_designer" AUTHOR="lahtis" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Dependencies, overrides, and Windows version settings POLL_Call POL_Install_dotnet45 POLL_Call POL_Install_gdiplus Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://www.ifolor.fi/en/ifolor_designer" fi POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" cd "$HOME" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Ifolor.ClientApplications.Starter.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
lahtis | Mardi 29 Décembre 2015 à 0:03 |
lahtis
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2015-28-12 21:55) +# Last revision : (2015-28-12 01:05) +# Distribution used to test : Ubuntu 14.04 +# Author : lahtis +# Licence : GPLv3 +# PlayOnLinux: 4.2.8 + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="ifolor Designer" +PREFIX="ifolorDesigner" +WORKING_WINE_VERSION="1.7.47" +EDITOR="" +GAME_URL="http://www.ifolor.fi/en/ifolor_designer" +AUTHOR="lahtis" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# Dependencies, overrides, and Windows version settings +POLL_Call POL_Install_dotnet45 +POLL_Call POL_Install_gdiplus +Set_OS "winxp" + +# Do you have downloaded the program file? +# Choose XP file. +POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" +if [ "$APP_ANSWER" = "FALSE" ] +then + POL_Browser "http://www.ifolor.fi/en/ifolor_designer" +fi + +POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" + +cd "$HOME" +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +POL_Shortcut "Ifolor.ClientApplications.Starter.exe" "$TITLE" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-28-12 21:55) # Last revision : (2015-28-12 01:05) # Distribution used to test : Ubuntu 14.04 # Author : lahtis # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="ifolor Designer" PREFIX="ifolorDesigner" WORKING_WINE_VERSION="1.7.47" EDITOR="" GAME_URL="http://www.ifolor.fi/en/ifolor_designer" AUTHOR="lahtis" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Dependencies, overrides, and Windows version settings POLL_Call POL_Install_dotnet45 POLL_Call POL_Install_gdiplus Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://www.ifolor.fi/en/ifolor_designer" fi POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" cd "$HOME" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Ifolor.ClientApplications.Starter.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
lahtis | Lundi 28 Décembre 2015 à 23:54 |
lahtis
|
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