The forum

[script] Photomatix 3 (2013)

Author Replies
Dadu042 Friday 29 November 2019 at 11:58
Dadu042

Removed because outdated.

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#!/bin/bash
# Date : (2013-12-17 17-51)
# Last revision : (2013-12-17 17-51)
# Wine version used : 1.2.3
# Distribution used to test : Ubuntu Gnome 13.10
# Author : Christophe B.
# Script licence : GPLv3
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Photomatix Pro 3.2.9"
PREFIX="photomatix3"
  
# Début du script
POL_SetupWindow_Init
POL_SetupWindow_SetID 1908
POL_Debug_Init
  
# Fenêtre de présentation
POL_SetupWindow_presentation  "$TITLE" "HDRsoft" "http://www.hdrsoft.com/fr/" "Christophe B."
  
# Préparation de Wine
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.2.3"
  
# Extensions nécessaires
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet20
POL_Call POL_Install_gdiplus
  
# Installation
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    cd "$HOME"
    POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run :')" "$TITLE"
    SetupFile="$APP_ANSWER"
  
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_USER_ROOT/tmp"
    SetupFile="$PWD/PhotomatixPro329frx32.exe"
fi
  
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$SetupFile"
  
# Création du lanceur
POL_Shortcut "PhotomatixPro.exe" "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE"
  
# Fin du script
POL_SetupWindow_Close
exit

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@playonlinux.com