Adobe Photoshop CS4
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience1 1 DescriptionRaster graphics editor, 2008. Wikipedia. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Vendredi 29 Novembre 2019 à 10:22 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
jujubeans | Dimanche 12 Mars 2017 à 21:59 |
jujubeans
|
|
tdtmusic | Mercredi 3 Juin 2015 à 20:49 |
tdtmusic
|
MessagesDoesn'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. RéponsesMercredi 3 Juin 2015 à 20:52
Mercredi 3 Juin 2015 à 20:53
Jeudi 4 Juin 2015 à 0:03
Jeudi 4 Juin 2015 à 0:16
Jeudi 4 Juin 2015 à 0:16
Jeudi 4 Juin 2015 à 21:09
Jeudi 4 Juin 2015 à 21:55
Jeudi 4 Juin 2015 à 22:51
Vendredi 5 Juin 2015 à 1:15
Vendredi 5 Juin 2015 à 16:27
Vendredi 5 Juin 2015 à 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