Imandix Cover Pro

Informatie

Creator Bericht
Ronin DUSETTE

Warning

This installer has not been approved yet by the team.

Informatie

Platforms:
Downloads: 6
Wine: 1.7.37

Feedbacks

Omschrijving

From imandix.com:

IMANDIX Cover is a software that automatically converts your cover bitmap into a 3D preview of what it would look like in a real case. You simply load your cover bitmap file and the software generates a 3D illustration of it. You can use these illustrations at your web site or prints or just to see how the cover case looks like with your own cover bitmap. 

Schermafdrukken

MiniatureMiniatureMiniature

Broncode

#!/bin/bash
# Date : (2015-02-22)
# Distribution used to test : Kubuntu 14.04 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="ImandixCoverPro"
WINEVERSION="1.7.37"
TITLE="Imandix Cover Pro"
EDITOR="Imandix"
GAME_URL="http://www.imandix.com/"
AUTHOR="RoninDusette"

#Initialization
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

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: When CoverPro opens up automatically, close it so that the installation can finish.')" "$TITLE"

# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "CoverPro.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Ronin DUSETTE Zondag 22 Februari 2015 om 18:51
Ronin DUSETTE

Information

This update has been approved by the team.

Bericht

Initial commit

Differences

@@ -0,0 +1,50 @@
+#!/bin/bash
+# Date : (2015-02-22)
+# Distribution used to test : Kubuntu 14.04 LTS
+# Author : RoninDusette
+# Licence : GPLv3
+# PlayOnLinux: 4.2.5
+
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+PREFIX="ImandixCoverPro"
+WINEVERSION="1.7.37"
+TITLE="Imandix Cover Pro"
+EDITOR="Imandix"
+GAME_URL="http://www.imandix.com/"
+AUTHOR="RoninDusette"
+
+#Initialization
+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
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+#Dependencies
+
+# Configuration
+Set_OS "winxp"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: When CoverPro opens up automatically, close it so that the installation can finish.')" "$TITLE"
+
+# Installation
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$APP_ANSWER"
+POL_Wine_WaitExit "$TITLE"
+
+# Create Shortcuts
+POL_Shortcut "CoverPro.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-02-22)
# Distribution used to test : Kubuntu 14.04 LTS
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="ImandixCoverPro"
WINEVERSION="1.7.37"
TITLE="Imandix Cover Pro"
EDITOR="Imandix"
GAME_URL="http://www.imandix.com/"
AUTHOR="RoninDusette"

#Initialization
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

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

#Dependencies

# Configuration
Set_OS "winxp"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: When CoverPro opens up automatically, close it so that the installation can finish.')" "$TITLE"

# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "CoverPro.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden