Adobe Photoshop CS4
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks1 1 DescriptionRaster graphics editor, 2008. Wikipedia. Source code#!/bin/bash # Date : (2009-11-23 03-05) # Last revision : (2011-06-12 16-10) # Wine version used : session : 1.1.17, assign : 1.1.22 # Distribution used to test : # Author : ljmellor, Updated by SuperPlumus # Depend : # # CHANGELOG # [SuperPlumus] (2011) # First script. # [SuperPlumus] (2014 ?) # Updated # [Dadu042] (2019-11-28) # Wine 1.2.3 -> 3.0.3 # Script updated. [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Adobe Photoshop CS4" PREFIX="PSCS4" WORKING_WINE_VERSION="3.0.3" if [ "$POL_LANG" = "fr" ]; then LNG_CHOOSE_FILE="Veuillez selectionner le fichier .exe d'installation." LNG_INSTALL_RUN="Installation en cours..." LNG_SUCCES="$TITLE\na été installé avec succès !" else LNG_CHOOSE_FILE="Please select the .exe installation file." LNG_INSTALL_RUN="Installation in progress..." LNG_SUCCES="$TITLE\nhas been installed successfully." fi POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adobe" "http://www.adobe.com/products/photoshop/" "ljmellor and SuperPlumus" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" POL_Call POL_Install_msxml6 POL_Call POL_Install_gdiplus POL_Call POL_Install_gecko POL_Call POL_Install_vcrun2005 POL_Call POL_Install_ie6 cd "$HOME" POL_SetupWindow_browse "$LNG_CHOOSE_FILE" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Call POL_Function_OverrideDLL native atmlib.dll POL_Shortcut "Photoshop.exe" "$TITLE" "" "" "Graphics;" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Friday 29 November 2019 at 10:22 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -5,16 +5,22 @@ # Distribution used to test : # Author : ljmellor, Updated by SuperPlumus # Depend : - -# Il y avait un lien de parrainage ... +# +# CHANGELOG +# [SuperPlumus] (2011) +# First script. +# [SuperPlumus] (2014 ?) +# Updated +# [Dadu042] (2019-11-28) +# Wine 1.2.3 -> 3.0.3 +# Script updated. [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Adobe Photoshop CS4" PREFIX="PSCS4" -WORKING_WINE_VERSION_SESSION="1.2.3" -WORKING_WINE_VERSION_ASSIGN="1.2.3" +WORKING_WINE_VERSION="3.0.3" if [ "$POL_LANG" = "fr" ]; then LNG_CHOOSE_FILE="Veuillez selectionner le fichier .exe d'installation." @@ -32,7 +38,10 @@ POL_SetupWindow_presentation "$TITLE" "Adobe" "http://www.adobe.com/products/photoshop/" "ljmellor and SuperPlumus" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "$WORKING_WINE_VERSION_SESSION" +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +Set_OS "win7" POL_Call POL_Install_msxml6 POL_Call POL_Install_gdiplus @@ -49,6 +58,6 @@ POL_Call POL_Function_OverrideDLL native atmlib.dll -POL_Shortcut "Photoshop.exe" "$TITLE" +POL_Shortcut "Photoshop.exe" "$TITLE" "" "" "Graphics;" POL_SetupWindow_Close exit New source code#!/bin/bash # Date : (2009-11-23 03-05) # Last revision : (2011-06-12 16-10) # Wine version used : session : 1.1.17, assign : 1.1.22 # Distribution used to test : # Author : ljmellor, Updated by SuperPlumus # Depend : # # CHANGELOG # [SuperPlumus] (2011) # First script. # [SuperPlumus] (2014 ?) # Updated # [Dadu042] (2019-11-28) # Wine 1.2.3 -> 3.0.3 # Script updated. [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="Adobe Photoshop CS4" PREFIX="PSCS4" WORKING_WINE_VERSION="3.0.3" if [ "$POL_LANG" = "fr" ]; then LNG_CHOOSE_FILE="Veuillez selectionner le fichier .exe d'installation." LNG_INSTALL_RUN="Installation en cours..." LNG_SUCCES="$TITLE\na été installé avec succès !" else LNG_CHOOSE_FILE="Please select the .exe installation file." LNG_INSTALL_RUN="Installation in progress..." LNG_SUCCES="$TITLE\nhas been installed successfully." fi POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adobe" "http://www.adobe.com/products/photoshop/" "ljmellor and SuperPlumus" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" POL_Call POL_Install_msxml6 POL_Call POL_Install_gdiplus POL_Call POL_Install_gecko POL_Call POL_Install_vcrun2005 POL_Call POL_Install_ie6 cd "$HOME" POL_SetupWindow_browse "$LNG_CHOOSE_FILE" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Call POL_Function_OverrideDLL native atmlib.dll POL_Shortcut "Photoshop.exe" "$TITLE" "" "" "Graphics;" POL_SetupWindow_Close exit Replies |
jujubeans | Sunday 12 March 2017 at 21:59 |
jujubeans
|
|
tdtmusic | Wednesday 3 June 2015 at 20:49 |
tdtmusic
|
MessageDoesn't install on my elementary OS Freya notebook. Everything goes well, till I have to select the setup file. After I do, I get a wine error about some invalid parameter and that's it. RepliesWednesday 3 June 2015 at 20:52
Wednesday 3 June 2015 at 20:53
Thursday 4 June 2015 at 0:03
Thursday 4 June 2015 at 0:16
Thursday 4 June 2015 at 0:16
Thursday 4 June 2015 at 21:09
Thursday 4 June 2015 at 21:55
Thursday 4 June 2015 at 22:51
Friday 5 June 2015 at 1:15
Friday 5 June 2015 at 16:27
Friday 5 June 2015 at 18:30
|
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