The forum

Existe t'il un .pol pour Photoshop CS5 ?

Author Replies
h2ofranck Sunday 23 May 2010 at 12:48
h2ofranckAnonymous

Bonjour tous le monde,

existe'il un script pol pour l'installation de Photoshop CS5 Extend pour Playonlinux ?



Quentin PÂRIS Monday 24 May 2010 at 15:48
Quentin PÂRISAnonymous

Nope, désolé
BlondVador Tuesday 8 June 2010 at 16:22
BlondVador

Bonjour,

A savoir aussi qu'il tourne très mal :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20158

kikislater Wednesday 28 September 2011 at 10:58
kikislaterAnonymous

Bonjour,

Déterrage de topic :
Euh, il est passé en gold dans winehq ... Peut-être la création d'un POL !

Toujours aussi dommage ce forum qu'il n'y ait pas l'abonnement par email du topic qu'on souhaite suivre. Pas d'évolution en 3ans sur cette fonctionnalité, c'est dommage !

Enfin bon voici mon script (non testé mais en cours) :

#!/bin/bash
# Date : (2011-09-28 12-40)
# Last revision : (2011-09-28 12-40)
# Wine version used : session : 1.1.42, assign : 1.3.23
# Distribution used to test : Debian Wheezy/Sid
# Author : Sylvain POULAIN
# Depend :
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="Adobe Photoshop CS5"
PREFIX="PSCS5"
WORKING_WINE_VERSION_SESSION="1.1.42"
WORKING_WINE_VERSION_ASSIGN="1.3.23"
 
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_SetupWindow_presentation "$TITLE" "Adobe" "http://www.adobe.com/products/photoshop/?promoid=BPDEC" "Sylvain POULAIN" "$PREFIX"
 
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION_SESSION"
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION_ASSIGN"
Use_WineVersion "$WORKING_WINE_VERSION_SESSION"
 
select_prefix "$POL_USER_ROOT/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
POL_Call POL_Install_msxml6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_msxml3
POL_Call POL_Install_ie6
 
cd "$HOME"
POL_SetupWindow_browse "$LNG_CHOOSE_FILE" "$TITLE"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine start /unix "$APP_ANSWER"
wineserver -w
POL_SetupWindow_detect_exit
 
POL_Call POL_Function_OverrideDLL native atmlib.dll
 
POL_SetupWindow_auto_shortcut "$PREFIX" "Photoshop.exe" "$TITLE"
Set_WineVersion_Assign "$WORKING_WINE_VERSION_ASSIGN" "$TITLE"
 
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
 
POL_SetupWindow_Close
exit


J'ai vu qu'on pouvait faire tourner wine en 64bits. Que dois-je faire pour ajuster ça ?


Edited by Tutul

ulukyn Wednesday 28 September 2011 at 15:35
ulukyn

Tu peux ajouter ça : (vu ici http://www.playonlinux.com/fr/issue-451.html)

POL_System_SetArch amd64
POL_Wine_SelectPrefix "VirtualDriveName"
POL_Wine_PrefixCreate "Version"

Après, je ne saurait te dire si POL ne prend pas la version 64bit par default s'il la trouve dans les dépôts.
SuperPlumus Wednesday 28 September 2011 at 16:46
SuperPlumusAnonymous

Avec les nouvelles fonctions de POLv4, il n'y a rien besoin de faire pour avoir Wine 64bits : Si l'utilisateur est en 64bits, alors POL télécharge la version 64bits de Wine.

Mais le script ci-dessus utilise des anciennes fonctions de POLv3, donc il faudra (si le script fonctionne) le convertir en v4. Si tu ne connais pas les fonctions de la v4, demande-moi, et je convertirai le script.

Si ton script fonctionne, ce serait super.

Edited by SuperPlumus

kikislater Wednesday 28 September 2011 at 17:01
kikislaterAnonymous

ok !

Je vous tiens au courant pas le temps en ce moment ...
Dans la semaine surement
lcotonea Tuesday 20 December 2011 at 11:27
lcotoneaAnonymous

Salut!

kikislater, as-tu pu avancer sur le sujet?
Jielde Friday 9 November 2012 at 12:22
JieldeAnonymous

Salut,

Le projet avance t'il ? il fonctionne ?