Du bist hier    
    ifolor Designer
Informations
| Creator | Nachricht | 
|---|---|
| lahtis   
 | WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms:  Feedbacks0 0 DescriptionSource code#!/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:
Contribute| Member | Nachricht | 
| lahtis | Tuesday 29 December 2015 at 0:03 | 
| lahtis   
 | InformationThis update has been approved by the team. 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 New source code#!/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 0Antworten | 
| lahtis | Monday 28 December 2015 at 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
 Try this update
 Try this update