Dans le script d'installation fournie sur leur site ( http://www.playonlinux.com/fr/script-117.html )
il faut peut-être modifier la ligner concernant l'url de Sketchup et la version de wine ... (en rouge dans le script)
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init
POL_SetupWindow_presentation "Google SketchUp" "Google" "http://sketchup.google.com/" "bastien09" "GoogleSketchUp"
select_prefixe "$REPERTOIRE/wineprefix/GoogleSketchUp/"
POL_SetupWindow_prefixcreate
POL_SetupWindow_install_wine "1.1.10"
cd $REPERTOIRE/tmp
POL_SetupWindow_download "Patientez pendant le téléchargement de Google SketchUp..." "Google sketchup" "http://dl.google.com/sketchup/GoogleSketchUpWFR.exe"
POL_SetupWindow_wait_next_signal "Patientez pendant l'installatin de Google Sketchup" "Google Sktchup"
wine "GoogleSketchUpWFR.exe" /silent
POL_SetupWindow_detect_exit
POL_SetupWindow_make_shortcut "GoogleSketchUp" "Program Files/Google/Google SketchUp 7" "SketchUp.exe" "" "Google SketchUp"
Set_WineVersion_Assign "1.1.10" "Google SketchUp"
POL_SetupWindow_message "Installation terminée" "Google sketchup"
POL_SetupWindow_Close
exit